packages feed

gogol-container 0.5.0 → 1.0.0

raw patch · 139 files changed

+24773/−20260 lines, 139 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/Container.hs view
@@ -0,0 +1,1442 @@+{-# 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.Container+-- 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)+--+-- Builds and manages container-based applications, powered by the open source Kubernetes technology.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference>+module Gogol.Container+  ( -- * Configuration+    containerService,++    -- * OAuth Scopes+    CloudPlatform'FullControl,++    -- * Resources++    -- ** container.projects.aggregated.usableSubnetworks.list+    ContainerProjectsAggregatedUsableSubnetworksListResource,+    ContainerProjectsAggregatedUsableSubnetworksList (..),+    newContainerProjectsAggregatedUsableSubnetworksList,++    -- ** container.projects.locations.clusters.checkAutopilotCompatibility+    ContainerProjectsLocationsClustersCheckAutopilotCompatibilityResource,+    ContainerProjectsLocationsClustersCheckAutopilotCompatibility (..),+    newContainerProjectsLocationsClustersCheckAutopilotCompatibility,++    -- ** container.projects.locations.clusters.completeIpRotation+    ContainerProjectsLocationsClustersCompleteIpRotationResource,+    ContainerProjectsLocationsClustersCompleteIpRotation (..),+    newContainerProjectsLocationsClustersCompleteIpRotation,++    -- ** container.projects.locations.clusters.create+    ContainerProjectsLocationsClustersCreateResource,+    ContainerProjectsLocationsClustersCreate (..),+    newContainerProjectsLocationsClustersCreate,++    -- ** container.projects.locations.clusters.delete+    ContainerProjectsLocationsClustersDeleteResource,+    ContainerProjectsLocationsClustersDelete (..),+    newContainerProjectsLocationsClustersDelete,++    -- ** container.projects.locations.clusters.get+    ContainerProjectsLocationsClustersGetResource,+    ContainerProjectsLocationsClustersGet (..),+    newContainerProjectsLocationsClustersGet,++    -- ** container.projects.locations.clusters.getJwks+    ContainerProjectsLocationsClustersGetJwksResource,+    ContainerProjectsLocationsClustersGetJwks (..),+    newContainerProjectsLocationsClustersGetJwks,++    -- ** container.projects.locations.clusters.list+    ContainerProjectsLocationsClustersListResource,+    ContainerProjectsLocationsClustersList (..),+    newContainerProjectsLocationsClustersList,++    -- ** container.projects.locations.clusters.nodePools.completeUpgrade+    ContainerProjectsLocationsClustersNodePoolsCompleteUpgradeResource,+    ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade (..),+    newContainerProjectsLocationsClustersNodePoolsCompleteUpgrade,++    -- ** container.projects.locations.clusters.nodePools.create+    ContainerProjectsLocationsClustersNodePoolsCreateResource,+    ContainerProjectsLocationsClustersNodePoolsCreate (..),+    newContainerProjectsLocationsClustersNodePoolsCreate,++    -- ** container.projects.locations.clusters.nodePools.delete+    ContainerProjectsLocationsClustersNodePoolsDeleteResource,+    ContainerProjectsLocationsClustersNodePoolsDelete (..),+    newContainerProjectsLocationsClustersNodePoolsDelete,++    -- ** container.projects.locations.clusters.nodePools.get+    ContainerProjectsLocationsClustersNodePoolsGetResource,+    ContainerProjectsLocationsClustersNodePoolsGet (..),+    newContainerProjectsLocationsClustersNodePoolsGet,++    -- ** container.projects.locations.clusters.nodePools.list+    ContainerProjectsLocationsClustersNodePoolsListResource,+    ContainerProjectsLocationsClustersNodePoolsList (..),+    newContainerProjectsLocationsClustersNodePoolsList,++    -- ** container.projects.locations.clusters.nodePools.rollback+    ContainerProjectsLocationsClustersNodePoolsRollbackResource,+    ContainerProjectsLocationsClustersNodePoolsRollback (..),+    newContainerProjectsLocationsClustersNodePoolsRollback,++    -- ** container.projects.locations.clusters.nodePools.setAutoscaling+    ContainerProjectsLocationsClustersNodePoolsSetAutoscalingResource,+    ContainerProjectsLocationsClustersNodePoolsSetAutoscaling (..),+    newContainerProjectsLocationsClustersNodePoolsSetAutoscaling,++    -- ** container.projects.locations.clusters.nodePools.setManagement+    ContainerProjectsLocationsClustersNodePoolsSetManagementResource,+    ContainerProjectsLocationsClustersNodePoolsSetManagement (..),+    newContainerProjectsLocationsClustersNodePoolsSetManagement,++    -- ** container.projects.locations.clusters.nodePools.setSize+    ContainerProjectsLocationsClustersNodePoolsSetSizeResource,+    ContainerProjectsLocationsClustersNodePoolsSetSize (..),+    newContainerProjectsLocationsClustersNodePoolsSetSize,++    -- ** container.projects.locations.clusters.nodePools.update+    ContainerProjectsLocationsClustersNodePoolsUpdateResource,+    ContainerProjectsLocationsClustersNodePoolsUpdate (..),+    newContainerProjectsLocationsClustersNodePoolsUpdate,++    -- ** container.projects.locations.clusters.setAddons+    ContainerProjectsLocationsClustersSetAddonsResource,+    ContainerProjectsLocationsClustersSetAddons (..),+    newContainerProjectsLocationsClustersSetAddons,++    -- ** container.projects.locations.clusters.setLegacyAbac+    ContainerProjectsLocationsClustersSetLegacyAbacResource,+    ContainerProjectsLocationsClustersSetLegacyAbac (..),+    newContainerProjectsLocationsClustersSetLegacyAbac,++    -- ** container.projects.locations.clusters.setLocations+    ContainerProjectsLocationsClustersSetLocationsResource,+    ContainerProjectsLocationsClustersSetLocations (..),+    newContainerProjectsLocationsClustersSetLocations,++    -- ** container.projects.locations.clusters.setLogging+    ContainerProjectsLocationsClustersSetLoggingResource,+    ContainerProjectsLocationsClustersSetLogging (..),+    newContainerProjectsLocationsClustersSetLogging,++    -- ** container.projects.locations.clusters.setMaintenancePolicy+    ContainerProjectsLocationsClustersSetMaintenancePolicyResource,+    ContainerProjectsLocationsClustersSetMaintenancePolicy (..),+    newContainerProjectsLocationsClustersSetMaintenancePolicy,++    -- ** container.projects.locations.clusters.setMasterAuth+    ContainerProjectsLocationsClustersSetMasterAuthResource,+    ContainerProjectsLocationsClustersSetMasterAuth (..),+    newContainerProjectsLocationsClustersSetMasterAuth,++    -- ** container.projects.locations.clusters.setMonitoring+    ContainerProjectsLocationsClustersSetMonitoringResource,+    ContainerProjectsLocationsClustersSetMonitoring (..),+    newContainerProjectsLocationsClustersSetMonitoring,++    -- ** container.projects.locations.clusters.setNetworkPolicy+    ContainerProjectsLocationsClustersSetNetworkPolicyResource,+    ContainerProjectsLocationsClustersSetNetworkPolicy (..),+    newContainerProjectsLocationsClustersSetNetworkPolicy,++    -- ** container.projects.locations.clusters.setResourceLabels+    ContainerProjectsLocationsClustersSetResourceLabelsResource,+    ContainerProjectsLocationsClustersSetResourceLabels (..),+    newContainerProjectsLocationsClustersSetResourceLabels,++    -- ** container.projects.locations.clusters.startIpRotation+    ContainerProjectsLocationsClustersStartIpRotationResource,+    ContainerProjectsLocationsClustersStartIpRotation (..),+    newContainerProjectsLocationsClustersStartIpRotation,++    -- ** container.projects.locations.clusters.update+    ContainerProjectsLocationsClustersUpdateResource,+    ContainerProjectsLocationsClustersUpdate (..),+    newContainerProjectsLocationsClustersUpdate,++    -- ** container.projects.locations.clusters.updateMaster+    ContainerProjectsLocationsClustersUpdateMasterResource,+    ContainerProjectsLocationsClustersUpdateMaster (..),+    newContainerProjectsLocationsClustersUpdateMaster,++    -- ** container.projects.locations.clusters.wellknown.getOpenidconfiguration+    ContainerProjectsLocationsClustersWellknownGetOpenidconfigurationResource,+    ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration (..),+    newContainerProjectsLocationsClustersWellknownGetOpenidconfiguration,++    -- ** container.projects.locations.getServerConfig+    ContainerProjectsLocationsGetServerConfigResource,+    ContainerProjectsLocationsGetServerConfig (..),+    newContainerProjectsLocationsGetServerConfig,++    -- ** container.projects.locations.operations.cancel+    ContainerProjectsLocationsOperationsCancelResource,+    ContainerProjectsLocationsOperationsCancel (..),+    newContainerProjectsLocationsOperationsCancel,++    -- ** container.projects.locations.operations.get+    ContainerProjectsLocationsOperationsGetResource,+    ContainerProjectsLocationsOperationsGet (..),+    newContainerProjectsLocationsOperationsGet,++    -- ** container.projects.locations.operations.list+    ContainerProjectsLocationsOperationsListResource,+    ContainerProjectsLocationsOperationsList (..),+    newContainerProjectsLocationsOperationsList,++    -- ** container.projects.zones.clusters.addons+    ContainerProjectsZonesClustersAddonsResource,+    ContainerProjectsZonesClustersAddons (..),+    newContainerProjectsZonesClustersAddons,++    -- ** container.projects.zones.clusters.completeIpRotation+    ContainerProjectsZonesClustersCompleteIpRotationResource,+    ContainerProjectsZonesClustersCompleteIpRotation (..),+    newContainerProjectsZonesClustersCompleteIpRotation,++    -- ** container.projects.zones.clusters.create+    ContainerProjectsZonesClustersCreateResource,+    ContainerProjectsZonesClustersCreate (..),+    newContainerProjectsZonesClustersCreate,++    -- ** container.projects.zones.clusters.delete+    ContainerProjectsZonesClustersDeleteResource,+    ContainerProjectsZonesClustersDelete (..),+    newContainerProjectsZonesClustersDelete,++    -- ** container.projects.zones.clusters.get+    ContainerProjectsZonesClustersGetResource,+    ContainerProjectsZonesClustersGet (..),+    newContainerProjectsZonesClustersGet,++    -- ** container.projects.zones.clusters.legacyAbac+    ContainerProjectsZonesClustersLegacyAbacResource,+    ContainerProjectsZonesClustersLegacyAbac (..),+    newContainerProjectsZonesClustersLegacyAbac,++    -- ** container.projects.zones.clusters.list+    ContainerProjectsZonesClustersListResource,+    ContainerProjectsZonesClustersList (..),+    newContainerProjectsZonesClustersList,++    -- ** container.projects.zones.clusters.locations+    ContainerProjectsZonesClustersLocationsResource,+    ContainerProjectsZonesClustersLocations (..),+    newContainerProjectsZonesClustersLocations,++    -- ** container.projects.zones.clusters.logging+    ContainerProjectsZonesClustersLoggingResource,+    ContainerProjectsZonesClustersLogging (..),+    newContainerProjectsZonesClustersLogging,++    -- ** container.projects.zones.clusters.master+    ContainerProjectsZonesClustersMasterResource,+    ContainerProjectsZonesClustersMaster (..),+    newContainerProjectsZonesClustersMaster,++    -- ** container.projects.zones.clusters.monitoring+    ContainerProjectsZonesClustersMonitoringResource,+    ContainerProjectsZonesClustersMonitoring (..),+    newContainerProjectsZonesClustersMonitoring,++    -- ** container.projects.zones.clusters.nodePools.autoscaling+    ContainerProjectsZonesClustersNodePoolsAutoscalingResource,+    ContainerProjectsZonesClustersNodePoolsAutoscaling (..),+    newContainerProjectsZonesClustersNodePoolsAutoscaling,++    -- ** container.projects.zones.clusters.nodePools.create+    ContainerProjectsZonesClustersNodePoolsCreateResource,+    ContainerProjectsZonesClustersNodePoolsCreate (..),+    newContainerProjectsZonesClustersNodePoolsCreate,++    -- ** container.projects.zones.clusters.nodePools.delete+    ContainerProjectsZonesClustersNodePoolsDeleteResource,+    ContainerProjectsZonesClustersNodePoolsDelete (..),+    newContainerProjectsZonesClustersNodePoolsDelete,++    -- ** container.projects.zones.clusters.nodePools.get+    ContainerProjectsZonesClustersNodePoolsGetResource,+    ContainerProjectsZonesClustersNodePoolsGet (..),+    newContainerProjectsZonesClustersNodePoolsGet,++    -- ** container.projects.zones.clusters.nodePools.list+    ContainerProjectsZonesClustersNodePoolsListResource,+    ContainerProjectsZonesClustersNodePoolsList (..),+    newContainerProjectsZonesClustersNodePoolsList,++    -- ** container.projects.zones.clusters.nodePools.rollback+    ContainerProjectsZonesClustersNodePoolsRollbackResource,+    ContainerProjectsZonesClustersNodePoolsRollback (..),+    newContainerProjectsZonesClustersNodePoolsRollback,++    -- ** container.projects.zones.clusters.nodePools.setManagement+    ContainerProjectsZonesClustersNodePoolsSetManagementResource,+    ContainerProjectsZonesClustersNodePoolsSetManagement (..),+    newContainerProjectsZonesClustersNodePoolsSetManagement,++    -- ** container.projects.zones.clusters.nodePools.setSize+    ContainerProjectsZonesClustersNodePoolsSetSizeResource,+    ContainerProjectsZonesClustersNodePoolsSetSize (..),+    newContainerProjectsZonesClustersNodePoolsSetSize,++    -- ** container.projects.zones.clusters.nodePools.update+    ContainerProjectsZonesClustersNodePoolsUpdateResource,+    ContainerProjectsZonesClustersNodePoolsUpdate (..),+    newContainerProjectsZonesClustersNodePoolsUpdate,++    -- ** container.projects.zones.clusters.resourceLabels+    ContainerProjectsZonesClustersResourceLabelsResource,+    ContainerProjectsZonesClustersResourceLabels (..),+    newContainerProjectsZonesClustersResourceLabels,++    -- ** container.projects.zones.clusters.setMaintenancePolicy+    ContainerProjectsZonesClustersSetMaintenancePolicyResource,+    ContainerProjectsZonesClustersSetMaintenancePolicy (..),+    newContainerProjectsZonesClustersSetMaintenancePolicy,++    -- ** container.projects.zones.clusters.setMasterAuth+    ContainerProjectsZonesClustersSetMasterAuthResource,+    ContainerProjectsZonesClustersSetMasterAuth (..),+    newContainerProjectsZonesClustersSetMasterAuth,++    -- ** container.projects.zones.clusters.setNetworkPolicy+    ContainerProjectsZonesClustersSetNetworkPolicyResource,+    ContainerProjectsZonesClustersSetNetworkPolicy (..),+    newContainerProjectsZonesClustersSetNetworkPolicy,++    -- ** container.projects.zones.clusters.startIpRotation+    ContainerProjectsZonesClustersStartIpRotationResource,+    ContainerProjectsZonesClustersStartIpRotation (..),+    newContainerProjectsZonesClustersStartIpRotation,++    -- ** container.projects.zones.clusters.update+    ContainerProjectsZonesClustersUpdateResource,+    ContainerProjectsZonesClustersUpdate (..),+    newContainerProjectsZonesClustersUpdate,++    -- ** container.projects.zones.getServerconfig+    ContainerProjectsZonesGetServerconfigResource,+    ContainerProjectsZonesGetServerconfig (..),+    newContainerProjectsZonesGetServerconfig,++    -- ** container.projects.zones.operations.cancel+    ContainerProjectsZonesOperationsCancelResource,+    ContainerProjectsZonesOperationsCancel (..),+    newContainerProjectsZonesOperationsCancel,++    -- ** container.projects.zones.operations.get+    ContainerProjectsZonesOperationsGetResource,+    ContainerProjectsZonesOperationsGet (..),+    newContainerProjectsZonesOperationsGet,++    -- ** container.projects.zones.operations.list+    ContainerProjectsZonesOperationsListResource,+    ContainerProjectsZonesOperationsList (..),+    newContainerProjectsZonesOperationsList,++    -- * Types++    -- ** Xgafv+    Xgafv (..),++    -- ** AcceleratorConfig+    AcceleratorConfig (..),+    newAcceleratorConfig,++    -- ** AdditionalNodeNetworkConfig+    AdditionalNodeNetworkConfig (..),+    newAdditionalNodeNetworkConfig,++    -- ** AdditionalPodNetworkConfig+    AdditionalPodNetworkConfig (..),+    newAdditionalPodNetworkConfig,++    -- ** AdditionalPodRangesConfig+    AdditionalPodRangesConfig (..),+    newAdditionalPodRangesConfig,++    -- ** AddonsConfig+    AddonsConfig (..),+    newAddonsConfig,++    -- ** AdvancedDatapathObservabilityConfig+    AdvancedDatapathObservabilityConfig (..),+    newAdvancedDatapathObservabilityConfig,++    -- ** AdvancedDatapathObservabilityConfig_RelayMode+    AdvancedDatapathObservabilityConfig_RelayMode (..),++    -- ** AdvancedMachineFeatures+    AdvancedMachineFeatures (..),+    newAdvancedMachineFeatures,++    -- ** AuthenticatorGroupsConfig+    AuthenticatorGroupsConfig (..),+    newAuthenticatorGroupsConfig,++    -- ** AutoMonitoringConfig+    AutoMonitoringConfig (..),+    newAutoMonitoringConfig,++    -- ** AutoMonitoringConfig_Scope+    AutoMonitoringConfig_Scope (..),++    -- ** AutoUpgradeOptions+    AutoUpgradeOptions (..),+    newAutoUpgradeOptions,++    -- ** Autopilot+    Autopilot (..),+    newAutopilot,++    -- ** AutopilotCompatibilityIssue+    AutopilotCompatibilityIssue (..),+    newAutopilotCompatibilityIssue,++    -- ** AutopilotCompatibilityIssue_IncompatibilityType+    AutopilotCompatibilityIssue_IncompatibilityType (..),++    -- ** AutopilotConfig+    AutopilotConfig (..),+    newAutopilotConfig,++    -- ** AutoprovisioningNodePoolDefaults+    AutoprovisioningNodePoolDefaults (..),+    newAutoprovisioningNodePoolDefaults,++    -- ** BestEffortProvisioning+    BestEffortProvisioning (..),+    newBestEffortProvisioning,++    -- ** BigQueryDestination+    BigQueryDestination (..),+    newBigQueryDestination,++    -- ** BinaryAuthorization+    BinaryAuthorization (..),+    newBinaryAuthorization,++    -- ** BinaryAuthorization_EvaluationMode+    BinaryAuthorization_EvaluationMode (..),++    -- ** BlueGreenInfo+    BlueGreenInfo (..),+    newBlueGreenInfo,++    -- ** BlueGreenInfo_Phase+    BlueGreenInfo_Phase (..),++    -- ** BlueGreenSettings+    BlueGreenSettings (..),+    newBlueGreenSettings,++    -- ** CancelOperationRequest+    CancelOperationRequest (..),+    newCancelOperationRequest,++    -- ** CertificateAuthorityDomainConfig+    CertificateAuthorityDomainConfig (..),+    newCertificateAuthorityDomainConfig,++    -- ** CheckAutopilotCompatibilityResponse+    CheckAutopilotCompatibilityResponse (..),+    newCheckAutopilotCompatibilityResponse,++    -- ** CidrBlock+    CidrBlock (..),+    newCidrBlock,++    -- ** ClientCertificateConfig+    ClientCertificateConfig (..),+    newClientCertificateConfig,++    -- ** CloudRunConfig+    CloudRunConfig (..),+    newCloudRunConfig,++    -- ** CloudRunConfig_LoadBalancerType+    CloudRunConfig_LoadBalancerType (..),++    -- ** Cluster+    Cluster (..),+    newCluster,++    -- ** Cluster_ResourceLabels+    Cluster_ResourceLabels (..),+    newCluster_ResourceLabels,++    -- ** Cluster_Status+    Cluster_Status (..),++    -- ** ClusterAutoscaling+    ClusterAutoscaling (..),+    newClusterAutoscaling,++    -- ** ClusterAutoscaling_AutoscalingProfile+    ClusterAutoscaling_AutoscalingProfile (..),++    -- ** ClusterNetworkPerformanceConfig+    ClusterNetworkPerformanceConfig (..),+    newClusterNetworkPerformanceConfig,++    -- ** ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier+    ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier (..),++    -- ** ClusterUpdate+    ClusterUpdate (..),+    newClusterUpdate,++    -- ** ClusterUpdate_DesiredDatapathProvider+    ClusterUpdate_DesiredDatapathProvider (..),++    -- ** ClusterUpdate_DesiredInTransitEncryptionConfig+    ClusterUpdate_DesiredInTransitEncryptionConfig (..),++    -- ** ClusterUpdate_DesiredPrivateIpv6GoogleAccess+    ClusterUpdate_DesiredPrivateIpv6GoogleAccess (..),++    -- ** ClusterUpdate_DesiredStackType+    ClusterUpdate_DesiredStackType (..),++    -- ** CompleteIPRotationRequest+    CompleteIPRotationRequest (..),+    newCompleteIPRotationRequest,++    -- ** CompleteNodePoolUpgradeRequest+    CompleteNodePoolUpgradeRequest (..),+    newCompleteNodePoolUpgradeRequest,++    -- ** CompliancePostureConfig+    CompliancePostureConfig (..),+    newCompliancePostureConfig,++    -- ** CompliancePostureConfig_Mode+    CompliancePostureConfig_Mode (..),++    -- ** ComplianceStandard+    ComplianceStandard (..),+    newComplianceStandard,++    -- ** ConfidentialNodes+    ConfidentialNodes (..),+    newConfidentialNodes,++    -- ** ConfigConnectorConfig+    ConfigConnectorConfig (..),+    newConfigConnectorConfig,++    -- ** ConsumptionMeteringConfig+    ConsumptionMeteringConfig (..),+    newConsumptionMeteringConfig,++    -- ** ContainerdConfig+    ContainerdConfig (..),+    newContainerdConfig,++    -- ** ControlPlaneEndpointsConfig+    ControlPlaneEndpointsConfig (..),+    newControlPlaneEndpointsConfig,++    -- ** CostManagementConfig+    CostManagementConfig (..),+    newCostManagementConfig,++    -- ** CreateClusterRequest+    CreateClusterRequest (..),+    newCreateClusterRequest,++    -- ** CreateNodePoolRequest+    CreateNodePoolRequest (..),+    newCreateNodePoolRequest,++    -- ** DNSConfig+    DNSConfig (..),+    newDNSConfig,++    -- ** DNSConfig_ClusterDns+    DNSConfig_ClusterDns (..),++    -- ** DNSConfig_ClusterDnsScope+    DNSConfig_ClusterDnsScope (..),++    -- ** DNSEndpointConfig+    DNSEndpointConfig (..),+    newDNSEndpointConfig,++    -- ** DailyMaintenanceWindow+    DailyMaintenanceWindow (..),+    newDailyMaintenanceWindow,++    -- ** DatabaseEncryption+    DatabaseEncryption (..),+    newDatabaseEncryption,++    -- ** DatabaseEncryption_CurrentState+    DatabaseEncryption_CurrentState (..),++    -- ** DatabaseEncryption_State+    DatabaseEncryption_State (..),++    -- ** DefaultSnatStatus+    DefaultSnatStatus (..),+    newDefaultSnatStatus,++    -- ** DesiredEnterpriseConfig+    DesiredEnterpriseConfig (..),+    newDesiredEnterpriseConfig,++    -- ** DesiredEnterpriseConfig_DesiredTier+    DesiredEnterpriseConfig_DesiredTier (..),++    -- ** DnsCacheConfig+    DnsCacheConfig (..),+    newDnsCacheConfig,++    -- ** Empty+    Empty (..),+    newEmpty,++    -- ** EnterpriseConfig+    EnterpriseConfig (..),+    newEnterpriseConfig,++    -- ** EnterpriseConfig_ClusterTier+    EnterpriseConfig_ClusterTier (..),++    -- ** EnterpriseConfig_DesiredTier+    EnterpriseConfig_DesiredTier (..),++    -- ** EphemeralStorageLocalSsdConfig+    EphemeralStorageLocalSsdConfig (..),+    newEphemeralStorageLocalSsdConfig,++    -- ** FastSocket+    FastSocket (..),+    newFastSocket,++    -- ** Filter+    Filter (..),+    newFilter,++    -- ** Filter_EventTypeItem+    Filter_EventTypeItem (..),++    -- ** Fleet+    Fleet (..),+    newFleet,++    -- ** GCPSecretManagerCertificateConfig+    GCPSecretManagerCertificateConfig (..),+    newGCPSecretManagerCertificateConfig,++    -- ** GPUDriverInstallationConfig+    GPUDriverInstallationConfig (..),+    newGPUDriverInstallationConfig,++    -- ** GPUDriverInstallationConfig_GpuDriverVersion+    GPUDriverInstallationConfig_GpuDriverVersion (..),++    -- ** GPUSharingConfig+    GPUSharingConfig (..),+    newGPUSharingConfig,++    -- ** GPUSharingConfig_GpuSharingStrategy+    GPUSharingConfig_GpuSharingStrategy (..),++    -- ** GatewayAPIConfig+    GatewayAPIConfig (..),+    newGatewayAPIConfig,++    -- ** GatewayAPIConfig_Channel+    GatewayAPIConfig_Channel (..),++    -- ** GcePersistentDiskCsiDriverConfig+    GcePersistentDiskCsiDriverConfig (..),+    newGcePersistentDiskCsiDriverConfig,++    -- ** GcfsConfig+    GcfsConfig (..),+    newGcfsConfig,++    -- ** GcpFilestoreCsiDriverConfig+    GcpFilestoreCsiDriverConfig (..),+    newGcpFilestoreCsiDriverConfig,++    -- ** GcsFuseCsiDriverConfig+    GcsFuseCsiDriverConfig (..),+    newGcsFuseCsiDriverConfig,++    -- ** GetJSONWebKeysResponse+    GetJSONWebKeysResponse (..),+    newGetJSONWebKeysResponse,++    -- ** GetOpenIDConfigResponse+    GetOpenIDConfigResponse (..),+    newGetOpenIDConfigResponse,++    -- ** GkeBackupAgentConfig+    GkeBackupAgentConfig (..),+    newGkeBackupAgentConfig,++    -- ** HorizontalPodAutoscaling+    HorizontalPodAutoscaling (..),+    newHorizontalPodAutoscaling,++    -- ** HttpCacheControlResponseHeader+    HttpCacheControlResponseHeader (..),+    newHttpCacheControlResponseHeader,++    -- ** HttpLoadBalancing+    HttpLoadBalancing (..),+    newHttpLoadBalancing,++    -- ** HugepagesConfig+    HugepagesConfig (..),+    newHugepagesConfig,++    -- ** ILBSubsettingConfig+    ILBSubsettingConfig (..),+    newILBSubsettingConfig,++    -- ** IPAllocationPolicy+    IPAllocationPolicy (..),+    newIPAllocationPolicy,++    -- ** IPAllocationPolicy_Ipv6AccessType+    IPAllocationPolicy_Ipv6AccessType (..),++    -- ** IPAllocationPolicy_StackType+    IPAllocationPolicy_StackType (..),++    -- ** IPEndpointsConfig+    IPEndpointsConfig (..),+    newIPEndpointsConfig,++    -- ** IdentityServiceConfig+    IdentityServiceConfig (..),+    newIdentityServiceConfig,++    -- ** IntraNodeVisibilityConfig+    IntraNodeVisibilityConfig (..),+    newIntraNodeVisibilityConfig,++    -- ** Jwk+    Jwk (..),+    newJwk,++    -- ** K8sBetaAPIConfig+    K8sBetaAPIConfig (..),+    newK8sBetaAPIConfig,++    -- ** KubernetesDashboard+    KubernetesDashboard (..),+    newKubernetesDashboard,++    -- ** LegacyAbac+    LegacyAbac (..),+    newLegacyAbac,++    -- ** LinuxNodeConfig+    LinuxNodeConfig (..),+    newLinuxNodeConfig,++    -- ** LinuxNodeConfig_CgroupMode+    LinuxNodeConfig_CgroupMode (..),++    -- ** LinuxNodeConfig_Sysctls+    LinuxNodeConfig_Sysctls (..),+    newLinuxNodeConfig_Sysctls,++    -- ** ListClustersResponse+    ListClustersResponse (..),+    newListClustersResponse,++    -- ** ListNodePoolsResponse+    ListNodePoolsResponse (..),+    newListNodePoolsResponse,++    -- ** ListOperationsResponse+    ListOperationsResponse (..),+    newListOperationsResponse,++    -- ** ListUsableSubnetworksResponse+    ListUsableSubnetworksResponse (..),+    newListUsableSubnetworksResponse,++    -- ** LocalNvmeSsdBlockConfig+    LocalNvmeSsdBlockConfig (..),+    newLocalNvmeSsdBlockConfig,++    -- ** LoggingComponentConfig+    LoggingComponentConfig (..),+    newLoggingComponentConfig,++    -- ** LoggingComponentConfig_EnableComponentsItem+    LoggingComponentConfig_EnableComponentsItem (..),++    -- ** LoggingConfig+    LoggingConfig (..),+    newLoggingConfig,++    -- ** LoggingVariantConfig+    LoggingVariantConfig (..),+    newLoggingVariantConfig,++    -- ** LoggingVariantConfig_Variant+    LoggingVariantConfig_Variant (..),++    -- ** MaintenanceExclusionOptions+    MaintenanceExclusionOptions (..),+    newMaintenanceExclusionOptions,++    -- ** MaintenanceExclusionOptions_Scope+    MaintenanceExclusionOptions_Scope (..),++    -- ** MaintenancePolicy+    MaintenancePolicy (..),+    newMaintenancePolicy,++    -- ** MaintenanceWindow+    MaintenanceWindow (..),+    newMaintenanceWindow,++    -- ** MaintenanceWindow_MaintenanceExclusions+    MaintenanceWindow_MaintenanceExclusions (..),+    newMaintenanceWindow_MaintenanceExclusions,++    -- ** ManagedPrometheusConfig+    ManagedPrometheusConfig (..),+    newManagedPrometheusConfig,++    -- ** MasterAuth+    MasterAuth (..),+    newMasterAuth,++    -- ** MasterAuthorizedNetworksConfig+    MasterAuthorizedNetworksConfig (..),+    newMasterAuthorizedNetworksConfig,++    -- ** MaxPodsConstraint+    MaxPodsConstraint (..),+    newMaxPodsConstraint,++    -- ** MeshCertificates+    MeshCertificates (..),+    newMeshCertificates,++    -- ** Metric+    Metric (..),+    newMetric,++    -- ** MonitoringComponentConfig+    MonitoringComponentConfig (..),+    newMonitoringComponentConfig,++    -- ** MonitoringComponentConfig_EnableComponentsItem+    MonitoringComponentConfig_EnableComponentsItem (..),++    -- ** MonitoringConfig+    MonitoringConfig (..),+    newMonitoringConfig,++    -- ** NetworkConfig+    NetworkConfig (..),+    newNetworkConfig,++    -- ** NetworkConfig_DatapathProvider+    NetworkConfig_DatapathProvider (..),++    -- ** NetworkConfig_InTransitEncryptionConfig+    NetworkConfig_InTransitEncryptionConfig (..),++    -- ** NetworkConfig_PrivateIpv6GoogleAccess+    NetworkConfig_PrivateIpv6GoogleAccess (..),++    -- ** NetworkPerformanceConfig+    NetworkPerformanceConfig (..),+    newNetworkPerformanceConfig,++    -- ** NetworkPerformanceConfig_TotalEgressBandwidthTier+    NetworkPerformanceConfig_TotalEgressBandwidthTier (..),++    -- ** NetworkPolicy+    NetworkPolicy (..),+    newNetworkPolicy,++    -- ** NetworkPolicy_Provider+    NetworkPolicy_Provider (..),++    -- ** NetworkPolicyConfig+    NetworkPolicyConfig (..),+    newNetworkPolicyConfig,++    -- ** NetworkTags+    NetworkTags (..),+    newNetworkTags,++    -- ** NodeAffinity+    NodeAffinity (..),+    newNodeAffinity,++    -- ** NodeAffinity_Operator+    NodeAffinity_Operator (..),++    -- ** NodeConfig+    NodeConfig (..),+    newNodeConfig,++    -- ** NodeConfig_EffectiveCgroupMode+    NodeConfig_EffectiveCgroupMode (..),++    -- ** NodeConfig_Labels+    NodeConfig_Labels (..),+    newNodeConfig_Labels,++    -- ** NodeConfig_LocalSsdEncryptionMode+    NodeConfig_LocalSsdEncryptionMode (..),++    -- ** NodeConfig_Metadata+    NodeConfig_Metadata (..),+    newNodeConfig_Metadata,++    -- ** NodeConfig_ResourceLabels+    NodeConfig_ResourceLabels (..),+    newNodeConfig_ResourceLabels,++    -- ** NodeConfigDefaults+    NodeConfigDefaults (..),+    newNodeConfigDefaults,++    -- ** NodeKubeletConfig+    NodeKubeletConfig (..),+    newNodeKubeletConfig,++    -- ** NodeLabels+    NodeLabels (..),+    newNodeLabels,++    -- ** NodeLabels_Labels+    NodeLabels_Labels (..),+    newNodeLabels_Labels,++    -- ** NodeManagement+    NodeManagement (..),+    newNodeManagement,++    -- ** NodeNetworkConfig+    NodeNetworkConfig (..),+    newNodeNetworkConfig,++    -- ** NodePool+    NodePool (..),+    newNodePool,++    -- ** NodePool_Status+    NodePool_Status (..),++    -- ** NodePoolAutoConfig+    NodePoolAutoConfig (..),+    newNodePoolAutoConfig,++    -- ** NodePoolAutoscaling+    NodePoolAutoscaling (..),+    newNodePoolAutoscaling,++    -- ** NodePoolAutoscaling_LocationPolicy+    NodePoolAutoscaling_LocationPolicy (..),++    -- ** NodePoolDefaults+    NodePoolDefaults (..),+    newNodePoolDefaults,++    -- ** NodePoolLoggingConfig+    NodePoolLoggingConfig (..),+    newNodePoolLoggingConfig,++    -- ** NodeTaint+    NodeTaint (..),+    newNodeTaint,++    -- ** NodeTaint_Effect+    NodeTaint_Effect (..),++    -- ** NodeTaints+    NodeTaints (..),+    newNodeTaints,++    -- ** NotificationConfig+    NotificationConfig (..),+    newNotificationConfig,++    -- ** Operation+    Operation (..),+    newOperation,++    -- ** Operation_OperationType+    Operation_OperationType (..),++    -- ** Operation_Status+    Operation_Status (..),++    -- ** OperationError+    OperationError (..),+    newOperationError,++    -- ** OperationProgress+    OperationProgress (..),+    newOperationProgress,++    -- ** OperationProgress_Status+    OperationProgress_Status (..),++    -- ** ParallelstoreCsiDriverConfig+    ParallelstoreCsiDriverConfig (..),+    newParallelstoreCsiDriverConfig,++    -- ** ParentProductConfig+    ParentProductConfig (..),+    newParentProductConfig,++    -- ** ParentProductConfig_Labels+    ParentProductConfig_Labels (..),+    newParentProductConfig_Labels,++    -- ** PlacementPolicy+    PlacementPolicy (..),+    newPlacementPolicy,++    -- ** PlacementPolicy_Type+    PlacementPolicy_Type (..),++    -- ** PodCIDROverprovisionConfig+    PodCIDROverprovisionConfig (..),+    newPodCIDROverprovisionConfig,++    -- ** PrivateClusterConfig+    PrivateClusterConfig (..),+    newPrivateClusterConfig,++    -- ** PrivateClusterMasterGlobalAccessConfig+    PrivateClusterMasterGlobalAccessConfig (..),+    newPrivateClusterMasterGlobalAccessConfig,++    -- ** PrivateRegistryAccessConfig+    PrivateRegistryAccessConfig (..),+    newPrivateRegistryAccessConfig,++    -- ** PubSub+    PubSub (..),+    newPubSub,++    -- ** QueuedProvisioning+    QueuedProvisioning (..),+    newQueuedProvisioning,++    -- ** RBACBindingConfig+    RBACBindingConfig (..),+    newRBACBindingConfig,++    -- ** RangeInfo+    RangeInfo (..),+    newRangeInfo,++    -- ** RayClusterLoggingConfig+    RayClusterLoggingConfig (..),+    newRayClusterLoggingConfig,++    -- ** RayClusterMonitoringConfig+    RayClusterMonitoringConfig (..),+    newRayClusterMonitoringConfig,++    -- ** RayOperatorConfig+    RayOperatorConfig (..),+    newRayOperatorConfig,++    -- ** RecurringTimeWindow+    RecurringTimeWindow (..),+    newRecurringTimeWindow,++    -- ** ReleaseChannel+    ReleaseChannel (..),+    newReleaseChannel,++    -- ** ReleaseChannel_Channel+    ReleaseChannel_Channel (..),++    -- ** ReleaseChannelConfig+    ReleaseChannelConfig (..),+    newReleaseChannelConfig,++    -- ** ReleaseChannelConfig_Channel+    ReleaseChannelConfig_Channel (..),++    -- ** ReservationAffinity+    ReservationAffinity (..),+    newReservationAffinity,++    -- ** ReservationAffinity_ConsumeReservationType+    ReservationAffinity_ConsumeReservationType (..),++    -- ** ResourceLabels+    ResourceLabels (..),+    newResourceLabels,++    -- ** ResourceLabels_Labels+    ResourceLabels_Labels (..),+    newResourceLabels_Labels,++    -- ** ResourceLimit+    ResourceLimit (..),+    newResourceLimit,++    -- ** ResourceManagerTags+    ResourceManagerTags (..),+    newResourceManagerTags,++    -- ** ResourceManagerTags_Tags+    ResourceManagerTags_Tags (..),+    newResourceManagerTags_Tags,++    -- ** ResourceUsageExportConfig+    ResourceUsageExportConfig (..),+    newResourceUsageExportConfig,++    -- ** RollbackNodePoolUpgradeRequest+    RollbackNodePoolUpgradeRequest (..),+    newRollbackNodePoolUpgradeRequest,++    -- ** SandboxConfig+    SandboxConfig (..),+    newSandboxConfig,++    -- ** SandboxConfig_Type+    SandboxConfig_Type (..),++    -- ** SecondaryBootDisk+    SecondaryBootDisk (..),+    newSecondaryBootDisk,++    -- ** SecondaryBootDisk_Mode+    SecondaryBootDisk_Mode (..),++    -- ** SecondaryBootDiskUpdateStrategy+    SecondaryBootDiskUpdateStrategy (..),+    newSecondaryBootDiskUpdateStrategy,++    -- ** SecretManagerConfig+    SecretManagerConfig (..),+    newSecretManagerConfig,++    -- ** SecurityBulletinEvent+    SecurityBulletinEvent (..),+    newSecurityBulletinEvent,++    -- ** SecurityPostureConfig+    SecurityPostureConfig (..),+    newSecurityPostureConfig,++    -- ** SecurityPostureConfig_Mode+    SecurityPostureConfig_Mode (..),++    -- ** SecurityPostureConfig_VulnerabilityMode+    SecurityPostureConfig_VulnerabilityMode (..),++    -- ** ServerConfig+    ServerConfig (..),+    newServerConfig,++    -- ** ServiceExternalIPsConfig+    ServiceExternalIPsConfig (..),+    newServiceExternalIPsConfig,++    -- ** SetAddonsConfigRequest+    SetAddonsConfigRequest (..),+    newSetAddonsConfigRequest,++    -- ** SetLabelsRequest+    SetLabelsRequest (..),+    newSetLabelsRequest,++    -- ** SetLabelsRequest_ResourceLabels+    SetLabelsRequest_ResourceLabels (..),+    newSetLabelsRequest_ResourceLabels,++    -- ** SetLegacyAbacRequest+    SetLegacyAbacRequest (..),+    newSetLegacyAbacRequest,++    -- ** SetLocationsRequest+    SetLocationsRequest (..),+    newSetLocationsRequest,++    -- ** SetLoggingServiceRequest+    SetLoggingServiceRequest (..),+    newSetLoggingServiceRequest,++    -- ** SetMaintenancePolicyRequest+    SetMaintenancePolicyRequest (..),+    newSetMaintenancePolicyRequest,++    -- ** SetMasterAuthRequest+    SetMasterAuthRequest (..),+    newSetMasterAuthRequest,++    -- ** SetMasterAuthRequest_Action+    SetMasterAuthRequest_Action (..),++    -- ** SetMonitoringServiceRequest+    SetMonitoringServiceRequest (..),+    newSetMonitoringServiceRequest,++    -- ** SetNetworkPolicyRequest+    SetNetworkPolicyRequest (..),+    newSetNetworkPolicyRequest,++    -- ** SetNodePoolAutoscalingRequest+    SetNodePoolAutoscalingRequest (..),+    newSetNodePoolAutoscalingRequest,++    -- ** SetNodePoolManagementRequest+    SetNodePoolManagementRequest (..),+    newSetNodePoolManagementRequest,++    -- ** SetNodePoolSizeRequest+    SetNodePoolSizeRequest (..),+    newSetNodePoolSizeRequest,++    -- ** ShieldedInstanceConfig+    ShieldedInstanceConfig (..),+    newShieldedInstanceConfig,++    -- ** ShieldedNodes+    ShieldedNodes (..),+    newShieldedNodes,++    -- ** SoleTenantConfig+    SoleTenantConfig (..),+    newSoleTenantConfig,++    -- ** StandardRolloutPolicy+    StandardRolloutPolicy (..),+    newStandardRolloutPolicy,++    -- ** StartIPRotationRequest+    StartIPRotationRequest (..),+    newStartIPRotationRequest,++    -- ** StatefulHAConfig+    StatefulHAConfig (..),+    newStatefulHAConfig,++    -- ** Status+    Status (..),+    newStatus,++    -- ** Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,++    -- ** StatusCondition+    StatusCondition (..),+    newStatusCondition,++    -- ** StatusCondition_CanonicalCode+    StatusCondition_CanonicalCode (..),++    -- ** StatusCondition_Code+    StatusCondition_Code (..),++    -- ** TimeWindow+    TimeWindow (..),+    newTimeWindow,++    -- ** UpdateClusterRequest+    UpdateClusterRequest (..),+    newUpdateClusterRequest,++    -- ** UpdateInfo+    UpdateInfo (..),+    newUpdateInfo,++    -- ** UpdateMasterRequest+    UpdateMasterRequest (..),+    newUpdateMasterRequest,++    -- ** UpdateNodePoolRequest+    UpdateNodePoolRequest (..),+    newUpdateNodePoolRequest,++    -- ** UpgradeAvailableEvent+    UpgradeAvailableEvent (..),+    newUpgradeAvailableEvent,++    -- ** UpgradeAvailableEvent_ResourceType+    UpgradeAvailableEvent_ResourceType (..),++    -- ** UpgradeEvent+    UpgradeEvent (..),+    newUpgradeEvent,++    -- ** UpgradeEvent_ResourceType+    UpgradeEvent_ResourceType (..),++    -- ** UpgradeInfoEvent+    UpgradeInfoEvent (..),+    newUpgradeInfoEvent,++    -- ** UpgradeInfoEvent_EventType+    UpgradeInfoEvent_EventType (..),++    -- ** UpgradeInfoEvent_ResourceType+    UpgradeInfoEvent_ResourceType (..),++    -- ** UpgradeInfoEvent_State+    UpgradeInfoEvent_State (..),++    -- ** UpgradeSettings+    UpgradeSettings (..),+    newUpgradeSettings,++    -- ** UpgradeSettings_Strategy+    UpgradeSettings_Strategy (..),++    -- ** UsableSubnetwork+    UsableSubnetwork (..),+    newUsableSubnetwork,++    -- ** UsableSubnetworkSecondaryRange+    UsableSubnetworkSecondaryRange (..),+    newUsableSubnetworkSecondaryRange,++    -- ** UsableSubnetworkSecondaryRange_Status+    UsableSubnetworkSecondaryRange_Status (..),++    -- ** UserManagedKeysConfig+    UserManagedKeysConfig (..),+    newUserManagedKeysConfig,++    -- ** VerticalPodAutoscaling+    VerticalPodAutoscaling (..),+    newVerticalPodAutoscaling,++    -- ** VirtualNIC+    VirtualNIC (..),+    newVirtualNIC,++    -- ** WindowsNodeConfig+    WindowsNodeConfig (..),+    newWindowsNodeConfig,++    -- ** WindowsNodeConfig_OsVersion+    WindowsNodeConfig_OsVersion (..),++    -- ** WorkloadIdentityConfig+    WorkloadIdentityConfig (..),+    newWorkloadIdentityConfig,++    -- ** WorkloadMetadataConfig+    WorkloadMetadataConfig (..),+    newWorkloadMetadataConfig,++    -- ** WorkloadMetadataConfig_Mode+    WorkloadMetadataConfig_Mode (..),++    -- ** WorkloadPolicyConfig+    WorkloadPolicyConfig (..),+    newWorkloadPolicyConfig,+  )+where++import Gogol.Container.Projects.Aggregated.UsableSubnetworks.List+import Gogol.Container.Projects.Locations.Clusters.CheckAutopilotCompatibility+import Gogol.Container.Projects.Locations.Clusters.CompleteIpRotation+import Gogol.Container.Projects.Locations.Clusters.Create+import Gogol.Container.Projects.Locations.Clusters.Delete+import Gogol.Container.Projects.Locations.Clusters.Get+import Gogol.Container.Projects.Locations.Clusters.GetJwks+import Gogol.Container.Projects.Locations.Clusters.List+import Gogol.Container.Projects.Locations.Clusters.NodePools.CompleteUpgrade+import Gogol.Container.Projects.Locations.Clusters.NodePools.Create+import Gogol.Container.Projects.Locations.Clusters.NodePools.Delete+import Gogol.Container.Projects.Locations.Clusters.NodePools.Get+import Gogol.Container.Projects.Locations.Clusters.NodePools.List+import Gogol.Container.Projects.Locations.Clusters.NodePools.Rollback+import Gogol.Container.Projects.Locations.Clusters.NodePools.SetAutoscaling+import Gogol.Container.Projects.Locations.Clusters.NodePools.SetManagement+import Gogol.Container.Projects.Locations.Clusters.NodePools.SetSize+import Gogol.Container.Projects.Locations.Clusters.NodePools.Update+import Gogol.Container.Projects.Locations.Clusters.SetAddons+import Gogol.Container.Projects.Locations.Clusters.SetLegacyAbac+import Gogol.Container.Projects.Locations.Clusters.SetLocations+import Gogol.Container.Projects.Locations.Clusters.SetLogging+import Gogol.Container.Projects.Locations.Clusters.SetMaintenancePolicy+import Gogol.Container.Projects.Locations.Clusters.SetMasterAuth+import Gogol.Container.Projects.Locations.Clusters.SetMonitoring+import Gogol.Container.Projects.Locations.Clusters.SetNetworkPolicy+import Gogol.Container.Projects.Locations.Clusters.SetResourceLabels+import Gogol.Container.Projects.Locations.Clusters.StartIpRotation+import Gogol.Container.Projects.Locations.Clusters.Update+import Gogol.Container.Projects.Locations.Clusters.UpdateMaster+import Gogol.Container.Projects.Locations.Clusters.Wellknown.GetOpenidconfiguration+import Gogol.Container.Projects.Locations.GetServerConfig+import Gogol.Container.Projects.Locations.Operations.Cancel+import Gogol.Container.Projects.Locations.Operations.Get+import Gogol.Container.Projects.Locations.Operations.List+import Gogol.Container.Projects.Zones.Clusters.Addons+import Gogol.Container.Projects.Zones.Clusters.CompleteIpRotation+import Gogol.Container.Projects.Zones.Clusters.Create+import Gogol.Container.Projects.Zones.Clusters.Delete+import Gogol.Container.Projects.Zones.Clusters.Get+import Gogol.Container.Projects.Zones.Clusters.LegacyAbac+import Gogol.Container.Projects.Zones.Clusters.List+import Gogol.Container.Projects.Zones.Clusters.Locations+import Gogol.Container.Projects.Zones.Clusters.Logging+import Gogol.Container.Projects.Zones.Clusters.Master+import Gogol.Container.Projects.Zones.Clusters.Monitoring+import Gogol.Container.Projects.Zones.Clusters.NodePools.Autoscaling+import Gogol.Container.Projects.Zones.Clusters.NodePools.Create+import Gogol.Container.Projects.Zones.Clusters.NodePools.Delete+import Gogol.Container.Projects.Zones.Clusters.NodePools.Get+import Gogol.Container.Projects.Zones.Clusters.NodePools.List+import Gogol.Container.Projects.Zones.Clusters.NodePools.Rollback+import Gogol.Container.Projects.Zones.Clusters.NodePools.SetManagement+import Gogol.Container.Projects.Zones.Clusters.NodePools.SetSize+import Gogol.Container.Projects.Zones.Clusters.NodePools.Update+import Gogol.Container.Projects.Zones.Clusters.ResourceLabels+import Gogol.Container.Projects.Zones.Clusters.SetMaintenancePolicy+import Gogol.Container.Projects.Zones.Clusters.SetMasterAuth+import Gogol.Container.Projects.Zones.Clusters.SetNetworkPolicy+import Gogol.Container.Projects.Zones.Clusters.StartIpRotation+import Gogol.Container.Projects.Zones.Clusters.Update+import Gogol.Container.Projects.Zones.GetServerconfig+import Gogol.Container.Projects.Zones.Operations.Cancel+import Gogol.Container.Projects.Zones.Operations.Get+import Gogol.Container.Projects.Zones.Operations.List+import Gogol.Container.Types
+ gen/Gogol/Container/Internal/Product.hs view
@@ -0,0 +1,10264 @@+{-# 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.Container.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.Container.Internal.Product+  ( -- * AcceleratorConfig+    AcceleratorConfig (..),+    newAcceleratorConfig,++    -- * AdditionalNodeNetworkConfig+    AdditionalNodeNetworkConfig (..),+    newAdditionalNodeNetworkConfig,++    -- * AdditionalPodNetworkConfig+    AdditionalPodNetworkConfig (..),+    newAdditionalPodNetworkConfig,++    -- * AdditionalPodRangesConfig+    AdditionalPodRangesConfig (..),+    newAdditionalPodRangesConfig,++    -- * AddonsConfig+    AddonsConfig (..),+    newAddonsConfig,++    -- * AdvancedDatapathObservabilityConfig+    AdvancedDatapathObservabilityConfig (..),+    newAdvancedDatapathObservabilityConfig,++    -- * AdvancedMachineFeatures+    AdvancedMachineFeatures (..),+    newAdvancedMachineFeatures,++    -- * AuthenticatorGroupsConfig+    AuthenticatorGroupsConfig (..),+    newAuthenticatorGroupsConfig,++    -- * AutoMonitoringConfig+    AutoMonitoringConfig (..),+    newAutoMonitoringConfig,++    -- * AutoUpgradeOptions+    AutoUpgradeOptions (..),+    newAutoUpgradeOptions,++    -- * Autopilot+    Autopilot (..),+    newAutopilot,++    -- * AutopilotCompatibilityIssue+    AutopilotCompatibilityIssue (..),+    newAutopilotCompatibilityIssue,++    -- * AutopilotConfig+    AutopilotConfig (..),+    newAutopilotConfig,++    -- * AutoprovisioningNodePoolDefaults+    AutoprovisioningNodePoolDefaults (..),+    newAutoprovisioningNodePoolDefaults,++    -- * BestEffortProvisioning+    BestEffortProvisioning (..),+    newBestEffortProvisioning,++    -- * BigQueryDestination+    BigQueryDestination (..),+    newBigQueryDestination,++    -- * BinaryAuthorization+    BinaryAuthorization (..),+    newBinaryAuthorization,++    -- * BlueGreenInfo+    BlueGreenInfo (..),+    newBlueGreenInfo,++    -- * BlueGreenSettings+    BlueGreenSettings (..),+    newBlueGreenSettings,++    -- * CancelOperationRequest+    CancelOperationRequest (..),+    newCancelOperationRequest,++    -- * CertificateAuthorityDomainConfig+    CertificateAuthorityDomainConfig (..),+    newCertificateAuthorityDomainConfig,++    -- * CheckAutopilotCompatibilityResponse+    CheckAutopilotCompatibilityResponse (..),+    newCheckAutopilotCompatibilityResponse,++    -- * CidrBlock+    CidrBlock (..),+    newCidrBlock,++    -- * ClientCertificateConfig+    ClientCertificateConfig (..),+    newClientCertificateConfig,++    -- * CloudRunConfig+    CloudRunConfig (..),+    newCloudRunConfig,++    -- * Cluster+    Cluster (..),+    newCluster,++    -- * Cluster_ResourceLabels+    Cluster_ResourceLabels (..),+    newCluster_ResourceLabels,++    -- * ClusterAutoscaling+    ClusterAutoscaling (..),+    newClusterAutoscaling,++    -- * ClusterNetworkPerformanceConfig+    ClusterNetworkPerformanceConfig (..),+    newClusterNetworkPerformanceConfig,++    -- * ClusterUpdate+    ClusterUpdate (..),+    newClusterUpdate,++    -- * CompleteIPRotationRequest+    CompleteIPRotationRequest (..),+    newCompleteIPRotationRequest,++    -- * CompleteNodePoolUpgradeRequest+    CompleteNodePoolUpgradeRequest (..),+    newCompleteNodePoolUpgradeRequest,++    -- * CompliancePostureConfig+    CompliancePostureConfig (..),+    newCompliancePostureConfig,++    -- * ComplianceStandard+    ComplianceStandard (..),+    newComplianceStandard,++    -- * ConfidentialNodes+    ConfidentialNodes (..),+    newConfidentialNodes,++    -- * ConfigConnectorConfig+    ConfigConnectorConfig (..),+    newConfigConnectorConfig,++    -- * ConsumptionMeteringConfig+    ConsumptionMeteringConfig (..),+    newConsumptionMeteringConfig,++    -- * ContainerdConfig+    ContainerdConfig (..),+    newContainerdConfig,++    -- * ControlPlaneEndpointsConfig+    ControlPlaneEndpointsConfig (..),+    newControlPlaneEndpointsConfig,++    -- * CostManagementConfig+    CostManagementConfig (..),+    newCostManagementConfig,++    -- * CreateClusterRequest+    CreateClusterRequest (..),+    newCreateClusterRequest,++    -- * CreateNodePoolRequest+    CreateNodePoolRequest (..),+    newCreateNodePoolRequest,++    -- * DNSConfig+    DNSConfig (..),+    newDNSConfig,++    -- * DNSEndpointConfig+    DNSEndpointConfig (..),+    newDNSEndpointConfig,++    -- * DailyMaintenanceWindow+    DailyMaintenanceWindow (..),+    newDailyMaintenanceWindow,++    -- * DatabaseEncryption+    DatabaseEncryption (..),+    newDatabaseEncryption,++    -- * DefaultSnatStatus+    DefaultSnatStatus (..),+    newDefaultSnatStatus,++    -- * DesiredEnterpriseConfig+    DesiredEnterpriseConfig (..),+    newDesiredEnterpriseConfig,++    -- * DnsCacheConfig+    DnsCacheConfig (..),+    newDnsCacheConfig,++    -- * Empty+    Empty (..),+    newEmpty,++    -- * EnterpriseConfig+    EnterpriseConfig (..),+    newEnterpriseConfig,++    -- * EphemeralStorageLocalSsdConfig+    EphemeralStorageLocalSsdConfig (..),+    newEphemeralStorageLocalSsdConfig,++    -- * FastSocket+    FastSocket (..),+    newFastSocket,++    -- * Filter+    Filter (..),+    newFilter,++    -- * Fleet+    Fleet (..),+    newFleet,++    -- * GCPSecretManagerCertificateConfig+    GCPSecretManagerCertificateConfig (..),+    newGCPSecretManagerCertificateConfig,++    -- * GPUDriverInstallationConfig+    GPUDriverInstallationConfig (..),+    newGPUDriverInstallationConfig,++    -- * GPUSharingConfig+    GPUSharingConfig (..),+    newGPUSharingConfig,++    -- * GatewayAPIConfig+    GatewayAPIConfig (..),+    newGatewayAPIConfig,++    -- * GcePersistentDiskCsiDriverConfig+    GcePersistentDiskCsiDriverConfig (..),+    newGcePersistentDiskCsiDriverConfig,++    -- * GcfsConfig+    GcfsConfig (..),+    newGcfsConfig,++    -- * GcpFilestoreCsiDriverConfig+    GcpFilestoreCsiDriverConfig (..),+    newGcpFilestoreCsiDriverConfig,++    -- * GcsFuseCsiDriverConfig+    GcsFuseCsiDriverConfig (..),+    newGcsFuseCsiDriverConfig,++    -- * GetJSONWebKeysResponse+    GetJSONWebKeysResponse (..),+    newGetJSONWebKeysResponse,++    -- * GetOpenIDConfigResponse+    GetOpenIDConfigResponse (..),+    newGetOpenIDConfigResponse,++    -- * GkeBackupAgentConfig+    GkeBackupAgentConfig (..),+    newGkeBackupAgentConfig,++    -- * HorizontalPodAutoscaling+    HorizontalPodAutoscaling (..),+    newHorizontalPodAutoscaling,++    -- * HttpCacheControlResponseHeader+    HttpCacheControlResponseHeader (..),+    newHttpCacheControlResponseHeader,++    -- * HttpLoadBalancing+    HttpLoadBalancing (..),+    newHttpLoadBalancing,++    -- * HugepagesConfig+    HugepagesConfig (..),+    newHugepagesConfig,++    -- * ILBSubsettingConfig+    ILBSubsettingConfig (..),+    newILBSubsettingConfig,++    -- * IPAllocationPolicy+    IPAllocationPolicy (..),+    newIPAllocationPolicy,++    -- * IPEndpointsConfig+    IPEndpointsConfig (..),+    newIPEndpointsConfig,++    -- * IdentityServiceConfig+    IdentityServiceConfig (..),+    newIdentityServiceConfig,++    -- * IntraNodeVisibilityConfig+    IntraNodeVisibilityConfig (..),+    newIntraNodeVisibilityConfig,++    -- * Jwk+    Jwk (..),+    newJwk,++    -- * K8sBetaAPIConfig+    K8sBetaAPIConfig (..),+    newK8sBetaAPIConfig,++    -- * KubernetesDashboard+    KubernetesDashboard (..),+    newKubernetesDashboard,++    -- * LegacyAbac+    LegacyAbac (..),+    newLegacyAbac,++    -- * LinuxNodeConfig+    LinuxNodeConfig (..),+    newLinuxNodeConfig,++    -- * LinuxNodeConfig_Sysctls+    LinuxNodeConfig_Sysctls (..),+    newLinuxNodeConfig_Sysctls,++    -- * ListClustersResponse+    ListClustersResponse (..),+    newListClustersResponse,++    -- * ListNodePoolsResponse+    ListNodePoolsResponse (..),+    newListNodePoolsResponse,++    -- * ListOperationsResponse+    ListOperationsResponse (..),+    newListOperationsResponse,++    -- * ListUsableSubnetworksResponse+    ListUsableSubnetworksResponse (..),+    newListUsableSubnetworksResponse,++    -- * LocalNvmeSsdBlockConfig+    LocalNvmeSsdBlockConfig (..),+    newLocalNvmeSsdBlockConfig,++    -- * LoggingComponentConfig+    LoggingComponentConfig (..),+    newLoggingComponentConfig,++    -- * LoggingConfig+    LoggingConfig (..),+    newLoggingConfig,++    -- * LoggingVariantConfig+    LoggingVariantConfig (..),+    newLoggingVariantConfig,++    -- * MaintenanceExclusionOptions+    MaintenanceExclusionOptions (..),+    newMaintenanceExclusionOptions,++    -- * MaintenancePolicy+    MaintenancePolicy (..),+    newMaintenancePolicy,++    -- * MaintenanceWindow+    MaintenanceWindow (..),+    newMaintenanceWindow,++    -- * MaintenanceWindow_MaintenanceExclusions+    MaintenanceWindow_MaintenanceExclusions (..),+    newMaintenanceWindow_MaintenanceExclusions,++    -- * ManagedPrometheusConfig+    ManagedPrometheusConfig (..),+    newManagedPrometheusConfig,++    -- * MasterAuth+    MasterAuth (..),+    newMasterAuth,++    -- * MasterAuthorizedNetworksConfig+    MasterAuthorizedNetworksConfig (..),+    newMasterAuthorizedNetworksConfig,++    -- * MaxPodsConstraint+    MaxPodsConstraint (..),+    newMaxPodsConstraint,++    -- * MeshCertificates+    MeshCertificates (..),+    newMeshCertificates,++    -- * Metric+    Metric (..),+    newMetric,++    -- * MonitoringComponentConfig+    MonitoringComponentConfig (..),+    newMonitoringComponentConfig,++    -- * MonitoringConfig+    MonitoringConfig (..),+    newMonitoringConfig,++    -- * NetworkConfig+    NetworkConfig (..),+    newNetworkConfig,++    -- * NetworkPerformanceConfig+    NetworkPerformanceConfig (..),+    newNetworkPerformanceConfig,++    -- * NetworkPolicy+    NetworkPolicy (..),+    newNetworkPolicy,++    -- * NetworkPolicyConfig+    NetworkPolicyConfig (..),+    newNetworkPolicyConfig,++    -- * NetworkTags+    NetworkTags (..),+    newNetworkTags,++    -- * NodeAffinity+    NodeAffinity (..),+    newNodeAffinity,++    -- * NodeConfig+    NodeConfig (..),+    newNodeConfig,++    -- * NodeConfig_Labels+    NodeConfig_Labels (..),+    newNodeConfig_Labels,++    -- * NodeConfig_Metadata+    NodeConfig_Metadata (..),+    newNodeConfig_Metadata,++    -- * NodeConfig_ResourceLabels+    NodeConfig_ResourceLabels (..),+    newNodeConfig_ResourceLabels,++    -- * NodeConfigDefaults+    NodeConfigDefaults (..),+    newNodeConfigDefaults,++    -- * NodeKubeletConfig+    NodeKubeletConfig (..),+    newNodeKubeletConfig,++    -- * NodeLabels+    NodeLabels (..),+    newNodeLabels,++    -- * NodeLabels_Labels+    NodeLabels_Labels (..),+    newNodeLabels_Labels,++    -- * NodeManagement+    NodeManagement (..),+    newNodeManagement,++    -- * NodeNetworkConfig+    NodeNetworkConfig (..),+    newNodeNetworkConfig,++    -- * NodePool+    NodePool (..),+    newNodePool,++    -- * NodePoolAutoConfig+    NodePoolAutoConfig (..),+    newNodePoolAutoConfig,++    -- * NodePoolAutoscaling+    NodePoolAutoscaling (..),+    newNodePoolAutoscaling,++    -- * NodePoolDefaults+    NodePoolDefaults (..),+    newNodePoolDefaults,++    -- * NodePoolLoggingConfig+    NodePoolLoggingConfig (..),+    newNodePoolLoggingConfig,++    -- * NodeTaint+    NodeTaint (..),+    newNodeTaint,++    -- * NodeTaints+    NodeTaints (..),+    newNodeTaints,++    -- * NotificationConfig+    NotificationConfig (..),+    newNotificationConfig,++    -- * Operation+    Operation (..),+    newOperation,++    -- * OperationError+    OperationError (..),+    newOperationError,++    -- * OperationProgress+    OperationProgress (..),+    newOperationProgress,++    -- * ParallelstoreCsiDriverConfig+    ParallelstoreCsiDriverConfig (..),+    newParallelstoreCsiDriverConfig,++    -- * ParentProductConfig+    ParentProductConfig (..),+    newParentProductConfig,++    -- * ParentProductConfig_Labels+    ParentProductConfig_Labels (..),+    newParentProductConfig_Labels,++    -- * PlacementPolicy+    PlacementPolicy (..),+    newPlacementPolicy,++    -- * PodCIDROverprovisionConfig+    PodCIDROverprovisionConfig (..),+    newPodCIDROverprovisionConfig,++    -- * PrivateClusterConfig+    PrivateClusterConfig (..),+    newPrivateClusterConfig,++    -- * PrivateClusterMasterGlobalAccessConfig+    PrivateClusterMasterGlobalAccessConfig (..),+    newPrivateClusterMasterGlobalAccessConfig,++    -- * PrivateRegistryAccessConfig+    PrivateRegistryAccessConfig (..),+    newPrivateRegistryAccessConfig,++    -- * PubSub+    PubSub (..),+    newPubSub,++    -- * QueuedProvisioning+    QueuedProvisioning (..),+    newQueuedProvisioning,++    -- * RBACBindingConfig+    RBACBindingConfig (..),+    newRBACBindingConfig,++    -- * RangeInfo+    RangeInfo (..),+    newRangeInfo,++    -- * RayClusterLoggingConfig+    RayClusterLoggingConfig (..),+    newRayClusterLoggingConfig,++    -- * RayClusterMonitoringConfig+    RayClusterMonitoringConfig (..),+    newRayClusterMonitoringConfig,++    -- * RayOperatorConfig+    RayOperatorConfig (..),+    newRayOperatorConfig,++    -- * RecurringTimeWindow+    RecurringTimeWindow (..),+    newRecurringTimeWindow,++    -- * ReleaseChannel+    ReleaseChannel (..),+    newReleaseChannel,++    -- * ReleaseChannelConfig+    ReleaseChannelConfig (..),+    newReleaseChannelConfig,++    -- * ReservationAffinity+    ReservationAffinity (..),+    newReservationAffinity,++    -- * ResourceLabels+    ResourceLabels (..),+    newResourceLabels,++    -- * ResourceLabels_Labels+    ResourceLabels_Labels (..),+    newResourceLabels_Labels,++    -- * ResourceLimit+    ResourceLimit (..),+    newResourceLimit,++    -- * ResourceManagerTags+    ResourceManagerTags (..),+    newResourceManagerTags,++    -- * ResourceManagerTags_Tags+    ResourceManagerTags_Tags (..),+    newResourceManagerTags_Tags,++    -- * ResourceUsageExportConfig+    ResourceUsageExportConfig (..),+    newResourceUsageExportConfig,++    -- * RollbackNodePoolUpgradeRequest+    RollbackNodePoolUpgradeRequest (..),+    newRollbackNodePoolUpgradeRequest,++    -- * SandboxConfig+    SandboxConfig (..),+    newSandboxConfig,++    -- * SecondaryBootDisk+    SecondaryBootDisk (..),+    newSecondaryBootDisk,++    -- * SecondaryBootDiskUpdateStrategy+    SecondaryBootDiskUpdateStrategy (..),+    newSecondaryBootDiskUpdateStrategy,++    -- * SecretManagerConfig+    SecretManagerConfig (..),+    newSecretManagerConfig,++    -- * SecurityBulletinEvent+    SecurityBulletinEvent (..),+    newSecurityBulletinEvent,++    -- * SecurityPostureConfig+    SecurityPostureConfig (..),+    newSecurityPostureConfig,++    -- * ServerConfig+    ServerConfig (..),+    newServerConfig,++    -- * ServiceExternalIPsConfig+    ServiceExternalIPsConfig (..),+    newServiceExternalIPsConfig,++    -- * SetAddonsConfigRequest+    SetAddonsConfigRequest (..),+    newSetAddonsConfigRequest,++    -- * SetLabelsRequest+    SetLabelsRequest (..),+    newSetLabelsRequest,++    -- * SetLabelsRequest_ResourceLabels+    SetLabelsRequest_ResourceLabels (..),+    newSetLabelsRequest_ResourceLabels,++    -- * SetLegacyAbacRequest+    SetLegacyAbacRequest (..),+    newSetLegacyAbacRequest,++    -- * SetLocationsRequest+    SetLocationsRequest (..),+    newSetLocationsRequest,++    -- * SetLoggingServiceRequest+    SetLoggingServiceRequest (..),+    newSetLoggingServiceRequest,++    -- * SetMaintenancePolicyRequest+    SetMaintenancePolicyRequest (..),+    newSetMaintenancePolicyRequest,++    -- * SetMasterAuthRequest+    SetMasterAuthRequest (..),+    newSetMasterAuthRequest,++    -- * SetMonitoringServiceRequest+    SetMonitoringServiceRequest (..),+    newSetMonitoringServiceRequest,++    -- * SetNetworkPolicyRequest+    SetNetworkPolicyRequest (..),+    newSetNetworkPolicyRequest,++    -- * SetNodePoolAutoscalingRequest+    SetNodePoolAutoscalingRequest (..),+    newSetNodePoolAutoscalingRequest,++    -- * SetNodePoolManagementRequest+    SetNodePoolManagementRequest (..),+    newSetNodePoolManagementRequest,++    -- * SetNodePoolSizeRequest+    SetNodePoolSizeRequest (..),+    newSetNodePoolSizeRequest,++    -- * ShieldedInstanceConfig+    ShieldedInstanceConfig (..),+    newShieldedInstanceConfig,++    -- * ShieldedNodes+    ShieldedNodes (..),+    newShieldedNodes,++    -- * SoleTenantConfig+    SoleTenantConfig (..),+    newSoleTenantConfig,++    -- * StandardRolloutPolicy+    StandardRolloutPolicy (..),+    newStandardRolloutPolicy,++    -- * StartIPRotationRequest+    StartIPRotationRequest (..),+    newStartIPRotationRequest,++    -- * StatefulHAConfig+    StatefulHAConfig (..),+    newStatefulHAConfig,++    -- * Status+    Status (..),+    newStatus,++    -- * Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,++    -- * StatusCondition+    StatusCondition (..),+    newStatusCondition,++    -- * TimeWindow+    TimeWindow (..),+    newTimeWindow,++    -- * UpdateClusterRequest+    UpdateClusterRequest (..),+    newUpdateClusterRequest,++    -- * UpdateInfo+    UpdateInfo (..),+    newUpdateInfo,++    -- * UpdateMasterRequest+    UpdateMasterRequest (..),+    newUpdateMasterRequest,++    -- * UpdateNodePoolRequest+    UpdateNodePoolRequest (..),+    newUpdateNodePoolRequest,++    -- * UpgradeAvailableEvent+    UpgradeAvailableEvent (..),+    newUpgradeAvailableEvent,++    -- * UpgradeEvent+    UpgradeEvent (..),+    newUpgradeEvent,++    -- * UpgradeInfoEvent+    UpgradeInfoEvent (..),+    newUpgradeInfoEvent,++    -- * UpgradeSettings+    UpgradeSettings (..),+    newUpgradeSettings,++    -- * UsableSubnetwork+    UsableSubnetwork (..),+    newUsableSubnetwork,++    -- * UsableSubnetworkSecondaryRange+    UsableSubnetworkSecondaryRange (..),+    newUsableSubnetworkSecondaryRange,++    -- * UserManagedKeysConfig+    UserManagedKeysConfig (..),+    newUserManagedKeysConfig,++    -- * VerticalPodAutoscaling+    VerticalPodAutoscaling (..),+    newVerticalPodAutoscaling,++    -- * VirtualNIC+    VirtualNIC (..),+    newVirtualNIC,++    -- * WindowsNodeConfig+    WindowsNodeConfig (..),+    newWindowsNodeConfig,++    -- * WorkloadIdentityConfig+    WorkloadIdentityConfig (..),+    newWorkloadIdentityConfig,++    -- * WorkloadMetadataConfig+    WorkloadMetadataConfig (..),+    newWorkloadMetadataConfig,++    -- * WorkloadPolicyConfig+    WorkloadPolicyConfig (..),+    newWorkloadPolicyConfig,+  )+where++import Gogol.Container.Internal.Sum+import Gogol.Prelude qualified as Core++-- | AcceleratorConfig represents a Hardware Accelerator request.+--+-- /See:/ 'newAcceleratorConfig' smart constructor.+data AcceleratorConfig = AcceleratorConfig+  { -- | The number of the accelerator cards exposed to an instance.+    acceleratorCount :: (Core.Maybe Core.Int64),+    -- | The accelerator type resource name. List of supported accelerators <https://cloud.google.com/compute/docs/gpus here>+    acceleratorType :: (Core.Maybe Core.Text),+    -- | The configuration for auto installation of GPU driver.+    gpuDriverInstallationConfig :: (Core.Maybe GPUDriverInstallationConfig),+    -- | Size of partitions to create on the GPU. Valid values are described in the NVIDIA <https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning mig user guide>.+    gpuPartitionSize :: (Core.Maybe Core.Text),+    -- | The configuration for GPU sharing options.+    gpuSharingConfig :: (Core.Maybe GPUSharingConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AcceleratorConfig' with the minimum fields required to make a request.+newAcceleratorConfig ::+  AcceleratorConfig+newAcceleratorConfig =+  AcceleratorConfig+    { acceleratorCount = Core.Nothing,+      acceleratorType = Core.Nothing,+      gpuDriverInstallationConfig = Core.Nothing,+      gpuPartitionSize = Core.Nothing,+      gpuSharingConfig = Core.Nothing+    }++instance Core.FromJSON AcceleratorConfig where+  parseJSON =+    Core.withObject+      "AcceleratorConfig"+      ( \o ->+          AcceleratorConfig+            Core.<$> (o Core..:? "acceleratorCount" Core.<&> Core.fmap Core.fromAsText)+            Core.<*> (o Core..:? "acceleratorType")+            Core.<*> (o Core..:? "gpuDriverInstallationConfig")+            Core.<*> (o Core..:? "gpuPartitionSize")+            Core.<*> (o Core..:? "gpuSharingConfig")+      )++instance Core.ToJSON AcceleratorConfig where+  toJSON AcceleratorConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("acceleratorCount" Core..=)+              Core.. Core.AsText+              Core.<$> acceleratorCount,+            ("acceleratorType" Core..=) Core.<$> acceleratorType,+            ("gpuDriverInstallationConfig" Core..=)+              Core.<$> gpuDriverInstallationConfig,+            ("gpuPartitionSize" Core..=) Core.<$> gpuPartitionSize,+            ("gpuSharingConfig" Core..=) Core.<$> gpuSharingConfig+          ]+      )++-- | AdditionalNodeNetworkConfig is the configuration for additional node networks within the NodeNetworkConfig message+--+-- /See:/ 'newAdditionalNodeNetworkConfig' smart constructor.+data AdditionalNodeNetworkConfig = AdditionalNodeNetworkConfig+  { -- | Name of the VPC where the additional interface belongs+    network :: (Core.Maybe Core.Text),+    -- | Name of the subnetwork where the additional interface belongs+    subnetwork :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AdditionalNodeNetworkConfig' with the minimum fields required to make a request.+newAdditionalNodeNetworkConfig ::+  AdditionalNodeNetworkConfig+newAdditionalNodeNetworkConfig =+  AdditionalNodeNetworkConfig+    { network = Core.Nothing,+      subnetwork = Core.Nothing+    }++instance Core.FromJSON AdditionalNodeNetworkConfig where+  parseJSON =+    Core.withObject+      "AdditionalNodeNetworkConfig"+      ( \o ->+          AdditionalNodeNetworkConfig+            Core.<$> (o Core..:? "network")+            Core.<*> (o Core..:? "subnetwork")+      )++instance Core.ToJSON AdditionalNodeNetworkConfig where+  toJSON AdditionalNodeNetworkConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("network" Core..=) Core.<$> network,+            ("subnetwork" Core..=) Core.<$> subnetwork+          ]+      )++-- | AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message+--+-- /See:/ 'newAdditionalPodNetworkConfig' smart constructor.+data AdditionalPodNetworkConfig = AdditionalPodNetworkConfig+  { -- | The maximum number of pods per node which use this pod network.+    maxPodsPerNode :: (Core.Maybe MaxPodsConstraint),+    -- | The name of the network attachment for pods to communicate to; cannot be specified along with subnetwork or secondary/pod/range.+    networkAttachment :: (Core.Maybe Core.Text),+    -- | The name of the secondary range on the subnet which provides IP address for this pod range.+    secondaryPodRange :: (Core.Maybe Core.Text),+    -- | Name of the subnetwork where the additional pod network belongs.+    subnetwork :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AdditionalPodNetworkConfig' with the minimum fields required to make a request.+newAdditionalPodNetworkConfig ::+  AdditionalPodNetworkConfig+newAdditionalPodNetworkConfig =+  AdditionalPodNetworkConfig+    { maxPodsPerNode = Core.Nothing,+      networkAttachment = Core.Nothing,+      secondaryPodRange = Core.Nothing,+      subnetwork = Core.Nothing+    }++instance Core.FromJSON AdditionalPodNetworkConfig where+  parseJSON =+    Core.withObject+      "AdditionalPodNetworkConfig"+      ( \o ->+          AdditionalPodNetworkConfig+            Core.<$> (o Core..:? "maxPodsPerNode")+            Core.<*> (o Core..:? "networkAttachment")+            Core.<*> (o Core..:? "secondaryPodRange")+            Core.<*> (o Core..:? "subnetwork")+      )++instance Core.ToJSON AdditionalPodNetworkConfig where+  toJSON AdditionalPodNetworkConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("maxPodsPerNode" Core..=) Core.<$> maxPodsPerNode,+            ("networkAttachment" Core..=) Core.<$> networkAttachment,+            ("secondaryPodRange" Core..=) Core.<$> secondaryPodRange,+            ("subnetwork" Core..=) Core.<$> subnetwork+          ]+      )++-- | AdditionalPodRangesConfig is the configuration for additional pod secondary ranges supporting the ClusterUpdate message.+--+-- /See:/ 'newAdditionalPodRangesConfig' smart constructor.+data AdditionalPodRangesConfig = AdditionalPodRangesConfig+  { -- | Output only. Information for additional pod range.+    podRangeInfo :: (Core.Maybe [RangeInfo]),+    -- | Name for pod secondary ipv4 range which has the actual range defined ahead.+    podRangeNames :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AdditionalPodRangesConfig' with the minimum fields required to make a request.+newAdditionalPodRangesConfig ::+  AdditionalPodRangesConfig+newAdditionalPodRangesConfig =+  AdditionalPodRangesConfig+    { podRangeInfo = Core.Nothing,+      podRangeNames = Core.Nothing+    }++instance Core.FromJSON AdditionalPodRangesConfig where+  parseJSON =+    Core.withObject+      "AdditionalPodRangesConfig"+      ( \o ->+          AdditionalPodRangesConfig+            Core.<$> (o Core..:? "podRangeInfo")+            Core.<*> (o Core..:? "podRangeNames")+      )++instance Core.ToJSON AdditionalPodRangesConfig where+  toJSON AdditionalPodRangesConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("podRangeInfo" Core..=) Core.<$> podRangeInfo,+            ("podRangeNames" Core..=) Core.<$> podRangeNames+          ]+      )++-- | Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.+--+-- /See:/ 'newAddonsConfig' smart constructor.+data AddonsConfig = AddonsConfig+  { -- | Configuration for the Cloud Run addon, which allows the user to use a managed Knative service.+    cloudRunConfig :: (Core.Maybe CloudRunConfig),+    -- | Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API+    configConnectorConfig :: (Core.Maybe ConfigConnectorConfig),+    -- | Configuration for NodeLocalDNS, a dns cache running on cluster nodes+    dnsCacheConfig :: (Core.Maybe DnsCacheConfig),+    -- | Configuration for the Compute Engine Persistent Disk CSI driver.+    gcePersistentDiskCsiDriverConfig :: (Core.Maybe GcePersistentDiskCsiDriverConfig),+    -- | Configuration for the GCP Filestore CSI driver.+    gcpFilestoreCsiDriverConfig :: (Core.Maybe GcpFilestoreCsiDriverConfig),+    -- | Configuration for the Cloud Storage Fuse CSI driver.+    gcsFuseCsiDriverConfig :: (Core.Maybe GcsFuseCsiDriverConfig),+    -- | Configuration for the Backup for GKE agent addon.+    gkeBackupAgentConfig :: (Core.Maybe GkeBackupAgentConfig),+    -- | Configuration for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.+    horizontalPodAutoscaling :: (Core.Maybe HorizontalPodAutoscaling),+    -- | Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.+    httpLoadBalancing :: (Core.Maybe HttpLoadBalancing),+    -- | Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https:\/\/cloud.google.com\/kubernetes-engine\/docs\/concepts\/dashboards+    kubernetesDashboard :: (Core.Maybe KubernetesDashboard),+    -- | Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.+    networkPolicyConfig :: (Core.Maybe NetworkPolicyConfig),+    -- | Configuration for the Cloud Storage Parallelstore CSI driver.+    parallelstoreCsiDriverConfig :: (Core.Maybe ParallelstoreCsiDriverConfig),+    -- | Optional. Configuration for Ray Operator addon.+    rayOperatorConfig :: (Core.Maybe RayOperatorConfig),+    -- | Optional. Configuration for the StatefulHA add-on.+    statefulHaConfig :: (Core.Maybe StatefulHAConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AddonsConfig' with the minimum fields required to make a request.+newAddonsConfig ::+  AddonsConfig+newAddonsConfig =+  AddonsConfig+    { cloudRunConfig = Core.Nothing,+      configConnectorConfig = Core.Nothing,+      dnsCacheConfig = Core.Nothing,+      gcePersistentDiskCsiDriverConfig = Core.Nothing,+      gcpFilestoreCsiDriverConfig = Core.Nothing,+      gcsFuseCsiDriverConfig = Core.Nothing,+      gkeBackupAgentConfig = Core.Nothing,+      horizontalPodAutoscaling = Core.Nothing,+      httpLoadBalancing = Core.Nothing,+      kubernetesDashboard = Core.Nothing,+      networkPolicyConfig = Core.Nothing,+      parallelstoreCsiDriverConfig = Core.Nothing,+      rayOperatorConfig = Core.Nothing,+      statefulHaConfig = Core.Nothing+    }++instance Core.FromJSON AddonsConfig where+  parseJSON =+    Core.withObject+      "AddonsConfig"+      ( \o ->+          AddonsConfig+            Core.<$> (o Core..:? "cloudRunConfig")+            Core.<*> (o Core..:? "configConnectorConfig")+            Core.<*> (o Core..:? "dnsCacheConfig")+            Core.<*> (o Core..:? "gcePersistentDiskCsiDriverConfig")+            Core.<*> (o Core..:? "gcpFilestoreCsiDriverConfig")+            Core.<*> (o Core..:? "gcsFuseCsiDriverConfig")+            Core.<*> (o Core..:? "gkeBackupAgentConfig")+            Core.<*> (o Core..:? "horizontalPodAutoscaling")+            Core.<*> (o Core..:? "httpLoadBalancing")+            Core.<*> (o Core..:? "kubernetesDashboard")+            Core.<*> (o Core..:? "networkPolicyConfig")+            Core.<*> (o Core..:? "parallelstoreCsiDriverConfig")+            Core.<*> (o Core..:? "rayOperatorConfig")+            Core.<*> (o Core..:? "statefulHaConfig")+      )++instance Core.ToJSON AddonsConfig where+  toJSON AddonsConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("cloudRunConfig" Core..=) Core.<$> cloudRunConfig,+            ("configConnectorConfig" Core..=) Core.<$> configConnectorConfig,+            ("dnsCacheConfig" Core..=) Core.<$> dnsCacheConfig,+            ("gcePersistentDiskCsiDriverConfig" Core..=)+              Core.<$> gcePersistentDiskCsiDriverConfig,+            ("gcpFilestoreCsiDriverConfig" Core..=)+              Core.<$> gcpFilestoreCsiDriverConfig,+            ("gcsFuseCsiDriverConfig" Core..=) Core.<$> gcsFuseCsiDriverConfig,+            ("gkeBackupAgentConfig" Core..=) Core.<$> gkeBackupAgentConfig,+            ("horizontalPodAutoscaling" Core..=)+              Core.<$> horizontalPodAutoscaling,+            ("httpLoadBalancing" Core..=) Core.<$> httpLoadBalancing,+            ("kubernetesDashboard" Core..=) Core.<$> kubernetesDashboard,+            ("networkPolicyConfig" Core..=) Core.<$> networkPolicyConfig,+            ("parallelstoreCsiDriverConfig" Core..=)+              Core.<$> parallelstoreCsiDriverConfig,+            ("rayOperatorConfig" Core..=) Core.<$> rayOperatorConfig,+            ("statefulHaConfig" Core..=) Core.<$> statefulHaConfig+          ]+      )++-- | AdvancedDatapathObservabilityConfig specifies configuration of observability features of advanced datapath.+--+-- /See:/ 'newAdvancedDatapathObservabilityConfig' smart constructor.+data AdvancedDatapathObservabilityConfig = AdvancedDatapathObservabilityConfig+  { -- | Expose flow metrics on nodes+    enableMetrics :: (Core.Maybe Core.Bool),+    -- | Enable Relay component+    enableRelay :: (Core.Maybe Core.Bool),+    -- | Method used to make Relay available+    relayMode :: (Core.Maybe AdvancedDatapathObservabilityConfig_RelayMode)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AdvancedDatapathObservabilityConfig' with the minimum fields required to make a request.+newAdvancedDatapathObservabilityConfig ::+  AdvancedDatapathObservabilityConfig+newAdvancedDatapathObservabilityConfig =+  AdvancedDatapathObservabilityConfig+    { enableMetrics = Core.Nothing,+      enableRelay = Core.Nothing,+      relayMode = Core.Nothing+    }++instance Core.FromJSON AdvancedDatapathObservabilityConfig where+  parseJSON =+    Core.withObject+      "AdvancedDatapathObservabilityConfig"+      ( \o ->+          AdvancedDatapathObservabilityConfig+            Core.<$> (o Core..:? "enableMetrics")+            Core.<*> (o Core..:? "enableRelay")+            Core.<*> (o Core..:? "relayMode")+      )++instance Core.ToJSON AdvancedDatapathObservabilityConfig where+  toJSON AdvancedDatapathObservabilityConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("enableMetrics" Core..=) Core.<$> enableMetrics,+            ("enableRelay" Core..=) Core.<$> enableRelay,+            ("relayMode" Core..=) Core.<$> relayMode+          ]+      )++-- | Specifies options for controlling advanced machine features.+--+-- /See:/ 'newAdvancedMachineFeatures' smart constructor.+data AdvancedMachineFeatures = AdvancedMachineFeatures+  { -- | Whether or not to enable nested virtualization (defaults to false).+    enableNestedVirtualization :: (Core.Maybe Core.Bool),+    -- | The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.+    threadsPerCore :: (Core.Maybe Core.Int64)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AdvancedMachineFeatures' with the minimum fields required to make a request.+newAdvancedMachineFeatures ::+  AdvancedMachineFeatures+newAdvancedMachineFeatures =+  AdvancedMachineFeatures+    { enableNestedVirtualization =+        Core.Nothing,+      threadsPerCore = Core.Nothing+    }++instance Core.FromJSON AdvancedMachineFeatures where+  parseJSON =+    Core.withObject+      "AdvancedMachineFeatures"+      ( \o ->+          AdvancedMachineFeatures+            Core.<$> (o Core..:? "enableNestedVirtualization")+            Core.<*> (o Core..:? "threadsPerCore" Core.<&> Core.fmap Core.fromAsText)+      )++instance Core.ToJSON AdvancedMachineFeatures where+  toJSON AdvancedMachineFeatures {..} =+    Core.object+      ( Core.catMaybes+          [ ("enableNestedVirtualization" Core..=)+              Core.<$> enableNestedVirtualization,+            ("threadsPerCore" Core..=)+              Core.. Core.AsText+              Core.<$> threadsPerCore+          ]+      )++-- | Configuration for returning group information from authenticators.+--+-- /See:/ 'newAuthenticatorGroupsConfig' smart constructor.+data AuthenticatorGroupsConfig = AuthenticatorGroupsConfig+  { -- | Whether this cluster should return group membership lookups during authentication using a group of security groups.+    enabled :: (Core.Maybe Core.Bool),+    -- | The name of the security group-of-groups to be used. Only relevant if enabled = true.+    securityGroup :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AuthenticatorGroupsConfig' with the minimum fields required to make a request.+newAuthenticatorGroupsConfig ::+  AuthenticatorGroupsConfig+newAuthenticatorGroupsConfig =+  AuthenticatorGroupsConfig+    { enabled = Core.Nothing,+      securityGroup = Core.Nothing+    }++instance Core.FromJSON AuthenticatorGroupsConfig where+  parseJSON =+    Core.withObject+      "AuthenticatorGroupsConfig"+      ( \o ->+          AuthenticatorGroupsConfig+            Core.<$> (o Core..:? "enabled")+            Core.<*> (o Core..:? "securityGroup")+      )++instance Core.ToJSON AuthenticatorGroupsConfig where+  toJSON AuthenticatorGroupsConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("enabled" Core..=) Core.<$> enabled,+            ("securityGroup" Core..=) Core.<$> securityGroup+          ]+      )++-- | AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring.+--+-- /See:/ 'newAutoMonitoringConfig' smart constructor.+newtype AutoMonitoringConfig = AutoMonitoringConfig+  { -- | Scope for GKE Workload Auto-Monitoring.+    scope :: (Core.Maybe AutoMonitoringConfig_Scope)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AutoMonitoringConfig' with the minimum fields required to make a request.+newAutoMonitoringConfig ::+  AutoMonitoringConfig+newAutoMonitoringConfig =+  AutoMonitoringConfig {scope = Core.Nothing}++instance Core.FromJSON AutoMonitoringConfig where+  parseJSON =+    Core.withObject+      "AutoMonitoringConfig"+      (\o -> AutoMonitoringConfig Core.<$> (o Core..:? "scope"))++instance Core.ToJSON AutoMonitoringConfig where+  toJSON AutoMonitoringConfig {..} =+    Core.object (Core.catMaybes [("scope" Core..=) Core.<$> scope])++-- | AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.+--+-- /See:/ 'newAutoUpgradeOptions' smart constructor.+data AutoUpgradeOptions = AutoUpgradeOptions+  { -- | Output only. This field is set when upgrades are about to commence with the approximate start time for the upgrades, in <https://www.ietf.org/rfc/rfc3339.txt RFC3339> text format.+    autoUpgradeStartTime :: (Core.Maybe Core.Text),+    -- | Output only. This field is set when upgrades are about to commence with the description of the upgrade.+    description :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AutoUpgradeOptions' with the minimum fields required to make a request.+newAutoUpgradeOptions ::+  AutoUpgradeOptions+newAutoUpgradeOptions =+  AutoUpgradeOptions+    { autoUpgradeStartTime = Core.Nothing,+      description = Core.Nothing+    }++instance Core.FromJSON AutoUpgradeOptions where+  parseJSON =+    Core.withObject+      "AutoUpgradeOptions"+      ( \o ->+          AutoUpgradeOptions+            Core.<$> (o Core..:? "autoUpgradeStartTime")+            Core.<*> (o Core..:? "description")+      )++instance Core.ToJSON AutoUpgradeOptions where+  toJSON AutoUpgradeOptions {..} =+    Core.object+      ( Core.catMaybes+          [ ("autoUpgradeStartTime" Core..=) Core.<$> autoUpgradeStartTime,+            ("description" Core..=) Core.<$> description+          ]+      )++-- | Autopilot is the configuration for Autopilot settings on the cluster.+--+-- /See:/ 'newAutopilot' smart constructor.+data Autopilot = Autopilot+  { -- | Enable Autopilot+    enabled :: (Core.Maybe Core.Bool),+    -- | WorkloadPolicyConfig is the configuration related to GCW workload policy+    workloadPolicyConfig :: (Core.Maybe WorkloadPolicyConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Autopilot' with the minimum fields required to make a request.+newAutopilot ::+  Autopilot+newAutopilot =+  Autopilot+    { enabled = Core.Nothing,+      workloadPolicyConfig = Core.Nothing+    }++instance Core.FromJSON Autopilot where+  parseJSON =+    Core.withObject+      "Autopilot"+      ( \o ->+          Autopilot+            Core.<$> (o Core..:? "enabled")+            Core.<*> (o Core..:? "workloadPolicyConfig")+      )++instance Core.ToJSON Autopilot where+  toJSON Autopilot {..} =+    Core.object+      ( Core.catMaybes+          [ ("enabled" Core..=) Core.<$> enabled,+            ("workloadPolicyConfig" Core..=) Core.<$> workloadPolicyConfig+          ]+      )++-- | AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.+--+-- /See:/ 'newAutopilotCompatibilityIssue' smart constructor.+data AutopilotCompatibilityIssue = AutopilotCompatibilityIssue+  { -- | The constraint type of the issue.+    constraintType :: (Core.Maybe Core.Text),+    -- | The description of the issue.+    description :: (Core.Maybe Core.Text),+    -- | A URL to a public documentation, which addresses resolving this issue.+    documentationUrl :: (Core.Maybe Core.Text),+    -- | The incompatibility type of this issue.+    incompatibilityType :: (Core.Maybe AutopilotCompatibilityIssue_IncompatibilityType),+    -- | The last time when this issue was observed.+    lastObservation :: (Core.Maybe Core.DateTime),+    -- | The name of the resources which are subject to this issue.+    subjects :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AutopilotCompatibilityIssue' with the minimum fields required to make a request.+newAutopilotCompatibilityIssue ::+  AutopilotCompatibilityIssue+newAutopilotCompatibilityIssue =+  AutopilotCompatibilityIssue+    { constraintType = Core.Nothing,+      description = Core.Nothing,+      documentationUrl = Core.Nothing,+      incompatibilityType = Core.Nothing,+      lastObservation = Core.Nothing,+      subjects = Core.Nothing+    }++instance Core.FromJSON AutopilotCompatibilityIssue where+  parseJSON =+    Core.withObject+      "AutopilotCompatibilityIssue"+      ( \o ->+          AutopilotCompatibilityIssue+            Core.<$> (o Core..:? "constraintType")+            Core.<*> (o Core..:? "description")+            Core.<*> (o Core..:? "documentationUrl")+            Core.<*> (o Core..:? "incompatibilityType")+            Core.<*> (o Core..:? "lastObservation")+            Core.<*> (o Core..:? "subjects")+      )++instance Core.ToJSON AutopilotCompatibilityIssue where+  toJSON AutopilotCompatibilityIssue {..} =+    Core.object+      ( Core.catMaybes+          [ ("constraintType" Core..=) Core.<$> constraintType,+            ("description" Core..=) Core.<$> description,+            ("documentationUrl" Core..=) Core.<$> documentationUrl,+            ("incompatibilityType" Core..=) Core.<$> incompatibilityType,+            ("lastObservation" Core..=) Core.<$> lastObservation,+            ("subjects" Core..=) Core.<$> subjects+          ]+      )++-- | AutopilotConfig contains configuration of autopilot feature for this nodepool.+--+-- /See:/ 'newAutopilotConfig' smart constructor.+newtype AutopilotConfig = AutopilotConfig+  { -- | Denotes that nodes belonging to this node pool are Autopilot nodes.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AutopilotConfig' with the minimum fields required to make a request.+newAutopilotConfig ::+  AutopilotConfig+newAutopilotConfig = AutopilotConfig {enabled = Core.Nothing}++instance Core.FromJSON AutopilotConfig where+  parseJSON =+    Core.withObject+      "AutopilotConfig"+      (\o -> AutopilotConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON AutopilotConfig where+  toJSON AutopilotConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.+--+-- /See:/ 'newAutoprovisioningNodePoolDefaults' smart constructor.+data AutoprovisioningNodePoolDefaults = AutoprovisioningNodePoolDefaults+  { -- | The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects\/[KEY/PROJECT/ID]\/locations\/[LOCATION]\/keyRings\/[RING/NAME]\/cryptoKeys\/[KEY/NAME]. For more information about protecting resources with Cloud KMS Keys please see: https:\/\/cloud.google.com\/compute\/docs\/disks\/customer-managed-encryption+    bootDiskKmsKey :: (Core.Maybe Core.Text),+    -- | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB. If unspecified, the default disk size is 100GB.+    diskSizeGb :: (Core.Maybe Core.Int32),+    -- | Type of the disk attached to each node (e.g. \'pd-standard\', \'pd-ssd\' or \'pd-balanced\') If unspecified, the default disk type is \'pd-standard\'+    diskType :: (Core.Maybe Core.Text),+    -- | The image type to use for NAP created node. Please see https:\/\/cloud.google.com\/kubernetes-engine\/docs\/concepts\/node-images for available image types.+    imageType :: (Core.Maybe Core.Text),+    -- | Enable or disable Kubelet read only port.+    insecureKubeletReadonlyPortEnabled :: (Core.Maybe Core.Bool),+    -- | Specifies the node management options for NAP created node-pools.+    management :: (Core.Maybe NodeManagement),+    -- | Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read <https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform how to specify min CPU platform>. This field is deprecated, min/cpu/platform should be specified using @cloud.google.com\/requested-min-cpu-platform@ label selector on the pod. To unset the min cpu platform field pass \"automatic\" as field value.+    minCpuPlatform :: (Core.Maybe Core.Text),+    -- | Scopes that are used by NAP when creating node pools.+    oauthScopes :: (Core.Maybe [Core.Text]),+    -- | The Google Cloud Platform Service Account to be used by the node VMs.+    serviceAccount :: (Core.Maybe Core.Text),+    -- | Shielded Instance options.+    shieldedInstanceConfig :: (Core.Maybe ShieldedInstanceConfig),+    -- | Specifies the upgrade settings for NAP created node pools+    upgradeSettings :: (Core.Maybe UpgradeSettings)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'AutoprovisioningNodePoolDefaults' with the minimum fields required to make a request.+newAutoprovisioningNodePoolDefaults ::+  AutoprovisioningNodePoolDefaults+newAutoprovisioningNodePoolDefaults =+  AutoprovisioningNodePoolDefaults+    { bootDiskKmsKey = Core.Nothing,+      diskSizeGb = Core.Nothing,+      diskType = Core.Nothing,+      imageType = Core.Nothing,+      insecureKubeletReadonlyPortEnabled = Core.Nothing,+      management = Core.Nothing,+      minCpuPlatform = Core.Nothing,+      oauthScopes = Core.Nothing,+      serviceAccount = Core.Nothing,+      shieldedInstanceConfig = Core.Nothing,+      upgradeSettings = Core.Nothing+    }++instance Core.FromJSON AutoprovisioningNodePoolDefaults where+  parseJSON =+    Core.withObject+      "AutoprovisioningNodePoolDefaults"+      ( \o ->+          AutoprovisioningNodePoolDefaults+            Core.<$> (o Core..:? "bootDiskKmsKey")+            Core.<*> (o Core..:? "diskSizeGb")+            Core.<*> (o Core..:? "diskType")+            Core.<*> (o Core..:? "imageType")+            Core.<*> (o Core..:? "insecureKubeletReadonlyPortEnabled")+            Core.<*> (o Core..:? "management")+            Core.<*> (o Core..:? "minCpuPlatform")+            Core.<*> (o Core..:? "oauthScopes")+            Core.<*> (o Core..:? "serviceAccount")+            Core.<*> (o Core..:? "shieldedInstanceConfig")+            Core.<*> (o Core..:? "upgradeSettings")+      )++instance Core.ToJSON AutoprovisioningNodePoolDefaults where+  toJSON AutoprovisioningNodePoolDefaults {..} =+    Core.object+      ( Core.catMaybes+          [ ("bootDiskKmsKey" Core..=) Core.<$> bootDiskKmsKey,+            ("diskSizeGb" Core..=) Core.<$> diskSizeGb,+            ("diskType" Core..=) Core.<$> diskType,+            ("imageType" Core..=) Core.<$> imageType,+            ("insecureKubeletReadonlyPortEnabled" Core..=)+              Core.<$> insecureKubeletReadonlyPortEnabled,+            ("management" Core..=) Core.<$> management,+            ("minCpuPlatform" Core..=) Core.<$> minCpuPlatform,+            ("oauthScopes" Core..=) Core.<$> oauthScopes,+            ("serviceAccount" Core..=) Core.<$> serviceAccount,+            ("shieldedInstanceConfig" Core..=) Core.<$> shieldedInstanceConfig,+            ("upgradeSettings" Core..=) Core.<$> upgradeSettings+          ]+      )++-- | Best effort provisioning.+--+-- /See:/ 'newBestEffortProvisioning' smart constructor.+data BestEffortProvisioning = BestEffortProvisioning+  { -- | When this is enabled, cluster\/node pool creations will ignore non-fatal errors like stockout to best provision as many nodes as possible right now and eventually bring up all target number of nodes+    enabled :: (Core.Maybe Core.Bool),+    -- | Minimum number of nodes to be provisioned to be considered as succeeded, and the rest of nodes will be provisioned gradually and eventually when stockout issue has been resolved.+    minProvisionNodes :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BestEffortProvisioning' with the minimum fields required to make a request.+newBestEffortProvisioning ::+  BestEffortProvisioning+newBestEffortProvisioning =+  BestEffortProvisioning+    { enabled = Core.Nothing,+      minProvisionNodes = Core.Nothing+    }++instance Core.FromJSON BestEffortProvisioning where+  parseJSON =+    Core.withObject+      "BestEffortProvisioning"+      ( \o ->+          BestEffortProvisioning+            Core.<$> (o Core..:? "enabled")+            Core.<*> (o Core..:? "minProvisionNodes")+      )++instance Core.ToJSON BestEffortProvisioning where+  toJSON BestEffortProvisioning {..} =+    Core.object+      ( Core.catMaybes+          [ ("enabled" Core..=) Core.<$> enabled,+            ("minProvisionNodes" Core..=) Core.<$> minProvisionNodes+          ]+      )++-- | Parameters for using BigQuery as the destination of resource usage export.+--+-- /See:/ 'newBigQueryDestination' smart constructor.+newtype BigQueryDestination = BigQueryDestination+  { -- | The ID of a BigQuery Dataset.+    datasetId :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BigQueryDestination' with the minimum fields required to make a request.+newBigQueryDestination ::+  BigQueryDestination+newBigQueryDestination =+  BigQueryDestination {datasetId = Core.Nothing}++instance Core.FromJSON BigQueryDestination where+  parseJSON =+    Core.withObject+      "BigQueryDestination"+      (\o -> BigQueryDestination Core.<$> (o Core..:? "datasetId"))++instance Core.ToJSON BigQueryDestination where+  toJSON BigQueryDestination {..} =+    Core.object+      (Core.catMaybes [("datasetId" Core..=) Core.<$> datasetId])++-- | Configuration for Binary Authorization.+--+-- /See:/ 'newBinaryAuthorization' smart constructor.+data BinaryAuthorization = BinaryAuthorization+  { -- | This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation/mode. If evaluation/mode is set to anything other than EVALUATION/MODE/UNSPECIFIED, this field is ignored.+    enabled :: (Core.Maybe Core.Bool),+    -- | Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.+    evaluationMode :: (Core.Maybe BinaryAuthorization_EvaluationMode)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BinaryAuthorization' with the minimum fields required to make a request.+newBinaryAuthorization ::+  BinaryAuthorization+newBinaryAuthorization =+  BinaryAuthorization+    { enabled = Core.Nothing,+      evaluationMode = Core.Nothing+    }++instance Core.FromJSON BinaryAuthorization where+  parseJSON =+    Core.withObject+      "BinaryAuthorization"+      ( \o ->+          BinaryAuthorization+            Core.<$> (o Core..:? "enabled")+            Core.<*> (o Core..:? "evaluationMode")+      )++instance Core.ToJSON BinaryAuthorization where+  toJSON BinaryAuthorization {..} =+    Core.object+      ( Core.catMaybes+          [ ("enabled" Core..=) Core.<$> enabled,+            ("evaluationMode" Core..=) Core.<$> evaluationMode+          ]+      )++-- | Information relevant to blue-green upgrade.+--+-- /See:/ 'newBlueGreenInfo' smart constructor.+data BlueGreenInfo = BlueGreenInfo+  { -- | The resource URLs of the [managed instance groups] (\/compute\/docs\/instance-groups\/creating-groups-of-managed-instances) associated with blue pool.+    blueInstanceGroupUrls :: (Core.Maybe [Core.Text]),+    -- | Time to start deleting blue pool to complete blue-green upgrade, in <https://www.ietf.org/rfc/rfc3339.txt RFC3339> text format.+    bluePoolDeletionStartTime :: (Core.Maybe Core.Text),+    -- | The resource URLs of the [managed instance groups] (\/compute\/docs\/instance-groups\/creating-groups-of-managed-instances) associated with green pool.+    greenInstanceGroupUrls :: (Core.Maybe [Core.Text]),+    -- | Version of green pool.+    greenPoolVersion :: (Core.Maybe Core.Text),+    -- | Current blue-green upgrade phase.+    phase :: (Core.Maybe BlueGreenInfo_Phase)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BlueGreenInfo' with the minimum fields required to make a request.+newBlueGreenInfo ::+  BlueGreenInfo+newBlueGreenInfo =+  BlueGreenInfo+    { blueInstanceGroupUrls = Core.Nothing,+      bluePoolDeletionStartTime = Core.Nothing,+      greenInstanceGroupUrls = Core.Nothing,+      greenPoolVersion = Core.Nothing,+      phase = Core.Nothing+    }++instance Core.FromJSON BlueGreenInfo where+  parseJSON =+    Core.withObject+      "BlueGreenInfo"+      ( \o ->+          BlueGreenInfo+            Core.<$> (o Core..:? "blueInstanceGroupUrls")+            Core.<*> (o Core..:? "bluePoolDeletionStartTime")+            Core.<*> (o Core..:? "greenInstanceGroupUrls")+            Core.<*> (o Core..:? "greenPoolVersion")+            Core.<*> (o Core..:? "phase")+      )++instance Core.ToJSON BlueGreenInfo where+  toJSON BlueGreenInfo {..} =+    Core.object+      ( Core.catMaybes+          [ ("blueInstanceGroupUrls" Core..=) Core.<$> blueInstanceGroupUrls,+            ("bluePoolDeletionStartTime" Core..=)+              Core.<$> bluePoolDeletionStartTime,+            ("greenInstanceGroupUrls" Core..=) Core.<$> greenInstanceGroupUrls,+            ("greenPoolVersion" Core..=) Core.<$> greenPoolVersion,+            ("phase" Core..=) Core.<$> phase+          ]+      )++-- | Settings for blue-green upgrade.+--+-- /See:/ 'newBlueGreenSettings' smart constructor.+data BlueGreenSettings = BlueGreenSettings+  { -- | Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.+    nodePoolSoakDuration :: (Core.Maybe Core.Duration),+    -- | Standard policy for the blue-green upgrade.+    standardRolloutPolicy :: (Core.Maybe StandardRolloutPolicy)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'BlueGreenSettings' with the minimum fields required to make a request.+newBlueGreenSettings ::+  BlueGreenSettings+newBlueGreenSettings =+  BlueGreenSettings+    { nodePoolSoakDuration = Core.Nothing,+      standardRolloutPolicy = Core.Nothing+    }++instance Core.FromJSON BlueGreenSettings where+  parseJSON =+    Core.withObject+      "BlueGreenSettings"+      ( \o ->+          BlueGreenSettings+            Core.<$> (o Core..:? "nodePoolSoakDuration")+            Core.<*> (o Core..:? "standardRolloutPolicy")+      )++instance Core.ToJSON BlueGreenSettings where+  toJSON BlueGreenSettings {..} =+    Core.object+      ( Core.catMaybes+          [ ("nodePoolSoakDuration" Core..=) Core.<$> nodePoolSoakDuration,+            ("standardRolloutPolicy" Core..=) Core.<$> standardRolloutPolicy+          ]+      )++-- | CancelOperationRequest cancels a single operation.+--+-- /See:/ 'newCancelOperationRequest' smart constructor.+data CancelOperationRequest = CancelOperationRequest+  { -- | The name (project, location, operation id) of the operation to cancel. Specified in the format @projects\/*\/locations\/*\/operations\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The server-assigned @name@ of the operation. This field has been deprecated and replaced by the name field.+    operationId :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the operation resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CancelOperationRequest' with the minimum fields required to make a request.+newCancelOperationRequest ::+  CancelOperationRequest+newCancelOperationRequest =+  CancelOperationRequest+    { name = Core.Nothing,+      operationId = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON CancelOperationRequest where+  parseJSON =+    Core.withObject+      "CancelOperationRequest"+      ( \o ->+          CancelOperationRequest+            Core.<$> (o Core..:? "name")+            Core.<*> (o Core..:? "operationId")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON CancelOperationRequest where+  toJSON CancelOperationRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("name" Core..=) Core.<$> name,+            ("operationId" Core..=) Core.<$> operationId,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | CertificateAuthorityDomainConfig configures one or more fully qualified domain names (FQDN) to a specific certificate.+--+-- /See:/ 'newCertificateAuthorityDomainConfig' smart constructor.+data CertificateAuthorityDomainConfig = CertificateAuthorityDomainConfig+  { -- | List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000+    fqdns :: (Core.Maybe [Core.Text]),+    -- | Google Secret Manager (GCP) certificate configuration.+    gcpSecretManagerCertificateConfig :: (Core.Maybe GCPSecretManagerCertificateConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CertificateAuthorityDomainConfig' with the minimum fields required to make a request.+newCertificateAuthorityDomainConfig ::+  CertificateAuthorityDomainConfig+newCertificateAuthorityDomainConfig =+  CertificateAuthorityDomainConfig+    { fqdns = Core.Nothing,+      gcpSecretManagerCertificateConfig = Core.Nothing+    }++instance Core.FromJSON CertificateAuthorityDomainConfig where+  parseJSON =+    Core.withObject+      "CertificateAuthorityDomainConfig"+      ( \o ->+          CertificateAuthorityDomainConfig+            Core.<$> (o Core..:? "fqdns")+            Core.<*> (o Core..:? "gcpSecretManagerCertificateConfig")+      )++instance Core.ToJSON CertificateAuthorityDomainConfig where+  toJSON CertificateAuthorityDomainConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("fqdns" Core..=) Core.<$> fqdns,+            ("gcpSecretManagerCertificateConfig" Core..=)+              Core.<$> gcpSecretManagerCertificateConfig+          ]+      )++-- | CheckAutopilotCompatibilityResponse has a list of compatibility issues.+--+-- /See:/ 'newCheckAutopilotCompatibilityResponse' smart constructor.+data CheckAutopilotCompatibilityResponse = CheckAutopilotCompatibilityResponse+  { -- | The list of issues for the given operation.+    issues :: (Core.Maybe [AutopilotCompatibilityIssue]),+    -- | The summary of the autopilot compatibility response.+    summary :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CheckAutopilotCompatibilityResponse' with the minimum fields required to make a request.+newCheckAutopilotCompatibilityResponse ::+  CheckAutopilotCompatibilityResponse+newCheckAutopilotCompatibilityResponse =+  CheckAutopilotCompatibilityResponse+    { issues = Core.Nothing,+      summary = Core.Nothing+    }++instance Core.FromJSON CheckAutopilotCompatibilityResponse where+  parseJSON =+    Core.withObject+      "CheckAutopilotCompatibilityResponse"+      ( \o ->+          CheckAutopilotCompatibilityResponse+            Core.<$> (o Core..:? "issues")+            Core.<*> (o Core..:? "summary")+      )++instance Core.ToJSON CheckAutopilotCompatibilityResponse where+  toJSON CheckAutopilotCompatibilityResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("issues" Core..=) Core.<$> issues,+            ("summary" Core..=) Core.<$> summary+          ]+      )++-- | CidrBlock contains an optional name and one CIDR block.+--+-- /See:/ 'newCidrBlock' smart constructor.+data CidrBlock = CidrBlock+  { -- | cidr_block must be specified in CIDR notation.+    cidrBlock :: (Core.Maybe Core.Text),+    -- | display_name is an optional field for users to identify CIDR blocks.+    displayName :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CidrBlock' with the minimum fields required to make a request.+newCidrBlock ::+  CidrBlock+newCidrBlock =+  CidrBlock {cidrBlock = Core.Nothing, displayName = Core.Nothing}++instance Core.FromJSON CidrBlock where+  parseJSON =+    Core.withObject+      "CidrBlock"+      ( \o ->+          CidrBlock+            Core.<$> (o Core..:? "cidrBlock")+            Core.<*> (o Core..:? "displayName")+      )++instance Core.ToJSON CidrBlock where+  toJSON CidrBlock {..} =+    Core.object+      ( Core.catMaybes+          [ ("cidrBlock" Core..=) Core.<$> cidrBlock,+            ("displayName" Core..=) Core.<$> displayName+          ]+      )++-- | Configuration for client certificates on the cluster.+--+-- /See:/ 'newClientCertificateConfig' smart constructor.+newtype ClientCertificateConfig = ClientCertificateConfig+  { -- | Issue a client certificate.+    issueClientCertificate :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ClientCertificateConfig' with the minimum fields required to make a request.+newClientCertificateConfig ::+  ClientCertificateConfig+newClientCertificateConfig =+  ClientCertificateConfig {issueClientCertificate = Core.Nothing}++instance Core.FromJSON ClientCertificateConfig where+  parseJSON =+    Core.withObject+      "ClientCertificateConfig"+      ( \o ->+          ClientCertificateConfig+            Core.<$> (o Core..:? "issueClientCertificate")+      )++instance Core.ToJSON ClientCertificateConfig where+  toJSON ClientCertificateConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("issueClientCertificate" Core..=)+              Core.<$> issueClientCertificate+          ]+      )++-- | Configuration options for the Cloud Run feature.+--+-- /See:/ 'newCloudRunConfig' smart constructor.+data CloudRunConfig = CloudRunConfig+  { -- | Whether Cloud Run addon is enabled for this cluster.+    disabled :: (Core.Maybe Core.Bool),+    -- | Which load balancer type is installed for Cloud Run.+    loadBalancerType :: (Core.Maybe CloudRunConfig_LoadBalancerType)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CloudRunConfig' with the minimum fields required to make a request.+newCloudRunConfig ::+  CloudRunConfig+newCloudRunConfig =+  CloudRunConfig+    { disabled = Core.Nothing,+      loadBalancerType = Core.Nothing+    }++instance Core.FromJSON CloudRunConfig where+  parseJSON =+    Core.withObject+      "CloudRunConfig"+      ( \o ->+          CloudRunConfig+            Core.<$> (o Core..:? "disabled")+            Core.<*> (o Core..:? "loadBalancerType")+      )++instance Core.ToJSON CloudRunConfig where+  toJSON CloudRunConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("disabled" Core..=) Core.<$> disabled,+            ("loadBalancerType" Core..=) Core.<$> loadBalancerType+          ]+      )++-- | A Google Kubernetes Engine cluster.+--+-- /See:/ 'newCluster' smart constructor.+data Cluster = Cluster+  { -- | Configurations for the various addons available to run in the cluster.+    addonsConfig :: (Core.Maybe AddonsConfig),+    -- | Configuration controlling RBAC group membership information.+    authenticatorGroupsConfig :: (Core.Maybe AuthenticatorGroupsConfig),+    -- | Autopilot configuration for the cluster.+    autopilot :: (Core.Maybe Autopilot),+    -- | Cluster-level autoscaling configuration.+    autoscaling :: (Core.Maybe ClusterAutoscaling),+    -- | Configuration for Binary Authorization.+    binaryAuthorization :: (Core.Maybe BinaryAuthorization),+    -- | The IP address range of the container pods in this cluster, in <http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR> notation (e.g. @10.96.0.0\/14@). Leave blank to have one automatically chosen or specify a @\/14@ block in @10.0.0.0\/8@.+    clusterIpv4Cidr :: (Core.Maybe Core.Text),+    -- | Enable\/Disable Compliance Posture features for the cluster.+    compliancePostureConfig :: (Core.Maybe CompliancePostureConfig),+    -- | Which conditions caused the current cluster state.+    conditions :: (Core.Maybe [StatusCondition]),+    -- | Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.+    confidentialNodes :: (Core.Maybe ConfidentialNodes),+    -- | Configuration for all cluster\'s control plane endpoints.+    controlPlaneEndpointsConfig :: (Core.Maybe ControlPlaneEndpointsConfig),+    -- | Configuration for the fine-grained cost management feature.+    costManagementConfig :: (Core.Maybe CostManagementConfig),+    -- | Output only. The time the cluster was created, in <https://www.ietf.org/rfc/rfc3339.txt RFC3339> text format.+    createTime :: (Core.Maybe Core.Text),+    -- | Output only. The current software version of the master endpoint.+    currentMasterVersion :: (Core.Maybe Core.Text),+    -- | Output only. The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.+    currentNodeCount :: (Core.Maybe Core.Int32),+    -- | Output only. Deprecated, use <https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools NodePools.version> instead. The current version of the node software components. If they are currently at multiple versions because they\'re in the process of being upgraded, this reflects the minimum version of all nodes.+    currentNodeVersion :: (Core.Maybe Core.Text),+    -- | Configuration of etcd encryption.+    databaseEncryption :: (Core.Maybe DatabaseEncryption),+    -- | The default constraint on the maximum number of pods that can be run simultaneously on a node in the node pool of this cluster. Only honored if cluster created with IP Alias support.+    defaultMaxPodsConstraint :: (Core.Maybe MaxPodsConstraint),+    -- | An optional description of this cluster.+    description :: (Core.Maybe Core.Text),+    -- | Beta APIs Config+    enableK8sBetaApis :: (Core.Maybe K8sBetaAPIConfig),+    -- | Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1alpha1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master\/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.+    enableKubernetesAlpha :: (Core.Maybe Core.Bool),+    -- | Enable the ability to use Cloud TPUs in this cluster. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.+    enableTpu :: (Core.Maybe Core.Bool),+    -- | Output only. The IP address of this cluster\'s master endpoint. The endpoint can be accessed from the internet at @https:\/\/username:password\@endpoint\/@. See the @masterAuth@ property of this resource for username and password information.+    endpoint :: (Core.Maybe Core.Text),+    -- | GKE Enterprise Configuration.+    enterpriseConfig :: (Core.Maybe EnterpriseConfig),+    -- | This checksum is computed by the server based on the value of cluster fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.+    etag :: (Core.Maybe Core.Text),+    -- | Output only. The time the cluster will be automatically deleted in <https://www.ietf.org/rfc/rfc3339.txt RFC3339> text format.+    expireTime :: (Core.Maybe Core.Text),+    -- | Fleet information for the cluster.+    fleet :: (Core.Maybe Fleet),+    -- | Output only. Unique id for the cluster.+    id :: (Core.Maybe Core.Text),+    -- | Configuration for Identity Service component.+    identityServiceConfig :: (Core.Maybe IdentityServiceConfig),+    -- | The initial Kubernetes version for this cluster. Valid versions are those found in validMasterVersions returned by getServerConfig. The version can be upgraded over time; such upgrades are reflected in currentMasterVersion and currentNodeVersion. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"\",\"-\": picks the default Kubernetes version+    initialClusterVersion :: (Core.Maybe Core.Text),+    -- | The number of nodes to create in this cluster. You must ensure that your Compute Engine <https://cloud.google.com/compute/quotas resource quota> is sufficient for this number of instances. You must also have available firewall and routes quota. For requests, this field should only be used in lieu of a \"node/pool\" object, since this configuration (along with the \"node/config\") will be used to create a \"NodePool\" object with an auto-generated name. Do not use this and a node/pool at the same time. This field is deprecated, use node/pool.initial/node/count instead.+    initialNodeCount :: (Core.Maybe Core.Int32),+    -- | Output only. Deprecated. Use node/pools.instance/group_urls.+    instanceGroupUrls :: (Core.Maybe [Core.Text]),+    -- | Configuration for cluster IP allocation.+    ipAllocationPolicy :: (Core.Maybe IPAllocationPolicy),+    -- | The fingerprint of the set of labels for this cluster.+    labelFingerprint :: (Core.Maybe Core.Text),+    -- | Configuration for the legacy ABAC authorization mode.+    legacyAbac :: (Core.Maybe LegacyAbac),+    location :: (Core.Maybe Core.Text),+    -- | The list of Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zones> in which the cluster\'s nodes should be located. This field provides a default value if <https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations NodePool.Locations> are not specified during node pool creation. Warning: changing cluster locations will update the <https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations NodePool.Locations> of all node pools and will result in nodes being added and\/or removed.+    locations :: (Core.Maybe [Core.Text]),+    -- | Logging configuration for the cluster.+    loggingConfig :: (Core.Maybe LoggingConfig),+    -- | The logging service the cluster should use to write logs. Currently available options: * @logging.googleapis.com\/kubernetes@ - The Cloud Logging service with a Kubernetes-native resource model * @logging.googleapis.com@ - The legacy Cloud Logging service (no longer available as of GKE 1.15). * @none@ - no logs will be exported from the cluster. If left as an empty string,@logging.googleapis.com\/kubernetes@ will be used for GKE 1.14+ or @logging.googleapis.com@ for earlier versions.+    loggingService :: (Core.Maybe Core.Text),+    -- | Configure the maintenance policy for this cluster.+    maintenancePolicy :: (Core.Maybe MaintenancePolicy),+    -- | The authentication information for accessing the master endpoint. If unspecified, the defaults are used: For clusters before v1.12, if master_auth is unspecified, @username@ will be set to \"admin\", a random password will be generated, and a client certificate will be issued.+    masterAuth :: (Core.Maybe MasterAuth),+    -- | The configuration options for master authorized networks feature. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.authorized/networks/config instead.+    masterAuthorizedNetworksConfig :: (Core.Maybe MasterAuthorizedNetworksConfig),+    -- | Configuration for issuance of mTLS keys and certificates to Kubernetes pods.+    meshCertificates :: (Core.Maybe MeshCertificates),+    -- | Monitoring configuration for the cluster.+    monitoringConfig :: (Core.Maybe MonitoringConfig),+    -- | The monitoring service the cluster should use to write metrics. Currently available options: * \"monitoring.googleapis.com\/kubernetes\" - The Cloud Monitoring service with a Kubernetes-native resource model * @monitoring.googleapis.com@ - The legacy Cloud Monitoring service (no longer available as of GKE 1.15). * @none@ - No metrics will be exported from the cluster. If left as an empty string,@monitoring.googleapis.com\/kubernetes@ will be used for GKE 1.14+ or @monitoring.googleapis.com@ for earlier versions.+    monitoringService :: (Core.Maybe Core.Text),+    -- | The name of this cluster. The name must be unique within this project and location (e.g. zone or region), and can be up to 40 characters with the following restrictions: * Lowercase letters, numbers, and hyphens only. * Must start with a letter. * Must end with a number or a letter.+    name :: (Core.Maybe Core.Text),+    -- | The name of the Google Compute Engine <https://cloud.google.com/compute/docs/networks-and-firewalls#networks network> to which the cluster is connected. If left unspecified, the @default@ network will be used.+    network :: (Core.Maybe Core.Text),+    -- | Configuration for cluster networking.+    networkConfig :: (Core.Maybe NetworkConfig),+    -- | Configuration options for the NetworkPolicy feature.+    networkPolicy :: (Core.Maybe NetworkPolicy),+    -- | Parameters used in creating the cluster\'s nodes. For requests, this field should only be used in lieu of a \"node/pool\" object, since this configuration (along with the \"initial/node/count\") will be used to create a \"NodePool\" object with an auto-generated name. Do not use this and a node/pool at the same time. For responses, this field will be populated with the node configuration of the first node pool. (For configuration of each node pool, see @node_pool.config@) If unspecified, the defaults are used. This field is deprecated, use node_pool.config instead.+    nodeConfig :: (Core.Maybe NodeConfig),+    -- | Output only. The size of the address space on each node for hosting containers. This is provisioned from within the @container_ipv4_cidr@ range. This field will only be set when cluster is in route-based network mode.+    nodeIpv4CidrSize :: (Core.Maybe Core.Int32),+    -- | Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.+    nodePoolAutoConfig :: (Core.Maybe NodePoolAutoConfig),+    -- | Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.+    nodePoolDefaults :: (Core.Maybe NodePoolDefaults),+    -- | The node pools associated with this cluster. This field should not be set if \"node/config\" or \"initial/node_count\" are specified.+    nodePools :: (Core.Maybe [NodePool]),+    -- | Notification configuration of the cluster.+    notificationConfig :: (Core.Maybe NotificationConfig),+    -- | The configuration of the parent product of the cluster. This field is used by Google internal products that are built on top of the GKE cluster and take the ownership of the cluster.+    parentProductConfig :: (Core.Maybe ParentProductConfig),+    -- | Configuration for private cluster.+    privateClusterConfig :: (Core.Maybe PrivateClusterConfig),+    -- | RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.+    rbacBindingConfig :: (Core.Maybe RBACBindingConfig),+    -- | Release channel configuration. If left unspecified on cluster creation and a version is specified, the cluster is enrolled in the most mature release channel where the version is available (first checking STABLE, then REGULAR, and finally RAPID). Otherwise, if no release channel configuration and no version is specified, the cluster is enrolled in the REGULAR channel with its default version.+    releaseChannel :: (Core.Maybe ReleaseChannel),+    -- | The resource labels for the cluster to use to annotate any related Google Compute Engine resources.+    resourceLabels :: (Core.Maybe Cluster_ResourceLabels),+    -- | Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified.+    resourceUsageExportConfig :: (Core.Maybe ResourceUsageExportConfig),+    -- | Output only. Reserved for future use.+    satisfiesPzi :: (Core.Maybe Core.Bool),+    -- | Output only. Reserved for future use.+    satisfiesPzs :: (Core.Maybe Core.Bool),+    -- | Secret CSI driver configuration.+    secretManagerConfig :: (Core.Maybe SecretManagerConfig),+    -- | Enable\/Disable Security Posture API features for the cluster.+    securityPostureConfig :: (Core.Maybe SecurityPostureConfig),+    -- | Output only. Server-defined URL for the resource.+    selfLink :: (Core.Maybe Core.Text),+    -- | Output only. The IP address range of the Kubernetes services in this cluster, in <http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR> notation (e.g. @1.2.3.4\/29@). Service addresses are typically put in the last @\/16@ from the container CIDR.+    servicesIpv4Cidr :: (Core.Maybe Core.Text),+    -- | Shielded Nodes configuration.+    shieldedNodes :: (Core.Maybe ShieldedNodes),+    -- | Output only. The current status of this cluster.+    status :: (Core.Maybe Cluster_Status),+    -- | Output only. Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.+    statusMessage :: (Core.Maybe Core.Text),+    -- | The name of the Google Compute Engine <https://cloud.google.com/compute/docs/subnetworks subnetwork> to which the cluster is connected.+    subnetwork :: (Core.Maybe Core.Text),+    -- | Output only. The IP address range of the Cloud TPUs in this cluster, in <http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR> notation (e.g. @1.2.3.4\/29@). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.+    tpuIpv4CidrBlock :: (Core.Maybe Core.Text),+    -- | The Custom keys configuration for the cluster.+    userManagedKeysConfig :: (Core.Maybe UserManagedKeysConfig),+    -- | Cluster-level Vertical Pod Autoscaling configuration.+    verticalPodAutoscaling :: (Core.Maybe VerticalPodAutoscaling),+    -- | Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.+    workloadIdentityConfig :: (Core.Maybe WorkloadIdentityConfig),+    -- | Output only. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field is deprecated, use location instead.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Cluster' with the minimum fields required to make a request.+newCluster ::+  Cluster+newCluster =+  Cluster+    { addonsConfig = Core.Nothing,+      authenticatorGroupsConfig = Core.Nothing,+      autopilot = Core.Nothing,+      autoscaling = Core.Nothing,+      binaryAuthorization = Core.Nothing,+      clusterIpv4Cidr = Core.Nothing,+      compliancePostureConfig = Core.Nothing,+      conditions = Core.Nothing,+      confidentialNodes = Core.Nothing,+      controlPlaneEndpointsConfig = Core.Nothing,+      costManagementConfig = Core.Nothing,+      createTime = Core.Nothing,+      currentMasterVersion = Core.Nothing,+      currentNodeCount = Core.Nothing,+      currentNodeVersion = Core.Nothing,+      databaseEncryption = Core.Nothing,+      defaultMaxPodsConstraint = Core.Nothing,+      description = Core.Nothing,+      enableK8sBetaApis = Core.Nothing,+      enableKubernetesAlpha = Core.Nothing,+      enableTpu = Core.Nothing,+      endpoint = Core.Nothing,+      enterpriseConfig = Core.Nothing,+      etag = Core.Nothing,+      expireTime = Core.Nothing,+      fleet = Core.Nothing,+      id = Core.Nothing,+      identityServiceConfig = Core.Nothing,+      initialClusterVersion = Core.Nothing,+      initialNodeCount = Core.Nothing,+      instanceGroupUrls = Core.Nothing,+      ipAllocationPolicy = Core.Nothing,+      labelFingerprint = Core.Nothing,+      legacyAbac = Core.Nothing,+      location = Core.Nothing,+      locations = Core.Nothing,+      loggingConfig = Core.Nothing,+      loggingService = Core.Nothing,+      maintenancePolicy = Core.Nothing,+      masterAuth = Core.Nothing,+      masterAuthorizedNetworksConfig = Core.Nothing,+      meshCertificates = Core.Nothing,+      monitoringConfig = Core.Nothing,+      monitoringService = Core.Nothing,+      name = Core.Nothing,+      network = Core.Nothing,+      networkConfig = Core.Nothing,+      networkPolicy = Core.Nothing,+      nodeConfig = Core.Nothing,+      nodeIpv4CidrSize = Core.Nothing,+      nodePoolAutoConfig = Core.Nothing,+      nodePoolDefaults = Core.Nothing,+      nodePools = Core.Nothing,+      notificationConfig = Core.Nothing,+      parentProductConfig = Core.Nothing,+      privateClusterConfig = Core.Nothing,+      rbacBindingConfig = Core.Nothing,+      releaseChannel = Core.Nothing,+      resourceLabels = Core.Nothing,+      resourceUsageExportConfig = Core.Nothing,+      satisfiesPzi = Core.Nothing,+      satisfiesPzs = Core.Nothing,+      secretManagerConfig = Core.Nothing,+      securityPostureConfig = Core.Nothing,+      selfLink = Core.Nothing,+      servicesIpv4Cidr = Core.Nothing,+      shieldedNodes = Core.Nothing,+      status = Core.Nothing,+      statusMessage = Core.Nothing,+      subnetwork = Core.Nothing,+      tpuIpv4CidrBlock = Core.Nothing,+      userManagedKeysConfig = Core.Nothing,+      verticalPodAutoscaling = Core.Nothing,+      workloadIdentityConfig = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON Cluster where+  parseJSON =+    Core.withObject+      "Cluster"+      ( \o ->+          Cluster+            Core.<$> (o Core..:? "addonsConfig")+            Core.<*> (o Core..:? "authenticatorGroupsConfig")+            Core.<*> (o Core..:? "autopilot")+            Core.<*> (o Core..:? "autoscaling")+            Core.<*> (o Core..:? "binaryAuthorization")+            Core.<*> (o Core..:? "clusterIpv4Cidr")+            Core.<*> (o Core..:? "compliancePostureConfig")+            Core.<*> (o Core..:? "conditions")+            Core.<*> (o Core..:? "confidentialNodes")+            Core.<*> (o Core..:? "controlPlaneEndpointsConfig")+            Core.<*> (o Core..:? "costManagementConfig")+            Core.<*> (o Core..:? "createTime")+            Core.<*> (o Core..:? "currentMasterVersion")+            Core.<*> (o Core..:? "currentNodeCount")+            Core.<*> (o Core..:? "currentNodeVersion")+            Core.<*> (o Core..:? "databaseEncryption")+            Core.<*> (o Core..:? "defaultMaxPodsConstraint")+            Core.<*> (o Core..:? "description")+            Core.<*> (o Core..:? "enableK8sBetaApis")+            Core.<*> (o Core..:? "enableKubernetesAlpha")+            Core.<*> (o Core..:? "enableTpu")+            Core.<*> (o Core..:? "endpoint")+            Core.<*> (o Core..:? "enterpriseConfig")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "expireTime")+            Core.<*> (o Core..:? "fleet")+            Core.<*> (o Core..:? "id")+            Core.<*> (o Core..:? "identityServiceConfig")+            Core.<*> (o Core..:? "initialClusterVersion")+            Core.<*> (o Core..:? "initialNodeCount")+            Core.<*> (o Core..:? "instanceGroupUrls")+            Core.<*> (o Core..:? "ipAllocationPolicy")+            Core.<*> (o Core..:? "labelFingerprint")+            Core.<*> (o Core..:? "legacyAbac")+            Core.<*> (o Core..:? "location")+            Core.<*> (o Core..:? "locations")+            Core.<*> (o Core..:? "loggingConfig")+            Core.<*> (o Core..:? "loggingService")+            Core.<*> (o Core..:? "maintenancePolicy")+            Core.<*> (o Core..:? "masterAuth")+            Core.<*> (o Core..:? "masterAuthorizedNetworksConfig")+            Core.<*> (o Core..:? "meshCertificates")+            Core.<*> (o Core..:? "monitoringConfig")+            Core.<*> (o Core..:? "monitoringService")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "network")+            Core.<*> (o Core..:? "networkConfig")+            Core.<*> (o Core..:? "networkPolicy")+            Core.<*> (o Core..:? "nodeConfig")+            Core.<*> (o Core..:? "nodeIpv4CidrSize")+            Core.<*> (o Core..:? "nodePoolAutoConfig")+            Core.<*> (o Core..:? "nodePoolDefaults")+            Core.<*> (o Core..:? "nodePools")+            Core.<*> (o Core..:? "notificationConfig")+            Core.<*> (o Core..:? "parentProductConfig")+            Core.<*> (o Core..:? "privateClusterConfig")+            Core.<*> (o Core..:? "rbacBindingConfig")+            Core.<*> (o Core..:? "releaseChannel")+            Core.<*> (o Core..:? "resourceLabels")+            Core.<*> (o Core..:? "resourceUsageExportConfig")+            Core.<*> (o Core..:? "satisfiesPzi")+            Core.<*> (o Core..:? "satisfiesPzs")+            Core.<*> (o Core..:? "secretManagerConfig")+            Core.<*> (o Core..:? "securityPostureConfig")+            Core.<*> (o Core..:? "selfLink")+            Core.<*> (o Core..:? "servicesIpv4Cidr")+            Core.<*> (o Core..:? "shieldedNodes")+            Core.<*> (o Core..:? "status")+            Core.<*> (o Core..:? "statusMessage")+            Core.<*> (o Core..:? "subnetwork")+            Core.<*> (o Core..:? "tpuIpv4CidrBlock")+            Core.<*> (o Core..:? "userManagedKeysConfig")+            Core.<*> (o Core..:? "verticalPodAutoscaling")+            Core.<*> (o Core..:? "workloadIdentityConfig")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON Cluster where+  toJSON Cluster {..} =+    Core.object+      ( Core.catMaybes+          [ ("addonsConfig" Core..=) Core.<$> addonsConfig,+            ("authenticatorGroupsConfig" Core..=)+              Core.<$> authenticatorGroupsConfig,+            ("autopilot" Core..=) Core.<$> autopilot,+            ("autoscaling" Core..=) Core.<$> autoscaling,+            ("binaryAuthorization" Core..=) Core.<$> binaryAuthorization,+            ("clusterIpv4Cidr" Core..=) Core.<$> clusterIpv4Cidr,+            ("compliancePostureConfig" Core..=)+              Core.<$> compliancePostureConfig,+            ("conditions" Core..=) Core.<$> conditions,+            ("confidentialNodes" Core..=) Core.<$> confidentialNodes,+            ("controlPlaneEndpointsConfig" Core..=)+              Core.<$> controlPlaneEndpointsConfig,+            ("costManagementConfig" Core..=) Core.<$> costManagementConfig,+            ("createTime" Core..=) Core.<$> createTime,+            ("currentMasterVersion" Core..=) Core.<$> currentMasterVersion,+            ("currentNodeCount" Core..=) Core.<$> currentNodeCount,+            ("currentNodeVersion" Core..=) Core.<$> currentNodeVersion,+            ("databaseEncryption" Core..=) Core.<$> databaseEncryption,+            ("defaultMaxPodsConstraint" Core..=)+              Core.<$> defaultMaxPodsConstraint,+            ("description" Core..=) Core.<$> description,+            ("enableK8sBetaApis" Core..=) Core.<$> enableK8sBetaApis,+            ("enableKubernetesAlpha" Core..=) Core.<$> enableKubernetesAlpha,+            ("enableTpu" Core..=) Core.<$> enableTpu,+            ("endpoint" Core..=) Core.<$> endpoint,+            ("enterpriseConfig" Core..=) Core.<$> enterpriseConfig,+            ("etag" Core..=) Core.<$> etag,+            ("expireTime" Core..=) Core.<$> expireTime,+            ("fleet" Core..=) Core.<$> fleet,+            ("id" Core..=) Core.<$> id,+            ("identityServiceConfig" Core..=) Core.<$> identityServiceConfig,+            ("initialClusterVersion" Core..=) Core.<$> initialClusterVersion,+            ("initialNodeCount" Core..=) Core.<$> initialNodeCount,+            ("instanceGroupUrls" Core..=) Core.<$> instanceGroupUrls,+            ("ipAllocationPolicy" Core..=) Core.<$> ipAllocationPolicy,+            ("labelFingerprint" Core..=) Core.<$> labelFingerprint,+            ("legacyAbac" Core..=) Core.<$> legacyAbac,+            ("location" Core..=) Core.<$> location,+            ("locations" Core..=) Core.<$> locations,+            ("loggingConfig" Core..=) Core.<$> loggingConfig,+            ("loggingService" Core..=) Core.<$> loggingService,+            ("maintenancePolicy" Core..=) Core.<$> maintenancePolicy,+            ("masterAuth" Core..=) Core.<$> masterAuth,+            ("masterAuthorizedNetworksConfig" Core..=)+              Core.<$> masterAuthorizedNetworksConfig,+            ("meshCertificates" Core..=) Core.<$> meshCertificates,+            ("monitoringConfig" Core..=) Core.<$> monitoringConfig,+            ("monitoringService" Core..=) Core.<$> monitoringService,+            ("name" Core..=) Core.<$> name,+            ("network" Core..=) Core.<$> network,+            ("networkConfig" Core..=) Core.<$> networkConfig,+            ("networkPolicy" Core..=) Core.<$> networkPolicy,+            ("nodeConfig" Core..=) Core.<$> nodeConfig,+            ("nodeIpv4CidrSize" Core..=) Core.<$> nodeIpv4CidrSize,+            ("nodePoolAutoConfig" Core..=) Core.<$> nodePoolAutoConfig,+            ("nodePoolDefaults" Core..=) Core.<$> nodePoolDefaults,+            ("nodePools" Core..=) Core.<$> nodePools,+            ("notificationConfig" Core..=) Core.<$> notificationConfig,+            ("parentProductConfig" Core..=) Core.<$> parentProductConfig,+            ("privateClusterConfig" Core..=) Core.<$> privateClusterConfig,+            ("rbacBindingConfig" Core..=) Core.<$> rbacBindingConfig,+            ("releaseChannel" Core..=) Core.<$> releaseChannel,+            ("resourceLabels" Core..=) Core.<$> resourceLabels,+            ("resourceUsageExportConfig" Core..=)+              Core.<$> resourceUsageExportConfig,+            ("satisfiesPzi" Core..=) Core.<$> satisfiesPzi,+            ("satisfiesPzs" Core..=) Core.<$> satisfiesPzs,+            ("secretManagerConfig" Core..=) Core.<$> secretManagerConfig,+            ("securityPostureConfig" Core..=) Core.<$> securityPostureConfig,+            ("selfLink" Core..=) Core.<$> selfLink,+            ("servicesIpv4Cidr" Core..=) Core.<$> servicesIpv4Cidr,+            ("shieldedNodes" Core..=) Core.<$> shieldedNodes,+            ("status" Core..=) Core.<$> status,+            ("statusMessage" Core..=) Core.<$> statusMessage,+            ("subnetwork" Core..=) Core.<$> subnetwork,+            ("tpuIpv4CidrBlock" Core..=) Core.<$> tpuIpv4CidrBlock,+            ("userManagedKeysConfig" Core..=) Core.<$> userManagedKeysConfig,+            ("verticalPodAutoscaling" Core..=) Core.<$> verticalPodAutoscaling,+            ("workloadIdentityConfig" Core..=) Core.<$> workloadIdentityConfig,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | The resource labels for the cluster to use to annotate any related Google Compute Engine resources.+--+-- /See:/ 'newCluster_ResourceLabels' smart constructor.+newtype Cluster_ResourceLabels = Cluster_ResourceLabels+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Cluster_ResourceLabels' with the minimum fields required to make a request.+newCluster_ResourceLabels ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  Cluster_ResourceLabels+newCluster_ResourceLabels additional =+  Cluster_ResourceLabels {additional = additional}++instance Core.FromJSON Cluster_ResourceLabels where+  parseJSON =+    Core.withObject+      "Cluster_ResourceLabels"+      (\o -> Cluster_ResourceLabels Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON Cluster_ResourceLabels where+  toJSON Cluster_ResourceLabels {..} = Core.toJSON additional++-- | ClusterAutoscaling contains global, per-cluster information required by Cluster Autoscaler to automatically adjust the size of the cluster and create\/delete node pools based on the current needs.+--+-- /See:/ 'newClusterAutoscaling' smart constructor.+data ClusterAutoscaling = ClusterAutoscaling+  { -- | The list of Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zones> in which the NodePool\'s nodes can be created by NAP.+    autoprovisioningLocations :: (Core.Maybe [Core.Text]),+    -- | AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.+    autoprovisioningNodePoolDefaults :: (Core.Maybe AutoprovisioningNodePoolDefaults),+    -- | Defines autoscaling behaviour.+    autoscalingProfile :: (Core.Maybe ClusterAutoscaling_AutoscalingProfile),+    -- | Enables automatic node pool creation and deletion.+    enableNodeAutoprovisioning :: (Core.Maybe Core.Bool),+    -- | Contains global constraints regarding minimum and maximum amount of resources in the cluster.+    resourceLimits :: (Core.Maybe [ResourceLimit])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ClusterAutoscaling' with the minimum fields required to make a request.+newClusterAutoscaling ::+  ClusterAutoscaling+newClusterAutoscaling =+  ClusterAutoscaling+    { autoprovisioningLocations = Core.Nothing,+      autoprovisioningNodePoolDefaults = Core.Nothing,+      autoscalingProfile = Core.Nothing,+      enableNodeAutoprovisioning = Core.Nothing,+      resourceLimits = Core.Nothing+    }++instance Core.FromJSON ClusterAutoscaling where+  parseJSON =+    Core.withObject+      "ClusterAutoscaling"+      ( \o ->+          ClusterAutoscaling+            Core.<$> (o Core..:? "autoprovisioningLocations")+            Core.<*> (o Core..:? "autoprovisioningNodePoolDefaults")+            Core.<*> (o Core..:? "autoscalingProfile")+            Core.<*> (o Core..:? "enableNodeAutoprovisioning")+            Core.<*> (o Core..:? "resourceLimits")+      )++instance Core.ToJSON ClusterAutoscaling where+  toJSON ClusterAutoscaling {..} =+    Core.object+      ( Core.catMaybes+          [ ("autoprovisioningLocations" Core..=)+              Core.<$> autoprovisioningLocations,+            ("autoprovisioningNodePoolDefaults" Core..=)+              Core.<$> autoprovisioningNodePoolDefaults,+            ("autoscalingProfile" Core..=) Core.<$> autoscalingProfile,+            ("enableNodeAutoprovisioning" Core..=)+              Core.<$> enableNodeAutoprovisioning,+            ("resourceLimits" Core..=) Core.<$> resourceLimits+          ]+      )++-- | Configuration of network bandwidth tiers+--+-- /See:/ 'newClusterNetworkPerformanceConfig' smart constructor.+newtype ClusterNetworkPerformanceConfig = ClusterNetworkPerformanceConfig+  { -- | Specifies the total network bandwidth tier for NodePools in the cluster.+    totalEgressBandwidthTier ::+      ( Core.Maybe+          ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier+      )+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ClusterNetworkPerformanceConfig' with the minimum fields required to make a request.+newClusterNetworkPerformanceConfig ::+  ClusterNetworkPerformanceConfig+newClusterNetworkPerformanceConfig =+  ClusterNetworkPerformanceConfig+    { totalEgressBandwidthTier =+        Core.Nothing+    }++instance Core.FromJSON ClusterNetworkPerformanceConfig where+  parseJSON =+    Core.withObject+      "ClusterNetworkPerformanceConfig"+      ( \o ->+          ClusterNetworkPerformanceConfig+            Core.<$> (o Core..:? "totalEgressBandwidthTier")+      )++instance Core.ToJSON ClusterNetworkPerformanceConfig where+  toJSON ClusterNetworkPerformanceConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("totalEgressBandwidthTier" Core..=)+              Core.<$> totalEgressBandwidthTier+          ]+      )++-- | ClusterUpdate describes an update to the cluster. Exactly one update can be applied to a cluster with each request, so at most one field can be provided.+--+-- /See:/ 'newClusterUpdate' smart constructor.+data ClusterUpdate = ClusterUpdate+  { -- | The additional pod ranges to be added to the cluster. These pod ranges can be used by node pools to allocate pod IPs.+    additionalPodRangesConfig :: (Core.Maybe AdditionalPodRangesConfig),+    -- | Configurations for the various addons available to run in the cluster.+    desiredAddonsConfig :: (Core.Maybe AddonsConfig),+    -- | The desired authenticator groups config for the cluster.+    desiredAuthenticatorGroupsConfig :: (Core.Maybe AuthenticatorGroupsConfig),+    -- | WorkloadPolicyConfig is the configuration related to GCW workload policy+    desiredAutopilotWorkloadPolicyConfig :: (Core.Maybe WorkloadPolicyConfig),+    -- | The desired configuration options for the Binary Authorization feature.+    desiredBinaryAuthorization :: (Core.Maybe BinaryAuthorization),+    -- | Cluster-level autoscaling configuration.+    desiredClusterAutoscaling :: (Core.Maybe ClusterAutoscaling),+    -- | Enable\/Disable Compliance Posture features for the cluster.+    desiredCompliancePostureConfig :: (Core.Maybe CompliancePostureConfig),+    -- | The desired containerd config for the cluster.+    desiredContainerdConfig :: (Core.Maybe ContainerdConfig),+    -- | Control plane endpoints configuration.+    desiredControlPlaneEndpointsConfig :: (Core.Maybe ControlPlaneEndpointsConfig),+    -- | The desired configuration for the fine-grained cost management feature.+    desiredCostManagementConfig :: (Core.Maybe CostManagementConfig),+    -- | Configuration of etcd encryption.+    desiredDatabaseEncryption :: (Core.Maybe DatabaseEncryption),+    -- | The desired datapath provider for the cluster.+    desiredDatapathProvider :: (Core.Maybe ClusterUpdate_DesiredDatapathProvider),+    -- | Override the default setting of whether future created nodes have private IP addresses only, namely NetworkConfig.default/enable/private_nodes+    desiredDefaultEnablePrivateNodes :: (Core.Maybe Core.Bool),+    -- | The desired status of whether to disable default sNAT for this cluster.+    desiredDefaultSnatStatus :: (Core.Maybe DefaultSnatStatus),+    -- | Enable\/Disable L4 LB VPC firewall reconciliation for the cluster.+    desiredDisableL4LbFirewallReconciliation :: (Core.Maybe Core.Bool),+    -- | DNSConfig contains clusterDNS config for this cluster.+    desiredDnsConfig :: (Core.Maybe DNSConfig),+    -- | Enable\/Disable Cilium Clusterwide Network Policy for the cluster.+    desiredEnableCiliumClusterwideNetworkPolicy :: (Core.Maybe Core.Bool),+    -- | Enable\/Disable FQDN Network Policy for the cluster.+    desiredEnableFqdnNetworkPolicy :: (Core.Maybe Core.Bool),+    -- | Enable\/Disable Multi-Networking for the cluster+    desiredEnableMultiNetworking :: (Core.Maybe Core.Bool),+    -- | Enable\/Disable private endpoint for the cluster\'s master. Deprecated: Use desired/control/plane/endpoints/config.ip/endpoints/config.enable/public/endpoint instead. Note that the value of enable/public/endpoint is reversed: if enable/private/endpoint is false, then enable/public/endpoint will be true.+    desiredEnablePrivateEndpoint :: (Core.Maybe Core.Bool),+    -- | The desired enterprise configuration for the cluster.+    desiredEnterpriseConfig :: (Core.Maybe DesiredEnterpriseConfig),+    -- | The desired fleet configuration for the cluster.+    desiredFleet :: (Core.Maybe Fleet),+    -- | The desired config of Gateway API on this cluster.+    desiredGatewayApiConfig :: (Core.Maybe GatewayAPIConfig),+    -- | The desired GCFS config for the cluster+    desiredGcfsConfig :: (Core.Maybe GcfsConfig),+    -- | The desired Identity Service component configuration.+    desiredIdentityServiceConfig :: (Core.Maybe IdentityServiceConfig),+    -- | The desired image type for the node pool. NOTE: Set the \"desired/node/pool\" field as well.+    desiredImageType :: (Core.Maybe Core.Text),+    -- | Specify the details of in-transit encryption.+    desiredInTransitEncryptionConfig :: (Core.Maybe ClusterUpdate_DesiredInTransitEncryptionConfig),+    -- | The desired config of Intra-node visibility.+    desiredIntraNodeVisibilityConfig :: (Core.Maybe IntraNodeVisibilityConfig),+    -- | Desired Beta APIs to be enabled for cluster.+    desiredK8sBetaApis :: (Core.Maybe K8sBetaAPIConfig),+    -- | The desired L4 Internal Load Balancer Subsetting configuration.+    desiredL4ilbSubsettingConfig :: (Core.Maybe ILBSubsettingConfig),+    -- | The desired list of Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zones> in which the cluster\'s nodes should be located. This list must always include the cluster\'s primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and\/or removed.+    desiredLocations :: (Core.Maybe [Core.Text]),+    -- | The desired logging configuration.+    desiredLoggingConfig :: (Core.Maybe LoggingConfig),+    -- | The logging service the cluster should use to write logs. Currently available options: * @logging.googleapis.com\/kubernetes@ - The Cloud Logging service with a Kubernetes-native resource model * @logging.googleapis.com@ - The legacy Cloud Logging service (no longer available as of GKE 1.15). * @none@ - no logs will be exported from the cluster. If left as an empty string,@logging.googleapis.com\/kubernetes@ will be used for GKE 1.14+ or @logging.googleapis.com@ for earlier versions.+    desiredLoggingService :: (Core.Maybe Core.Text),+    -- | The desired configuration options for master authorized networks feature. Deprecated: Use desired/control/plane/endpoints/config.ip/endpoints/config.authorized/networks/config instead.+    desiredMasterAuthorizedNetworksConfig :: (Core.Maybe MasterAuthorizedNetworksConfig),+    -- | The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"-\": picks the default Kubernetes version+    desiredMasterVersion :: (Core.Maybe Core.Text),+    -- | Configuration for issuance of mTLS keys and certificates to Kubernetes pods.+    desiredMeshCertificates :: (Core.Maybe MeshCertificates),+    -- | The desired monitoring configuration.+    desiredMonitoringConfig :: (Core.Maybe MonitoringConfig),+    -- | The monitoring service the cluster should use to write metrics. Currently available options: * \"monitoring.googleapis.com\/kubernetes\" - The Cloud Monitoring service with a Kubernetes-native resource model * @monitoring.googleapis.com@ - The legacy Cloud Monitoring service (no longer available as of GKE 1.15). * @none@ - No metrics will be exported from the cluster. If left as an empty string,@monitoring.googleapis.com\/kubernetes@ will be used for GKE 1.14+ or @monitoring.googleapis.com@ for earlier versions.+    desiredMonitoringService :: (Core.Maybe Core.Text),+    -- | The desired network performance config.+    desiredNetworkPerformanceConfig :: (Core.Maybe ClusterNetworkPerformanceConfig),+    -- | The desired node kubelet config for the cluster.+    desiredNodeKubeletConfig :: (Core.Maybe NodeKubeletConfig),+    -- | The desired node kubelet config for all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.+    desiredNodePoolAutoConfigKubeletConfig :: (Core.Maybe NodeKubeletConfig),+    -- | The desired Linux node config for all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters. Currently only @cgroup_mode@ can be set here.+    desiredNodePoolAutoConfigLinuxNodeConfig :: (Core.Maybe LinuxNodeConfig),+    -- | The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.+    desiredNodePoolAutoConfigNetworkTags :: (Core.Maybe NetworkTags),+    -- | The desired resource manager tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.+    desiredNodePoolAutoConfigResourceManagerTags :: (Core.Maybe ResourceManagerTags),+    -- | Autoscaler configuration for the node pool specified in desired/node/pool/id. If there is only one pool in the cluster and desired/node/pool/id is not provided then the change applies to that single node pool.+    desiredNodePoolAutoscaling :: (Core.Maybe NodePoolAutoscaling),+    -- | The node pool to be upgraded. This field is mandatory if \"desired/node/version\", \"desired/image/family\" or \"desired/node/pool_autoscaling\" is specified and there is more than one node pool on the cluster.+    desiredNodePoolId :: (Core.Maybe Core.Text),+    -- | The desired node pool logging configuration defaults for the cluster.+    desiredNodePoolLoggingConfig :: (Core.Maybe NodePoolLoggingConfig),+    -- | The Kubernetes version to change the nodes to (typically an upgrade). Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"-\": picks the Kubernetes master version+    desiredNodeVersion :: (Core.Maybe Core.Text),+    -- | The desired notification configuration.+    desiredNotificationConfig :: (Core.Maybe NotificationConfig),+    -- | The desired parent product config for the cluster.+    desiredParentProductConfig :: (Core.Maybe ParentProductConfig),+    -- | The desired private cluster configuration. master/global/access/config is the only field that can be changed via this field. See also ClusterUpdate.desired/enable/private/endpoint for modifying other fields within PrivateClusterConfig. Deprecated: Use desired/control/plane/endpoints/config.ip/endpoints/config.global_access instead.+    desiredPrivateClusterConfig :: (Core.Maybe PrivateClusterConfig),+    -- | The desired state of IPv6 connectivity to Google Services.+    desiredPrivateIpv6GoogleAccess :: (Core.Maybe ClusterUpdate_DesiredPrivateIpv6GoogleAccess),+    -- | RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.+    desiredRbacBindingConfig :: (Core.Maybe RBACBindingConfig),+    -- | The desired release channel configuration.+    desiredReleaseChannel :: (Core.Maybe ReleaseChannel),+    -- | The desired configuration for exporting resource usage.+    desiredResourceUsageExportConfig :: (Core.Maybe ResourceUsageExportConfig),+    -- | Enable\/Disable Secret Manager Config.+    desiredSecretManagerConfig :: (Core.Maybe SecretManagerConfig),+    -- | Enable\/Disable Security Posture API features for the cluster.+    desiredSecurityPostureConfig :: (Core.Maybe SecurityPostureConfig),+    -- | ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field.+    desiredServiceExternalIpsConfig :: (Core.Maybe ServiceExternalIPsConfig),+    -- | Configuration for Shielded Nodes.+    desiredShieldedNodes :: (Core.Maybe ShieldedNodes),+    -- | The desired stack type of the cluster. If a stack type is provided and does not match the current stack type of the cluster, update will attempt to change the stack type to the new type.+    desiredStackType :: (Core.Maybe ClusterUpdate_DesiredStackType),+    -- | Cluster-level Vertical Pod Autoscaling configuration.+    desiredVerticalPodAutoscaling :: (Core.Maybe VerticalPodAutoscaling),+    -- | Configuration for Workload Identity.+    desiredWorkloadIdentityConfig :: (Core.Maybe WorkloadIdentityConfig),+    -- | Kubernetes open source beta apis enabled on the cluster. Only beta apis+    enableK8sBetaApis :: (Core.Maybe K8sBetaAPIConfig),+    -- | The current etag of the cluster. If an etag is provided and does not match the current etag of the cluster, update will be blocked and an ABORTED error will be returned.+    etag :: (Core.Maybe Core.Text),+    -- | The additional pod ranges that are to be removed from the cluster. The pod ranges specified here must have been specified earlier in the \'additional/pod/ranges_config\' argument.+    removedAdditionalPodRangesConfig :: (Core.Maybe AdditionalPodRangesConfig),+    -- | The Custom keys configuration for the cluster.+    userManagedKeysConfig :: (Core.Maybe UserManagedKeysConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ClusterUpdate' with the minimum fields required to make a request.+newClusterUpdate ::+  ClusterUpdate+newClusterUpdate =+  ClusterUpdate+    { additionalPodRangesConfig = Core.Nothing,+      desiredAddonsConfig = Core.Nothing,+      desiredAuthenticatorGroupsConfig = Core.Nothing,+      desiredAutopilotWorkloadPolicyConfig = Core.Nothing,+      desiredBinaryAuthorization = Core.Nothing,+      desiredClusterAutoscaling = Core.Nothing,+      desiredCompliancePostureConfig = Core.Nothing,+      desiredContainerdConfig = Core.Nothing,+      desiredControlPlaneEndpointsConfig = Core.Nothing,+      desiredCostManagementConfig = Core.Nothing,+      desiredDatabaseEncryption = Core.Nothing,+      desiredDatapathProvider = Core.Nothing,+      desiredDefaultEnablePrivateNodes = Core.Nothing,+      desiredDefaultSnatStatus = Core.Nothing,+      desiredDisableL4LbFirewallReconciliation = Core.Nothing,+      desiredDnsConfig = Core.Nothing,+      desiredEnableCiliumClusterwideNetworkPolicy = Core.Nothing,+      desiredEnableFqdnNetworkPolicy = Core.Nothing,+      desiredEnableMultiNetworking = Core.Nothing,+      desiredEnablePrivateEndpoint = Core.Nothing,+      desiredEnterpriseConfig = Core.Nothing,+      desiredFleet = Core.Nothing,+      desiredGatewayApiConfig = Core.Nothing,+      desiredGcfsConfig = Core.Nothing,+      desiredIdentityServiceConfig = Core.Nothing,+      desiredImageType = Core.Nothing,+      desiredInTransitEncryptionConfig = Core.Nothing,+      desiredIntraNodeVisibilityConfig = Core.Nothing,+      desiredK8sBetaApis = Core.Nothing,+      desiredL4ilbSubsettingConfig = Core.Nothing,+      desiredLocations = Core.Nothing,+      desiredLoggingConfig = Core.Nothing,+      desiredLoggingService = Core.Nothing,+      desiredMasterAuthorizedNetworksConfig = Core.Nothing,+      desiredMasterVersion = Core.Nothing,+      desiredMeshCertificates = Core.Nothing,+      desiredMonitoringConfig = Core.Nothing,+      desiredMonitoringService = Core.Nothing,+      desiredNetworkPerformanceConfig = Core.Nothing,+      desiredNodeKubeletConfig = Core.Nothing,+      desiredNodePoolAutoConfigKubeletConfig = Core.Nothing,+      desiredNodePoolAutoConfigLinuxNodeConfig = Core.Nothing,+      desiredNodePoolAutoConfigNetworkTags = Core.Nothing,+      desiredNodePoolAutoConfigResourceManagerTags = Core.Nothing,+      desiredNodePoolAutoscaling = Core.Nothing,+      desiredNodePoolId = Core.Nothing,+      desiredNodePoolLoggingConfig = Core.Nothing,+      desiredNodeVersion = Core.Nothing,+      desiredNotificationConfig = Core.Nothing,+      desiredParentProductConfig = Core.Nothing,+      desiredPrivateClusterConfig = Core.Nothing,+      desiredPrivateIpv6GoogleAccess = Core.Nothing,+      desiredRbacBindingConfig = Core.Nothing,+      desiredReleaseChannel = Core.Nothing,+      desiredResourceUsageExportConfig = Core.Nothing,+      desiredSecretManagerConfig = Core.Nothing,+      desiredSecurityPostureConfig = Core.Nothing,+      desiredServiceExternalIpsConfig = Core.Nothing,+      desiredShieldedNodes = Core.Nothing,+      desiredStackType = Core.Nothing,+      desiredVerticalPodAutoscaling = Core.Nothing,+      desiredWorkloadIdentityConfig = Core.Nothing,+      enableK8sBetaApis = Core.Nothing,+      etag = Core.Nothing,+      removedAdditionalPodRangesConfig = Core.Nothing,+      userManagedKeysConfig = Core.Nothing+    }++instance Core.FromJSON ClusterUpdate where+  parseJSON =+    Core.withObject+      "ClusterUpdate"+      ( \o ->+          ClusterUpdate+            Core.<$> (o Core..:? "additionalPodRangesConfig")+            Core.<*> (o Core..:? "desiredAddonsConfig")+            Core.<*> (o Core..:? "desiredAuthenticatorGroupsConfig")+            Core.<*> (o Core..:? "desiredAutopilotWorkloadPolicyConfig")+            Core.<*> (o Core..:? "desiredBinaryAuthorization")+            Core.<*> (o Core..:? "desiredClusterAutoscaling")+            Core.<*> (o Core..:? "desiredCompliancePostureConfig")+            Core.<*> (o Core..:? "desiredContainerdConfig")+            Core.<*> (o Core..:? "desiredControlPlaneEndpointsConfig")+            Core.<*> (o Core..:? "desiredCostManagementConfig")+            Core.<*> (o Core..:? "desiredDatabaseEncryption")+            Core.<*> (o Core..:? "desiredDatapathProvider")+            Core.<*> (o Core..:? "desiredDefaultEnablePrivateNodes")+            Core.<*> (o Core..:? "desiredDefaultSnatStatus")+            Core.<*> (o Core..:? "desiredDisableL4LbFirewallReconciliation")+            Core.<*> (o Core..:? "desiredDnsConfig")+            Core.<*> (o Core..:? "desiredEnableCiliumClusterwideNetworkPolicy")+            Core.<*> (o Core..:? "desiredEnableFqdnNetworkPolicy")+            Core.<*> (o Core..:? "desiredEnableMultiNetworking")+            Core.<*> (o Core..:? "desiredEnablePrivateEndpoint")+            Core.<*> (o Core..:? "desiredEnterpriseConfig")+            Core.<*> (o Core..:? "desiredFleet")+            Core.<*> (o Core..:? "desiredGatewayApiConfig")+            Core.<*> (o Core..:? "desiredGcfsConfig")+            Core.<*> (o Core..:? "desiredIdentityServiceConfig")+            Core.<*> (o Core..:? "desiredImageType")+            Core.<*> (o Core..:? "desiredInTransitEncryptionConfig")+            Core.<*> (o Core..:? "desiredIntraNodeVisibilityConfig")+            Core.<*> (o Core..:? "desiredK8sBetaApis")+            Core.<*> (o Core..:? "desiredL4ilbSubsettingConfig")+            Core.<*> (o Core..:? "desiredLocations")+            Core.<*> (o Core..:? "desiredLoggingConfig")+            Core.<*> (o Core..:? "desiredLoggingService")+            Core.<*> (o Core..:? "desiredMasterAuthorizedNetworksConfig")+            Core.<*> (o Core..:? "desiredMasterVersion")+            Core.<*> (o Core..:? "desiredMeshCertificates")+            Core.<*> (o Core..:? "desiredMonitoringConfig")+            Core.<*> (o Core..:? "desiredMonitoringService")+            Core.<*> (o Core..:? "desiredNetworkPerformanceConfig")+            Core.<*> (o Core..:? "desiredNodeKubeletConfig")+            Core.<*> (o Core..:? "desiredNodePoolAutoConfigKubeletConfig")+            Core.<*> (o Core..:? "desiredNodePoolAutoConfigLinuxNodeConfig")+            Core.<*> (o Core..:? "desiredNodePoolAutoConfigNetworkTags")+            Core.<*> (o Core..:? "desiredNodePoolAutoConfigResourceManagerTags")+            Core.<*> (o Core..:? "desiredNodePoolAutoscaling")+            Core.<*> (o Core..:? "desiredNodePoolId")+            Core.<*> (o Core..:? "desiredNodePoolLoggingConfig")+            Core.<*> (o Core..:? "desiredNodeVersion")+            Core.<*> (o Core..:? "desiredNotificationConfig")+            Core.<*> (o Core..:? "desiredParentProductConfig")+            Core.<*> (o Core..:? "desiredPrivateClusterConfig")+            Core.<*> (o Core..:? "desiredPrivateIpv6GoogleAccess")+            Core.<*> (o Core..:? "desiredRbacBindingConfig")+            Core.<*> (o Core..:? "desiredReleaseChannel")+            Core.<*> (o Core..:? "desiredResourceUsageExportConfig")+            Core.<*> (o Core..:? "desiredSecretManagerConfig")+            Core.<*> (o Core..:? "desiredSecurityPostureConfig")+            Core.<*> (o Core..:? "desiredServiceExternalIpsConfig")+            Core.<*> (o Core..:? "desiredShieldedNodes")+            Core.<*> (o Core..:? "desiredStackType")+            Core.<*> (o Core..:? "desiredVerticalPodAutoscaling")+            Core.<*> (o Core..:? "desiredWorkloadIdentityConfig")+            Core.<*> (o Core..:? "enableK8sBetaApis")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "removedAdditionalPodRangesConfig")+            Core.<*> (o Core..:? "userManagedKeysConfig")+      )++instance Core.ToJSON ClusterUpdate where+  toJSON ClusterUpdate {..} =+    Core.object+      ( Core.catMaybes+          [ ("additionalPodRangesConfig" Core..=)+              Core.<$> additionalPodRangesConfig,+            ("desiredAddonsConfig" Core..=) Core.<$> desiredAddonsConfig,+            ("desiredAuthenticatorGroupsConfig" Core..=)+              Core.<$> desiredAuthenticatorGroupsConfig,+            ("desiredAutopilotWorkloadPolicyConfig" Core..=)+              Core.<$> desiredAutopilotWorkloadPolicyConfig,+            ("desiredBinaryAuthorization" Core..=)+              Core.<$> desiredBinaryAuthorization,+            ("desiredClusterAutoscaling" Core..=)+              Core.<$> desiredClusterAutoscaling,+            ("desiredCompliancePostureConfig" Core..=)+              Core.<$> desiredCompliancePostureConfig,+            ("desiredContainerdConfig" Core..=)+              Core.<$> desiredContainerdConfig,+            ("desiredControlPlaneEndpointsConfig" Core..=)+              Core.<$> desiredControlPlaneEndpointsConfig,+            ("desiredCostManagementConfig" Core..=)+              Core.<$> desiredCostManagementConfig,+            ("desiredDatabaseEncryption" Core..=)+              Core.<$> desiredDatabaseEncryption,+            ("desiredDatapathProvider" Core..=)+              Core.<$> desiredDatapathProvider,+            ("desiredDefaultEnablePrivateNodes" Core..=)+              Core.<$> desiredDefaultEnablePrivateNodes,+            ("desiredDefaultSnatStatus" Core..=)+              Core.<$> desiredDefaultSnatStatus,+            ("desiredDisableL4LbFirewallReconciliation" Core..=)+              Core.<$> desiredDisableL4LbFirewallReconciliation,+            ("desiredDnsConfig" Core..=) Core.<$> desiredDnsConfig,+            ("desiredEnableCiliumClusterwideNetworkPolicy" Core..=)+              Core.<$> desiredEnableCiliumClusterwideNetworkPolicy,+            ("desiredEnableFqdnNetworkPolicy" Core..=)+              Core.<$> desiredEnableFqdnNetworkPolicy,+            ("desiredEnableMultiNetworking" Core..=)+              Core.<$> desiredEnableMultiNetworking,+            ("desiredEnablePrivateEndpoint" Core..=)+              Core.<$> desiredEnablePrivateEndpoint,+            ("desiredEnterpriseConfig" Core..=)+              Core.<$> desiredEnterpriseConfig,+            ("desiredFleet" Core..=) Core.<$> desiredFleet,+            ("desiredGatewayApiConfig" Core..=)+              Core.<$> desiredGatewayApiConfig,+            ("desiredGcfsConfig" Core..=) Core.<$> desiredGcfsConfig,+            ("desiredIdentityServiceConfig" Core..=)+              Core.<$> desiredIdentityServiceConfig,+            ("desiredImageType" Core..=) Core.<$> desiredImageType,+            ("desiredInTransitEncryptionConfig" Core..=)+              Core.<$> desiredInTransitEncryptionConfig,+            ("desiredIntraNodeVisibilityConfig" Core..=)+              Core.<$> desiredIntraNodeVisibilityConfig,+            ("desiredK8sBetaApis" Core..=) Core.<$> desiredK8sBetaApis,+            ("desiredL4ilbSubsettingConfig" Core..=)+              Core.<$> desiredL4ilbSubsettingConfig,+            ("desiredLocations" Core..=) Core.<$> desiredLocations,+            ("desiredLoggingConfig" Core..=) Core.<$> desiredLoggingConfig,+            ("desiredLoggingService" Core..=) Core.<$> desiredLoggingService,+            ("desiredMasterAuthorizedNetworksConfig" Core..=)+              Core.<$> desiredMasterAuthorizedNetworksConfig,+            ("desiredMasterVersion" Core..=) Core.<$> desiredMasterVersion,+            ("desiredMeshCertificates" Core..=)+              Core.<$> desiredMeshCertificates,+            ("desiredMonitoringConfig" Core..=)+              Core.<$> desiredMonitoringConfig,+            ("desiredMonitoringService" Core..=)+              Core.<$> desiredMonitoringService,+            ("desiredNetworkPerformanceConfig" Core..=)+              Core.<$> desiredNetworkPerformanceConfig,+            ("desiredNodeKubeletConfig" Core..=)+              Core.<$> desiredNodeKubeletConfig,+            ("desiredNodePoolAutoConfigKubeletConfig" Core..=)+              Core.<$> desiredNodePoolAutoConfigKubeletConfig,+            ("desiredNodePoolAutoConfigLinuxNodeConfig" Core..=)+              Core.<$> desiredNodePoolAutoConfigLinuxNodeConfig,+            ("desiredNodePoolAutoConfigNetworkTags" Core..=)+              Core.<$> desiredNodePoolAutoConfigNetworkTags,+            ("desiredNodePoolAutoConfigResourceManagerTags" Core..=)+              Core.<$> desiredNodePoolAutoConfigResourceManagerTags,+            ("desiredNodePoolAutoscaling" Core..=)+              Core.<$> desiredNodePoolAutoscaling,+            ("desiredNodePoolId" Core..=) Core.<$> desiredNodePoolId,+            ("desiredNodePoolLoggingConfig" Core..=)+              Core.<$> desiredNodePoolLoggingConfig,+            ("desiredNodeVersion" Core..=) Core.<$> desiredNodeVersion,+            ("desiredNotificationConfig" Core..=)+              Core.<$> desiredNotificationConfig,+            ("desiredParentProductConfig" Core..=)+              Core.<$> desiredParentProductConfig,+            ("desiredPrivateClusterConfig" Core..=)+              Core.<$> desiredPrivateClusterConfig,+            ("desiredPrivateIpv6GoogleAccess" Core..=)+              Core.<$> desiredPrivateIpv6GoogleAccess,+            ("desiredRbacBindingConfig" Core..=)+              Core.<$> desiredRbacBindingConfig,+            ("desiredReleaseChannel" Core..=) Core.<$> desiredReleaseChannel,+            ("desiredResourceUsageExportConfig" Core..=)+              Core.<$> desiredResourceUsageExportConfig,+            ("desiredSecretManagerConfig" Core..=)+              Core.<$> desiredSecretManagerConfig,+            ("desiredSecurityPostureConfig" Core..=)+              Core.<$> desiredSecurityPostureConfig,+            ("desiredServiceExternalIpsConfig" Core..=)+              Core.<$> desiredServiceExternalIpsConfig,+            ("desiredShieldedNodes" Core..=) Core.<$> desiredShieldedNodes,+            ("desiredStackType" Core..=) Core.<$> desiredStackType,+            ("desiredVerticalPodAutoscaling" Core..=)+              Core.<$> desiredVerticalPodAutoscaling,+            ("desiredWorkloadIdentityConfig" Core..=)+              Core.<$> desiredWorkloadIdentityConfig,+            ("enableK8sBetaApis" Core..=) Core.<$> enableK8sBetaApis,+            ("etag" Core..=) Core.<$> etag,+            ("removedAdditionalPodRangesConfig" Core..=)+              Core.<$> removedAdditionalPodRangesConfig,+            ("userManagedKeysConfig" Core..=) Core.<$> userManagedKeysConfig+          ]+      )++-- | CompleteIPRotationRequest moves the cluster master back into single-IP mode.+--+-- /See:/ 'newCompleteIPRotationRequest' smart constructor.+data CompleteIPRotationRequest = CompleteIPRotationRequest+  { -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to complete IP rotation. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CompleteIPRotationRequest' with the minimum fields required to make a request.+newCompleteIPRotationRequest ::+  CompleteIPRotationRequest+newCompleteIPRotationRequest =+  CompleteIPRotationRequest+    { clusterId = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON CompleteIPRotationRequest where+  parseJSON =+    Core.withObject+      "CompleteIPRotationRequest"+      ( \o ->+          CompleteIPRotationRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON CompleteIPRotationRequest where+  toJSON CompleteIPRotationRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | CompleteNodePoolUpgradeRequest sets the name of target node pool to complete upgrade.+--+-- /See:/ 'newCompleteNodePoolUpgradeRequest' smart constructor.+data CompleteNodePoolUpgradeRequest = CompleteNodePoolUpgradeRequest+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CompleteNodePoolUpgradeRequest' with the minimum fields required to make a request.+newCompleteNodePoolUpgradeRequest ::+  CompleteNodePoolUpgradeRequest+newCompleteNodePoolUpgradeRequest = CompleteNodePoolUpgradeRequest++instance Core.FromJSON CompleteNodePoolUpgradeRequest where+  parseJSON =+    Core.withObject+      "CompleteNodePoolUpgradeRequest"+      (\o -> Core.pure CompleteNodePoolUpgradeRequest)++instance Core.ToJSON CompleteNodePoolUpgradeRequest where+  toJSON = Core.const Core.emptyObject++-- | CompliancePostureConfig defines the settings needed to enable\/disable features for the Compliance Posture.+--+-- /See:/ 'newCompliancePostureConfig' smart constructor.+data CompliancePostureConfig = CompliancePostureConfig+  { -- | List of enabled compliance standards.+    complianceStandards :: (Core.Maybe [ComplianceStandard]),+    -- | Defines the enablement mode for Compliance Posture.+    mode :: (Core.Maybe CompliancePostureConfig_Mode)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CompliancePostureConfig' with the minimum fields required to make a request.+newCompliancePostureConfig ::+  CompliancePostureConfig+newCompliancePostureConfig =+  CompliancePostureConfig+    { complianceStandards = Core.Nothing,+      mode = Core.Nothing+    }++instance Core.FromJSON CompliancePostureConfig where+  parseJSON =+    Core.withObject+      "CompliancePostureConfig"+      ( \o ->+          CompliancePostureConfig+            Core.<$> (o Core..:? "complianceStandards")+            Core.<*> (o Core..:? "mode")+      )++instance Core.ToJSON CompliancePostureConfig where+  toJSON CompliancePostureConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("complianceStandards" Core..=) Core.<$> complianceStandards,+            ("mode" Core..=) Core.<$> mode+          ]+      )++-- | Defines the details of a compliance standard.+--+-- /See:/ 'newComplianceStandard' smart constructor.+newtype ComplianceStandard = ComplianceStandard+  { -- | Name of the compliance standard.+    standard :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ComplianceStandard' with the minimum fields required to make a request.+newComplianceStandard ::+  ComplianceStandard+newComplianceStandard = ComplianceStandard {standard = Core.Nothing}++instance Core.FromJSON ComplianceStandard where+  parseJSON =+    Core.withObject+      "ComplianceStandard"+      (\o -> ComplianceStandard Core.<$> (o Core..:? "standard"))++instance Core.ToJSON ComplianceStandard where+  toJSON ComplianceStandard {..} =+    Core.object+      (Core.catMaybes [("standard" Core..=) Core.<$> standard])++-- | ConfidentialNodes is configuration for the confidential nodes feature, which makes nodes run on confidential VMs.+--+-- /See:/ 'newConfidentialNodes' smart constructor.+newtype ConfidentialNodes = ConfidentialNodes+  { -- | Whether Confidential Nodes feature is enabled.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ConfidentialNodes' with the minimum fields required to make a request.+newConfidentialNodes ::+  ConfidentialNodes+newConfidentialNodes = ConfidentialNodes {enabled = Core.Nothing}++instance Core.FromJSON ConfidentialNodes where+  parseJSON =+    Core.withObject+      "ConfidentialNodes"+      (\o -> ConfidentialNodes Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON ConfidentialNodes where+  toJSON ConfidentialNodes {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Configuration options for the Config Connector add-on.+--+-- /See:/ 'newConfigConnectorConfig' smart constructor.+newtype ConfigConnectorConfig = ConfigConnectorConfig+  { -- | Whether Cloud Connector is enabled for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ConfigConnectorConfig' with the minimum fields required to make a request.+newConfigConnectorConfig ::+  ConfigConnectorConfig+newConfigConnectorConfig =+  ConfigConnectorConfig {enabled = Core.Nothing}++instance Core.FromJSON ConfigConnectorConfig where+  parseJSON =+    Core.withObject+      "ConfigConnectorConfig"+      (\o -> ConfigConnectorConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON ConfigConnectorConfig where+  toJSON ConfigConnectorConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Parameters for controlling consumption metering.+--+-- /See:/ 'newConsumptionMeteringConfig' smart constructor.+newtype ConsumptionMeteringConfig = ConsumptionMeteringConfig+  { -- | Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ConsumptionMeteringConfig' with the minimum fields required to make a request.+newConsumptionMeteringConfig ::+  ConsumptionMeteringConfig+newConsumptionMeteringConfig =+  ConsumptionMeteringConfig {enabled = Core.Nothing}++instance Core.FromJSON ConsumptionMeteringConfig where+  parseJSON =+    Core.withObject+      "ConsumptionMeteringConfig"+      (\o -> ConsumptionMeteringConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON ConsumptionMeteringConfig where+  toJSON ConsumptionMeteringConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | ContainerdConfig contains configuration to customize containerd.+--+-- /See:/ 'newContainerdConfig' smart constructor.+newtype ContainerdConfig = ContainerdConfig+  { -- | PrivateRegistryAccessConfig is used to configure access configuration for private container registries.+    privateRegistryAccessConfig :: (Core.Maybe PrivateRegistryAccessConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerdConfig' with the minimum fields required to make a request.+newContainerdConfig ::+  ContainerdConfig+newContainerdConfig =+  ContainerdConfig {privateRegistryAccessConfig = Core.Nothing}++instance Core.FromJSON ContainerdConfig where+  parseJSON =+    Core.withObject+      "ContainerdConfig"+      ( \o ->+          ContainerdConfig+            Core.<$> (o Core..:? "privateRegistryAccessConfig")+      )++instance Core.ToJSON ContainerdConfig where+  toJSON ContainerdConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("privateRegistryAccessConfig" Core..=)+              Core.<$> privateRegistryAccessConfig+          ]+      )++-- | Configuration for all of the cluster\'s control plane endpoints.+--+-- /See:/ 'newControlPlaneEndpointsConfig' smart constructor.+data ControlPlaneEndpointsConfig = ControlPlaneEndpointsConfig+  { -- | DNS endpoint configuration.+    dnsEndpointConfig :: (Core.Maybe DNSEndpointConfig),+    -- | IP endpoints configuration.+    ipEndpointsConfig :: (Core.Maybe IPEndpointsConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ControlPlaneEndpointsConfig' with the minimum fields required to make a request.+newControlPlaneEndpointsConfig ::+  ControlPlaneEndpointsConfig+newControlPlaneEndpointsConfig =+  ControlPlaneEndpointsConfig+    { dnsEndpointConfig = Core.Nothing,+      ipEndpointsConfig = Core.Nothing+    }++instance Core.FromJSON ControlPlaneEndpointsConfig where+  parseJSON =+    Core.withObject+      "ControlPlaneEndpointsConfig"+      ( \o ->+          ControlPlaneEndpointsConfig+            Core.<$> (o Core..:? "dnsEndpointConfig")+            Core.<*> (o Core..:? "ipEndpointsConfig")+      )++instance Core.ToJSON ControlPlaneEndpointsConfig where+  toJSON ControlPlaneEndpointsConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("dnsEndpointConfig" Core..=) Core.<$> dnsEndpointConfig,+            ("ipEndpointsConfig" Core..=) Core.<$> ipEndpointsConfig+          ]+      )++-- | Configuration for fine-grained cost management feature.+--+-- /See:/ 'newCostManagementConfig' smart constructor.+newtype CostManagementConfig = CostManagementConfig+  { -- | Whether the feature is enabled or not.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CostManagementConfig' with the minimum fields required to make a request.+newCostManagementConfig ::+  CostManagementConfig+newCostManagementConfig =+  CostManagementConfig {enabled = Core.Nothing}++instance Core.FromJSON CostManagementConfig where+  parseJSON =+    Core.withObject+      "CostManagementConfig"+      (\o -> CostManagementConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON CostManagementConfig where+  toJSON CostManagementConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | CreateClusterRequest creates a cluster.+--+-- /See:/ 'newCreateClusterRequest' smart constructor.+data CreateClusterRequest = CreateClusterRequest+  { -- | Required. A <https://cloud.google.com/container-engine/reference/rest/v1/projects.locations.clusters cluster resource>+    cluster :: (Core.Maybe Cluster),+    -- | The parent (project and location) where the cluster will be created. Specified in the format @projects\/*\/locations\/*@.+    parent :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the parent field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateClusterRequest' with the minimum fields required to make a request.+newCreateClusterRequest ::+  CreateClusterRequest+newCreateClusterRequest =+  CreateClusterRequest+    { cluster = Core.Nothing,+      parent = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON CreateClusterRequest where+  parseJSON =+    Core.withObject+      "CreateClusterRequest"+      ( \o ->+          CreateClusterRequest+            Core.<$> (o Core..:? "cluster")+            Core.<*> (o Core..:? "parent")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON CreateClusterRequest where+  toJSON CreateClusterRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("cluster" Core..=) Core.<$> cluster,+            ("parent" Core..=) Core.<$> parent,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | CreateNodePoolRequest creates a node pool for a cluster.+--+-- /See:/ 'newCreateNodePoolRequest' smart constructor.+data CreateNodePoolRequest = CreateNodePoolRequest+  { -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. The node pool to create.+    nodePool :: (Core.Maybe NodePool),+    -- | The parent (project, location, cluster name) where the node pool will be created. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    parent :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the parent field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'CreateNodePoolRequest' with the minimum fields required to make a request.+newCreateNodePoolRequest ::+  CreateNodePoolRequest+newCreateNodePoolRequest =+  CreateNodePoolRequest+    { clusterId = Core.Nothing,+      nodePool = Core.Nothing,+      parent = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON CreateNodePoolRequest where+  parseJSON =+    Core.withObject+      "CreateNodePoolRequest"+      ( \o ->+          CreateNodePoolRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "nodePool")+            Core.<*> (o Core..:? "parent")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON CreateNodePoolRequest where+  toJSON CreateNodePoolRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("nodePool" Core..=) Core.<$> nodePool,+            ("parent" Core..=) Core.<$> parent,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | DNSConfig contains the desired set of options for configuring clusterDNS.+--+-- /See:/ 'newDNSConfig' smart constructor.+data DNSConfig = DNSConfig+  { -- | Optional. The domain used in Additive VPC scope.+    additiveVpcScopeDnsDomain :: (Core.Maybe Core.Text),+    -- | cluster_dns indicates which in-cluster DNS provider should be used.+    clusterDns :: (Core.Maybe DNSConfig_ClusterDns),+    -- | cluster/dns/domain is the suffix used for all cluster service records.+    clusterDnsDomain :: (Core.Maybe Core.Text),+    -- | cluster/dns/scope indicates the scope of access to cluster DNS records.+    clusterDnsScope :: (Core.Maybe DNSConfig_ClusterDnsScope)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DNSConfig' with the minimum fields required to make a request.+newDNSConfig ::+  DNSConfig+newDNSConfig =+  DNSConfig+    { additiveVpcScopeDnsDomain = Core.Nothing,+      clusterDns = Core.Nothing,+      clusterDnsDomain = Core.Nothing,+      clusterDnsScope = Core.Nothing+    }++instance Core.FromJSON DNSConfig where+  parseJSON =+    Core.withObject+      "DNSConfig"+      ( \o ->+          DNSConfig+            Core.<$> (o Core..:? "additiveVpcScopeDnsDomain")+            Core.<*> (o Core..:? "clusterDns")+            Core.<*> (o Core..:? "clusterDnsDomain")+            Core.<*> (o Core..:? "clusterDnsScope")+      )++instance Core.ToJSON DNSConfig where+  toJSON DNSConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("additiveVpcScopeDnsDomain" Core..=)+              Core.<$> additiveVpcScopeDnsDomain,+            ("clusterDns" Core..=) Core.<$> clusterDns,+            ("clusterDnsDomain" Core..=) Core.<$> clusterDnsDomain,+            ("clusterDnsScope" Core..=) Core.<$> clusterDnsScope+          ]+      )++-- | Describes the configuration of a DNS endpoint.+--+-- /See:/ 'newDNSEndpointConfig' smart constructor.+data DNSEndpointConfig = DNSEndpointConfig+  { -- | Controls whether user traffic is allowed over this endpoint. Note that GCP-managed services may still use the endpoint even if this is false.+    allowExternalTraffic :: (Core.Maybe Core.Bool),+    -- | Output only. The cluster\'s DNS endpoint configuration. A DNS format address. This is accessible from the public internet. Ex: uid.us-central1.gke.goog. Always present, but the behavior may change according to the value of DNSEndpointConfig.allow/external/traffic.+    endpoint :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DNSEndpointConfig' with the minimum fields required to make a request.+newDNSEndpointConfig ::+  DNSEndpointConfig+newDNSEndpointConfig =+  DNSEndpointConfig+    { allowExternalTraffic = Core.Nothing,+      endpoint = Core.Nothing+    }++instance Core.FromJSON DNSEndpointConfig where+  parseJSON =+    Core.withObject+      "DNSEndpointConfig"+      ( \o ->+          DNSEndpointConfig+            Core.<$> (o Core..:? "allowExternalTraffic")+            Core.<*> (o Core..:? "endpoint")+      )++instance Core.ToJSON DNSEndpointConfig where+  toJSON DNSEndpointConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("allowExternalTraffic" Core..=) Core.<$> allowExternalTraffic,+            ("endpoint" Core..=) Core.<$> endpoint+          ]+      )++-- | Time window specified for daily maintenance operations.+--+-- /See:/ 'newDailyMaintenanceWindow' smart constructor.+data DailyMaintenanceWindow = DailyMaintenanceWindow+  { -- | Output only. Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in <https://www.ietf.org/rfc/rfc3339.txt RFC3339> format \"PTnHnMnS\".+    duration :: (Core.Maybe Core.Text),+    -- | Time within the maintenance window to start the maintenance operations. Time format should be in <https://www.ietf.org/rfc/rfc3339.txt RFC3339> format \"HH:MM\", where HH : [00-23] and MM : [00-59] GMT.+    startTime :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DailyMaintenanceWindow' with the minimum fields required to make a request.+newDailyMaintenanceWindow ::+  DailyMaintenanceWindow+newDailyMaintenanceWindow =+  DailyMaintenanceWindow+    { duration = Core.Nothing,+      startTime = Core.Nothing+    }++instance Core.FromJSON DailyMaintenanceWindow where+  parseJSON =+    Core.withObject+      "DailyMaintenanceWindow"+      ( \o ->+          DailyMaintenanceWindow+            Core.<$> (o Core..:? "duration")+            Core.<*> (o Core..:? "startTime")+      )++instance Core.ToJSON DailyMaintenanceWindow where+  toJSON DailyMaintenanceWindow {..} =+    Core.object+      ( Core.catMaybes+          [ ("duration" Core..=) Core.<$> duration,+            ("startTime" Core..=) Core.<$> startTime+          ]+      )++-- | Configuration of etcd encryption.+--+-- /See:/ 'newDatabaseEncryption' smart constructor.+data DatabaseEncryption = DatabaseEncryption+  { -- | Output only. The current state of etcd encryption.+    currentState :: (Core.Maybe DatabaseEncryption_CurrentState),+    -- | Output only. Keys in use by the cluster for decrypting existing objects, in addition to the key in @key_name@. Each item is a CloudKMS key resource.+    decryptionKeys :: (Core.Maybe [Core.Text]),+    -- | Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects\/my-project\/locations\/global\/keyRings\/my-ring\/cryptoKeys\/my-key+    keyName :: (Core.Maybe Core.Text),+    -- | Output only. Records errors seen during DatabaseEncryption update operations.+    lastOperationErrors :: (Core.Maybe [OperationError]),+    -- | The desired state of etcd encryption.+    state :: (Core.Maybe DatabaseEncryption_State)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DatabaseEncryption' with the minimum fields required to make a request.+newDatabaseEncryption ::+  DatabaseEncryption+newDatabaseEncryption =+  DatabaseEncryption+    { currentState = Core.Nothing,+      decryptionKeys = Core.Nothing,+      keyName = Core.Nothing,+      lastOperationErrors = Core.Nothing,+      state = Core.Nothing+    }++instance Core.FromJSON DatabaseEncryption where+  parseJSON =+    Core.withObject+      "DatabaseEncryption"+      ( \o ->+          DatabaseEncryption+            Core.<$> (o Core..:? "currentState")+            Core.<*> (o Core..:? "decryptionKeys")+            Core.<*> (o Core..:? "keyName")+            Core.<*> (o Core..:? "lastOperationErrors")+            Core.<*> (o Core..:? "state")+      )++instance Core.ToJSON DatabaseEncryption where+  toJSON DatabaseEncryption {..} =+    Core.object+      ( Core.catMaybes+          [ ("currentState" Core..=) Core.<$> currentState,+            ("decryptionKeys" Core..=) Core.<$> decryptionKeys,+            ("keyName" Core..=) Core.<$> keyName,+            ("lastOperationErrors" Core..=) Core.<$> lastOperationErrors,+            ("state" Core..=) Core.<$> state+          ]+      )++-- | DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster.+--+-- /See:/ 'newDefaultSnatStatus' smart constructor.+newtype DefaultSnatStatus = DefaultSnatStatus+  { -- | Disables cluster default sNAT rules.+    disabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DefaultSnatStatus' with the minimum fields required to make a request.+newDefaultSnatStatus ::+  DefaultSnatStatus+newDefaultSnatStatus = DefaultSnatStatus {disabled = Core.Nothing}++instance Core.FromJSON DefaultSnatStatus where+  parseJSON =+    Core.withObject+      "DefaultSnatStatus"+      (\o -> DefaultSnatStatus Core.<$> (o Core..:? "disabled"))++instance Core.ToJSON DefaultSnatStatus where+  toJSON DefaultSnatStatus {..} =+    Core.object+      (Core.catMaybes [("disabled" Core..=) Core.<$> disabled])++-- | DesiredEnterpriseConfig is a wrapper used for updating enterprise_config.+--+-- /See:/ 'newDesiredEnterpriseConfig' smart constructor.+newtype DesiredEnterpriseConfig = DesiredEnterpriseConfig+  { -- | desired_tier specifies the desired tier of the cluster.+    desiredTier :: (Core.Maybe DesiredEnterpriseConfig_DesiredTier)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DesiredEnterpriseConfig' with the minimum fields required to make a request.+newDesiredEnterpriseConfig ::+  DesiredEnterpriseConfig+newDesiredEnterpriseConfig =+  DesiredEnterpriseConfig {desiredTier = Core.Nothing}++instance Core.FromJSON DesiredEnterpriseConfig where+  parseJSON =+    Core.withObject+      "DesiredEnterpriseConfig"+      ( \o ->+          DesiredEnterpriseConfig Core.<$> (o Core..:? "desiredTier")+      )++instance Core.ToJSON DesiredEnterpriseConfig where+  toJSON DesiredEnterpriseConfig {..} =+    Core.object+      (Core.catMaybes [("desiredTier" Core..=) Core.<$> desiredTier])++-- | Configuration for NodeLocal DNSCache+--+-- /See:/ 'newDnsCacheConfig' smart constructor.+newtype DnsCacheConfig = DnsCacheConfig+  { -- | Whether NodeLocal DNSCache is enabled for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'DnsCacheConfig' with the minimum fields required to make a request.+newDnsCacheConfig ::+  DnsCacheConfig+newDnsCacheConfig = DnsCacheConfig {enabled = Core.Nothing}++instance Core.FromJSON DnsCacheConfig where+  parseJSON =+    Core.withObject+      "DnsCacheConfig"+      (\o -> DnsCacheConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON DnsCacheConfig where+  toJSON DnsCacheConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }+--+-- /See:/ 'newEmpty' smart constructor.+data Empty = Empty+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Empty' with the minimum fields required to make a request.+newEmpty ::+  Empty+newEmpty = Empty++instance Core.FromJSON Empty where+  parseJSON = Core.withObject "Empty" (\o -> Core.pure Empty)++instance Core.ToJSON Empty where+  toJSON = Core.const Core.emptyObject++-- | EnterpriseConfig is the cluster enterprise configuration.+--+-- /See:/ 'newEnterpriseConfig' smart constructor.+data EnterpriseConfig = EnterpriseConfig+  { -- | Output only. cluster_tier indicates the effective tier of the cluster.+    clusterTier :: (Core.Maybe EnterpriseConfig_ClusterTier),+    -- | desired_tier specifies the desired tier of the cluster.+    desiredTier :: (Core.Maybe EnterpriseConfig_DesiredTier)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'EnterpriseConfig' with the minimum fields required to make a request.+newEnterpriseConfig ::+  EnterpriseConfig+newEnterpriseConfig =+  EnterpriseConfig+    { clusterTier = Core.Nothing,+      desiredTier = Core.Nothing+    }++instance Core.FromJSON EnterpriseConfig where+  parseJSON =+    Core.withObject+      "EnterpriseConfig"+      ( \o ->+          EnterpriseConfig+            Core.<$> (o Core..:? "clusterTier")+            Core.<*> (o Core..:? "desiredTier")+      )++instance Core.ToJSON EnterpriseConfig where+  toJSON EnterpriseConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterTier" Core..=) Core.<$> clusterTier,+            ("desiredTier" Core..=) Core.<$> desiredTier+          ]+      )++-- | EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral storage using Local SSDs.+--+-- /See:/ 'newEphemeralStorageLocalSsdConfig' smart constructor.+newtype EphemeralStorageLocalSsdConfig = EphemeralStorageLocalSsdConfig+  { -- | Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https:\/\/cloud.google.com\/compute\/docs\/disks\/local-ssd for more information. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn\'t support local ssds), 0 will be provisioned. See https:\/\/cloud.google.com\/compute\/docs\/disks\/local-ssd#choose/number/local_ssds for more info.+    localSsdCount :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'EphemeralStorageLocalSsdConfig' with the minimum fields required to make a request.+newEphemeralStorageLocalSsdConfig ::+  EphemeralStorageLocalSsdConfig+newEphemeralStorageLocalSsdConfig =+  EphemeralStorageLocalSsdConfig {localSsdCount = Core.Nothing}++instance Core.FromJSON EphemeralStorageLocalSsdConfig where+  parseJSON =+    Core.withObject+      "EphemeralStorageLocalSsdConfig"+      ( \o ->+          EphemeralStorageLocalSsdConfig+            Core.<$> (o Core..:? "localSsdCount")+      )++instance Core.ToJSON EphemeralStorageLocalSsdConfig where+  toJSON EphemeralStorageLocalSsdConfig {..} =+    Core.object+      (Core.catMaybes [("localSsdCount" Core..=) Core.<$> localSsdCount])++-- | Configuration of Fast Socket feature.+--+-- /See:/ 'newFastSocket' smart constructor.+newtype FastSocket = FastSocket+  { -- | Whether Fast Socket features are enabled in the node pool.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'FastSocket' with the minimum fields required to make a request.+newFastSocket ::+  FastSocket+newFastSocket = FastSocket {enabled = Core.Nothing}++instance Core.FromJSON FastSocket where+  parseJSON =+    Core.withObject+      "FastSocket"+      (\o -> FastSocket Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON FastSocket where+  toJSON FastSocket {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Allows filtering to one or more specific event types. If event types are present, those and only those event types will be transmitted to the cluster. Other types will be skipped. If no filter is specified, or no event types are present, all event types will be sent+--+-- /See:/ 'newFilter' smart constructor.+newtype Filter = Filter+  { -- | Event types to allowlist.+    eventType :: (Core.Maybe [Filter_EventTypeItem])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Filter' with the minimum fields required to make a request.+newFilter ::+  Filter+newFilter = Filter {eventType = Core.Nothing}++instance Core.FromJSON Filter where+  parseJSON =+    Core.withObject+      "Filter"+      (\o -> Filter Core.<$> (o Core..:? "eventType"))++instance Core.ToJSON Filter where+  toJSON Filter {..} =+    Core.object+      (Core.catMaybes [("eventType" Core..=) Core.<$> eventType])++-- | Fleet is the fleet configuration for the cluster.+--+-- /See:/ 'newFleet' smart constructor.+data Fleet = Fleet+  { -- | Output only. The full resource name of the registered fleet membership of the cluster, in the format @\/\/gkehub.googleapis.com\/projects\/*\/locations\/*\/memberships\/*@.+    membership :: (Core.Maybe Core.Text),+    -- | Output only. Whether the cluster has been registered through the fleet API.+    preRegistered :: (Core.Maybe Core.Bool),+    -- | The Fleet host project(project ID or project number) where this cluster will be registered to. This field cannot be changed after the cluster has been registered.+    project :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Fleet' with the minimum fields required to make a request.+newFleet ::+  Fleet+newFleet =+  Fleet+    { membership = Core.Nothing,+      preRegistered = Core.Nothing,+      project = Core.Nothing+    }++instance Core.FromJSON Fleet where+  parseJSON =+    Core.withObject+      "Fleet"+      ( \o ->+          Fleet+            Core.<$> (o Core..:? "membership")+            Core.<*> (o Core..:? "preRegistered")+            Core.<*> (o Core..:? "project")+      )++instance Core.ToJSON Fleet where+  toJSON Fleet {..} =+    Core.object+      ( Core.catMaybes+          [ ("membership" Core..=) Core.<$> membership,+            ("preRegistered" Core..=) Core.<$> preRegistered,+            ("project" Core..=) Core.<$> project+          ]+      )++-- | GCPSecretManagerCertificateConfig configures a secret from <https://cloud.google.com/secret-manager Google Secret Manager>.+--+-- /See:/ 'newGCPSecretManagerCertificateConfig' smart constructor.+newtype GCPSecretManagerCertificateConfig = GCPSecretManagerCertificateConfig+  { -- | Secret URI, in the form \"projects\/$PROJECT/ID\/secrets\/$SECRET/NAME\/versions\/$VERSION\". Version can be fixed (e.g. \"2\") or \"latest\"+    secretUri :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GCPSecretManagerCertificateConfig' with the minimum fields required to make a request.+newGCPSecretManagerCertificateConfig ::+  GCPSecretManagerCertificateConfig+newGCPSecretManagerCertificateConfig =+  GCPSecretManagerCertificateConfig {secretUri = Core.Nothing}++instance Core.FromJSON GCPSecretManagerCertificateConfig where+  parseJSON =+    Core.withObject+      "GCPSecretManagerCertificateConfig"+      ( \o ->+          GCPSecretManagerCertificateConfig+            Core.<$> (o Core..:? "secretUri")+      )++instance Core.ToJSON GCPSecretManagerCertificateConfig where+  toJSON GCPSecretManagerCertificateConfig {..} =+    Core.object+      (Core.catMaybes [("secretUri" Core..=) Core.<$> secretUri])++-- | GPUDriverInstallationConfig specifies the version of GPU driver to be auto installed.+--+-- /See:/ 'newGPUDriverInstallationConfig' smart constructor.+newtype GPUDriverInstallationConfig = GPUDriverInstallationConfig+  { -- | Mode for how the GPU driver is installed.+    gpuDriverVersion :: (Core.Maybe GPUDriverInstallationConfig_GpuDriverVersion)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GPUDriverInstallationConfig' with the minimum fields required to make a request.+newGPUDriverInstallationConfig ::+  GPUDriverInstallationConfig+newGPUDriverInstallationConfig =+  GPUDriverInstallationConfig {gpuDriverVersion = Core.Nothing}++instance Core.FromJSON GPUDriverInstallationConfig where+  parseJSON =+    Core.withObject+      "GPUDriverInstallationConfig"+      ( \o ->+          GPUDriverInstallationConfig+            Core.<$> (o Core..:? "gpuDriverVersion")+      )++instance Core.ToJSON GPUDriverInstallationConfig where+  toJSON GPUDriverInstallationConfig {..} =+    Core.object+      ( Core.catMaybes+          [("gpuDriverVersion" Core..=) Core.<$> gpuDriverVersion]+      )++-- | GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.+--+-- /See:/ 'newGPUSharingConfig' smart constructor.+data GPUSharingConfig = GPUSharingConfig+  { -- | The type of GPU sharing strategy to enable on the GPU node.+    gpuSharingStrategy :: (Core.Maybe GPUSharingConfig_GpuSharingStrategy),+    -- | The max number of containers that can share a physical GPU.+    maxSharedClientsPerGpu :: (Core.Maybe Core.Int64)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GPUSharingConfig' with the minimum fields required to make a request.+newGPUSharingConfig ::+  GPUSharingConfig+newGPUSharingConfig =+  GPUSharingConfig+    { gpuSharingStrategy = Core.Nothing,+      maxSharedClientsPerGpu = Core.Nothing+    }++instance Core.FromJSON GPUSharingConfig where+  parseJSON =+    Core.withObject+      "GPUSharingConfig"+      ( \o ->+          GPUSharingConfig+            Core.<$> (o Core..:? "gpuSharingStrategy")+            Core.<*> ( o+                         Core..:? "maxSharedClientsPerGpu"+                         Core.<&> Core.fmap Core.fromAsText+                     )+      )++instance Core.ToJSON GPUSharingConfig where+  toJSON GPUSharingConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("gpuSharingStrategy" Core..=) Core.<$> gpuSharingStrategy,+            ("maxSharedClientsPerGpu" Core..=)+              Core.. Core.AsText+              Core.<$> maxSharedClientsPerGpu+          ]+      )++-- | GatewayAPIConfig contains the desired config of Gateway API on this cluster.+--+-- /See:/ 'newGatewayAPIConfig' smart constructor.+newtype GatewayAPIConfig = GatewayAPIConfig+  { -- | The Gateway API release channel to use for Gateway API.+    channel :: (Core.Maybe GatewayAPIConfig_Channel)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GatewayAPIConfig' with the minimum fields required to make a request.+newGatewayAPIConfig ::+  GatewayAPIConfig+newGatewayAPIConfig = GatewayAPIConfig {channel = Core.Nothing}++instance Core.FromJSON GatewayAPIConfig where+  parseJSON =+    Core.withObject+      "GatewayAPIConfig"+      (\o -> GatewayAPIConfig Core.<$> (o Core..:? "channel"))++instance Core.ToJSON GatewayAPIConfig where+  toJSON GatewayAPIConfig {..} =+    Core.object+      (Core.catMaybes [("channel" Core..=) Core.<$> channel])++-- | Configuration for the Compute Engine PD CSI driver.+--+-- /See:/ 'newGcePersistentDiskCsiDriverConfig' smart constructor.+newtype GcePersistentDiskCsiDriverConfig = GcePersistentDiskCsiDriverConfig+  { -- | Whether the Compute Engine PD CSI driver is enabled for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GcePersistentDiskCsiDriverConfig' with the minimum fields required to make a request.+newGcePersistentDiskCsiDriverConfig ::+  GcePersistentDiskCsiDriverConfig+newGcePersistentDiskCsiDriverConfig =+  GcePersistentDiskCsiDriverConfig {enabled = Core.Nothing}++instance Core.FromJSON GcePersistentDiskCsiDriverConfig where+  parseJSON =+    Core.withObject+      "GcePersistentDiskCsiDriverConfig"+      ( \o ->+          GcePersistentDiskCsiDriverConfig Core.<$> (o Core..:? "enabled")+      )++instance Core.ToJSON GcePersistentDiskCsiDriverConfig where+  toJSON GcePersistentDiskCsiDriverConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | GcfsConfig contains configurations of Google Container File System (image streaming).+--+-- /See:/ 'newGcfsConfig' smart constructor.+newtype GcfsConfig = GcfsConfig+  { -- | Whether to use GCFS.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GcfsConfig' with the minimum fields required to make a request.+newGcfsConfig ::+  GcfsConfig+newGcfsConfig = GcfsConfig {enabled = Core.Nothing}++instance Core.FromJSON GcfsConfig where+  parseJSON =+    Core.withObject+      "GcfsConfig"+      (\o -> GcfsConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON GcfsConfig where+  toJSON GcfsConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Configuration for the GCP Filestore CSI driver.+--+-- /See:/ 'newGcpFilestoreCsiDriverConfig' smart constructor.+newtype GcpFilestoreCsiDriverConfig = GcpFilestoreCsiDriverConfig+  { -- | Whether the GCP Filestore CSI driver is enabled for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GcpFilestoreCsiDriverConfig' with the minimum fields required to make a request.+newGcpFilestoreCsiDriverConfig ::+  GcpFilestoreCsiDriverConfig+newGcpFilestoreCsiDriverConfig =+  GcpFilestoreCsiDriverConfig {enabled = Core.Nothing}++instance Core.FromJSON GcpFilestoreCsiDriverConfig where+  parseJSON =+    Core.withObject+      "GcpFilestoreCsiDriverConfig"+      ( \o ->+          GcpFilestoreCsiDriverConfig Core.<$> (o Core..:? "enabled")+      )++instance Core.ToJSON GcpFilestoreCsiDriverConfig where+  toJSON GcpFilestoreCsiDriverConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Configuration for the Cloud Storage Fuse CSI driver.+--+-- /See:/ 'newGcsFuseCsiDriverConfig' smart constructor.+newtype GcsFuseCsiDriverConfig = GcsFuseCsiDriverConfig+  { -- | Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GcsFuseCsiDriverConfig' with the minimum fields required to make a request.+newGcsFuseCsiDriverConfig ::+  GcsFuseCsiDriverConfig+newGcsFuseCsiDriverConfig =+  GcsFuseCsiDriverConfig {enabled = Core.Nothing}++instance Core.FromJSON GcsFuseCsiDriverConfig where+  parseJSON =+    Core.withObject+      "GcsFuseCsiDriverConfig"+      (\o -> GcsFuseCsiDriverConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON GcsFuseCsiDriverConfig where+  toJSON GcsFuseCsiDriverConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | GetJSONWebKeysResponse is a valid JSON Web Key Set as specified in rfc 7517+--+-- /See:/ 'newGetJSONWebKeysResponse' smart constructor.+data GetJSONWebKeysResponse = GetJSONWebKeysResponse+  { -- | For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header.+    cacheHeader :: (Core.Maybe HttpCacheControlResponseHeader),+    -- | The public component of the keys used by the cluster to sign token requests.+    keys :: (Core.Maybe [Jwk])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GetJSONWebKeysResponse' with the minimum fields required to make a request.+newGetJSONWebKeysResponse ::+  GetJSONWebKeysResponse+newGetJSONWebKeysResponse =+  GetJSONWebKeysResponse+    { cacheHeader = Core.Nothing,+      keys = Core.Nothing+    }++instance Core.FromJSON GetJSONWebKeysResponse where+  parseJSON =+    Core.withObject+      "GetJSONWebKeysResponse"+      ( \o ->+          GetJSONWebKeysResponse+            Core.<$> (o Core..:? "cacheHeader")+            Core.<*> (o Core..:? "keys")+      )++instance Core.ToJSON GetJSONWebKeysResponse where+  toJSON GetJSONWebKeysResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("cacheHeader" Core..=) Core.<$> cacheHeader,+            ("keys" Core..=) Core.<$> keys+          ]+      )++-- | GetOpenIDConfigResponse is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details.+--+-- /See:/ 'newGetOpenIDConfigResponse' smart constructor.+data GetOpenIDConfigResponse = GetOpenIDConfigResponse+  { -- | For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header.+    cacheHeader :: (Core.Maybe HttpCacheControlResponseHeader),+    -- | Supported claims.+    claimsSupported :: (Core.Maybe [Core.Text]),+    -- | Supported grant types.+    grantTypes :: (Core.Maybe [Core.Text]),+    -- | supported ID Token signing Algorithms.+    idTokenSigningAlgValuesSupported :: (Core.Maybe [Core.Text]),+    -- | OIDC Issuer.+    issuer :: (Core.Maybe Core.Text),+    -- | JSON Web Key uri.+    jwksUri :: (Core.Maybe Core.Text),+    -- | Supported response types.+    responseTypesSupported :: (Core.Maybe [Core.Text]),+    -- | Supported subject types.+    subjectTypesSupported :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GetOpenIDConfigResponse' with the minimum fields required to make a request.+newGetOpenIDConfigResponse ::+  GetOpenIDConfigResponse+newGetOpenIDConfigResponse =+  GetOpenIDConfigResponse+    { cacheHeader = Core.Nothing,+      claimsSupported = Core.Nothing,+      grantTypes = Core.Nothing,+      idTokenSigningAlgValuesSupported = Core.Nothing,+      issuer = Core.Nothing,+      jwksUri = Core.Nothing,+      responseTypesSupported = Core.Nothing,+      subjectTypesSupported = Core.Nothing+    }++instance Core.FromJSON GetOpenIDConfigResponse where+  parseJSON =+    Core.withObject+      "GetOpenIDConfigResponse"+      ( \o ->+          GetOpenIDConfigResponse+            Core.<$> (o Core..:? "cacheHeader")+            Core.<*> (o Core..:? "claims_supported")+            Core.<*> (o Core..:? "grant_types")+            Core.<*> (o Core..:? "id_token_signing_alg_values_supported")+            Core.<*> (o Core..:? "issuer")+            Core.<*> (o Core..:? "jwks_uri")+            Core.<*> (o Core..:? "response_types_supported")+            Core.<*> (o Core..:? "subject_types_supported")+      )++instance Core.ToJSON GetOpenIDConfigResponse where+  toJSON GetOpenIDConfigResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("cacheHeader" Core..=) Core.<$> cacheHeader,+            ("claims_supported" Core..=) Core.<$> claimsSupported,+            ("grant_types" Core..=) Core.<$> grantTypes,+            ("id_token_signing_alg_values_supported" Core..=)+              Core.<$> idTokenSigningAlgValuesSupported,+            ("issuer" Core..=) Core.<$> issuer,+            ("jwks_uri" Core..=) Core.<$> jwksUri,+            ("response_types_supported" Core..=)+              Core.<$> responseTypesSupported,+            ("subject_types_supported" Core..=)+              Core.<$> subjectTypesSupported+          ]+      )++-- | Configuration for the Backup for GKE Agent.+--+-- /See:/ 'newGkeBackupAgentConfig' smart constructor.+newtype GkeBackupAgentConfig = GkeBackupAgentConfig+  { -- | Whether the Backup for GKE agent is enabled for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'GkeBackupAgentConfig' with the minimum fields required to make a request.+newGkeBackupAgentConfig ::+  GkeBackupAgentConfig+newGkeBackupAgentConfig =+  GkeBackupAgentConfig {enabled = Core.Nothing}++instance Core.FromJSON GkeBackupAgentConfig where+  parseJSON =+    Core.withObject+      "GkeBackupAgentConfig"+      (\o -> GkeBackupAgentConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON GkeBackupAgentConfig where+  toJSON GkeBackupAgentConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Configuration options for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.+--+-- /See:/ 'newHorizontalPodAutoscaling' smart constructor.+newtype HorizontalPodAutoscaling = HorizontalPodAutoscaling+  { -- | Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.+    disabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'HorizontalPodAutoscaling' with the minimum fields required to make a request.+newHorizontalPodAutoscaling ::+  HorizontalPodAutoscaling+newHorizontalPodAutoscaling =+  HorizontalPodAutoscaling {disabled = Core.Nothing}++instance Core.FromJSON HorizontalPodAutoscaling where+  parseJSON =+    Core.withObject+      "HorizontalPodAutoscaling"+      (\o -> HorizontalPodAutoscaling Core.<$> (o Core..:? "disabled"))++instance Core.ToJSON HorizontalPodAutoscaling where+  toJSON HorizontalPodAutoscaling {..} =+    Core.object+      (Core.catMaybes [("disabled" Core..=) Core.<$> disabled])++-- | RFC-2616: cache control support+--+-- /See:/ 'newHttpCacheControlResponseHeader' smart constructor.+data HttpCacheControlResponseHeader = HttpCacheControlResponseHeader+  { -- | 14.6 response cache age, in seconds since the response is generated+    age :: (Core.Maybe Core.Int64),+    -- | 14.9 request and response directives+    directive :: (Core.Maybe Core.Text),+    -- | 14.21 response cache expires, in RFC 1123 date format+    expires :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'HttpCacheControlResponseHeader' with the minimum fields required to make a request.+newHttpCacheControlResponseHeader ::+  HttpCacheControlResponseHeader+newHttpCacheControlResponseHeader =+  HttpCacheControlResponseHeader+    { age = Core.Nothing,+      directive = Core.Nothing,+      expires = Core.Nothing+    }++instance Core.FromJSON HttpCacheControlResponseHeader where+  parseJSON =+    Core.withObject+      "HttpCacheControlResponseHeader"+      ( \o ->+          HttpCacheControlResponseHeader+            Core.<$> (o Core..:? "age" Core.<&> Core.fmap Core.fromAsText)+            Core.<*> (o Core..:? "directive")+            Core.<*> (o Core..:? "expires")+      )++instance Core.ToJSON HttpCacheControlResponseHeader where+  toJSON HttpCacheControlResponseHeader {..} =+    Core.object+      ( Core.catMaybes+          [ ("age" Core..=) Core.. Core.AsText Core.<$> age,+            ("directive" Core..=) Core.<$> directive,+            ("expires" Core..=) Core.<$> expires+          ]+      )++-- | Configuration options for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.+--+-- /See:/ 'newHttpLoadBalancing' smart constructor.+newtype HttpLoadBalancing = HttpLoadBalancing+  { -- | Whether the HTTP Load Balancing controller is enabled in the cluster. When enabled, it runs a small pod in the cluster that manages the load balancers.+    disabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'HttpLoadBalancing' with the minimum fields required to make a request.+newHttpLoadBalancing ::+  HttpLoadBalancing+newHttpLoadBalancing = HttpLoadBalancing {disabled = Core.Nothing}++instance Core.FromJSON HttpLoadBalancing where+  parseJSON =+    Core.withObject+      "HttpLoadBalancing"+      (\o -> HttpLoadBalancing Core.<$> (o Core..:? "disabled"))++instance Core.ToJSON HttpLoadBalancing where+  toJSON HttpLoadBalancing {..} =+    Core.object+      (Core.catMaybes [("disabled" Core..=) Core.<$> disabled])++-- | Hugepages amount in both 2m and 1g size+--+-- /See:/ 'newHugepagesConfig' smart constructor.+data HugepagesConfig = HugepagesConfig+  { -- | Optional. Amount of 1G hugepages+    hugepageSize1g :: (Core.Maybe Core.Int32),+    -- | Optional. Amount of 2M hugepages+    hugepageSize2m :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'HugepagesConfig' with the minimum fields required to make a request.+newHugepagesConfig ::+  HugepagesConfig+newHugepagesConfig =+  HugepagesConfig+    { hugepageSize1g = Core.Nothing,+      hugepageSize2m = Core.Nothing+    }++instance Core.FromJSON HugepagesConfig where+  parseJSON =+    Core.withObject+      "HugepagesConfig"+      ( \o ->+          HugepagesConfig+            Core.<$> (o Core..:? "hugepageSize1g")+            Core.<*> (o Core..:? "hugepageSize2m")+      )++instance Core.ToJSON HugepagesConfig where+  toJSON HugepagesConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("hugepageSize1g" Core..=) Core.<$> hugepageSize1g,+            ("hugepageSize2m" Core..=) Core.<$> hugepageSize2m+          ]+      )++-- | ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer subsetting on this cluster.+--+-- /See:/ 'newILBSubsettingConfig' smart constructor.+newtype ILBSubsettingConfig = ILBSubsettingConfig+  { -- | Enables l4 ILB subsetting for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ILBSubsettingConfig' with the minimum fields required to make a request.+newILBSubsettingConfig ::+  ILBSubsettingConfig+newILBSubsettingConfig =+  ILBSubsettingConfig {enabled = Core.Nothing}++instance Core.FromJSON ILBSubsettingConfig where+  parseJSON =+    Core.withObject+      "ILBSubsettingConfig"+      (\o -> ILBSubsettingConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON ILBSubsettingConfig where+  toJSON ILBSubsettingConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Configuration for controlling how IPs are allocated in the cluster.+--+-- /See:/ 'newIPAllocationPolicy' smart constructor.+data IPAllocationPolicy = IPAllocationPolicy+  { -- | Output only. The additional pod ranges that are added to the cluster. These pod ranges can be used by new node pools to allocate pod IPs automatically. Once the range is removed it will not show up in IPAllocationPolicy.+    additionalPodRangesConfig :: (Core.Maybe AdditionalPodRangesConfig),+    -- | This field is deprecated, use cluster/ipv4/cidr_block.+    clusterIpv4Cidr :: (Core.Maybe Core.Text),+    -- | The IP address range for the cluster pod IPs. If this field is set, then @cluster.cluster_ipv4_cidr@ must be left blank. This field is only applicable when @use_ip_aliases@ is true. Set to blank to have a range chosen with the default size. Set to \/netmask (e.g. @\/14@) to have a range chosen with a specific netmask. Set to a <http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR> notation (e.g. @10.96.0.0\/14@) from the RFC-1918 private networks (e.g. @10.0.0.0\/8@, @172.16.0.0\/12@, @192.168.0.0\/16@) to pick a specific range to use.+    clusterIpv4CidrBlock :: (Core.Maybe Core.Text),+    -- | The name of the secondary range to be used for the cluster CIDR block. The secondary range will be used for pod IP addresses. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use/ip/aliases is true and create_subnetwork is false.+    clusterSecondaryRangeName :: (Core.Maybe Core.Text),+    -- | Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when @use_ip_aliases@ is true.+    createSubnetwork :: (Core.Maybe Core.Bool),+    -- | Output only. The utilization of the cluster default IPv4 range for the pod. The ratio is Usage\/[Total number of IPs in the secondary range], Usage=numNodes/numZones/podIPsPerNode.+    defaultPodIpv4RangeUtilization :: (Core.Maybe Core.Double),+    -- | The ipv6 access type (internal or external) when create_subnetwork is true+    ipv6AccessType :: (Core.Maybe IPAllocationPolicy_Ipv6AccessType),+    -- | This field is deprecated, use node/ipv4/cidr_block.+    nodeIpv4Cidr :: (Core.Maybe Core.Text),+    -- | The IP address range of the instance IPs in this cluster. This is applicable only if @create_subnetwork@ is true. Set to blank to have a range chosen with the default size. Set to \/netmask (e.g. @\/14@) to have a range chosen with a specific netmask. Set to a <http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR> notation (e.g. @10.96.0.0\/14@) from the RFC-1918 private networks (e.g. @10.0.0.0\/8@, @172.16.0.0\/12@, @192.168.0.0\/16@) to pick a specific range to use.+    nodeIpv4CidrBlock :: (Core.Maybe Core.Text),+    -- | [PRIVATE FIELD] Pod CIDR size overprovisioning config for the cluster. Pod CIDR size per node depends on max/pods/per/node. By default, the value of max/pods/per/node is doubled and then rounded off to next power of 2 to get the size of pod CIDR block per node. Example: max/pods/per/node of 30 would result in 64 IPs (\/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max/pods/per/node of 30 will result in 32 IPs (\/27) when overprovisioning is disabled.+    podCidrOverprovisionConfig :: (Core.Maybe PodCIDROverprovisionConfig),+    -- | This field is deprecated, use services/ipv4/cidr_block.+    servicesIpv4Cidr :: (Core.Maybe Core.Text),+    -- | The IP address range of the services IPs in this cluster. If blank, a range will be automatically chosen with the default size. This field is only applicable when @use_ip_aliases@ is true. Set to blank to have a range chosen with the default size. Set to \/netmask (e.g. @\/14@) to have a range chosen with a specific netmask. Set to a <http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR> notation (e.g. @10.96.0.0\/14@) from the RFC-1918 private networks (e.g. @10.0.0.0\/8@, @172.16.0.0\/12@, @192.168.0.0\/16@) to pick a specific range to use.+    servicesIpv4CidrBlock :: (Core.Maybe Core.Text),+    -- | Output only. The services IPv6 CIDR block for the cluster.+    servicesIpv6CidrBlock :: (Core.Maybe Core.Text),+    -- | The name of the secondary range to be used as for the services CIDR block. The secondary range will be used for service ClusterIPs. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use/ip/aliases is true and create_subnetwork is false.+    servicesSecondaryRangeName :: (Core.Maybe Core.Text),+    -- | The IP stack type of the cluster+    stackType :: (Core.Maybe IPAllocationPolicy_StackType),+    -- | Output only. The subnet\'s IPv6 CIDR block used by nodes and pods.+    subnetIpv6CidrBlock :: (Core.Maybe Core.Text),+    -- | A custom subnetwork name to be used if @create_subnetwork@ is true. If this field is empty, then an automatic name will be chosen for the new subnetwork.+    subnetworkName :: (Core.Maybe Core.Text),+    -- | The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when @use_ip_aliases@ is true. If unspecified, the range will use the default size. Set to \/netmask (e.g. @\/14@) to have a range chosen with a specific netmask. Set to a <http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR> notation (e.g. @10.96.0.0\/14@) from the RFC-1918 private networks (e.g. @10.0.0.0\/8@, @172.16.0.0\/12@, @192.168.0.0\/16@) to pick a specific range to use. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.+    tpuIpv4CidrBlock :: (Core.Maybe Core.Text),+    -- | Whether alias IPs will be used for pod IPs in the cluster. This is used in conjunction with use/routes. It cannot be true if use/routes is true. If both use/ip/aliases and use_routes are false, then the server picks the default IP allocation mode+    useIpAliases :: (Core.Maybe Core.Bool),+    -- | Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use/ip/aliases. It cannot be true if use/ip/aliases is true. If both use/ip/aliases and use_routes are false, then the server picks the default IP allocation mode+    useRoutes :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'IPAllocationPolicy' with the minimum fields required to make a request.+newIPAllocationPolicy ::+  IPAllocationPolicy+newIPAllocationPolicy =+  IPAllocationPolicy+    { additionalPodRangesConfig = Core.Nothing,+      clusterIpv4Cidr = Core.Nothing,+      clusterIpv4CidrBlock = Core.Nothing,+      clusterSecondaryRangeName = Core.Nothing,+      createSubnetwork = Core.Nothing,+      defaultPodIpv4RangeUtilization = Core.Nothing,+      ipv6AccessType = Core.Nothing,+      nodeIpv4Cidr = Core.Nothing,+      nodeIpv4CidrBlock = Core.Nothing,+      podCidrOverprovisionConfig = Core.Nothing,+      servicesIpv4Cidr = Core.Nothing,+      servicesIpv4CidrBlock = Core.Nothing,+      servicesIpv6CidrBlock = Core.Nothing,+      servicesSecondaryRangeName = Core.Nothing,+      stackType = Core.Nothing,+      subnetIpv6CidrBlock = Core.Nothing,+      subnetworkName = Core.Nothing,+      tpuIpv4CidrBlock = Core.Nothing,+      useIpAliases = Core.Nothing,+      useRoutes = Core.Nothing+    }++instance Core.FromJSON IPAllocationPolicy where+  parseJSON =+    Core.withObject+      "IPAllocationPolicy"+      ( \o ->+          IPAllocationPolicy+            Core.<$> (o Core..:? "additionalPodRangesConfig")+            Core.<*> (o Core..:? "clusterIpv4Cidr")+            Core.<*> (o Core..:? "clusterIpv4CidrBlock")+            Core.<*> (o Core..:? "clusterSecondaryRangeName")+            Core.<*> (o Core..:? "createSubnetwork")+            Core.<*> (o Core..:? "defaultPodIpv4RangeUtilization")+            Core.<*> (o Core..:? "ipv6AccessType")+            Core.<*> (o Core..:? "nodeIpv4Cidr")+            Core.<*> (o Core..:? "nodeIpv4CidrBlock")+            Core.<*> (o Core..:? "podCidrOverprovisionConfig")+            Core.<*> (o Core..:? "servicesIpv4Cidr")+            Core.<*> (o Core..:? "servicesIpv4CidrBlock")+            Core.<*> (o Core..:? "servicesIpv6CidrBlock")+            Core.<*> (o Core..:? "servicesSecondaryRangeName")+            Core.<*> (o Core..:? "stackType")+            Core.<*> (o Core..:? "subnetIpv6CidrBlock")+            Core.<*> (o Core..:? "subnetworkName")+            Core.<*> (o Core..:? "tpuIpv4CidrBlock")+            Core.<*> (o Core..:? "useIpAliases")+            Core.<*> (o Core..:? "useRoutes")+      )++instance Core.ToJSON IPAllocationPolicy where+  toJSON IPAllocationPolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("additionalPodRangesConfig" Core..=)+              Core.<$> additionalPodRangesConfig,+            ("clusterIpv4Cidr" Core..=) Core.<$> clusterIpv4Cidr,+            ("clusterIpv4CidrBlock" Core..=) Core.<$> clusterIpv4CidrBlock,+            ("clusterSecondaryRangeName" Core..=)+              Core.<$> clusterSecondaryRangeName,+            ("createSubnetwork" Core..=) Core.<$> createSubnetwork,+            ("defaultPodIpv4RangeUtilization" Core..=)+              Core.<$> defaultPodIpv4RangeUtilization,+            ("ipv6AccessType" Core..=) Core.<$> ipv6AccessType,+            ("nodeIpv4Cidr" Core..=) Core.<$> nodeIpv4Cidr,+            ("nodeIpv4CidrBlock" Core..=) Core.<$> nodeIpv4CidrBlock,+            ("podCidrOverprovisionConfig" Core..=)+              Core.<$> podCidrOverprovisionConfig,+            ("servicesIpv4Cidr" Core..=) Core.<$> servicesIpv4Cidr,+            ("servicesIpv4CidrBlock" Core..=) Core.<$> servicesIpv4CidrBlock,+            ("servicesIpv6CidrBlock" Core..=) Core.<$> servicesIpv6CidrBlock,+            ("servicesSecondaryRangeName" Core..=)+              Core.<$> servicesSecondaryRangeName,+            ("stackType" Core..=) Core.<$> stackType,+            ("subnetIpv6CidrBlock" Core..=) Core.<$> subnetIpv6CidrBlock,+            ("subnetworkName" Core..=) Core.<$> subnetworkName,+            ("tpuIpv4CidrBlock" Core..=) Core.<$> tpuIpv4CidrBlock,+            ("useIpAliases" Core..=) Core.<$> useIpAliases,+            ("useRoutes" Core..=) Core.<$> useRoutes+          ]+      )++-- | IP endpoints configuration.+--+-- /See:/ 'newIPEndpointsConfig' smart constructor.+data IPEndpointsConfig = IPEndpointsConfig+  { -- | Configuration of authorized networks. If enabled, restricts access to the control plane based on source IP. It is invalid to specify both Cluster.masterAuthorizedNetworksConfig and this field at the same time.+    authorizedNetworksConfig :: (Core.Maybe MasterAuthorizedNetworksConfig),+    -- | Controls whether the control plane allows access through a public IP. It is invalid to specify both PrivateClusterConfig.enablePrivateEndpoint and this field at the same time.+    enablePublicEndpoint :: (Core.Maybe Core.Bool),+    -- | Controls whether to allow direct IP access.+    enabled :: (Core.Maybe Core.Bool),+    -- | Controls whether the control plane\'s private endpoint is accessible from sources in other regions. It is invalid to specify both PrivateClusterMasterGlobalAccessConfig.enabled and this field at the same time.+    globalAccess :: (Core.Maybe Core.Bool),+    -- | Output only. The internal IP address of this cluster\'s control plane. Only populated if enabled.+    privateEndpoint :: (Core.Maybe Core.Text),+    -- | Subnet to provision the master\'s private endpoint during cluster creation. Specified in projects\//\/regions\//\/subnetworks\/* format. It is invalid to specify both PrivateClusterConfig.privateEndpointSubnetwork and this field at the same time.+    privateEndpointSubnetwork :: (Core.Maybe Core.Text),+    -- | Output only. The external IP address of this cluster\'s control plane. Only populated if enabled.+    publicEndpoint :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'IPEndpointsConfig' with the minimum fields required to make a request.+newIPEndpointsConfig ::+  IPEndpointsConfig+newIPEndpointsConfig =+  IPEndpointsConfig+    { authorizedNetworksConfig = Core.Nothing,+      enablePublicEndpoint = Core.Nothing,+      enabled = Core.Nothing,+      globalAccess = Core.Nothing,+      privateEndpoint = Core.Nothing,+      privateEndpointSubnetwork = Core.Nothing,+      publicEndpoint = Core.Nothing+    }++instance Core.FromJSON IPEndpointsConfig where+  parseJSON =+    Core.withObject+      "IPEndpointsConfig"+      ( \o ->+          IPEndpointsConfig+            Core.<$> (o Core..:? "authorizedNetworksConfig")+            Core.<*> (o Core..:? "enablePublicEndpoint")+            Core.<*> (o Core..:? "enabled")+            Core.<*> (o Core..:? "globalAccess")+            Core.<*> (o Core..:? "privateEndpoint")+            Core.<*> (o Core..:? "privateEndpointSubnetwork")+            Core.<*> (o Core..:? "publicEndpoint")+      )++instance Core.ToJSON IPEndpointsConfig where+  toJSON IPEndpointsConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("authorizedNetworksConfig" Core..=)+              Core.<$> authorizedNetworksConfig,+            ("enablePublicEndpoint" Core..=) Core.<$> enablePublicEndpoint,+            ("enabled" Core..=) Core.<$> enabled,+            ("globalAccess" Core..=) Core.<$> globalAccess,+            ("privateEndpoint" Core..=) Core.<$> privateEndpoint,+            ("privateEndpointSubnetwork" Core..=)+              Core.<$> privateEndpointSubnetwork,+            ("publicEndpoint" Core..=) Core.<$> publicEndpoint+          ]+      )++-- | IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API+--+-- /See:/ 'newIdentityServiceConfig' smart constructor.+newtype IdentityServiceConfig = IdentityServiceConfig+  { -- | Whether to enable the Identity Service component+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'IdentityServiceConfig' with the minimum fields required to make a request.+newIdentityServiceConfig ::+  IdentityServiceConfig+newIdentityServiceConfig =+  IdentityServiceConfig {enabled = Core.Nothing}++instance Core.FromJSON IdentityServiceConfig where+  parseJSON =+    Core.withObject+      "IdentityServiceConfig"+      (\o -> IdentityServiceConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON IdentityServiceConfig where+  toJSON IdentityServiceConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.+--+-- /See:/ 'newIntraNodeVisibilityConfig' smart constructor.+newtype IntraNodeVisibilityConfig = IntraNodeVisibilityConfig+  { -- | Enables intra node visibility for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'IntraNodeVisibilityConfig' with the minimum fields required to make a request.+newIntraNodeVisibilityConfig ::+  IntraNodeVisibilityConfig+newIntraNodeVisibilityConfig =+  IntraNodeVisibilityConfig {enabled = Core.Nothing}++instance Core.FromJSON IntraNodeVisibilityConfig where+  parseJSON =+    Core.withObject+      "IntraNodeVisibilityConfig"+      (\o -> IntraNodeVisibilityConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON IntraNodeVisibilityConfig where+  toJSON IntraNodeVisibilityConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Jwk is a JSON Web Key as specified in RFC 7517+--+-- /See:/ 'newJwk' smart constructor.+data Jwk = Jwk+  { -- | Algorithm.+    alg :: (Core.Maybe Core.Text),+    -- | Used for ECDSA keys.+    crv :: (Core.Maybe Core.Text),+    -- | Used for RSA keys.+    e :: (Core.Maybe Core.Text),+    -- | Key ID.+    kid :: (Core.Maybe Core.Text),+    -- | Key Type.+    kty :: (Core.Maybe Core.Text),+    -- | Used for RSA keys.+    n :: (Core.Maybe Core.Text),+    -- | Permitted uses for the public keys.+    use :: (Core.Maybe Core.Text),+    -- | Used for ECDSA keys.+    x :: (Core.Maybe Core.Text),+    -- | Used for ECDSA keys.+    y :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Jwk' with the minimum fields required to make a request.+newJwk ::+  Jwk+newJwk =+  Jwk+    { alg = Core.Nothing,+      crv = Core.Nothing,+      e = Core.Nothing,+      kid = Core.Nothing,+      kty = Core.Nothing,+      n = Core.Nothing,+      use = Core.Nothing,+      x = Core.Nothing,+      y = Core.Nothing+    }++instance Core.FromJSON Jwk where+  parseJSON =+    Core.withObject+      "Jwk"+      ( \o ->+          Jwk+            Core.<$> (o Core..:? "alg")+            Core.<*> (o Core..:? "crv")+            Core.<*> (o Core..:? "e")+            Core.<*> (o Core..:? "kid")+            Core.<*> (o Core..:? "kty")+            Core.<*> (o Core..:? "n")+            Core.<*> (o Core..:? "use")+            Core.<*> (o Core..:? "x")+            Core.<*> (o Core..:? "y")+      )++instance Core.ToJSON Jwk where+  toJSON Jwk {..} =+    Core.object+      ( Core.catMaybes+          [ ("alg" Core..=) Core.<$> alg,+            ("crv" Core..=) Core.<$> crv,+            ("e" Core..=) Core.<$> e,+            ("kid" Core..=) Core.<$> kid,+            ("kty" Core..=) Core.<$> kty,+            ("n" Core..=) Core.<$> n,+            ("use" Core..=) Core.<$> use,+            ("x" Core..=) Core.<$> x,+            ("y" Core..=) Core.<$> y+          ]+      )++-- | K8sBetaAPIConfig , configuration for beta APIs+--+-- /See:/ 'newK8sBetaAPIConfig' smart constructor.+newtype K8sBetaAPIConfig = K8sBetaAPIConfig+  { -- | Enabled k8s beta APIs.+    enabledApis :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'K8sBetaAPIConfig' with the minimum fields required to make a request.+newK8sBetaAPIConfig ::+  K8sBetaAPIConfig+newK8sBetaAPIConfig = K8sBetaAPIConfig {enabledApis = Core.Nothing}++instance Core.FromJSON K8sBetaAPIConfig where+  parseJSON =+    Core.withObject+      "K8sBetaAPIConfig"+      (\o -> K8sBetaAPIConfig Core.<$> (o Core..:? "enabledApis"))++instance Core.ToJSON K8sBetaAPIConfig where+  toJSON K8sBetaAPIConfig {..} =+    Core.object+      (Core.catMaybes [("enabledApis" Core..=) Core.<$> enabledApis])++-- | Configuration for the Kubernetes Dashboard.+--+-- /See:/ 'newKubernetesDashboard' smart constructor.+newtype KubernetesDashboard = KubernetesDashboard+  { -- | Whether the Kubernetes Dashboard is enabled for this cluster.+    disabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'KubernetesDashboard' with the minimum fields required to make a request.+newKubernetesDashboard ::+  KubernetesDashboard+newKubernetesDashboard =+  KubernetesDashboard {disabled = Core.Nothing}++instance Core.FromJSON KubernetesDashboard where+  parseJSON =+    Core.withObject+      "KubernetesDashboard"+      (\o -> KubernetesDashboard Core.<$> (o Core..:? "disabled"))++instance Core.ToJSON KubernetesDashboard where+  toJSON KubernetesDashboard {..} =+    Core.object+      (Core.catMaybes [("disabled" Core..=) Core.<$> disabled])++-- | Configuration for the legacy Attribute Based Access Control authorization mode.+--+-- /See:/ 'newLegacyAbac' smart constructor.+newtype LegacyAbac = LegacyAbac+  { -- | Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'LegacyAbac' with the minimum fields required to make a request.+newLegacyAbac ::+  LegacyAbac+newLegacyAbac = LegacyAbac {enabled = Core.Nothing}++instance Core.FromJSON LegacyAbac where+  parseJSON =+    Core.withObject+      "LegacyAbac"+      (\o -> LegacyAbac Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON LegacyAbac where+  toJSON LegacyAbac {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Parameters that can be configured on Linux nodes.+--+-- /See:/ 'newLinuxNodeConfig' smart constructor.+data LinuxNodeConfig = LinuxNodeConfig+  { -- | cgroup_mode specifies the cgroup mode to be used on the node.+    cgroupMode :: (Core.Maybe LinuxNodeConfig_CgroupMode),+    -- | Optional. Amounts for 2M and 1G hugepages+    hugepages :: (Core.Maybe HugepagesConfig),+    -- | The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy/poll net.core.busy/read net.core.netdev/max/backlog net.core.rmem/max net.core.rmem/default net.core.wmem/default net.core.wmem/max net.core.optmem/max net.core.somaxconn net.ipv4.tcp/rmem net.ipv4.tcp/wmem net.ipv4.tcp/tw/reuse net.netfilter.nf/conntrack/max net.netfilter.nf/conntrack/buckets net.netfilter.nf/conntrack/tcp/timeout/close/wait net.netfilter.nf/conntrack/tcp/timeout/time/wait net.netfilter.nf/conntrack/tcp/timeout/established net.netfilter.nf/conntrack/acct kernel.shmmni kernel.shmmax kernel.shmall vm.max/map_count+    sysctls :: (Core.Maybe LinuxNodeConfig_Sysctls)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'LinuxNodeConfig' with the minimum fields required to make a request.+newLinuxNodeConfig ::+  LinuxNodeConfig+newLinuxNodeConfig =+  LinuxNodeConfig+    { cgroupMode = Core.Nothing,+      hugepages = Core.Nothing,+      sysctls = Core.Nothing+    }++instance Core.FromJSON LinuxNodeConfig where+  parseJSON =+    Core.withObject+      "LinuxNodeConfig"+      ( \o ->+          LinuxNodeConfig+            Core.<$> (o Core..:? "cgroupMode")+            Core.<*> (o Core..:? "hugepages")+            Core.<*> (o Core..:? "sysctls")+      )++instance Core.ToJSON LinuxNodeConfig where+  toJSON LinuxNodeConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("cgroupMode" Core..=) Core.<$> cgroupMode,+            ("hugepages" Core..=) Core.<$> hugepages,+            ("sysctls" Core..=) Core.<$> sysctls+          ]+      )++-- | The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy/poll net.core.busy/read net.core.netdev/max/backlog net.core.rmem/max net.core.rmem/default net.core.wmem/default net.core.wmem/max net.core.optmem/max net.core.somaxconn net.ipv4.tcp/rmem net.ipv4.tcp/wmem net.ipv4.tcp/tw/reuse net.netfilter.nf/conntrack/max net.netfilter.nf/conntrack/buckets net.netfilter.nf/conntrack/tcp/timeout/close/wait net.netfilter.nf/conntrack/tcp/timeout/time/wait net.netfilter.nf/conntrack/tcp/timeout/established net.netfilter.nf/conntrack/acct kernel.shmmni kernel.shmmax kernel.shmall vm.max/map_count+--+-- /See:/ 'newLinuxNodeConfig_Sysctls' smart constructor.+newtype LinuxNodeConfig_Sysctls = LinuxNodeConfig_Sysctls+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'LinuxNodeConfig_Sysctls' with the minimum fields required to make a request.+newLinuxNodeConfig_Sysctls ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  LinuxNodeConfig_Sysctls+newLinuxNodeConfig_Sysctls additional =+  LinuxNodeConfig_Sysctls {additional = additional}++instance Core.FromJSON LinuxNodeConfig_Sysctls where+  parseJSON =+    Core.withObject+      "LinuxNodeConfig_Sysctls"+      (\o -> LinuxNodeConfig_Sysctls Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON LinuxNodeConfig_Sysctls where+  toJSON LinuxNodeConfig_Sysctls {..} = Core.toJSON additional++-- | ListClustersResponse is the result of ListClustersRequest.+--+-- /See:/ 'newListClustersResponse' smart constructor.+data ListClustersResponse = ListClustersResponse+  { -- | A list of clusters in the project in the specified zone, or across all ones.+    clusters :: (Core.Maybe [Cluster]),+    -- | If any zones are listed here, the list of clusters returned may be missing those zones.+    missingZones :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListClustersResponse' with the minimum fields required to make a request.+newListClustersResponse ::+  ListClustersResponse+newListClustersResponse =+  ListClustersResponse+    { clusters = Core.Nothing,+      missingZones = Core.Nothing+    }++instance Core.FromJSON ListClustersResponse where+  parseJSON =+    Core.withObject+      "ListClustersResponse"+      ( \o ->+          ListClustersResponse+            Core.<$> (o Core..:? "clusters")+            Core.<*> (o Core..:? "missingZones")+      )++instance Core.ToJSON ListClustersResponse where+  toJSON ListClustersResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusters" Core..=) Core.<$> clusters,+            ("missingZones" Core..=) Core.<$> missingZones+          ]+      )++-- | ListNodePoolsResponse is the result of ListNodePoolsRequest.+--+-- /See:/ 'newListNodePoolsResponse' smart constructor.+newtype ListNodePoolsResponse = ListNodePoolsResponse+  { -- | A list of node pools for a cluster.+    nodePools :: (Core.Maybe [NodePool])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListNodePoolsResponse' with the minimum fields required to make a request.+newListNodePoolsResponse ::+  ListNodePoolsResponse+newListNodePoolsResponse =+  ListNodePoolsResponse {nodePools = Core.Nothing}++instance Core.FromJSON ListNodePoolsResponse where+  parseJSON =+    Core.withObject+      "ListNodePoolsResponse"+      (\o -> ListNodePoolsResponse Core.<$> (o Core..:? "nodePools"))++instance Core.ToJSON ListNodePoolsResponse where+  toJSON ListNodePoolsResponse {..} =+    Core.object+      (Core.catMaybes [("nodePools" Core..=) Core.<$> nodePools])++-- | ListOperationsResponse is the result of ListOperationsRequest.+--+-- /See:/ 'newListOperationsResponse' smart constructor.+data ListOperationsResponse = ListOperationsResponse+  { -- | If any zones are listed here, the list of operations returned may be missing the operations from those zones.+    missingZones :: (Core.Maybe [Core.Text]),+    -- | A list of operations in the project in the specified zone.+    operations :: (Core.Maybe [Operation])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListOperationsResponse' with the minimum fields required to make a request.+newListOperationsResponse ::+  ListOperationsResponse+newListOperationsResponse =+  ListOperationsResponse+    { missingZones = Core.Nothing,+      operations = Core.Nothing+    }++instance Core.FromJSON ListOperationsResponse where+  parseJSON =+    Core.withObject+      "ListOperationsResponse"+      ( \o ->+          ListOperationsResponse+            Core.<$> (o Core..:? "missingZones")+            Core.<*> (o Core..:? "operations")+      )++instance Core.ToJSON ListOperationsResponse where+  toJSON ListOperationsResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("missingZones" Core..=) Core.<$> missingZones,+            ("operations" Core..=) Core.<$> operations+          ]+      )++-- | ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.+--+-- /See:/ 'newListUsableSubnetworksResponse' smart constructor.+data ListUsableSubnetworksResponse = ListUsableSubnetworksResponse+  { -- | This token allows you to get the next page of results for list requests. If the number of results is larger than @page_size@, use the @next_page_token@ as a value for the query parameter @page_token@ in the next request. The value will become empty when there are no more pages.+    nextPageToken :: (Core.Maybe Core.Text),+    -- | A list of usable subnetworks in the specified network project.+    subnetworks :: (Core.Maybe [UsableSubnetwork])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ListUsableSubnetworksResponse' with the minimum fields required to make a request.+newListUsableSubnetworksResponse ::+  ListUsableSubnetworksResponse+newListUsableSubnetworksResponse =+  ListUsableSubnetworksResponse+    { nextPageToken = Core.Nothing,+      subnetworks = Core.Nothing+    }++instance Core.FromJSON ListUsableSubnetworksResponse where+  parseJSON =+    Core.withObject+      "ListUsableSubnetworksResponse"+      ( \o ->+          ListUsableSubnetworksResponse+            Core.<$> (o Core..:? "nextPageToken")+            Core.<*> (o Core..:? "subnetworks")+      )++instance Core.ToJSON ListUsableSubnetworksResponse where+  toJSON ListUsableSubnetworksResponse {..} =+    Core.object+      ( Core.catMaybes+          [ ("nextPageToken" Core..=) Core.<$> nextPageToken,+            ("subnetworks" Core..=) Core.<$> subnetworks+          ]+      )++-- | LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe SSDs+--+-- /See:/ 'newLocalNvmeSsdBlockConfig' smart constructor.+newtype LocalNvmeSsdBlockConfig = LocalNvmeSsdBlockConfig+  { -- | Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https:\/\/cloud.google.com\/compute\/docs\/disks\/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn\'t support local ssds), 0 will be provisioned. See https:\/\/cloud.google.com\/compute\/docs\/disks\/local-ssd#choose/number/local_ssds for more info.+    localSsdCount :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'LocalNvmeSsdBlockConfig' with the minimum fields required to make a request.+newLocalNvmeSsdBlockConfig ::+  LocalNvmeSsdBlockConfig+newLocalNvmeSsdBlockConfig =+  LocalNvmeSsdBlockConfig {localSsdCount = Core.Nothing}++instance Core.FromJSON LocalNvmeSsdBlockConfig where+  parseJSON =+    Core.withObject+      "LocalNvmeSsdBlockConfig"+      ( \o ->+          LocalNvmeSsdBlockConfig Core.<$> (o Core..:? "localSsdCount")+      )++instance Core.ToJSON LocalNvmeSsdBlockConfig where+  toJSON LocalNvmeSsdBlockConfig {..} =+    Core.object+      (Core.catMaybes [("localSsdCount" Core..=) Core.<$> localSsdCount])++-- | LoggingComponentConfig is cluster logging component configuration.+--+-- /See:/ 'newLoggingComponentConfig' smart constructor.+newtype LoggingComponentConfig = LoggingComponentConfig+  { -- | Select components to collect logs. An empty set would disable all logging.+    enableComponents :: (Core.Maybe [LoggingComponentConfig_EnableComponentsItem])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'LoggingComponentConfig' with the minimum fields required to make a request.+newLoggingComponentConfig ::+  LoggingComponentConfig+newLoggingComponentConfig =+  LoggingComponentConfig {enableComponents = Core.Nothing}++instance Core.FromJSON LoggingComponentConfig where+  parseJSON =+    Core.withObject+      "LoggingComponentConfig"+      ( \o ->+          LoggingComponentConfig Core.<$> (o Core..:? "enableComponents")+      )++instance Core.ToJSON LoggingComponentConfig where+  toJSON LoggingComponentConfig {..} =+    Core.object+      ( Core.catMaybes+          [("enableComponents" Core..=) Core.<$> enableComponents]+      )++-- | LoggingConfig is cluster logging configuration.+--+-- /See:/ 'newLoggingConfig' smart constructor.+newtype LoggingConfig = LoggingConfig+  { -- | Logging components configuration+    componentConfig :: (Core.Maybe LoggingComponentConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'LoggingConfig' with the minimum fields required to make a request.+newLoggingConfig ::+  LoggingConfig+newLoggingConfig = LoggingConfig {componentConfig = Core.Nothing}++instance Core.FromJSON LoggingConfig where+  parseJSON =+    Core.withObject+      "LoggingConfig"+      (\o -> LoggingConfig Core.<$> (o Core..:? "componentConfig"))++instance Core.ToJSON LoggingConfig where+  toJSON LoggingConfig {..} =+    Core.object+      ( Core.catMaybes+          [("componentConfig" Core..=) Core.<$> componentConfig]+      )++-- | LoggingVariantConfig specifies the behaviour of the logging component.+--+-- /See:/ 'newLoggingVariantConfig' smart constructor.+newtype LoggingVariantConfig = LoggingVariantConfig+  { -- | Logging variant deployed on nodes.+    variant :: (Core.Maybe LoggingVariantConfig_Variant)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'LoggingVariantConfig' with the minimum fields required to make a request.+newLoggingVariantConfig ::+  LoggingVariantConfig+newLoggingVariantConfig =+  LoggingVariantConfig {variant = Core.Nothing}++instance Core.FromJSON LoggingVariantConfig where+  parseJSON =+    Core.withObject+      "LoggingVariantConfig"+      (\o -> LoggingVariantConfig Core.<$> (o Core..:? "variant"))++instance Core.ToJSON LoggingVariantConfig where+  toJSON LoggingVariantConfig {..} =+    Core.object+      (Core.catMaybes [("variant" Core..=) Core.<$> variant])++-- | Represents the Maintenance exclusion option.+--+-- /See:/ 'newMaintenanceExclusionOptions' smart constructor.+newtype MaintenanceExclusionOptions = MaintenanceExclusionOptions+  { -- | Scope specifies the upgrade scope which upgrades are blocked by the exclusion.+    scope :: (Core.Maybe MaintenanceExclusionOptions_Scope)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MaintenanceExclusionOptions' with the minimum fields required to make a request.+newMaintenanceExclusionOptions ::+  MaintenanceExclusionOptions+newMaintenanceExclusionOptions =+  MaintenanceExclusionOptions {scope = Core.Nothing}++instance Core.FromJSON MaintenanceExclusionOptions where+  parseJSON =+    Core.withObject+      "MaintenanceExclusionOptions"+      (\o -> MaintenanceExclusionOptions Core.<$> (o Core..:? "scope"))++instance Core.ToJSON MaintenanceExclusionOptions where+  toJSON MaintenanceExclusionOptions {..} =+    Core.object (Core.catMaybes [("scope" Core..=) Core.<$> scope])++-- | MaintenancePolicy defines the maintenance policy to be used for the cluster.+--+-- /See:/ 'newMaintenancePolicy' smart constructor.+data MaintenancePolicy = MaintenancePolicy+  { -- | A hash identifying the version of this policy, so that updates to fields of the policy won\'t accidentally undo intermediate changes (and so that users of the API unaware of some fields won\'t accidentally remove other fields). Make a @get()@ request to the cluster to get the current resource version and include it with requests to set the policy.+    resourceVersion :: (Core.Maybe Core.Text),+    -- | Specifies the maintenance window in which maintenance may be performed.+    window :: (Core.Maybe MaintenanceWindow)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MaintenancePolicy' with the minimum fields required to make a request.+newMaintenancePolicy ::+  MaintenancePolicy+newMaintenancePolicy =+  MaintenancePolicy+    { resourceVersion = Core.Nothing,+      window = Core.Nothing+    }++instance Core.FromJSON MaintenancePolicy where+  parseJSON =+    Core.withObject+      "MaintenancePolicy"+      ( \o ->+          MaintenancePolicy+            Core.<$> (o Core..:? "resourceVersion")+            Core.<*> (o Core..:? "window")+      )++instance Core.ToJSON MaintenancePolicy where+  toJSON MaintenancePolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("resourceVersion" Core..=) Core.<$> resourceVersion,+            ("window" Core..=) Core.<$> window+          ]+      )++-- | MaintenanceWindow defines the maintenance window to be used for the cluster.+--+-- /See:/ 'newMaintenanceWindow' smart constructor.+data MaintenanceWindow = MaintenanceWindow+  { -- | DailyMaintenanceWindow specifies a daily maintenance operation window.+    dailyMaintenanceWindow :: (Core.Maybe DailyMaintenanceWindow),+    -- | Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.+    maintenanceExclusions :: (Core.Maybe MaintenanceWindow_MaintenanceExclusions),+    -- | RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.+    recurringWindow :: (Core.Maybe RecurringTimeWindow)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MaintenanceWindow' with the minimum fields required to make a request.+newMaintenanceWindow ::+  MaintenanceWindow+newMaintenanceWindow =+  MaintenanceWindow+    { dailyMaintenanceWindow = Core.Nothing,+      maintenanceExclusions = Core.Nothing,+      recurringWindow = Core.Nothing+    }++instance Core.FromJSON MaintenanceWindow where+  parseJSON =+    Core.withObject+      "MaintenanceWindow"+      ( \o ->+          MaintenanceWindow+            Core.<$> (o Core..:? "dailyMaintenanceWindow")+            Core.<*> (o Core..:? "maintenanceExclusions")+            Core.<*> (o Core..:? "recurringWindow")+      )++instance Core.ToJSON MaintenanceWindow where+  toJSON MaintenanceWindow {..} =+    Core.object+      ( Core.catMaybes+          [ ("dailyMaintenanceWindow" Core..=)+              Core.<$> dailyMaintenanceWindow,+            ("maintenanceExclusions" Core..=) Core.<$> maintenanceExclusions,+            ("recurringWindow" Core..=) Core.<$> recurringWindow+          ]+      )++-- | Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.+--+-- /See:/ 'newMaintenanceWindow_MaintenanceExclusions' smart constructor.+newtype MaintenanceWindow_MaintenanceExclusions = MaintenanceWindow_MaintenanceExclusions+  { additional :: (Core.HashMap Core.Text TimeWindow)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MaintenanceWindow_MaintenanceExclusions' with the minimum fields required to make a request.+newMaintenanceWindow_MaintenanceExclusions ::+  -- |  See 'additional'.+  Core.HashMap Core.Text TimeWindow ->+  MaintenanceWindow_MaintenanceExclusions+newMaintenanceWindow_MaintenanceExclusions additional =+  MaintenanceWindow_MaintenanceExclusions {additional = additional}++instance Core.FromJSON MaintenanceWindow_MaintenanceExclusions where+  parseJSON =+    Core.withObject+      "MaintenanceWindow_MaintenanceExclusions"+      ( \o ->+          MaintenanceWindow_MaintenanceExclusions+            Core.<$> (Core.parseJSONObject o)+      )++instance Core.ToJSON MaintenanceWindow_MaintenanceExclusions where+  toJSON MaintenanceWindow_MaintenanceExclusions {..} =+    Core.toJSON additional++-- | ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus.+--+-- /See:/ 'newManagedPrometheusConfig' smart constructor.+data ManagedPrometheusConfig = ManagedPrometheusConfig+  { -- | GKE Workload Auto-Monitoring Configuration.+    autoMonitoringConfig :: (Core.Maybe AutoMonitoringConfig),+    -- | Enable Managed Collection.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ManagedPrometheusConfig' with the minimum fields required to make a request.+newManagedPrometheusConfig ::+  ManagedPrometheusConfig+newManagedPrometheusConfig =+  ManagedPrometheusConfig+    { autoMonitoringConfig = Core.Nothing,+      enabled = Core.Nothing+    }++instance Core.FromJSON ManagedPrometheusConfig where+  parseJSON =+    Core.withObject+      "ManagedPrometheusConfig"+      ( \o ->+          ManagedPrometheusConfig+            Core.<$> (o Core..:? "autoMonitoringConfig")+            Core.<*> (o Core..:? "enabled")+      )++instance Core.ToJSON ManagedPrometheusConfig where+  toJSON ManagedPrometheusConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("autoMonitoringConfig" Core..=) Core.<$> autoMonitoringConfig,+            ("enabled" Core..=) Core.<$> enabled+          ]+      )++-- | The authentication information for accessing the master endpoint. Authentication can be done using HTTP basic auth or using client certificates.+--+-- /See:/ 'newMasterAuth' smart constructor.+data MasterAuth = MasterAuth+  { -- | Output only. Base64-encoded public certificate used by clients to authenticate to the cluster endpoint. Issued only if client/certificate/config is set.+    clientCertificate :: (Core.Maybe Core.Text),+    -- | Configuration for client certificate authentication on the cluster. For clusters before v1.12, if no configuration is specified, a client certificate is issued.+    clientCertificateConfig :: (Core.Maybe ClientCertificateConfig),+    -- | Output only. Base64-encoded private key used by clients to authenticate to the cluster endpoint.+    clientKey :: (Core.Maybe Core.Text),+    -- | Output only. Base64-encoded public certificate that is the root of trust for the cluster.+    clusterCaCertificate :: (Core.Maybe Core.Text),+    -- | The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https:\/\/cloud.google.com\/kubernetes-engine\/docs\/how-to\/api-server-authentication+    password :: (Core.Maybe Core.Text),+    -- | The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https:\/\/cloud.google.com\/kubernetes-engine\/docs\/how-to\/api-server-authentication+    username :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MasterAuth' with the minimum fields required to make a request.+newMasterAuth ::+  MasterAuth+newMasterAuth =+  MasterAuth+    { clientCertificate = Core.Nothing,+      clientCertificateConfig = Core.Nothing,+      clientKey = Core.Nothing,+      clusterCaCertificate = Core.Nothing,+      password = Core.Nothing,+      username = Core.Nothing+    }++instance Core.FromJSON MasterAuth where+  parseJSON =+    Core.withObject+      "MasterAuth"+      ( \o ->+          MasterAuth+            Core.<$> (o Core..:? "clientCertificate")+            Core.<*> (o Core..:? "clientCertificateConfig")+            Core.<*> (o Core..:? "clientKey")+            Core.<*> (o Core..:? "clusterCaCertificate")+            Core.<*> (o Core..:? "password")+            Core.<*> (o Core..:? "username")+      )++instance Core.ToJSON MasterAuth where+  toJSON MasterAuth {..} =+    Core.object+      ( Core.catMaybes+          [ ("clientCertificate" Core..=) Core.<$> clientCertificate,+            ("clientCertificateConfig" Core..=)+              Core.<$> clientCertificateConfig,+            ("clientKey" Core..=) Core.<$> clientKey,+            ("clusterCaCertificate" Core..=) Core.<$> clusterCaCertificate,+            ("password" Core..=) Core.<$> password,+            ("username" Core..=) Core.<$> username+          ]+      )++-- | Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.+--+-- /See:/ 'newMasterAuthorizedNetworksConfig' smart constructor.+data MasterAuthorizedNetworksConfig = MasterAuthorizedNetworksConfig+  { -- | cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.+    cidrBlocks :: (Core.Maybe [CidrBlock]),+    -- | Whether or not master authorized networks is enabled.+    enabled :: (Core.Maybe Core.Bool),+    -- | Whether master is accessible via Google Compute Engine Public IP addresses.+    gcpPublicCidrsAccessEnabled :: (Core.Maybe Core.Bool),+    -- | Whether master authorized networks is enforced on private endpoint or not.+    privateEndpointEnforcementEnabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MasterAuthorizedNetworksConfig' with the minimum fields required to make a request.+newMasterAuthorizedNetworksConfig ::+  MasterAuthorizedNetworksConfig+newMasterAuthorizedNetworksConfig =+  MasterAuthorizedNetworksConfig+    { cidrBlocks = Core.Nothing,+      enabled = Core.Nothing,+      gcpPublicCidrsAccessEnabled = Core.Nothing,+      privateEndpointEnforcementEnabled = Core.Nothing+    }++instance Core.FromJSON MasterAuthorizedNetworksConfig where+  parseJSON =+    Core.withObject+      "MasterAuthorizedNetworksConfig"+      ( \o ->+          MasterAuthorizedNetworksConfig+            Core.<$> (o Core..:? "cidrBlocks")+            Core.<*> (o Core..:? "enabled")+            Core.<*> (o Core..:? "gcpPublicCidrsAccessEnabled")+            Core.<*> (o Core..:? "privateEndpointEnforcementEnabled")+      )++instance Core.ToJSON MasterAuthorizedNetworksConfig where+  toJSON MasterAuthorizedNetworksConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("cidrBlocks" Core..=) Core.<$> cidrBlocks,+            ("enabled" Core..=) Core.<$> enabled,+            ("gcpPublicCidrsAccessEnabled" Core..=)+              Core.<$> gcpPublicCidrsAccessEnabled,+            ("privateEndpointEnforcementEnabled" Core..=)+              Core.<$> privateEndpointEnforcementEnabled+          ]+      )++-- | Constraints applied to pods.+--+-- /See:/ 'newMaxPodsConstraint' smart constructor.+newtype MaxPodsConstraint = MaxPodsConstraint+  { -- | Constraint enforced on the max num of pods per node.+    maxPodsPerNode :: (Core.Maybe Core.Int64)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MaxPodsConstraint' with the minimum fields required to make a request.+newMaxPodsConstraint ::+  MaxPodsConstraint+newMaxPodsConstraint =+  MaxPodsConstraint {maxPodsPerNode = Core.Nothing}++instance Core.FromJSON MaxPodsConstraint where+  parseJSON =+    Core.withObject+      "MaxPodsConstraint"+      ( \o ->+          MaxPodsConstraint+            Core.<$> (o Core..:? "maxPodsPerNode" Core.<&> Core.fmap Core.fromAsText)+      )++instance Core.ToJSON MaxPodsConstraint where+  toJSON MaxPodsConstraint {..} =+    Core.object+      ( Core.catMaybes+          [ ("maxPodsPerNode" Core..=)+              Core.. Core.AsText+              Core.<$> maxPodsPerNode+          ]+      )++-- | Configuration for issuance of mTLS keys and certificates to Kubernetes pods.+--+-- /See:/ 'newMeshCertificates' smart constructor.+newtype MeshCertificates = MeshCertificates+  { -- | enable/certificates controls issuance of workload mTLS certificates. If set, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster, which can then be configured by creating a WorkloadCertificateConfig Custom Resource. Requires Workload Identity (workload/pool must be non-empty).+    enableCertificates :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MeshCertificates' with the minimum fields required to make a request.+newMeshCertificates ::+  MeshCertificates+newMeshCertificates =+  MeshCertificates {enableCertificates = Core.Nothing}++instance Core.FromJSON MeshCertificates where+  parseJSON =+    Core.withObject+      "MeshCertificates"+      ( \o ->+          MeshCertificates Core.<$> (o Core..:? "enableCertificates")+      )++instance Core.ToJSON MeshCertificates where+  toJSON MeshCertificates {..} =+    Core.object+      ( Core.catMaybes+          [("enableCertificates" Core..=) Core.<$> enableCertificates]+      )++-- | Progress metric is (string, int|float|string) pair.+--+-- /See:/ 'newMetric' smart constructor.+data Metric = Metric+  { -- | For metrics with floating point value.+    doubleValue :: (Core.Maybe Core.Double),+    -- | For metrics with integer value.+    intValue :: (Core.Maybe Core.Int64),+    -- | Required. Metric name, e.g., \"nodes total\", \"percent done\".+    name :: (Core.Maybe Core.Text),+    -- | For metrics with custom values (ratios, visual progress, etc.).+    stringValue :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'Metric' with the minimum fields required to make a request.+newMetric ::+  Metric+newMetric =+  Metric+    { doubleValue = Core.Nothing,+      intValue = Core.Nothing,+      name = Core.Nothing,+      stringValue = Core.Nothing+    }++instance Core.FromJSON Metric where+  parseJSON =+    Core.withObject+      "Metric"+      ( \o ->+          Metric+            Core.<$> (o Core..:? "doubleValue")+            Core.<*> (o Core..:? "intValue" Core.<&> Core.fmap Core.fromAsText)+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "stringValue")+      )++instance Core.ToJSON Metric where+  toJSON Metric {..} =+    Core.object+      ( Core.catMaybes+          [ ("doubleValue" Core..=) Core.<$> doubleValue,+            ("intValue" Core..=) Core.. Core.AsText Core.<$> intValue,+            ("name" Core..=) Core.<$> name,+            ("stringValue" Core..=) Core.<$> stringValue+          ]+      )++-- | MonitoringComponentConfig is cluster monitoring component configuration.+--+-- /See:/ 'newMonitoringComponentConfig' smart constructor.+newtype MonitoringComponentConfig = MonitoringComponentConfig+  { -- | Select components to collect metrics. An empty set would disable all monitoring.+    enableComponents :: (Core.Maybe [MonitoringComponentConfig_EnableComponentsItem])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MonitoringComponentConfig' with the minimum fields required to make a request.+newMonitoringComponentConfig ::+  MonitoringComponentConfig+newMonitoringComponentConfig =+  MonitoringComponentConfig {enableComponents = Core.Nothing}++instance Core.FromJSON MonitoringComponentConfig where+  parseJSON =+    Core.withObject+      "MonitoringComponentConfig"+      ( \o ->+          MonitoringComponentConfig Core.<$> (o Core..:? "enableComponents")+      )++instance Core.ToJSON MonitoringComponentConfig where+  toJSON MonitoringComponentConfig {..} =+    Core.object+      ( Core.catMaybes+          [("enableComponents" Core..=) Core.<$> enableComponents]+      )++-- | MonitoringConfig is cluster monitoring configuration.+--+-- /See:/ 'newMonitoringConfig' smart constructor.+data MonitoringConfig = MonitoringConfig+  { -- | Configuration of Advanced Datapath Observability features.+    advancedDatapathObservabilityConfig :: (Core.Maybe AdvancedDatapathObservabilityConfig),+    -- | Monitoring components configuration+    componentConfig :: (Core.Maybe MonitoringComponentConfig),+    -- | Enable Google Cloud Managed Service for Prometheus in the cluster.+    managedPrometheusConfig :: (Core.Maybe ManagedPrometheusConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'MonitoringConfig' with the minimum fields required to make a request.+newMonitoringConfig ::+  MonitoringConfig+newMonitoringConfig =+  MonitoringConfig+    { advancedDatapathObservabilityConfig =+        Core.Nothing,+      componentConfig = Core.Nothing,+      managedPrometheusConfig = Core.Nothing+    }++instance Core.FromJSON MonitoringConfig where+  parseJSON =+    Core.withObject+      "MonitoringConfig"+      ( \o ->+          MonitoringConfig+            Core.<$> (o Core..:? "advancedDatapathObservabilityConfig")+            Core.<*> (o Core..:? "componentConfig")+            Core.<*> (o Core..:? "managedPrometheusConfig")+      )++instance Core.ToJSON MonitoringConfig where+  toJSON MonitoringConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("advancedDatapathObservabilityConfig" Core..=)+              Core.<$> advancedDatapathObservabilityConfig,+            ("componentConfig" Core..=) Core.<$> componentConfig,+            ("managedPrometheusConfig" Core..=)+              Core.<$> managedPrometheusConfig+          ]+      )++-- | NetworkConfig reports the relative names of network & subnetwork.+--+-- /See:/ 'newNetworkConfig' smart constructor.+data NetworkConfig = NetworkConfig+  { -- | The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.+    datapathProvider :: (Core.Maybe NetworkConfig_DatapathProvider),+    -- | Controls whether by default nodes have private IP addresses only. It is invalid to specify both PrivateClusterConfig.enablePrivateNodes and this field at the same time. To update the default setting, use ClusterUpdate.desired/default/enable/private/nodes+    defaultEnablePrivateNodes :: (Core.Maybe Core.Bool),+    -- | Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default/snat/status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.+    defaultSnatStatus :: (Core.Maybe DefaultSnatStatus),+    -- | Disable L4 load balancer VPC firewalls to enable firewall policies.+    disableL4LbFirewallReconciliation :: (Core.Maybe Core.Bool),+    -- | DNSConfig contains clusterDNS config for this cluster.+    dnsConfig :: (Core.Maybe DNSConfig),+    -- | Whether CiliumClusterwideNetworkPolicy is enabled on this cluster.+    enableCiliumClusterwideNetworkPolicy :: (Core.Maybe Core.Bool),+    -- | Whether FQDN Network Policy is enabled on this cluster.+    enableFqdnNetworkPolicy :: (Core.Maybe Core.Bool),+    -- | Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.+    enableIntraNodeVisibility :: (Core.Maybe Core.Bool),+    -- | Whether L4ILB Subsetting is enabled for this cluster.+    enableL4ilbSubsetting :: (Core.Maybe Core.Bool),+    -- | Whether multi-networking is enabled for this cluster.+    enableMultiNetworking :: (Core.Maybe Core.Bool),+    -- | GatewayAPIConfig contains the desired config of Gateway API on this cluster.+    gatewayApiConfig :: (Core.Maybe GatewayAPIConfig),+    -- | Specify the details of in-transit encryption. Now named inter-node transparent encryption.+    inTransitEncryptionConfig :: (Core.Maybe NetworkConfig_InTransitEncryptionConfig),+    -- | Output only. The relative name of the Google Compute Engine <https://cloud.google.com/compute/docs/networks-and-firewalls#networks network> to which the cluster is connected. Example: projects\/my-project\/global\/networks\/my-network+    network :: (Core.Maybe Core.Text),+    -- | Network bandwidth tier configuration.+    networkPerformanceConfig :: (Core.Maybe ClusterNetworkPerformanceConfig),+    -- | The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)+    privateIpv6GoogleAccess :: (Core.Maybe NetworkConfig_PrivateIpv6GoogleAccess),+    -- | ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.+    serviceExternalIpsConfig :: (Core.Maybe ServiceExternalIPsConfig),+    -- | Output only. The relative name of the Google Compute Engine <https://cloud.google.com/compute/docs/vpc subnetwork> to which the cluster is connected. Example: projects\/my-project\/regions\/us-central1\/subnetworks\/my-subnet+    subnetwork :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NetworkConfig' with the minimum fields required to make a request.+newNetworkConfig ::+  NetworkConfig+newNetworkConfig =+  NetworkConfig+    { datapathProvider = Core.Nothing,+      defaultEnablePrivateNodes = Core.Nothing,+      defaultSnatStatus = Core.Nothing,+      disableL4LbFirewallReconciliation = Core.Nothing,+      dnsConfig = Core.Nothing,+      enableCiliumClusterwideNetworkPolicy = Core.Nothing,+      enableFqdnNetworkPolicy = Core.Nothing,+      enableIntraNodeVisibility = Core.Nothing,+      enableL4ilbSubsetting = Core.Nothing,+      enableMultiNetworking = Core.Nothing,+      gatewayApiConfig = Core.Nothing,+      inTransitEncryptionConfig = Core.Nothing,+      network = Core.Nothing,+      networkPerformanceConfig = Core.Nothing,+      privateIpv6GoogleAccess = Core.Nothing,+      serviceExternalIpsConfig = Core.Nothing,+      subnetwork = Core.Nothing+    }++instance Core.FromJSON NetworkConfig where+  parseJSON =+    Core.withObject+      "NetworkConfig"+      ( \o ->+          NetworkConfig+            Core.<$> (o Core..:? "datapathProvider")+            Core.<*> (o Core..:? "defaultEnablePrivateNodes")+            Core.<*> (o Core..:? "defaultSnatStatus")+            Core.<*> (o Core..:? "disableL4LbFirewallReconciliation")+            Core.<*> (o Core..:? "dnsConfig")+            Core.<*> (o Core..:? "enableCiliumClusterwideNetworkPolicy")+            Core.<*> (o Core..:? "enableFqdnNetworkPolicy")+            Core.<*> (o Core..:? "enableIntraNodeVisibility")+            Core.<*> (o Core..:? "enableL4ilbSubsetting")+            Core.<*> (o Core..:? "enableMultiNetworking")+            Core.<*> (o Core..:? "gatewayApiConfig")+            Core.<*> (o Core..:? "inTransitEncryptionConfig")+            Core.<*> (o Core..:? "network")+            Core.<*> (o Core..:? "networkPerformanceConfig")+            Core.<*> (o Core..:? "privateIpv6GoogleAccess")+            Core.<*> (o Core..:? "serviceExternalIpsConfig")+            Core.<*> (o Core..:? "subnetwork")+      )++instance Core.ToJSON NetworkConfig where+  toJSON NetworkConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("datapathProvider" Core..=) Core.<$> datapathProvider,+            ("defaultEnablePrivateNodes" Core..=)+              Core.<$> defaultEnablePrivateNodes,+            ("defaultSnatStatus" Core..=) Core.<$> defaultSnatStatus,+            ("disableL4LbFirewallReconciliation" Core..=)+              Core.<$> disableL4LbFirewallReconciliation,+            ("dnsConfig" Core..=) Core.<$> dnsConfig,+            ("enableCiliumClusterwideNetworkPolicy" Core..=)+              Core.<$> enableCiliumClusterwideNetworkPolicy,+            ("enableFqdnNetworkPolicy" Core..=)+              Core.<$> enableFqdnNetworkPolicy,+            ("enableIntraNodeVisibility" Core..=)+              Core.<$> enableIntraNodeVisibility,+            ("enableL4ilbSubsetting" Core..=) Core.<$> enableL4ilbSubsetting,+            ("enableMultiNetworking" Core..=) Core.<$> enableMultiNetworking,+            ("gatewayApiConfig" Core..=) Core.<$> gatewayApiConfig,+            ("inTransitEncryptionConfig" Core..=)+              Core.<$> inTransitEncryptionConfig,+            ("network" Core..=) Core.<$> network,+            ("networkPerformanceConfig" Core..=)+              Core.<$> networkPerformanceConfig,+            ("privateIpv6GoogleAccess" Core..=)+              Core.<$> privateIpv6GoogleAccess,+            ("serviceExternalIpsConfig" Core..=)+              Core.<$> serviceExternalIpsConfig,+            ("subnetwork" Core..=) Core.<$> subnetwork+          ]+      )++-- | Configuration of all network bandwidth tiers+--+-- /See:/ 'newNetworkPerformanceConfig' smart constructor.+newtype NetworkPerformanceConfig = NetworkPerformanceConfig+  { -- | Specifies the total network bandwidth tier for the NodePool.+    totalEgressBandwidthTier :: (Core.Maybe NetworkPerformanceConfig_TotalEgressBandwidthTier)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NetworkPerformanceConfig' with the minimum fields required to make a request.+newNetworkPerformanceConfig ::+  NetworkPerformanceConfig+newNetworkPerformanceConfig =+  NetworkPerformanceConfig {totalEgressBandwidthTier = Core.Nothing}++instance Core.FromJSON NetworkPerformanceConfig where+  parseJSON =+    Core.withObject+      "NetworkPerformanceConfig"+      ( \o ->+          NetworkPerformanceConfig+            Core.<$> (o Core..:? "totalEgressBandwidthTier")+      )++instance Core.ToJSON NetworkPerformanceConfig where+  toJSON NetworkPerformanceConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("totalEgressBandwidthTier" Core..=)+              Core.<$> totalEgressBandwidthTier+          ]+      )++-- | Configuration options for the NetworkPolicy feature. https:\/\/kubernetes.io\/docs\/concepts\/services-networking\/networkpolicies\/+--+-- /See:/ 'newNetworkPolicy' smart constructor.+data NetworkPolicy = NetworkPolicy+  { -- | Whether network policy is enabled on the cluster.+    enabled :: (Core.Maybe Core.Bool),+    -- | The selected network policy provider.+    provider :: (Core.Maybe NetworkPolicy_Provider)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NetworkPolicy' with the minimum fields required to make a request.+newNetworkPolicy ::+  NetworkPolicy+newNetworkPolicy =+  NetworkPolicy {enabled = Core.Nothing, provider = Core.Nothing}++instance Core.FromJSON NetworkPolicy where+  parseJSON =+    Core.withObject+      "NetworkPolicy"+      ( \o ->+          NetworkPolicy+            Core.<$> (o Core..:? "enabled")+            Core.<*> (o Core..:? "provider")+      )++instance Core.ToJSON NetworkPolicy where+  toJSON NetworkPolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("enabled" Core..=) Core.<$> enabled,+            ("provider" Core..=) Core.<$> provider+          ]+      )++-- | Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.+--+-- /See:/ 'newNetworkPolicyConfig' smart constructor.+newtype NetworkPolicyConfig = NetworkPolicyConfig+  { -- | Whether NetworkPolicy is enabled for this cluster.+    disabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NetworkPolicyConfig' with the minimum fields required to make a request.+newNetworkPolicyConfig ::+  NetworkPolicyConfig+newNetworkPolicyConfig =+  NetworkPolicyConfig {disabled = Core.Nothing}++instance Core.FromJSON NetworkPolicyConfig where+  parseJSON =+    Core.withObject+      "NetworkPolicyConfig"+      (\o -> NetworkPolicyConfig Core.<$> (o Core..:? "disabled"))++instance Core.ToJSON NetworkPolicyConfig where+  toJSON NetworkPolicyConfig {..} =+    Core.object+      (Core.catMaybes [("disabled" Core..=) Core.<$> disabled])++-- | Collection of Compute Engine network tags that can be applied to a node\'s underlying VM instance.+--+-- /See:/ 'newNetworkTags' smart constructor.+newtype NetworkTags = NetworkTags+  { -- | List of network tags.+    tags :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NetworkTags' with the minimum fields required to make a request.+newNetworkTags ::+  NetworkTags+newNetworkTags = NetworkTags {tags = Core.Nothing}++instance Core.FromJSON NetworkTags where+  parseJSON =+    Core.withObject+      "NetworkTags"+      (\o -> NetworkTags Core.<$> (o Core..:? "tags"))++instance Core.ToJSON NetworkTags where+  toJSON NetworkTags {..} =+    Core.object (Core.catMaybes [("tags" Core..=) Core.<$> tags])++-- | Specifies the NodeAffinity key, values, and affinity operator according to <https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity shared sole tenant node group affinities>.+--+-- /See:/ 'newNodeAffinity' smart constructor.+data NodeAffinity = NodeAffinity+  { -- | Key for NodeAffinity.+    key :: (Core.Maybe Core.Text),+    -- | Operator for NodeAffinity.+    operator :: (Core.Maybe NodeAffinity_Operator),+    -- | Values for NodeAffinity.+    values :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeAffinity' with the minimum fields required to make a request.+newNodeAffinity ::+  NodeAffinity+newNodeAffinity =+  NodeAffinity+    { key = Core.Nothing,+      operator = Core.Nothing,+      values = Core.Nothing+    }++instance Core.FromJSON NodeAffinity where+  parseJSON =+    Core.withObject+      "NodeAffinity"+      ( \o ->+          NodeAffinity+            Core.<$> (o Core..:? "key")+            Core.<*> (o Core..:? "operator")+            Core.<*> (o Core..:? "values")+      )++instance Core.ToJSON NodeAffinity where+  toJSON NodeAffinity {..} =+    Core.object+      ( Core.catMaybes+          [ ("key" Core..=) Core.<$> key,+            ("operator" Core..=) Core.<$> operator,+            ("values" Core..=) Core.<$> values+          ]+      )++-- | Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not recognize parameters in @NodeConfig@. Use AutoprovisioningNodePoolDefaults instead.+--+-- /See:/ 'newNodeConfig' smart constructor.+data NodeConfig = NodeConfig+  { -- | A list of hardware accelerators to be attached to each node. See https:\/\/cloud.google.com\/compute\/docs\/gpus for more information about support for GPUs.+    accelerators :: (Core.Maybe [AcceleratorConfig]),+    -- | Advanced features for the Compute Engine VM.+    advancedMachineFeatures :: (Core.Maybe AdvancedMachineFeatures),+    -- | The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects\/[KEY/PROJECT/ID]\/locations\/[LOCATION]\/keyRings\/[RING/NAME]\/cryptoKeys\/[KEY/NAME]. For more information about protecting resources with Cloud KMS Keys please see: https:\/\/cloud.google.com\/compute\/docs\/disks\/customer-managed-encryption+    bootDiskKmsKey :: (Core.Maybe Core.Text),+    -- | Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.+    confidentialNodes :: (Core.Maybe ConfidentialNodes),+    -- | Parameters for containerd customization.+    containerdConfig :: (Core.Maybe ContainerdConfig),+    -- | Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB. If unspecified, the default disk size is 100GB.+    diskSizeGb :: (Core.Maybe Core.Int32),+    -- | Type of the disk attached to each node (e.g. \'pd-standard\', \'pd-ssd\' or \'pd-balanced\') If unspecified, the default disk type is \'pd-standard\'+    diskType :: (Core.Maybe Core.Text),+    -- | Output only. effective/cgroup/mode is the cgroup mode actually used by the node pool. It is determined by the cgroup mode specified in the LinuxNodeConfig or the default cgroup mode based on the cluster creation version.+    effectiveCgroupMode :: (Core.Maybe NodeConfig_EffectiveCgroupMode),+    -- | Optional. Reserved for future use.+    enableConfidentialStorage :: (Core.Maybe Core.Bool),+    -- | Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.+    ephemeralStorageLocalSsdConfig :: (Core.Maybe EphemeralStorageLocalSsdConfig),+    -- | Enable or disable NCCL fast socket for the node pool.+    fastSocket :: (Core.Maybe FastSocket),+    -- | Google Container File System (image streaming) configs.+    gcfsConfig :: (Core.Maybe GcfsConfig),+    -- | Enable or disable gvnic in the node pool.+    gvnic :: (Core.Maybe VirtualNIC),+    -- | The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https:\/\/cloud.google.com\/kubernetes-engine\/docs\/concepts\/node-images for available image types.+    imageType :: (Core.Maybe Core.Text),+    -- | Node kubelet configs.+    kubeletConfig :: (Core.Maybe NodeKubeletConfig),+    -- | The map of Kubernetes labels (key\/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it\'s best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https:\/\/kubernetes.io\/docs\/concepts\/overview\/working-with-objects\/labels\/+    labels :: (Core.Maybe NodeConfig_Labels),+    -- | Parameters that can be configured on Linux nodes.+    linuxNodeConfig :: (Core.Maybe LinuxNodeConfig),+    -- | Parameters for using raw-block Local NVMe SSDs.+    localNvmeSsdBlockConfig :: (Core.Maybe LocalNvmeSsdBlockConfig),+    -- | The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https:\/\/cloud.google.com\/compute\/docs\/disks\/local-ssd for more information.+    localSsdCount :: (Core.Maybe Core.Int32),+    -- | Specifies which method should be used for encrypting the Local SSDs attached to the node.+    localSsdEncryptionMode :: (Core.Maybe NodeConfig_LocalSsdEncryptionMode),+    -- | Logging configuration.+    loggingConfig :: (Core.Maybe NodePoolLoggingConfig),+    -- | The name of a Google Compute Engine <https://cloud.google.com/compute/docs/machine-types machine type> If unspecified, the default machine type is @e2-medium@.+    machineType :: (Core.Maybe Core.Text),+    -- | The maximum duration for the nodes to exist. If unspecified, the nodes can exist indefinitely.+    maxRunDuration :: (Core.Maybe Core.Duration),+    -- | The metadata key\/value pairs assigned to instances in the cluster. Keys must conform to the regexp @[a-zA-Z0-9-_]+@ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - \"cluster-location\" - \"cluster-name\" - \"cluster-uid\" - \"configure-sh\" - \"containerd-configure-sh\" - \"enable-os-login\" - \"gci-ensure-gke-docker\" - \"gci-metrics-enabled\" - \"gci-update-strategy\" - \"instance-template\" - \"kube-env\" - \"startup-script\" - \"user-data\" - \"disable-address-manager\" - \"windows-startup-script-ps1\" - \"common-psm1\" - \"k8s-node-setup-psm1\" - \"install-ssh-psm1\" - \"user-profile-psm1\" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value\'s size must be less than or equal to 32 KB. The total size of all keys+    -- and values must be less than 512 KB.+    metadata :: (Core.Maybe NodeConfig_Metadata),+    -- | Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as @minCpuPlatform: \"Intel Haswell\"@ or @minCpuPlatform: \"Intel Sandy Bridge\"@. For more information, read <https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform how to specify min CPU platform>+    minCpuPlatform :: (Core.Maybe Core.Text),+    -- | Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on <https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes sole tenant nodes>.+    nodeGroup :: (Core.Maybe Core.Text),+    -- | The set of Google API scopes to be made available on all of the node VMs under the \"default\" service account. The following scopes are recommended, but not required, and by default are not included: * @https:\/\/www.googleapis.com\/auth\/compute@ is required for mounting persistent storage on your nodes. * @https:\/\/www.googleapis.com\/auth\/devstorage.read_only@ is required for communicating with __gcr.io__ (the <https://cloud.google.com/container-registry/ Google Container Registry>). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.+    oauthScopes :: (Core.Maybe [Core.Text]),+    -- | Whether the nodes are created as preemptible VM instances. See: https:\/\/cloud.google.com\/compute\/docs\/instances\/preemptible for more information about preemptible VM instances.+    preemptible :: (Core.Maybe Core.Bool),+    -- | The optional reservation affinity. Setting this field will apply the specified <https://cloud.google.com/compute/docs/instances/reserving-zonal-resources Zonal Compute Reservation> to this node pool.+    reservationAffinity :: (Core.Maybe ReservationAffinity),+    -- | The resource labels for the node pool to use to annotate any related Google Compute Engine resources.+    resourceLabels :: (Core.Maybe NodeConfig_ResourceLabels),+    -- | A map of resource manager tag keys and values to be attached to the nodes.+    resourceManagerTags :: (Core.Maybe ResourceManagerTags),+    -- | Sandbox configuration for this node.+    sandboxConfig :: (Core.Maybe SandboxConfig),+    -- | Secondary boot disk update strategy.+    secondaryBootDiskUpdateStrategy :: (Core.Maybe SecondaryBootDiskUpdateStrategy),+    -- | List of secondary boot disks attached to the nodes.+    secondaryBootDisks :: (Core.Maybe [SecondaryBootDisk]),+    -- | The Google Cloud Platform Service Account to be used by the node VMs. Specify the email address of the Service Account; otherwise, if no Service Account is specified, the \"default\" service account is used.+    serviceAccount :: (Core.Maybe Core.Text),+    -- | Shielded Instance options.+    shieldedInstanceConfig :: (Core.Maybe ShieldedInstanceConfig),+    -- | Parameters for node pools to be backed by shared sole tenant node groups.+    soleTenantConfig :: (Core.Maybe SoleTenantConfig),+    -- | Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.+    spot :: (Core.Maybe Core.Bool),+    -- | List of Storage Pools where boot disks are provisioned.+    storagePools :: (Core.Maybe [Core.Text]),+    -- | The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.+    tags :: (Core.Maybe [Core.Text]),+    -- | List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https:\/\/kubernetes.io\/docs\/concepts\/configuration\/taint-and-toleration\/+    taints :: (Core.Maybe [NodeTaint]),+    -- | Parameters that can be configured on Windows nodes.+    windowsNodeConfig :: (Core.Maybe WindowsNodeConfig),+    -- | The workload metadata configuration for this node.+    workloadMetadataConfig :: (Core.Maybe WorkloadMetadataConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeConfig' with the minimum fields required to make a request.+newNodeConfig ::+  NodeConfig+newNodeConfig =+  NodeConfig+    { accelerators = Core.Nothing,+      advancedMachineFeatures = Core.Nothing,+      bootDiskKmsKey = Core.Nothing,+      confidentialNodes = Core.Nothing,+      containerdConfig = Core.Nothing,+      diskSizeGb = Core.Nothing,+      diskType = Core.Nothing,+      effectiveCgroupMode = Core.Nothing,+      enableConfidentialStorage = Core.Nothing,+      ephemeralStorageLocalSsdConfig = Core.Nothing,+      fastSocket = Core.Nothing,+      gcfsConfig = Core.Nothing,+      gvnic = Core.Nothing,+      imageType = Core.Nothing,+      kubeletConfig = Core.Nothing,+      labels = Core.Nothing,+      linuxNodeConfig = Core.Nothing,+      localNvmeSsdBlockConfig = Core.Nothing,+      localSsdCount = Core.Nothing,+      localSsdEncryptionMode = Core.Nothing,+      loggingConfig = Core.Nothing,+      machineType = Core.Nothing,+      maxRunDuration = Core.Nothing,+      metadata = Core.Nothing,+      minCpuPlatform = Core.Nothing,+      nodeGroup = Core.Nothing,+      oauthScopes = Core.Nothing,+      preemptible = Core.Nothing,+      reservationAffinity = Core.Nothing,+      resourceLabels = Core.Nothing,+      resourceManagerTags = Core.Nothing,+      sandboxConfig = Core.Nothing,+      secondaryBootDiskUpdateStrategy = Core.Nothing,+      secondaryBootDisks = Core.Nothing,+      serviceAccount = Core.Nothing,+      shieldedInstanceConfig = Core.Nothing,+      soleTenantConfig = Core.Nothing,+      spot = Core.Nothing,+      storagePools = Core.Nothing,+      tags = Core.Nothing,+      taints = Core.Nothing,+      windowsNodeConfig = Core.Nothing,+      workloadMetadataConfig = Core.Nothing+    }++instance Core.FromJSON NodeConfig where+  parseJSON =+    Core.withObject+      "NodeConfig"+      ( \o ->+          NodeConfig+            Core.<$> (o Core..:? "accelerators")+            Core.<*> (o Core..:? "advancedMachineFeatures")+            Core.<*> (o Core..:? "bootDiskKmsKey")+            Core.<*> (o Core..:? "confidentialNodes")+            Core.<*> (o Core..:? "containerdConfig")+            Core.<*> (o Core..:? "diskSizeGb")+            Core.<*> (o Core..:? "diskType")+            Core.<*> (o Core..:? "effectiveCgroupMode")+            Core.<*> (o Core..:? "enableConfidentialStorage")+            Core.<*> (o Core..:? "ephemeralStorageLocalSsdConfig")+            Core.<*> (o Core..:? "fastSocket")+            Core.<*> (o Core..:? "gcfsConfig")+            Core.<*> (o Core..:? "gvnic")+            Core.<*> (o Core..:? "imageType")+            Core.<*> (o Core..:? "kubeletConfig")+            Core.<*> (o Core..:? "labels")+            Core.<*> (o Core..:? "linuxNodeConfig")+            Core.<*> (o Core..:? "localNvmeSsdBlockConfig")+            Core.<*> (o Core..:? "localSsdCount")+            Core.<*> (o Core..:? "localSsdEncryptionMode")+            Core.<*> (o Core..:? "loggingConfig")+            Core.<*> (o Core..:? "machineType")+            Core.<*> (o Core..:? "maxRunDuration")+            Core.<*> (o Core..:? "metadata")+            Core.<*> (o Core..:? "minCpuPlatform")+            Core.<*> (o Core..:? "nodeGroup")+            Core.<*> (o Core..:? "oauthScopes")+            Core.<*> (o Core..:? "preemptible")+            Core.<*> (o Core..:? "reservationAffinity")+            Core.<*> (o Core..:? "resourceLabels")+            Core.<*> (o Core..:? "resourceManagerTags")+            Core.<*> (o Core..:? "sandboxConfig")+            Core.<*> (o Core..:? "secondaryBootDiskUpdateStrategy")+            Core.<*> (o Core..:? "secondaryBootDisks")+            Core.<*> (o Core..:? "serviceAccount")+            Core.<*> (o Core..:? "shieldedInstanceConfig")+            Core.<*> (o Core..:? "soleTenantConfig")+            Core.<*> (o Core..:? "spot")+            Core.<*> (o Core..:? "storagePools")+            Core.<*> (o Core..:? "tags")+            Core.<*> (o Core..:? "taints")+            Core.<*> (o Core..:? "windowsNodeConfig")+            Core.<*> (o Core..:? "workloadMetadataConfig")+      )++instance Core.ToJSON NodeConfig where+  toJSON NodeConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("accelerators" Core..=) Core.<$> accelerators,+            ("advancedMachineFeatures" Core..=)+              Core.<$> advancedMachineFeatures,+            ("bootDiskKmsKey" Core..=) Core.<$> bootDiskKmsKey,+            ("confidentialNodes" Core..=) Core.<$> confidentialNodes,+            ("containerdConfig" Core..=) Core.<$> containerdConfig,+            ("diskSizeGb" Core..=) Core.<$> diskSizeGb,+            ("diskType" Core..=) Core.<$> diskType,+            ("effectiveCgroupMode" Core..=) Core.<$> effectiveCgroupMode,+            ("enableConfidentialStorage" Core..=)+              Core.<$> enableConfidentialStorage,+            ("ephemeralStorageLocalSsdConfig" Core..=)+              Core.<$> ephemeralStorageLocalSsdConfig,+            ("fastSocket" Core..=) Core.<$> fastSocket,+            ("gcfsConfig" Core..=) Core.<$> gcfsConfig,+            ("gvnic" Core..=) Core.<$> gvnic,+            ("imageType" Core..=) Core.<$> imageType,+            ("kubeletConfig" Core..=) Core.<$> kubeletConfig,+            ("labels" Core..=) Core.<$> labels,+            ("linuxNodeConfig" Core..=) Core.<$> linuxNodeConfig,+            ("localNvmeSsdBlockConfig" Core..=)+              Core.<$> localNvmeSsdBlockConfig,+            ("localSsdCount" Core..=) Core.<$> localSsdCount,+            ("localSsdEncryptionMode" Core..=) Core.<$> localSsdEncryptionMode,+            ("loggingConfig" Core..=) Core.<$> loggingConfig,+            ("machineType" Core..=) Core.<$> machineType,+            ("maxRunDuration" Core..=) Core.<$> maxRunDuration,+            ("metadata" Core..=) Core.<$> metadata,+            ("minCpuPlatform" Core..=) Core.<$> minCpuPlatform,+            ("nodeGroup" Core..=) Core.<$> nodeGroup,+            ("oauthScopes" Core..=) Core.<$> oauthScopes,+            ("preemptible" Core..=) Core.<$> preemptible,+            ("reservationAffinity" Core..=) Core.<$> reservationAffinity,+            ("resourceLabels" Core..=) Core.<$> resourceLabels,+            ("resourceManagerTags" Core..=) Core.<$> resourceManagerTags,+            ("sandboxConfig" Core..=) Core.<$> sandboxConfig,+            ("secondaryBootDiskUpdateStrategy" Core..=)+              Core.<$> secondaryBootDiskUpdateStrategy,+            ("secondaryBootDisks" Core..=) Core.<$> secondaryBootDisks,+            ("serviceAccount" Core..=) Core.<$> serviceAccount,+            ("shieldedInstanceConfig" Core..=) Core.<$> shieldedInstanceConfig,+            ("soleTenantConfig" Core..=) Core.<$> soleTenantConfig,+            ("spot" Core..=) Core.<$> spot,+            ("storagePools" Core..=) Core.<$> storagePools,+            ("tags" Core..=) Core.<$> tags,+            ("taints" Core..=) Core.<$> taints,+            ("windowsNodeConfig" Core..=) Core.<$> windowsNodeConfig,+            ("workloadMetadataConfig" Core..=)+              Core.<$> workloadMetadataConfig+          ]+      )++-- | The map of Kubernetes labels (key\/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it\'s best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https:\/\/kubernetes.io\/docs\/concepts\/overview\/working-with-objects\/labels\/+--+-- /See:/ 'newNodeConfig_Labels' smart constructor.+newtype NodeConfig_Labels = NodeConfig_Labels+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeConfig_Labels' with the minimum fields required to make a request.+newNodeConfig_Labels ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  NodeConfig_Labels+newNodeConfig_Labels additional =+  NodeConfig_Labels {additional = additional}++instance Core.FromJSON NodeConfig_Labels where+  parseJSON =+    Core.withObject+      "NodeConfig_Labels"+      (\o -> NodeConfig_Labels Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON NodeConfig_Labels where+  toJSON NodeConfig_Labels {..} = Core.toJSON additional++-- | The metadata key\/value pairs assigned to instances in the cluster. Keys must conform to the regexp @[a-zA-Z0-9-_]+@ and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - \"cluster-location\" - \"cluster-name\" - \"cluster-uid\" - \"configure-sh\" - \"containerd-configure-sh\" - \"enable-os-login\" - \"gci-ensure-gke-docker\" - \"gci-metrics-enabled\" - \"gci-update-strategy\" - \"instance-template\" - \"kube-env\" - \"startup-script\" - \"user-data\" - \"disable-address-manager\" - \"windows-startup-script-ps1\" - \"common-psm1\" - \"k8s-node-setup-psm1\" - \"install-ssh-psm1\" - \"user-profile-psm1\" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value\'s size must be less than or equal to 32 KB. The total size of all keys+-- and values must be less than 512 KB.+--+-- /See:/ 'newNodeConfig_Metadata' smart constructor.+newtype NodeConfig_Metadata = NodeConfig_Metadata+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeConfig_Metadata' with the minimum fields required to make a request.+newNodeConfig_Metadata ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  NodeConfig_Metadata+newNodeConfig_Metadata additional =+  NodeConfig_Metadata {additional = additional}++instance Core.FromJSON NodeConfig_Metadata where+  parseJSON =+    Core.withObject+      "NodeConfig_Metadata"+      (\o -> NodeConfig_Metadata Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON NodeConfig_Metadata where+  toJSON NodeConfig_Metadata {..} = Core.toJSON additional++-- | The resource labels for the node pool to use to annotate any related Google Compute Engine resources.+--+-- /See:/ 'newNodeConfig_ResourceLabels' smart constructor.+newtype NodeConfig_ResourceLabels = NodeConfig_ResourceLabels+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeConfig_ResourceLabels' with the minimum fields required to make a request.+newNodeConfig_ResourceLabels ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  NodeConfig_ResourceLabels+newNodeConfig_ResourceLabels additional =+  NodeConfig_ResourceLabels {additional = additional}++instance Core.FromJSON NodeConfig_ResourceLabels where+  parseJSON =+    Core.withObject+      "NodeConfig_ResourceLabels"+      ( \o ->+          NodeConfig_ResourceLabels Core.<$> (Core.parseJSONObject o)+      )++instance Core.ToJSON NodeConfig_ResourceLabels where+  toJSON NodeConfig_ResourceLabels {..} = Core.toJSON additional++-- | Subset of NodeConfig message that has defaults.+--+-- /See:/ 'newNodeConfigDefaults' smart constructor.+data NodeConfigDefaults = NodeConfigDefaults+  { -- | Parameters for containerd customization.+    containerdConfig :: (Core.Maybe ContainerdConfig),+    -- | GCFS (Google Container File System, also known as Riptide) options.+    gcfsConfig :: (Core.Maybe GcfsConfig),+    -- | Logging configuration for node pools.+    loggingConfig :: (Core.Maybe NodePoolLoggingConfig),+    -- | NodeKubeletConfig controls the defaults for new node-pools. Currently only @insecure_kubelet_readonly_port_enabled@ can be set here.+    nodeKubeletConfig :: (Core.Maybe NodeKubeletConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeConfigDefaults' with the minimum fields required to make a request.+newNodeConfigDefaults ::+  NodeConfigDefaults+newNodeConfigDefaults =+  NodeConfigDefaults+    { containerdConfig = Core.Nothing,+      gcfsConfig = Core.Nothing,+      loggingConfig = Core.Nothing,+      nodeKubeletConfig = Core.Nothing+    }++instance Core.FromJSON NodeConfigDefaults where+  parseJSON =+    Core.withObject+      "NodeConfigDefaults"+      ( \o ->+          NodeConfigDefaults+            Core.<$> (o Core..:? "containerdConfig")+            Core.<*> (o Core..:? "gcfsConfig")+            Core.<*> (o Core..:? "loggingConfig")+            Core.<*> (o Core..:? "nodeKubeletConfig")+      )++instance Core.ToJSON NodeConfigDefaults where+  toJSON NodeConfigDefaults {..} =+    Core.object+      ( Core.catMaybes+          [ ("containerdConfig" Core..=) Core.<$> containerdConfig,+            ("gcfsConfig" Core..=) Core.<$> gcfsConfig,+            ("loggingConfig" Core..=) Core.<$> loggingConfig,+            ("nodeKubeletConfig" Core..=) Core.<$> nodeKubeletConfig+          ]+      )++-- | Node kubelet configs.+--+-- /See:/ 'newNodeKubeletConfig' smart constructor.+data NodeKubeletConfig = NodeKubeletConfig+  { -- | Optional. Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns (ending in @*@). The unsafe namespaced sysctl groups are @kernel.shm*@, @kernel.msg*@, @kernel.sem@, @fs.mqueue.*@, and @net.*@. Leaving this allowlist empty means they cannot be set on Pods. To allow certain sysctls or sysctl patterns to be set on Pods, list them separated by commas. For example: @kernel.msg*,net.ipv4.route.min_pmtu@. See https:\/\/kubernetes.io\/docs\/tasks\/administer-cluster\/sysctl-cluster\/ for more details.+    allowedUnsafeSysctls :: (Core.Maybe [Core.Text]),+    -- | Optional. Defines the maximum number of container log files that can be present for a container. See https:\/\/kubernetes.io\/docs\/concepts\/cluster-administration\/logging\/#log-rotation The value must be an integer between 2 and 10, inclusive. The default value is 5 if unspecified.+    containerLogMaxFiles :: (Core.Maybe Core.Int32),+    -- | Optional. Defines the maximum size of the container log file before it is rotated. See https:\/\/kubernetes.io\/docs\/concepts\/cluster-administration\/logging\/#log-rotation Valid format is positive number + unit, e.g. 100Ki, 10Mi. Valid units are Ki, Mi, Gi. The value must be between 10Mi and 500Mi, inclusive. Note that the total container log size (container/log/max/size * container/log/max/files) cannot exceed 1% of the total storage of the node, to avoid disk pressure caused by log files. The default value is 10Mi if unspecified.+    containerLogMaxSize :: (Core.Maybe Core.Text),+    -- | Enable CPU CFS quota enforcement for containers that specify CPU limits. This option is enabled by default which makes kubelet use CFS quota (https:\/\/www.kernel.org\/doc\/Documentation\/scheduler\/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all. Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits. The default value is \'true\' if unspecified.+    cpuCfsQuota :: (Core.Maybe Core.Bool),+    -- | Set the CPU CFS quota period value \'cpu.cfs/period/us\'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300ms\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration.+    cpuCfsQuotaPeriod :: (Core.Maybe Core.Text),+    -- | Control the CPU management policy on the node. See https:\/\/kubernetes.io\/docs\/tasks\/administer-cluster\/cpu-management-policies\/ The following values are allowed. * \"none\": the default, which represents the existing scheduling behavior. * \"static\": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is \'none\' if unspecified.+    cpuManagerPolicy :: (Core.Maybe Core.Text),+    -- | Optional. Defines the percent of disk usage after which image garbage collection is always run. The percent is calculated as this field value out of 100. The value must be between 10 and 85, inclusive and greater than image/gc/low/threshold/percent. The default value is 85 if unspecified.+    imageGcHighThresholdPercent :: (Core.Maybe Core.Int32),+    -- | Optional. Defines the percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. The percent is calculated as this field value out of 100. The value must be between 10 and 85, inclusive and smaller than image/gc/high/threshold/percent. The default value is 80 if unspecified.+    imageGcLowThresholdPercent :: (Core.Maybe Core.Int32),+    -- | Optional. Defines the maximum age an image can be unused before it is garbage collected. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300s\", \"1.5h\", and \"2h45m\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration greater than image/minimum/gc_age or \"0s\". The default value is \"0s\" if unspecified, which disables this field, meaning images won\'t be garbage collected based on being unused for too long.+    imageMaximumGcAge :: (Core.Maybe Core.Text),+    -- | Optional. Defines the minimum age for an unused image before it is garbage collected. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300s\", \"1.5h\", and \"2h45m\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration less than or equal to 2 minutes. The default value is \"2m0s\" if unspecified.+    imageMinimumGcAge :: (Core.Maybe Core.Text),+    -- | Enable or disable Kubelet read only port.+    insecureKubeletReadonlyPortEnabled :: (Core.Maybe Core.Bool),+    -- | Set the Pod PID limits. See https:\/\/kubernetes.io\/docs\/concepts\/policy\/pid-limiting\/#pod-pid-limits Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.+    podPidsLimit :: (Core.Maybe Core.Int64)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeKubeletConfig' with the minimum fields required to make a request.+newNodeKubeletConfig ::+  NodeKubeletConfig+newNodeKubeletConfig =+  NodeKubeletConfig+    { allowedUnsafeSysctls = Core.Nothing,+      containerLogMaxFiles = Core.Nothing,+      containerLogMaxSize = Core.Nothing,+      cpuCfsQuota = Core.Nothing,+      cpuCfsQuotaPeriod = Core.Nothing,+      cpuManagerPolicy = Core.Nothing,+      imageGcHighThresholdPercent = Core.Nothing,+      imageGcLowThresholdPercent = Core.Nothing,+      imageMaximumGcAge = Core.Nothing,+      imageMinimumGcAge = Core.Nothing,+      insecureKubeletReadonlyPortEnabled = Core.Nothing,+      podPidsLimit = Core.Nothing+    }++instance Core.FromJSON NodeKubeletConfig where+  parseJSON =+    Core.withObject+      "NodeKubeletConfig"+      ( \o ->+          NodeKubeletConfig+            Core.<$> (o Core..:? "allowedUnsafeSysctls")+            Core.<*> (o Core..:? "containerLogMaxFiles")+            Core.<*> (o Core..:? "containerLogMaxSize")+            Core.<*> (o Core..:? "cpuCfsQuota")+            Core.<*> (o Core..:? "cpuCfsQuotaPeriod")+            Core.<*> (o Core..:? "cpuManagerPolicy")+            Core.<*> (o Core..:? "imageGcHighThresholdPercent")+            Core.<*> (o Core..:? "imageGcLowThresholdPercent")+            Core.<*> (o Core..:? "imageMaximumGcAge")+            Core.<*> (o Core..:? "imageMinimumGcAge")+            Core.<*> (o Core..:? "insecureKubeletReadonlyPortEnabled")+            Core.<*> (o Core..:? "podPidsLimit" Core.<&> Core.fmap Core.fromAsText)+      )++instance Core.ToJSON NodeKubeletConfig where+  toJSON NodeKubeletConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("allowedUnsafeSysctls" Core..=) Core.<$> allowedUnsafeSysctls,+            ("containerLogMaxFiles" Core..=) Core.<$> containerLogMaxFiles,+            ("containerLogMaxSize" Core..=) Core.<$> containerLogMaxSize,+            ("cpuCfsQuota" Core..=) Core.<$> cpuCfsQuota,+            ("cpuCfsQuotaPeriod" Core..=) Core.<$> cpuCfsQuotaPeriod,+            ("cpuManagerPolicy" Core..=) Core.<$> cpuManagerPolicy,+            ("imageGcHighThresholdPercent" Core..=)+              Core.<$> imageGcHighThresholdPercent,+            ("imageGcLowThresholdPercent" Core..=)+              Core.<$> imageGcLowThresholdPercent,+            ("imageMaximumGcAge" Core..=) Core.<$> imageMaximumGcAge,+            ("imageMinimumGcAge" Core..=) Core.<$> imageMinimumGcAge,+            ("insecureKubeletReadonlyPortEnabled" Core..=)+              Core.<$> insecureKubeletReadonlyPortEnabled,+            ("podPidsLimit" Core..=) Core.. Core.AsText Core.<$> podPidsLimit+          ]+      )++-- | Collection of node-level <https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Kubernetes labels>.+--+-- /See:/ 'newNodeLabels' smart constructor.+newtype NodeLabels = NodeLabels+  { -- | Map of node label keys and node label values.+    labels :: (Core.Maybe NodeLabels_Labels)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeLabels' with the minimum fields required to make a request.+newNodeLabels ::+  NodeLabels+newNodeLabels = NodeLabels {labels = Core.Nothing}++instance Core.FromJSON NodeLabels where+  parseJSON =+    Core.withObject+      "NodeLabels"+      (\o -> NodeLabels Core.<$> (o Core..:? "labels"))++instance Core.ToJSON NodeLabels where+  toJSON NodeLabels {..} =+    Core.object (Core.catMaybes [("labels" Core..=) Core.<$> labels])++-- | Map of node label keys and node label values.+--+-- /See:/ 'newNodeLabels_Labels' smart constructor.+newtype NodeLabels_Labels = NodeLabels_Labels+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeLabels_Labels' with the minimum fields required to make a request.+newNodeLabels_Labels ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  NodeLabels_Labels+newNodeLabels_Labels additional =+  NodeLabels_Labels {additional = additional}++instance Core.FromJSON NodeLabels_Labels where+  parseJSON =+    Core.withObject+      "NodeLabels_Labels"+      (\o -> NodeLabels_Labels Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON NodeLabels_Labels where+  toJSON NodeLabels_Labels {..} = Core.toJSON additional++-- | NodeManagement defines the set of node management services turned on for the node pool.+--+-- /See:/ 'newNodeManagement' smart constructor.+data NodeManagement = NodeManagement+  { -- | A flag that specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.+    autoRepair :: (Core.Maybe Core.Bool),+    -- | A flag that specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.+    autoUpgrade :: (Core.Maybe Core.Bool),+    -- | Specifies the Auto Upgrade knobs for the node pool.+    upgradeOptions :: (Core.Maybe AutoUpgradeOptions)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeManagement' with the minimum fields required to make a request.+newNodeManagement ::+  NodeManagement+newNodeManagement =+  NodeManagement+    { autoRepair = Core.Nothing,+      autoUpgrade = Core.Nothing,+      upgradeOptions = Core.Nothing+    }++instance Core.FromJSON NodeManagement where+  parseJSON =+    Core.withObject+      "NodeManagement"+      ( \o ->+          NodeManagement+            Core.<$> (o Core..:? "autoRepair")+            Core.<*> (o Core..:? "autoUpgrade")+            Core.<*> (o Core..:? "upgradeOptions")+      )++instance Core.ToJSON NodeManagement where+  toJSON NodeManagement {..} =+    Core.object+      ( Core.catMaybes+          [ ("autoRepair" Core..=) Core.<$> autoRepair,+            ("autoUpgrade" Core..=) Core.<$> autoUpgrade,+            ("upgradeOptions" Core..=) Core.<$> upgradeOptions+          ]+      )++-- | Parameters for node pool-level network config.+--+-- /See:/ 'newNodeNetworkConfig' smart constructor.+data NodeNetworkConfig = NodeNetworkConfig+  { -- | We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface+    additionalNodeNetworkConfigs :: (Core.Maybe [AdditionalNodeNetworkConfig]),+    -- | We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node+    additionalPodNetworkConfigs :: (Core.Maybe [AdditionalPodNetworkConfig]),+    -- | Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for @pod_range@ and @pod_ipv4_cidr_block@ if they are not specified. If neither @create_pod_range@ or @pod_range@ are specified, the cluster-level default (@ip_allocation_policy.cluster_ipv4_cidr_block@) is used. Only applicable if @ip_allocation_policy.use_ip_aliases@ is true. This field cannot be changed after the node pool has been created.+    createPodRange :: (Core.Maybe Core.Bool),+    -- | Whether nodes have internal IP addresses only. If enable/private/nodes is not specified, then the value is derived from Cluster.NetworkConfig.default/enable/private_nodes+    enablePrivateNodes :: (Core.Maybe Core.Bool),+    -- | Network bandwidth tier configuration.+    networkPerformanceConfig :: (Core.Maybe NetworkPerformanceConfig),+    -- | [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node depends on max/pods/per/node. By default, the value of max/pods/per/node is rounded off to next power of 2 and we then double that to get the size of pod CIDR block per node. Example: max/pods/per/node of 30 would result in 64 IPs (\/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max/pods/per/node of 30 will result in 32 IPs (\/27) when overprovisioning is disabled.+    podCidrOverprovisionConfig :: (Core.Maybe PodCIDROverprovisionConfig),+    -- | The IP address range for pod IPs in this node pool. Only applicable if @create_pod_range@ is true. Set to blank to have a range chosen with the default size. Set to \/netmask (e.g. @\/14@) to have a range chosen with a specific netmask. Set to a <https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing CIDR> notation (e.g. @10.96.0.0\/14@) to pick a specific range to use. Only applicable if @ip_allocation_policy.use_ip_aliases@ is true. This field cannot be changed after the node pool has been created.+    podIpv4CidrBlock :: (Core.Maybe Core.Text),+    -- | Output only. The utilization of the IPv4 range for the pod. The ratio is Usage\/[Total number of IPs in the secondary range], Usage=numNodes/numZones/podIPsPerNode.+    podIpv4RangeUtilization :: (Core.Maybe Core.Double),+    -- | The ID of the secondary range for pod IPs. If @create_pod_range@ is true, this ID is used for the new range. If @create_pod_range@ is false, uses an existing secondary range with this ID. Only applicable if @ip_allocation_policy.use_ip_aliases@ is true. This field cannot be changed after the node pool has been created.+    podRange :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeNetworkConfig' with the minimum fields required to make a request.+newNodeNetworkConfig ::+  NodeNetworkConfig+newNodeNetworkConfig =+  NodeNetworkConfig+    { additionalNodeNetworkConfigs = Core.Nothing,+      additionalPodNetworkConfigs = Core.Nothing,+      createPodRange = Core.Nothing,+      enablePrivateNodes = Core.Nothing,+      networkPerformanceConfig = Core.Nothing,+      podCidrOverprovisionConfig = Core.Nothing,+      podIpv4CidrBlock = Core.Nothing,+      podIpv4RangeUtilization = Core.Nothing,+      podRange = Core.Nothing+    }++instance Core.FromJSON NodeNetworkConfig where+  parseJSON =+    Core.withObject+      "NodeNetworkConfig"+      ( \o ->+          NodeNetworkConfig+            Core.<$> (o Core..:? "additionalNodeNetworkConfigs")+            Core.<*> (o Core..:? "additionalPodNetworkConfigs")+            Core.<*> (o Core..:? "createPodRange")+            Core.<*> (o Core..:? "enablePrivateNodes")+            Core.<*> (o Core..:? "networkPerformanceConfig")+            Core.<*> (o Core..:? "podCidrOverprovisionConfig")+            Core.<*> (o Core..:? "podIpv4CidrBlock")+            Core.<*> (o Core..:? "podIpv4RangeUtilization")+            Core.<*> (o Core..:? "podRange")+      )++instance Core.ToJSON NodeNetworkConfig where+  toJSON NodeNetworkConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("additionalNodeNetworkConfigs" Core..=)+              Core.<$> additionalNodeNetworkConfigs,+            ("additionalPodNetworkConfigs" Core..=)+              Core.<$> additionalPodNetworkConfigs,+            ("createPodRange" Core..=) Core.<$> createPodRange,+            ("enablePrivateNodes" Core..=) Core.<$> enablePrivateNodes,+            ("networkPerformanceConfig" Core..=)+              Core.<$> networkPerformanceConfig,+            ("podCidrOverprovisionConfig" Core..=)+              Core.<$> podCidrOverprovisionConfig,+            ("podIpv4CidrBlock" Core..=) Core.<$> podIpv4CidrBlock,+            ("podIpv4RangeUtilization" Core..=)+              Core.<$> podIpv4RangeUtilization,+            ("podRange" Core..=) Core.<$> podRange+          ]+      )++-- | NodePool contains the name and configuration for a cluster\'s node pool. Node pools are a set of nodes (i.e. VM\'s), with a common configuration and specification, under the control of the cluster master. They may have a set of Kubernetes labels applied to them, which may be used to reference them during pod scheduling. They may also be resized up or down, to accommodate the workload.+--+-- /See:/ 'newNodePool' smart constructor.+data NodePool = NodePool+  { -- | Specifies the autopilot configuration for this node pool. This field is exclusively reserved for Cluster Autoscaler to implement go\/gke-managed-nodes-ccc-api+    autopilotConfig :: (Core.Maybe AutopilotConfig),+    -- | Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.+    autoscaling :: (Core.Maybe NodePoolAutoscaling),+    -- | Enable best effort provisioning for nodes+    bestEffortProvisioning :: (Core.Maybe BestEffortProvisioning),+    -- | Which conditions caused the current node pool state.+    conditions :: (Core.Maybe [StatusCondition]),+    -- | The node configuration of the pool.+    config :: (Core.Maybe NodeConfig),+    -- | This checksum is computed by the server based on the value of node pool fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.+    etag :: (Core.Maybe Core.Text),+    -- | The initial node count for the pool. You must ensure that your Compute Engine <https://cloud.google.com/compute/quotas resource quota> is sufficient for this number of instances. You must also have available firewall and routes quota.+    initialNodeCount :: (Core.Maybe Core.Int32),+    -- | Output only. The resource URLs of the <https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances managed instance groups> associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.+    instanceGroupUrls :: (Core.Maybe [Core.Text]),+    -- | The list of Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zones> in which the NodePool\'s nodes should be located. If this value is unspecified during node pool creation, the <https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations Cluster.Locations> value will be used, instead. Warning: changing node pool locations will result in nodes being added and\/or removed.+    locations :: (Core.Maybe [Core.Text]),+    -- | NodeManagement configuration for this NodePool.+    management :: (Core.Maybe NodeManagement),+    -- | The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.+    maxPodsConstraint :: (Core.Maybe MaxPodsConstraint),+    -- | The name of the node pool.+    name :: (Core.Maybe Core.Text),+    -- | Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.+    networkConfig :: (Core.Maybe NodeNetworkConfig),+    -- | Specifies the node placement policy.+    placementPolicy :: (Core.Maybe PlacementPolicy),+    -- | Output only. The pod CIDR block size per node in this node pool.+    podIpv4CidrSize :: (Core.Maybe Core.Int32),+    -- | Specifies the configuration of queued provisioning.+    queuedProvisioning :: (Core.Maybe QueuedProvisioning),+    -- | Output only. Server-defined URL for the resource.+    selfLink :: (Core.Maybe Core.Text),+    -- | Output only. The status of the nodes in this pool instance.+    status :: (Core.Maybe NodePool_Status),+    -- | Output only. Deprecated. Use conditions instead. Additional information about the current status of this node pool instance, if available.+    statusMessage :: (Core.Maybe Core.Text),+    -- | Output only. Update info contains relevant information during a node pool update.+    updateInfo :: (Core.Maybe UpdateInfo),+    -- | Upgrade settings control disruption and speed of the upgrade.+    upgradeSettings :: (Core.Maybe UpgradeSettings),+    -- | The version of Kubernetes running on this NodePool\'s nodes. If unspecified, it defaults as described <https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version here>.+    version :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodePool' with the minimum fields required to make a request.+newNodePool ::+  NodePool+newNodePool =+  NodePool+    { autopilotConfig = Core.Nothing,+      autoscaling = Core.Nothing,+      bestEffortProvisioning = Core.Nothing,+      conditions = Core.Nothing,+      config = Core.Nothing,+      etag = Core.Nothing,+      initialNodeCount = Core.Nothing,+      instanceGroupUrls = Core.Nothing,+      locations = Core.Nothing,+      management = Core.Nothing,+      maxPodsConstraint = Core.Nothing,+      name = Core.Nothing,+      networkConfig = Core.Nothing,+      placementPolicy = Core.Nothing,+      podIpv4CidrSize = Core.Nothing,+      queuedProvisioning = Core.Nothing,+      selfLink = Core.Nothing,+      status = Core.Nothing,+      statusMessage = Core.Nothing,+      updateInfo = Core.Nothing,+      upgradeSettings = Core.Nothing,+      version = Core.Nothing+    }++instance Core.FromJSON NodePool where+  parseJSON =+    Core.withObject+      "NodePool"+      ( \o ->+          NodePool+            Core.<$> (o Core..:? "autopilotConfig")+            Core.<*> (o Core..:? "autoscaling")+            Core.<*> (o Core..:? "bestEffortProvisioning")+            Core.<*> (o Core..:? "conditions")+            Core.<*> (o Core..:? "config")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "initialNodeCount")+            Core.<*> (o Core..:? "instanceGroupUrls")+            Core.<*> (o Core..:? "locations")+            Core.<*> (o Core..:? "management")+            Core.<*> (o Core..:? "maxPodsConstraint")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "networkConfig")+            Core.<*> (o Core..:? "placementPolicy")+            Core.<*> (o Core..:? "podIpv4CidrSize")+            Core.<*> (o Core..:? "queuedProvisioning")+            Core.<*> (o Core..:? "selfLink")+            Core.<*> (o Core..:? "status")+            Core.<*> (o Core..:? "statusMessage")+            Core.<*> (o Core..:? "updateInfo")+            Core.<*> (o Core..:? "upgradeSettings")+            Core.<*> (o Core..:? "version")+      )++instance Core.ToJSON NodePool where+  toJSON NodePool {..} =+    Core.object+      ( Core.catMaybes+          [ ("autopilotConfig" Core..=) Core.<$> autopilotConfig,+            ("autoscaling" Core..=) Core.<$> autoscaling,+            ("bestEffortProvisioning" Core..=) Core.<$> bestEffortProvisioning,+            ("conditions" Core..=) Core.<$> conditions,+            ("config" Core..=) Core.<$> config,+            ("etag" Core..=) Core.<$> etag,+            ("initialNodeCount" Core..=) Core.<$> initialNodeCount,+            ("instanceGroupUrls" Core..=) Core.<$> instanceGroupUrls,+            ("locations" Core..=) Core.<$> locations,+            ("management" Core..=) Core.<$> management,+            ("maxPodsConstraint" Core..=) Core.<$> maxPodsConstraint,+            ("name" Core..=) Core.<$> name,+            ("networkConfig" Core..=) Core.<$> networkConfig,+            ("placementPolicy" Core..=) Core.<$> placementPolicy,+            ("podIpv4CidrSize" Core..=) Core.<$> podIpv4CidrSize,+            ("queuedProvisioning" Core..=) Core.<$> queuedProvisioning,+            ("selfLink" Core..=) Core.<$> selfLink,+            ("status" Core..=) Core.<$> status,+            ("statusMessage" Core..=) Core.<$> statusMessage,+            ("updateInfo" Core..=) Core.<$> updateInfo,+            ("upgradeSettings" Core..=) Core.<$> upgradeSettings,+            ("version" Core..=) Core.<$> version+          ]+      )++-- | Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.+--+-- /See:/ 'newNodePoolAutoConfig' smart constructor.+data NodePoolAutoConfig = NodePoolAutoConfig+  { -- | Output only. Configuration options for Linux nodes.+    linuxNodeConfig :: (Core.Maybe LinuxNodeConfig),+    -- | The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.+    networkTags :: (Core.Maybe NetworkTags),+    -- | NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently only @insecure_kubelet_readonly_port_enabled@ can be set here.+    nodeKubeletConfig :: (Core.Maybe NodeKubeletConfig),+    -- | Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.+    resourceManagerTags :: (Core.Maybe ResourceManagerTags)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodePoolAutoConfig' with the minimum fields required to make a request.+newNodePoolAutoConfig ::+  NodePoolAutoConfig+newNodePoolAutoConfig =+  NodePoolAutoConfig+    { linuxNodeConfig = Core.Nothing,+      networkTags = Core.Nothing,+      nodeKubeletConfig = Core.Nothing,+      resourceManagerTags = Core.Nothing+    }++instance Core.FromJSON NodePoolAutoConfig where+  parseJSON =+    Core.withObject+      "NodePoolAutoConfig"+      ( \o ->+          NodePoolAutoConfig+            Core.<$> (o Core..:? "linuxNodeConfig")+            Core.<*> (o Core..:? "networkTags")+            Core.<*> (o Core..:? "nodeKubeletConfig")+            Core.<*> (o Core..:? "resourceManagerTags")+      )++instance Core.ToJSON NodePoolAutoConfig where+  toJSON NodePoolAutoConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("linuxNodeConfig" Core..=) Core.<$> linuxNodeConfig,+            ("networkTags" Core..=) Core.<$> networkTags,+            ("nodeKubeletConfig" Core..=) Core.<$> nodeKubeletConfig,+            ("resourceManagerTags" Core..=) Core.<$> resourceManagerTags+          ]+      )++-- | NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.+--+-- /See:/ 'newNodePoolAutoscaling' smart constructor.+data NodePoolAutoscaling = NodePoolAutoscaling+  { -- | Can this node pool be deleted automatically.+    autoprovisioned :: (Core.Maybe Core.Bool),+    -- | Is autoscaling enabled for this node pool.+    enabled :: (Core.Maybe Core.Bool),+    -- | Location policy used when scaling up a nodepool.+    locationPolicy :: (Core.Maybe NodePoolAutoscaling_LocationPolicy),+    -- | Maximum number of nodes for one location in the node pool. Must be >= min/node/count. There has to be enough quota to scale up the cluster.+    maxNodeCount :: (Core.Maybe Core.Int32),+    -- | Minimum number of nodes for one location in the node pool. Must be greater than or equal to 0 and less than or equal to max/node/count.+    minNodeCount :: (Core.Maybe Core.Int32),+    -- | Maximum number of nodes in the node pool. Must be greater than or equal to total/min/node/count. There has to be enough quota to scale up the cluster. The total/node/count fields are mutually exclusive with the node/count fields.+    totalMaxNodeCount :: (Core.Maybe Core.Int32),+    -- | Minimum number of nodes in the node pool. Must be greater than or equal to 0 and less than or equal to total/max/node/count. The total/node/count fields are mutually exclusive with the node/count fields.+    totalMinNodeCount :: (Core.Maybe Core.Int32)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodePoolAutoscaling' with the minimum fields required to make a request.+newNodePoolAutoscaling ::+  NodePoolAutoscaling+newNodePoolAutoscaling =+  NodePoolAutoscaling+    { autoprovisioned = Core.Nothing,+      enabled = Core.Nothing,+      locationPolicy = Core.Nothing,+      maxNodeCount = Core.Nothing,+      minNodeCount = Core.Nothing,+      totalMaxNodeCount = Core.Nothing,+      totalMinNodeCount = Core.Nothing+    }++instance Core.FromJSON NodePoolAutoscaling where+  parseJSON =+    Core.withObject+      "NodePoolAutoscaling"+      ( \o ->+          NodePoolAutoscaling+            Core.<$> (o Core..:? "autoprovisioned")+            Core.<*> (o Core..:? "enabled")+            Core.<*> (o Core..:? "locationPolicy")+            Core.<*> (o Core..:? "maxNodeCount")+            Core.<*> (o Core..:? "minNodeCount")+            Core.<*> (o Core..:? "totalMaxNodeCount")+            Core.<*> (o Core..:? "totalMinNodeCount")+      )++instance Core.ToJSON NodePoolAutoscaling where+  toJSON NodePoolAutoscaling {..} =+    Core.object+      ( Core.catMaybes+          [ ("autoprovisioned" Core..=) Core.<$> autoprovisioned,+            ("enabled" Core..=) Core.<$> enabled,+            ("locationPolicy" Core..=) Core.<$> locationPolicy,+            ("maxNodeCount" Core..=) Core.<$> maxNodeCount,+            ("minNodeCount" Core..=) Core.<$> minNodeCount,+            ("totalMaxNodeCount" Core..=) Core.<$> totalMaxNodeCount,+            ("totalMinNodeCount" Core..=) Core.<$> totalMinNodeCount+          ]+      )++-- | Subset of Nodepool message that has defaults.+--+-- /See:/ 'newNodePoolDefaults' smart constructor.+newtype NodePoolDefaults = NodePoolDefaults+  { -- | Subset of NodeConfig message that has defaults.+    nodeConfigDefaults :: (Core.Maybe NodeConfigDefaults)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodePoolDefaults' with the minimum fields required to make a request.+newNodePoolDefaults ::+  NodePoolDefaults+newNodePoolDefaults =+  NodePoolDefaults {nodeConfigDefaults = Core.Nothing}++instance Core.FromJSON NodePoolDefaults where+  parseJSON =+    Core.withObject+      "NodePoolDefaults"+      ( \o ->+          NodePoolDefaults Core.<$> (o Core..:? "nodeConfigDefaults")+      )++instance Core.ToJSON NodePoolDefaults where+  toJSON NodePoolDefaults {..} =+    Core.object+      ( Core.catMaybes+          [("nodeConfigDefaults" Core..=) Core.<$> nodeConfigDefaults]+      )++-- | NodePoolLoggingConfig specifies logging configuration for nodepools.+--+-- /See:/ 'newNodePoolLoggingConfig' smart constructor.+newtype NodePoolLoggingConfig = NodePoolLoggingConfig+  { -- | Logging variant configuration.+    variantConfig :: (Core.Maybe LoggingVariantConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodePoolLoggingConfig' with the minimum fields required to make a request.+newNodePoolLoggingConfig ::+  NodePoolLoggingConfig+newNodePoolLoggingConfig =+  NodePoolLoggingConfig {variantConfig = Core.Nothing}++instance Core.FromJSON NodePoolLoggingConfig where+  parseJSON =+    Core.withObject+      "NodePoolLoggingConfig"+      ( \o ->+          NodePoolLoggingConfig Core.<$> (o Core..:? "variantConfig")+      )++instance Core.ToJSON NodePoolLoggingConfig where+  toJSON NodePoolLoggingConfig {..} =+    Core.object+      (Core.catMaybes [("variantConfig" Core..=) Core.<$> variantConfig])++-- | Kubernetes taint is composed of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. See <https://kubernetes.io/docs/concepts/configuration/taint-and-toleration here> for more information, including usage and the valid values.+--+-- /See:/ 'newNodeTaint' smart constructor.+data NodeTaint = NodeTaint+  { -- | Effect for taint.+    effect :: (Core.Maybe NodeTaint_Effect),+    -- | Key for taint.+    key :: (Core.Maybe Core.Text),+    -- | Value for taint.+    value :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeTaint' with the minimum fields required to make a request.+newNodeTaint ::+  NodeTaint+newNodeTaint =+  NodeTaint+    { effect = Core.Nothing,+      key = Core.Nothing,+      value = Core.Nothing+    }++instance Core.FromJSON NodeTaint where+  parseJSON =+    Core.withObject+      "NodeTaint"+      ( \o ->+          NodeTaint+            Core.<$> (o Core..:? "effect")+            Core.<*> (o Core..:? "key")+            Core.<*> (o Core..:? "value")+      )++instance Core.ToJSON NodeTaint where+  toJSON NodeTaint {..} =+    Core.object+      ( Core.catMaybes+          [ ("effect" Core..=) Core.<$> effect,+            ("key" Core..=) Core.<$> key,+            ("value" Core..=) Core.<$> value+          ]+      )++-- | Collection of Kubernetes <https://kubernetes.io/docs/concepts/configuration/taint-and-toleration node taints>.+--+-- /See:/ 'newNodeTaints' smart constructor.+newtype NodeTaints = NodeTaints+  { -- | List of node taints.+    taints :: (Core.Maybe [NodeTaint])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NodeTaints' with the minimum fields required to make a request.+newNodeTaints ::+  NodeTaints+newNodeTaints = NodeTaints {taints = Core.Nothing}++instance Core.FromJSON NodeTaints where+  parseJSON =+    Core.withObject+      "NodeTaints"+      (\o -> NodeTaints Core.<$> (o Core..:? "taints"))++instance Core.ToJSON NodeTaints where+  toJSON NodeTaints {..} =+    Core.object (Core.catMaybes [("taints" Core..=) Core.<$> taints])++-- | NotificationConfig is the configuration of notifications.+--+-- /See:/ 'newNotificationConfig' smart constructor.+newtype NotificationConfig = NotificationConfig+  { -- | Notification config for Pub\/Sub.+    pubsub :: (Core.Maybe PubSub)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'NotificationConfig' with the minimum fields required to make a request.+newNotificationConfig ::+  NotificationConfig+newNotificationConfig = NotificationConfig {pubsub = Core.Nothing}++instance Core.FromJSON NotificationConfig where+  parseJSON =+    Core.withObject+      "NotificationConfig"+      (\o -> NotificationConfig Core.<$> (o Core..:? "pubsub"))++instance Core.ToJSON NotificationConfig where+  toJSON NotificationConfig {..} =+    Core.object (Core.catMaybes [("pubsub" Core..=) Core.<$> pubsub])++-- | This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.+--+-- /See:/ 'newOperation' smart constructor.+data Operation = Operation+  { -- | Which conditions caused the current cluster state. Deprecated. Use field error instead.+    clusterConditions :: (Core.Maybe [StatusCondition]),+    -- | Output only. Detailed operation progress, if available.+    detail :: (Core.Maybe Core.Text),+    -- | Output only. The time the operation completed, in <https://www.ietf.org/rfc/rfc3339.txt RFC3339> text format.+    endTime :: (Core.Maybe Core.Text),+    -- | The error result of the operation in case of failure.+    error :: (Core.Maybe Status),+    -- | Output only. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/regions-zones/regions-zones#available zone> or <https://cloud.google.com/compute/docs/regions-zones/regions-zones#available region> in which the cluster resides.+    location :: (Core.Maybe Core.Text),+    -- | Output only. The server-assigned ID for the operation.+    name :: (Core.Maybe Core.Text),+    -- | Which conditions caused the current node pool state. Deprecated. Use field error instead.+    nodepoolConditions :: (Core.Maybe [StatusCondition]),+    -- | Output only. The operation type.+    operationType :: (Core.Maybe Operation_OperationType),+    -- | Output only. Progress information for an operation.+    progress :: (Core.Maybe OperationProgress),+    -- | Output only. Server-defined URI for the operation. Example: @https:\/\/container.googleapis.com\/v1alpha1\/projects\/123\/locations\/us-central1\/operations\/operation-123@.+    selfLink :: (Core.Maybe Core.Text),+    -- | Output only. The time the operation started, in <https://www.ietf.org/rfc/rfc3339.txt RFC3339> text format.+    startTime :: (Core.Maybe Core.Text),+    -- | Output only. The current status of the operation.+    status :: (Core.Maybe Operation_Status),+    -- | Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.+    statusMessage :: (Core.Maybe Core.Text),+    -- | Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## @https:\/\/container.googleapis.com\/v1\/projects\/123\/locations\/us-central1\/clusters\/my-cluster@ ## @https:\/\/container.googleapis.com\/v1\/projects\/123\/zones\/us-central1-c\/clusters\/my-cluster\/nodePools\/my-np@ @https:\/\/container.googleapis.com\/v1\/projects\/123\/zones\/us-central1-c\/clusters\/my-cluster\/nodePools\/my-np\/node\/my-node@+    targetLink :: (Core.Maybe Core.Text),+    -- | Output only. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the operation is taking place. This field is deprecated, use location instead.+    zone :: (Core.Maybe Core.Text)+  }+  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+    { clusterConditions = Core.Nothing,+      detail = Core.Nothing,+      endTime = Core.Nothing,+      error = Core.Nothing,+      location = Core.Nothing,+      name = Core.Nothing,+      nodepoolConditions = Core.Nothing,+      operationType = Core.Nothing,+      progress = Core.Nothing,+      selfLink = Core.Nothing,+      startTime = Core.Nothing,+      status = Core.Nothing,+      statusMessage = Core.Nothing,+      targetLink = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON Operation where+  parseJSON =+    Core.withObject+      "Operation"+      ( \o ->+          Operation+            Core.<$> (o Core..:? "clusterConditions")+            Core.<*> (o Core..:? "detail")+            Core.<*> (o Core..:? "endTime")+            Core.<*> (o Core..:? "error")+            Core.<*> (o Core..:? "location")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "nodepoolConditions")+            Core.<*> (o Core..:? "operationType")+            Core.<*> (o Core..:? "progress")+            Core.<*> (o Core..:? "selfLink")+            Core.<*> (o Core..:? "startTime")+            Core.<*> (o Core..:? "status")+            Core.<*> (o Core..:? "statusMessage")+            Core.<*> (o Core..:? "targetLink")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON Operation where+  toJSON Operation {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterConditions" Core..=) Core.<$> clusterConditions,+            ("detail" Core..=) Core.<$> detail,+            ("endTime" Core..=) Core.<$> endTime,+            ("error" Core..=) Core.<$> error,+            ("location" Core..=) Core.<$> location,+            ("name" Core..=) Core.<$> name,+            ("nodepoolConditions" Core..=) Core.<$> nodepoolConditions,+            ("operationType" Core..=) Core.<$> operationType,+            ("progress" Core..=) Core.<$> progress,+            ("selfLink" Core..=) Core.<$> selfLink,+            ("startTime" Core..=) Core.<$> startTime,+            ("status" Core..=) Core.<$> status,+            ("statusMessage" Core..=) Core.<$> statusMessage,+            ("targetLink" Core..=) Core.<$> targetLink,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | OperationError records errors seen from CloudKMS keys encountered during updates to DatabaseEncryption configuration.+--+-- /See:/ 'newOperationError' smart constructor.+data OperationError = OperationError+  { -- | Description of the error seen during the operation.+    errorMessage :: (Core.Maybe Core.Text),+    -- | CloudKMS key resource that had the error.+    keyName :: (Core.Maybe Core.Text),+    -- | Time when the CloudKMS error was seen.+    timestamp :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'OperationError' with the minimum fields required to make a request.+newOperationError ::+  OperationError+newOperationError =+  OperationError+    { errorMessage = Core.Nothing,+      keyName = Core.Nothing,+      timestamp = Core.Nothing+    }++instance Core.FromJSON OperationError where+  parseJSON =+    Core.withObject+      "OperationError"+      ( \o ->+          OperationError+            Core.<$> (o Core..:? "errorMessage")+            Core.<*> (o Core..:? "keyName")+            Core.<*> (o Core..:? "timestamp")+      )++instance Core.ToJSON OperationError where+  toJSON OperationError {..} =+    Core.object+      ( Core.catMaybes+          [ ("errorMessage" Core..=) Core.<$> errorMessage,+            ("keyName" Core..=) Core.<$> keyName,+            ("timestamp" Core..=) Core.<$> timestamp+          ]+      )++-- | Information about operation (or operation stage) progress.+--+-- /See:/ 'newOperationProgress' smart constructor.+data OperationProgress = OperationProgress+  { -- | Progress metric bundle, for example: metrics: [{name: \"nodes done\", int/value: 15}, {name: \"nodes total\", int/value: 32}] or metrics: [{name: \"progress\", double/value: 0.56}, {name: \"progress scale\", double/value: 1.0}]+    metrics :: (Core.Maybe [Metric]),+    -- | A non-parameterized string describing an operation stage. Unset for single-stage operations.+    name :: (Core.Maybe Core.Text),+    -- | Substages of an operation or a stage.+    stages :: (Core.Maybe [OperationProgress]),+    -- | Status of an operation stage. Unset for single-stage operations.+    status :: (Core.Maybe OperationProgress_Status)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'OperationProgress' with the minimum fields required to make a request.+newOperationProgress ::+  OperationProgress+newOperationProgress =+  OperationProgress+    { metrics = Core.Nothing,+      name = Core.Nothing,+      stages = Core.Nothing,+      status = Core.Nothing+    }++instance Core.FromJSON OperationProgress where+  parseJSON =+    Core.withObject+      "OperationProgress"+      ( \o ->+          OperationProgress+            Core.<$> (o Core..:? "metrics")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "stages")+            Core.<*> (o Core..:? "status")+      )++instance Core.ToJSON OperationProgress where+  toJSON OperationProgress {..} =+    Core.object+      ( Core.catMaybes+          [ ("metrics" Core..=) Core.<$> metrics,+            ("name" Core..=) Core.<$> name,+            ("stages" Core..=) Core.<$> stages,+            ("status" Core..=) Core.<$> status+          ]+      )++-- | Configuration for the Cloud Storage Parallelstore CSI driver.+--+-- /See:/ 'newParallelstoreCsiDriverConfig' smart constructor.+newtype ParallelstoreCsiDriverConfig = ParallelstoreCsiDriverConfig+  { -- | Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ParallelstoreCsiDriverConfig' with the minimum fields required to make a request.+newParallelstoreCsiDriverConfig ::+  ParallelstoreCsiDriverConfig+newParallelstoreCsiDriverConfig =+  ParallelstoreCsiDriverConfig {enabled = Core.Nothing}++instance Core.FromJSON ParallelstoreCsiDriverConfig where+  parseJSON =+    Core.withObject+      "ParallelstoreCsiDriverConfig"+      ( \o ->+          ParallelstoreCsiDriverConfig Core.<$> (o Core..:? "enabled")+      )++instance Core.ToJSON ParallelstoreCsiDriverConfig where+  toJSON ParallelstoreCsiDriverConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | ParentProductConfig is the configuration of the parent product of the cluster. This field is used by Google internal products that are built on top of a GKE cluster and take the ownership of the cluster.+--+-- /See:/ 'newParentProductConfig' smart constructor.+data ParentProductConfig = ParentProductConfig+  { -- | Labels contain the configuration of the parent product.+    labels :: (Core.Maybe ParentProductConfig_Labels),+    -- | Name of the parent product associated with the cluster.+    productName :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ParentProductConfig' with the minimum fields required to make a request.+newParentProductConfig ::+  ParentProductConfig+newParentProductConfig =+  ParentProductConfig+    { labels = Core.Nothing,+      productName = Core.Nothing+    }++instance Core.FromJSON ParentProductConfig where+  parseJSON =+    Core.withObject+      "ParentProductConfig"+      ( \o ->+          ParentProductConfig+            Core.<$> (o Core..:? "labels")+            Core.<*> (o Core..:? "productName")+      )++instance Core.ToJSON ParentProductConfig where+  toJSON ParentProductConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("labels" Core..=) Core.<$> labels,+            ("productName" Core..=) Core.<$> productName+          ]+      )++-- | Labels contain the configuration of the parent product.+--+-- /See:/ 'newParentProductConfig_Labels' smart constructor.+newtype ParentProductConfig_Labels = ParentProductConfig_Labels+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ParentProductConfig_Labels' with the minimum fields required to make a request.+newParentProductConfig_Labels ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  ParentProductConfig_Labels+newParentProductConfig_Labels additional =+  ParentProductConfig_Labels {additional = additional}++instance Core.FromJSON ParentProductConfig_Labels where+  parseJSON =+    Core.withObject+      "ParentProductConfig_Labels"+      ( \o ->+          ParentProductConfig_Labels Core.<$> (Core.parseJSONObject o)+      )++instance Core.ToJSON ParentProductConfig_Labels where+  toJSON ParentProductConfig_Labels {..} = Core.toJSON additional++-- | PlacementPolicy defines the placement policy used by the node pool.+--+-- /See:/ 'newPlacementPolicy' smart constructor.+data PlacementPolicy = PlacementPolicy+  { -- | If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.+    policyName :: (Core.Maybe Core.Text),+    -- | Optional. TPU placement topology for pod slice node pool. https:\/\/cloud.google.com\/tpu\/docs\/types-topologies#tpu_topologies+    tpuTopology :: (Core.Maybe Core.Text),+    -- | The type of placement.+    type' :: (Core.Maybe PlacementPolicy_Type)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'PlacementPolicy' with the minimum fields required to make a request.+newPlacementPolicy ::+  PlacementPolicy+newPlacementPolicy =+  PlacementPolicy+    { policyName = Core.Nothing,+      tpuTopology = Core.Nothing,+      type' = Core.Nothing+    }++instance Core.FromJSON PlacementPolicy where+  parseJSON =+    Core.withObject+      "PlacementPolicy"+      ( \o ->+          PlacementPolicy+            Core.<$> (o Core..:? "policyName")+            Core.<*> (o Core..:? "tpuTopology")+            Core.<*> (o Core..:? "type")+      )++instance Core.ToJSON PlacementPolicy where+  toJSON PlacementPolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("policyName" Core..=) Core.<$> policyName,+            ("tpuTopology" Core..=) Core.<$> tpuTopology,+            ("type" Core..=) Core.<$> type'+          ]+      )++-- | [PRIVATE FIELD] Config for pod CIDR size overprovisioning.+--+-- /See:/ 'newPodCIDROverprovisionConfig' smart constructor.+newtype PodCIDROverprovisionConfig = PodCIDROverprovisionConfig+  { -- | Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default.+    disable :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'PodCIDROverprovisionConfig' with the minimum fields required to make a request.+newPodCIDROverprovisionConfig ::+  PodCIDROverprovisionConfig+newPodCIDROverprovisionConfig =+  PodCIDROverprovisionConfig {disable = Core.Nothing}++instance Core.FromJSON PodCIDROverprovisionConfig where+  parseJSON =+    Core.withObject+      "PodCIDROverprovisionConfig"+      (\o -> PodCIDROverprovisionConfig Core.<$> (o Core..:? "disable"))++instance Core.ToJSON PodCIDROverprovisionConfig where+  toJSON PodCIDROverprovisionConfig {..} =+    Core.object+      (Core.catMaybes [("disable" Core..=) Core.<$> disable])++-- | Configuration options for private clusters.+--+-- /See:/ 'newPrivateClusterConfig' smart constructor.+data PrivateClusterConfig = PrivateClusterConfig+  { -- | Whether the master\'s internal IP address is used as the cluster endpoint. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable/public/endpoint instead. Note that the value of enable/public/endpoint is reversed: if enable/private/endpoint is false, then enable/public/endpoint will be true.+    enablePrivateEndpoint :: (Core.Maybe Core.Bool),+    -- | Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking. Deprecated: Use NetworkConfig.default/enable/private_nodes instead.+    enablePrivateNodes :: (Core.Maybe Core.Bool),+    -- | Controls master global access settings. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable/global/access instead.+    masterGlobalAccessConfig :: (Core.Maybe PrivateClusterMasterGlobalAccessConfig),+    -- | The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster\'s network.+    masterIpv4CidrBlock :: (Core.Maybe Core.Text),+    -- | Output only. The peering name in the customer VPC used by this cluster.+    peeringName :: (Core.Maybe Core.Text),+    -- | Output only. The internal IP address of this cluster\'s master endpoint. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint instead.+    privateEndpoint :: (Core.Maybe Core.Text),+    -- | Subnet to provision the master\'s private endpoint during cluster creation. Specified in projects\//\/regions\//\/subnetworks\/* format. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private/endpoint/subnetwork instead.+    privateEndpointSubnetwork :: (Core.Maybe Core.Text),+    -- | Output only. The external IP address of this cluster\'s master endpoint. Deprecated:Use ControlPlaneEndpointsConfig.IPEndpointsConfig.public_endpoint instead.+    publicEndpoint :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'PrivateClusterConfig' with the minimum fields required to make a request.+newPrivateClusterConfig ::+  PrivateClusterConfig+newPrivateClusterConfig =+  PrivateClusterConfig+    { enablePrivateEndpoint = Core.Nothing,+      enablePrivateNodes = Core.Nothing,+      masterGlobalAccessConfig = Core.Nothing,+      masterIpv4CidrBlock = Core.Nothing,+      peeringName = Core.Nothing,+      privateEndpoint = Core.Nothing,+      privateEndpointSubnetwork = Core.Nothing,+      publicEndpoint = Core.Nothing+    }++instance Core.FromJSON PrivateClusterConfig where+  parseJSON =+    Core.withObject+      "PrivateClusterConfig"+      ( \o ->+          PrivateClusterConfig+            Core.<$> (o Core..:? "enablePrivateEndpoint")+            Core.<*> (o Core..:? "enablePrivateNodes")+            Core.<*> (o Core..:? "masterGlobalAccessConfig")+            Core.<*> (o Core..:? "masterIpv4CidrBlock")+            Core.<*> (o Core..:? "peeringName")+            Core.<*> (o Core..:? "privateEndpoint")+            Core.<*> (o Core..:? "privateEndpointSubnetwork")+            Core.<*> (o Core..:? "publicEndpoint")+      )++instance Core.ToJSON PrivateClusterConfig where+  toJSON PrivateClusterConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("enablePrivateEndpoint" Core..=) Core.<$> enablePrivateEndpoint,+            ("enablePrivateNodes" Core..=) Core.<$> enablePrivateNodes,+            ("masterGlobalAccessConfig" Core..=)+              Core.<$> masterGlobalAccessConfig,+            ("masterIpv4CidrBlock" Core..=) Core.<$> masterIpv4CidrBlock,+            ("peeringName" Core..=) Core.<$> peeringName,+            ("privateEndpoint" Core..=) Core.<$> privateEndpoint,+            ("privateEndpointSubnetwork" Core..=)+              Core.<$> privateEndpointSubnetwork,+            ("publicEndpoint" Core..=) Core.<$> publicEndpoint+          ]+      )++-- | Configuration for controlling master global access settings.+--+-- /See:/ 'newPrivateClusterMasterGlobalAccessConfig' smart constructor.+newtype PrivateClusterMasterGlobalAccessConfig = PrivateClusterMasterGlobalAccessConfig+  { -- | Whenever master is accessible globally or not.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'PrivateClusterMasterGlobalAccessConfig' with the minimum fields required to make a request.+newPrivateClusterMasterGlobalAccessConfig ::+  PrivateClusterMasterGlobalAccessConfig+newPrivateClusterMasterGlobalAccessConfig =+  PrivateClusterMasterGlobalAccessConfig {enabled = Core.Nothing}++instance Core.FromJSON PrivateClusterMasterGlobalAccessConfig where+  parseJSON =+    Core.withObject+      "PrivateClusterMasterGlobalAccessConfig"+      ( \o ->+          PrivateClusterMasterGlobalAccessConfig+            Core.<$> (o Core..:? "enabled")+      )++instance Core.ToJSON PrivateClusterMasterGlobalAccessConfig where+  toJSON PrivateClusterMasterGlobalAccessConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | PrivateRegistryAccessConfig contains access configuration for private container registries.+--+-- /See:/ 'newPrivateRegistryAccessConfig' smart constructor.+data PrivateRegistryAccessConfig = PrivateRegistryAccessConfig+  { -- | Private registry access configuration.+    certificateAuthorityDomainConfig :: (Core.Maybe [CertificateAuthorityDomainConfig]),+    -- | Private registry access is enabled.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'PrivateRegistryAccessConfig' with the minimum fields required to make a request.+newPrivateRegistryAccessConfig ::+  PrivateRegistryAccessConfig+newPrivateRegistryAccessConfig =+  PrivateRegistryAccessConfig+    { certificateAuthorityDomainConfig =+        Core.Nothing,+      enabled = Core.Nothing+    }++instance Core.FromJSON PrivateRegistryAccessConfig where+  parseJSON =+    Core.withObject+      "PrivateRegistryAccessConfig"+      ( \o ->+          PrivateRegistryAccessConfig+            Core.<$> (o Core..:? "certificateAuthorityDomainConfig")+            Core.<*> (o Core..:? "enabled")+      )++instance Core.ToJSON PrivateRegistryAccessConfig where+  toJSON PrivateRegistryAccessConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("certificateAuthorityDomainConfig" Core..=)+              Core.<$> certificateAuthorityDomainConfig,+            ("enabled" Core..=) Core.<$> enabled+          ]+      )++-- | Pub\/Sub specific notification config.+--+-- /See:/ 'newPubSub' smart constructor.+data PubSub = PubSub+  { -- | Enable notifications for Pub\/Sub.+    enabled :: (Core.Maybe Core.Bool),+    -- | Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent+    filter :: (Core.Maybe Filter),+    -- | The desired Pub\/Sub topic to which notifications will be sent by GKE. Format is @projects\/{project}\/topics\/{topic}@.+    topic :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'PubSub' with the minimum fields required to make a request.+newPubSub ::+  PubSub+newPubSub =+  PubSub+    { enabled = Core.Nothing,+      filter = Core.Nothing,+      topic = Core.Nothing+    }++instance Core.FromJSON PubSub where+  parseJSON =+    Core.withObject+      "PubSub"+      ( \o ->+          PubSub+            Core.<$> (o Core..:? "enabled")+            Core.<*> (o Core..:? "filter")+            Core.<*> (o Core..:? "topic")+      )++instance Core.ToJSON PubSub where+  toJSON PubSub {..} =+    Core.object+      ( Core.catMaybes+          [ ("enabled" Core..=) Core.<$> enabled,+            ("filter" Core..=) Core.<$> filter,+            ("topic" Core..=) Core.<$> topic+          ]+      )++-- | QueuedProvisioning defines the queued provisioning used by the node pool.+--+-- /See:/ 'newQueuedProvisioning' smart constructor.+newtype QueuedProvisioning = QueuedProvisioning+  { -- | Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'QueuedProvisioning' with the minimum fields required to make a request.+newQueuedProvisioning ::+  QueuedProvisioning+newQueuedProvisioning = QueuedProvisioning {enabled = Core.Nothing}++instance Core.FromJSON QueuedProvisioning where+  parseJSON =+    Core.withObject+      "QueuedProvisioning"+      (\o -> QueuedProvisioning Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON QueuedProvisioning where+  toJSON QueuedProvisioning {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.+--+-- /See:/ 'newRBACBindingConfig' smart constructor.+data RBACBindingConfig = RBACBindingConfig+  { -- | Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated.+    enableInsecureBindingSystemAuthenticated :: (Core.Maybe Core.Bool),+    -- | Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated.+    enableInsecureBindingSystemUnauthenticated :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RBACBindingConfig' with the minimum fields required to make a request.+newRBACBindingConfig ::+  RBACBindingConfig+newRBACBindingConfig =+  RBACBindingConfig+    { enableInsecureBindingSystemAuthenticated =+        Core.Nothing,+      enableInsecureBindingSystemUnauthenticated = Core.Nothing+    }++instance Core.FromJSON RBACBindingConfig where+  parseJSON =+    Core.withObject+      "RBACBindingConfig"+      ( \o ->+          RBACBindingConfig+            Core.<$> (o Core..:? "enableInsecureBindingSystemAuthenticated")+            Core.<*> (o Core..:? "enableInsecureBindingSystemUnauthenticated")+      )++instance Core.ToJSON RBACBindingConfig where+  toJSON RBACBindingConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("enableInsecureBindingSystemAuthenticated" Core..=)+              Core.<$> enableInsecureBindingSystemAuthenticated,+            ("enableInsecureBindingSystemUnauthenticated" Core..=)+              Core.<$> enableInsecureBindingSystemUnauthenticated+          ]+      )++-- | RangeInfo contains the range name and the range utilization by this cluster.+--+-- /See:/ 'newRangeInfo' smart constructor.+data RangeInfo = RangeInfo+  { -- | Output only. Name of a range.+    rangeName :: (Core.Maybe Core.Text),+    -- | Output only. The utilization of the range.+    utilization :: (Core.Maybe Core.Double)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RangeInfo' with the minimum fields required to make a request.+newRangeInfo ::+  RangeInfo+newRangeInfo =+  RangeInfo {rangeName = Core.Nothing, utilization = Core.Nothing}++instance Core.FromJSON RangeInfo where+  parseJSON =+    Core.withObject+      "RangeInfo"+      ( \o ->+          RangeInfo+            Core.<$> (o Core..:? "rangeName")+            Core.<*> (o Core..:? "utilization")+      )++instance Core.ToJSON RangeInfo where+  toJSON RangeInfo {..} =+    Core.object+      ( Core.catMaybes+          [ ("rangeName" Core..=) Core.<$> rangeName,+            ("utilization" Core..=) Core.<$> utilization+          ]+      )++-- | RayClusterLoggingConfig specifies configuration of Ray logging.+--+-- /See:/ 'newRayClusterLoggingConfig' smart constructor.+newtype RayClusterLoggingConfig = RayClusterLoggingConfig+  { -- | Enable log collection for Ray clusters.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RayClusterLoggingConfig' with the minimum fields required to make a request.+newRayClusterLoggingConfig ::+  RayClusterLoggingConfig+newRayClusterLoggingConfig =+  RayClusterLoggingConfig {enabled = Core.Nothing}++instance Core.FromJSON RayClusterLoggingConfig where+  parseJSON =+    Core.withObject+      "RayClusterLoggingConfig"+      (\o -> RayClusterLoggingConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON RayClusterLoggingConfig where+  toJSON RayClusterLoggingConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters.+--+-- /See:/ 'newRayClusterMonitoringConfig' smart constructor.+newtype RayClusterMonitoringConfig = RayClusterMonitoringConfig+  { -- | Enable metrics collection for Ray clusters.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RayClusterMonitoringConfig' with the minimum fields required to make a request.+newRayClusterMonitoringConfig ::+  RayClusterMonitoringConfig+newRayClusterMonitoringConfig =+  RayClusterMonitoringConfig {enabled = Core.Nothing}++instance Core.FromJSON RayClusterMonitoringConfig where+  parseJSON =+    Core.withObject+      "RayClusterMonitoringConfig"+      (\o -> RayClusterMonitoringConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON RayClusterMonitoringConfig where+  toJSON RayClusterMonitoringConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Configuration options for the Ray Operator add-on.+--+-- /See:/ 'newRayOperatorConfig' smart constructor.+data RayOperatorConfig = RayOperatorConfig+  { -- | Whether the Ray Operator addon is enabled for this cluster.+    enabled :: (Core.Maybe Core.Bool),+    -- | Optional. Logging configuration for Ray clusters.+    rayClusterLoggingConfig :: (Core.Maybe RayClusterLoggingConfig),+    -- | Optional. Monitoring configuration for Ray clusters.+    rayClusterMonitoringConfig :: (Core.Maybe RayClusterMonitoringConfig)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RayOperatorConfig' with the minimum fields required to make a request.+newRayOperatorConfig ::+  RayOperatorConfig+newRayOperatorConfig =+  RayOperatorConfig+    { enabled = Core.Nothing,+      rayClusterLoggingConfig = Core.Nothing,+      rayClusterMonitoringConfig = Core.Nothing+    }++instance Core.FromJSON RayOperatorConfig where+  parseJSON =+    Core.withObject+      "RayOperatorConfig"+      ( \o ->+          RayOperatorConfig+            Core.<$> (o Core..:? "enabled")+            Core.<*> (o Core..:? "rayClusterLoggingConfig")+            Core.<*> (o Core..:? "rayClusterMonitoringConfig")+      )++instance Core.ToJSON RayOperatorConfig where+  toJSON RayOperatorConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("enabled" Core..=) Core.<$> enabled,+            ("rayClusterLoggingConfig" Core..=)+              Core.<$> rayClusterLoggingConfig,+            ("rayClusterMonitoringConfig" Core..=)+              Core.<$> rayClusterMonitoringConfig+          ]+      )++-- | Represents an arbitrary window of time that recurs.+--+-- /See:/ 'newRecurringTimeWindow' smart constructor.+data RecurringTimeWindow = RecurringTimeWindow+  { -- | An RRULE (https:\/\/tools.ietf.org\/html\/rfc5545#section-3.8.5.3) for how this window reccurs. They go on for the span of time between the start and end time. For example, to have something repeat every weekday, you\'d use: @FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR@ To repeat some window daily (equivalent to the DailyMaintenanceWindow): @FREQ=DAILY@ For the first weekend of every month: @FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU@ This specifies how frequently the window starts. Eg, if you wanted to have a 9-5 UTC-4 window every weekday, you\'d use something like: @start time = 2019-01-01T09:00:00-0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR@ Windows can span multiple days. Eg, to make the window encompass every weekend from midnight Saturday till the last minute of Sunday UTC: @start time = 2019-01-05T00:00:00Z end time = 2019-01-07T23:59:00Z recurrence = FREQ=WEEKLY;BYDAY=SA@ Note the start and end time\'s specific dates are largely arbitrary except to specify duration of the+    -- window and when it first starts. The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported.+    recurrence :: (Core.Maybe Core.Text),+    -- | The window of the first recurrence.+    window :: (Core.Maybe TimeWindow)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RecurringTimeWindow' with the minimum fields required to make a request.+newRecurringTimeWindow ::+  RecurringTimeWindow+newRecurringTimeWindow =+  RecurringTimeWindow+    { recurrence = Core.Nothing,+      window = Core.Nothing+    }++instance Core.FromJSON RecurringTimeWindow where+  parseJSON =+    Core.withObject+      "RecurringTimeWindow"+      ( \o ->+          RecurringTimeWindow+            Core.<$> (o Core..:? "recurrence")+            Core.<*> (o Core..:? "window")+      )++instance Core.ToJSON RecurringTimeWindow where+  toJSON RecurringTimeWindow {..} =+    Core.object+      ( Core.catMaybes+          [ ("recurrence" Core..=) Core.<$> recurrence,+            ("window" Core..=) Core.<$> window+          ]+      )++-- | ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in order of risk. When a cluster is subscribed to a release channel, Google maintains both the master version and the node version. Node auto-upgrade defaults to true and cannot be disabled.+--+-- /See:/ 'newReleaseChannel' smart constructor.+newtype ReleaseChannel = ReleaseChannel+  { -- | channel specifies which release channel the cluster is subscribed to.+    channel :: (Core.Maybe ReleaseChannel_Channel)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ReleaseChannel' with the minimum fields required to make a request.+newReleaseChannel ::+  ReleaseChannel+newReleaseChannel = ReleaseChannel {channel = Core.Nothing}++instance Core.FromJSON ReleaseChannel where+  parseJSON =+    Core.withObject+      "ReleaseChannel"+      (\o -> ReleaseChannel Core.<$> (o Core..:? "channel"))++instance Core.ToJSON ReleaseChannel where+  toJSON ReleaseChannel {..} =+    Core.object+      (Core.catMaybes [("channel" Core..=) Core.<$> channel])++-- | ReleaseChannelConfig exposes configuration for a release channel.+--+-- /See:/ 'newReleaseChannelConfig' smart constructor.+data ReleaseChannelConfig = ReleaseChannelConfig+  { -- | The release channel this configuration applies to.+    channel :: (Core.Maybe ReleaseChannelConfig_Channel),+    -- | The default version for newly created clusters on the channel.+    defaultVersion :: (Core.Maybe Core.Text),+    -- | The auto upgrade target version for clusters on the channel.+    upgradeTargetVersion :: (Core.Maybe Core.Text),+    -- | List of valid versions for the channel.+    validVersions :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ReleaseChannelConfig' with the minimum fields required to make a request.+newReleaseChannelConfig ::+  ReleaseChannelConfig+newReleaseChannelConfig =+  ReleaseChannelConfig+    { channel = Core.Nothing,+      defaultVersion = Core.Nothing,+      upgradeTargetVersion = Core.Nothing,+      validVersions = Core.Nothing+    }++instance Core.FromJSON ReleaseChannelConfig where+  parseJSON =+    Core.withObject+      "ReleaseChannelConfig"+      ( \o ->+          ReleaseChannelConfig+            Core.<$> (o Core..:? "channel")+            Core.<*> (o Core..:? "defaultVersion")+            Core.<*> (o Core..:? "upgradeTargetVersion")+            Core.<*> (o Core..:? "validVersions")+      )++instance Core.ToJSON ReleaseChannelConfig where+  toJSON ReleaseChannelConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("channel" Core..=) Core.<$> channel,+            ("defaultVersion" Core..=) Core.<$> defaultVersion,+            ("upgradeTargetVersion" Core..=) Core.<$> upgradeTargetVersion,+            ("validVersions" Core..=) Core.<$> validVersions+          ]+      )++-- | <https://cloud.google.com/compute/docs/instances/reserving-zonal-resources ReservationAffinity> is the configuration of desired reservation which instances could take capacity from.+--+-- /See:/ 'newReservationAffinity' smart constructor.+data ReservationAffinity = ReservationAffinity+  { -- | Corresponds to the type of reservation consumption.+    consumeReservationType :: (Core.Maybe ReservationAffinity_ConsumeReservationType),+    -- | Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify \"compute.googleapis.com\/reservation-name\" as the key and specify the name of your reservation as its value.+    key :: (Core.Maybe Core.Text),+    -- | Corresponds to the label value(s) of reservation resource(s).+    values :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ReservationAffinity' with the minimum fields required to make a request.+newReservationAffinity ::+  ReservationAffinity+newReservationAffinity =+  ReservationAffinity+    { consumeReservationType = Core.Nothing,+      key = Core.Nothing,+      values = Core.Nothing+    }++instance Core.FromJSON ReservationAffinity where+  parseJSON =+    Core.withObject+      "ReservationAffinity"+      ( \o ->+          ReservationAffinity+            Core.<$> (o Core..:? "consumeReservationType")+            Core.<*> (o Core..:? "key")+            Core.<*> (o Core..:? "values")+      )++instance Core.ToJSON ReservationAffinity where+  toJSON ReservationAffinity {..} =+    Core.object+      ( Core.catMaybes+          [ ("consumeReservationType" Core..=)+              Core.<$> consumeReservationType,+            ("key" Core..=) Core.<$> key,+            ("values" Core..=) Core.<$> values+          ]+      )++-- | Collection of <https://cloud.google.com/resource-manager/docs/creating-managing-labels GCP labels>.+--+-- /See:/ 'newResourceLabels' smart constructor.+newtype ResourceLabels = ResourceLabels+  { -- | Map of node label keys and node label values.+    labels :: (Core.Maybe ResourceLabels_Labels)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ResourceLabels' with the minimum fields required to make a request.+newResourceLabels ::+  ResourceLabels+newResourceLabels = ResourceLabels {labels = Core.Nothing}++instance Core.FromJSON ResourceLabels where+  parseJSON =+    Core.withObject+      "ResourceLabels"+      (\o -> ResourceLabels Core.<$> (o Core..:? "labels"))++instance Core.ToJSON ResourceLabels where+  toJSON ResourceLabels {..} =+    Core.object (Core.catMaybes [("labels" Core..=) Core.<$> labels])++-- | Map of node label keys and node label values.+--+-- /See:/ 'newResourceLabels_Labels' smart constructor.+newtype ResourceLabels_Labels = ResourceLabels_Labels+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ResourceLabels_Labels' with the minimum fields required to make a request.+newResourceLabels_Labels ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  ResourceLabels_Labels+newResourceLabels_Labels additional =+  ResourceLabels_Labels {additional = additional}++instance Core.FromJSON ResourceLabels_Labels where+  parseJSON =+    Core.withObject+      "ResourceLabels_Labels"+      (\o -> ResourceLabels_Labels Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON ResourceLabels_Labels where+  toJSON ResourceLabels_Labels {..} = Core.toJSON additional++-- | Contains information about amount of some resource in the cluster. For memory, value should be in GB.+--+-- /See:/ 'newResourceLimit' smart constructor.+data ResourceLimit = ResourceLimit+  { -- | Maximum amount of the resource in the cluster.+    maximum :: (Core.Maybe Core.Int64),+    -- | Minimum amount of the resource in the cluster.+    minimum :: (Core.Maybe Core.Int64),+    -- | Resource name \"cpu\", \"memory\" or gpu-specific string.+    resourceType :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ResourceLimit' with the minimum fields required to make a request.+newResourceLimit ::+  ResourceLimit+newResourceLimit =+  ResourceLimit+    { maximum = Core.Nothing,+      minimum = Core.Nothing,+      resourceType = Core.Nothing+    }++instance Core.FromJSON ResourceLimit where+  parseJSON =+    Core.withObject+      "ResourceLimit"+      ( \o ->+          ResourceLimit+            Core.<$> (o Core..:? "maximum" Core.<&> Core.fmap Core.fromAsText)+            Core.<*> (o Core..:? "minimum" Core.<&> Core.fmap Core.fromAsText)+            Core.<*> (o Core..:? "resourceType")+      )++instance Core.ToJSON ResourceLimit where+  toJSON ResourceLimit {..} =+    Core.object+      ( Core.catMaybes+          [ ("maximum" Core..=) Core.. Core.AsText Core.<$> maximum,+            ("minimum" Core..=) Core.. Core.AsText Core.<$> minimum,+            ("resourceType" Core..=) Core.<$> resourceType+          ]+      )++-- | A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications in https:\/\/cloud.google.com\/vpc\/docs\/tags-firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values.+--+-- /See:/ 'newResourceManagerTags' smart constructor.+newtype ResourceManagerTags = ResourceManagerTags+  { -- | TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1. @tagKeys\/{tag_key_id}=tagValues\/{tag_value_id}@ 2. @{org_id}\/{tag_key_name}={tag_value_name}@ 3. @{project_id}\/{tag_key_name}={tag_value_name}@+    tags :: (Core.Maybe ResourceManagerTags_Tags)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ResourceManagerTags' with the minimum fields required to make a request.+newResourceManagerTags ::+  ResourceManagerTags+newResourceManagerTags = ResourceManagerTags {tags = Core.Nothing}++instance Core.FromJSON ResourceManagerTags where+  parseJSON =+    Core.withObject+      "ResourceManagerTags"+      (\o -> ResourceManagerTags Core.<$> (o Core..:? "tags"))++instance Core.ToJSON ResourceManagerTags where+  toJSON ResourceManagerTags {..} =+    Core.object (Core.catMaybes [("tags" Core..=) Core.<$> tags])++-- | TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1. @tagKeys\/{tag_key_id}=tagValues\/{tag_value_id}@ 2. @{org_id}\/{tag_key_name}={tag_value_name}@ 3. @{project_id}\/{tag_key_name}={tag_value_name}@+--+-- /See:/ 'newResourceManagerTags_Tags' smart constructor.+newtype ResourceManagerTags_Tags = ResourceManagerTags_Tags+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ResourceManagerTags_Tags' with the minimum fields required to make a request.+newResourceManagerTags_Tags ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  ResourceManagerTags_Tags+newResourceManagerTags_Tags additional =+  ResourceManagerTags_Tags {additional = additional}++instance Core.FromJSON ResourceManagerTags_Tags where+  parseJSON =+    Core.withObject+      "ResourceManagerTags_Tags"+      (\o -> ResourceManagerTags_Tags Core.<$> (Core.parseJSONObject o))++instance Core.ToJSON ResourceManagerTags_Tags where+  toJSON ResourceManagerTags_Tags {..} = Core.toJSON additional++-- | Configuration for exporting cluster resource usages.+--+-- /See:/ 'newResourceUsageExportConfig' smart constructor.+data ResourceUsageExportConfig = ResourceUsageExportConfig+  { -- | Configuration to use BigQuery as usage export destination.+    bigqueryDestination :: (Core.Maybe BigQueryDestination),+    -- | Configuration to enable resource consumption metering.+    consumptionMeteringConfig :: (Core.Maybe ConsumptionMeteringConfig),+    -- | Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.+    enableNetworkEgressMetering :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ResourceUsageExportConfig' with the minimum fields required to make a request.+newResourceUsageExportConfig ::+  ResourceUsageExportConfig+newResourceUsageExportConfig =+  ResourceUsageExportConfig+    { bigqueryDestination = Core.Nothing,+      consumptionMeteringConfig = Core.Nothing,+      enableNetworkEgressMetering = Core.Nothing+    }++instance Core.FromJSON ResourceUsageExportConfig where+  parseJSON =+    Core.withObject+      "ResourceUsageExportConfig"+      ( \o ->+          ResourceUsageExportConfig+            Core.<$> (o Core..:? "bigqueryDestination")+            Core.<*> (o Core..:? "consumptionMeteringConfig")+            Core.<*> (o Core..:? "enableNetworkEgressMetering")+      )++instance Core.ToJSON ResourceUsageExportConfig where+  toJSON ResourceUsageExportConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("bigqueryDestination" Core..=) Core.<$> bigqueryDestination,+            ("consumptionMeteringConfig" Core..=)+              Core.<$> consumptionMeteringConfig,+            ("enableNetworkEgressMetering" Core..=)+              Core.<$> enableNetworkEgressMetering+          ]+      )++-- | RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.+--+-- /See:/ 'newRollbackNodePoolUpgradeRequest' smart constructor.+data RollbackNodePoolUpgradeRequest = RollbackNodePoolUpgradeRequest+  { -- | Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field.+    nodePoolId :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Option for rollback to ignore the PodDisruptionBudget. Default value is false.+    respectPdb :: (Core.Maybe Core.Bool),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'RollbackNodePoolUpgradeRequest' with the minimum fields required to make a request.+newRollbackNodePoolUpgradeRequest ::+  RollbackNodePoolUpgradeRequest+newRollbackNodePoolUpgradeRequest =+  RollbackNodePoolUpgradeRequest+    { clusterId = Core.Nothing,+      name = Core.Nothing,+      nodePoolId = Core.Nothing,+      projectId = Core.Nothing,+      respectPdb = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON RollbackNodePoolUpgradeRequest where+  parseJSON =+    Core.withObject+      "RollbackNodePoolUpgradeRequest"+      ( \o ->+          RollbackNodePoolUpgradeRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "nodePoolId")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "respectPdb")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON RollbackNodePoolUpgradeRequest where+  toJSON RollbackNodePoolUpgradeRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("name" Core..=) Core.<$> name,+            ("nodePoolId" Core..=) Core.<$> nodePoolId,+            ("projectId" Core..=) Core.<$> projectId,+            ("respectPdb" Core..=) Core.<$> respectPdb,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SandboxConfig contains configurations of the sandbox to use for the node.+--+-- /See:/ 'newSandboxConfig' smart constructor.+newtype SandboxConfig = SandboxConfig+  { -- | Type of the sandbox to use for the node.+    type' :: (Core.Maybe SandboxConfig_Type)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SandboxConfig' with the minimum fields required to make a request.+newSandboxConfig ::+  SandboxConfig+newSandboxConfig = SandboxConfig {type' = Core.Nothing}++instance Core.FromJSON SandboxConfig where+  parseJSON =+    Core.withObject+      "SandboxConfig"+      (\o -> SandboxConfig Core.<$> (o Core..:? "type"))++instance Core.ToJSON SandboxConfig where+  toJSON SandboxConfig {..} =+    Core.object (Core.catMaybes [("type" Core..=) Core.<$> type'])++-- | SecondaryBootDisk represents a persistent disk attached to a node with special configurations based on its mode.+--+-- /See:/ 'newSecondaryBootDisk' smart constructor.+data SecondaryBootDisk = SecondaryBootDisk+  { -- | Fully-qualified resource ID for an existing disk image.+    diskImage :: (Core.Maybe Core.Text),+    -- | Disk mode (container image cache, etc.)+    mode :: (Core.Maybe SecondaryBootDisk_Mode)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SecondaryBootDisk' with the minimum fields required to make a request.+newSecondaryBootDisk ::+  SecondaryBootDisk+newSecondaryBootDisk =+  SecondaryBootDisk {diskImage = Core.Nothing, mode = Core.Nothing}++instance Core.FromJSON SecondaryBootDisk where+  parseJSON =+    Core.withObject+      "SecondaryBootDisk"+      ( \o ->+          SecondaryBootDisk+            Core.<$> (o Core..:? "diskImage")+            Core.<*> (o Core..:? "mode")+      )++instance Core.ToJSON SecondaryBootDisk where+  toJSON SecondaryBootDisk {..} =+    Core.object+      ( Core.catMaybes+          [ ("diskImage" Core..=) Core.<$> diskImage,+            ("mode" Core..=) Core.<$> mode+          ]+      )++-- | SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the future to define different options for updating secondary boot disks.+--+-- /See:/ 'newSecondaryBootDiskUpdateStrategy' smart constructor.+data SecondaryBootDiskUpdateStrategy = SecondaryBootDiskUpdateStrategy+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SecondaryBootDiskUpdateStrategy' with the minimum fields required to make a request.+newSecondaryBootDiskUpdateStrategy ::+  SecondaryBootDiskUpdateStrategy+newSecondaryBootDiskUpdateStrategy =+  SecondaryBootDiskUpdateStrategy++instance Core.FromJSON SecondaryBootDiskUpdateStrategy where+  parseJSON =+    Core.withObject+      "SecondaryBootDiskUpdateStrategy"+      (\o -> Core.pure SecondaryBootDiskUpdateStrategy)++instance Core.ToJSON SecondaryBootDiskUpdateStrategy where+  toJSON = Core.const Core.emptyObject++-- | SecretManagerConfig is config for secret manager enablement.+--+-- /See:/ 'newSecretManagerConfig' smart constructor.+newtype SecretManagerConfig = SecretManagerConfig+  { -- | Enable\/Disable Secret Manager Config.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SecretManagerConfig' with the minimum fields required to make a request.+newSecretManagerConfig ::+  SecretManagerConfig+newSecretManagerConfig =+  SecretManagerConfig {enabled = Core.Nothing}++instance Core.FromJSON SecretManagerConfig where+  parseJSON =+    Core.withObject+      "SecretManagerConfig"+      (\o -> SecretManagerConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON SecretManagerConfig where+  toJSON SecretManagerConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | SecurityBulletinEvent is a notification sent to customers when a security bulletin has been posted that they are vulnerable to.+--+-- /See:/ 'newSecurityBulletinEvent' smart constructor.+data SecurityBulletinEvent = SecurityBulletinEvent+  { -- | The GKE minor versions affected by this vulnerability.+    affectedSupportedMinors :: (Core.Maybe [Core.Text]),+    -- | A brief description of the bulletin. See the bulletin pointed to by the bulletin_uri field for an expanded description.+    briefDescription :: (Core.Maybe Core.Text),+    -- | The ID of the bulletin corresponding to the vulnerability.+    bulletinId :: (Core.Maybe Core.Text),+    -- | The URI link to the bulletin on the website for more information.+    bulletinUri :: (Core.Maybe Core.Text),+    -- | The CVEs associated with this bulletin.+    cveIds :: (Core.Maybe [Core.Text]),+    -- | If this field is specified, it means there are manual steps that the user must take to make their clusters safe.+    manualStepsRequired :: (Core.Maybe Core.Bool),+    -- | The GKE versions where this vulnerability is patched.+    patchedVersions :: (Core.Maybe [Core.Text]),+    -- | The resource type (node\/control plane) that has the vulnerability. Multiple notifications (1 notification per resource type) will be sent for a vulnerability that affects > 1 resource type.+    resourceTypeAffected :: (Core.Maybe Core.Text),+    -- | The severity of this bulletin as it relates to GKE.+    severity :: (Core.Maybe Core.Text),+    -- | This represents a version selected from the patched_versions field that the cluster receiving this notification should most likely want to upgrade to based on its current version. Note that if this notification is being received by a given cluster, it means that this version is currently available as an upgrade target in that cluster\'s location.+    suggestedUpgradeTarget :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SecurityBulletinEvent' with the minimum fields required to make a request.+newSecurityBulletinEvent ::+  SecurityBulletinEvent+newSecurityBulletinEvent =+  SecurityBulletinEvent+    { affectedSupportedMinors = Core.Nothing,+      briefDescription = Core.Nothing,+      bulletinId = Core.Nothing,+      bulletinUri = Core.Nothing,+      cveIds = Core.Nothing,+      manualStepsRequired = Core.Nothing,+      patchedVersions = Core.Nothing,+      resourceTypeAffected = Core.Nothing,+      severity = Core.Nothing,+      suggestedUpgradeTarget = Core.Nothing+    }++instance Core.FromJSON SecurityBulletinEvent where+  parseJSON =+    Core.withObject+      "SecurityBulletinEvent"+      ( \o ->+          SecurityBulletinEvent+            Core.<$> (o Core..:? "affectedSupportedMinors")+            Core.<*> (o Core..:? "briefDescription")+            Core.<*> (o Core..:? "bulletinId")+            Core.<*> (o Core..:? "bulletinUri")+            Core.<*> (o Core..:? "cveIds")+            Core.<*> (o Core..:? "manualStepsRequired")+            Core.<*> (o Core..:? "patchedVersions")+            Core.<*> (o Core..:? "resourceTypeAffected")+            Core.<*> (o Core..:? "severity")+            Core.<*> (o Core..:? "suggestedUpgradeTarget")+      )++instance Core.ToJSON SecurityBulletinEvent where+  toJSON SecurityBulletinEvent {..} =+    Core.object+      ( Core.catMaybes+          [ ("affectedSupportedMinors" Core..=)+              Core.<$> affectedSupportedMinors,+            ("briefDescription" Core..=) Core.<$> briefDescription,+            ("bulletinId" Core..=) Core.<$> bulletinId,+            ("bulletinUri" Core..=) Core.<$> bulletinUri,+            ("cveIds" Core..=) Core.<$> cveIds,+            ("manualStepsRequired" Core..=) Core.<$> manualStepsRequired,+            ("patchedVersions" Core..=) Core.<$> patchedVersions,+            ("resourceTypeAffected" Core..=) Core.<$> resourceTypeAffected,+            ("severity" Core..=) Core.<$> severity,+            ("suggestedUpgradeTarget" Core..=)+              Core.<$> suggestedUpgradeTarget+          ]+      )++-- | SecurityPostureConfig defines the flags needed to enable\/disable features for the Security Posture API.+--+-- /See:/ 'newSecurityPostureConfig' smart constructor.+data SecurityPostureConfig = SecurityPostureConfig+  { -- | Sets which mode to use for Security Posture features.+    mode :: (Core.Maybe SecurityPostureConfig_Mode),+    -- | Sets which mode to use for vulnerability scanning.+    vulnerabilityMode :: (Core.Maybe SecurityPostureConfig_VulnerabilityMode)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SecurityPostureConfig' with the minimum fields required to make a request.+newSecurityPostureConfig ::+  SecurityPostureConfig+newSecurityPostureConfig =+  SecurityPostureConfig+    { mode = Core.Nothing,+      vulnerabilityMode = Core.Nothing+    }++instance Core.FromJSON SecurityPostureConfig where+  parseJSON =+    Core.withObject+      "SecurityPostureConfig"+      ( \o ->+          SecurityPostureConfig+            Core.<$> (o Core..:? "mode")+            Core.<*> (o Core..:? "vulnerabilityMode")+      )++instance Core.ToJSON SecurityPostureConfig where+  toJSON SecurityPostureConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("mode" Core..=) Core.<$> mode,+            ("vulnerabilityMode" Core..=) Core.<$> vulnerabilityMode+          ]+      )++-- | Kubernetes Engine service configuration.+--+-- /See:/ 'newServerConfig' smart constructor.+data ServerConfig = ServerConfig+  { -- | List of release channel configurations.+    channels :: (Core.Maybe [ReleaseChannelConfig]),+    -- | Version of Kubernetes the service deploys by default.+    defaultClusterVersion :: (Core.Maybe Core.Text),+    -- | Default image type.+    defaultImageType :: (Core.Maybe Core.Text),+    -- | List of valid image types.+    validImageTypes :: (Core.Maybe [Core.Text]),+    -- | List of valid master versions, in descending order.+    validMasterVersions :: (Core.Maybe [Core.Text]),+    -- | List of valid node upgrade target versions, in descending order.+    validNodeVersions :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ServerConfig' with the minimum fields required to make a request.+newServerConfig ::+  ServerConfig+newServerConfig =+  ServerConfig+    { channels = Core.Nothing,+      defaultClusterVersion = Core.Nothing,+      defaultImageType = Core.Nothing,+      validImageTypes = Core.Nothing,+      validMasterVersions = Core.Nothing,+      validNodeVersions = Core.Nothing+    }++instance Core.FromJSON ServerConfig where+  parseJSON =+    Core.withObject+      "ServerConfig"+      ( \o ->+          ServerConfig+            Core.<$> (o Core..:? "channels")+            Core.<*> (o Core..:? "defaultClusterVersion")+            Core.<*> (o Core..:? "defaultImageType")+            Core.<*> (o Core..:? "validImageTypes")+            Core.<*> (o Core..:? "validMasterVersions")+            Core.<*> (o Core..:? "validNodeVersions")+      )++instance Core.ToJSON ServerConfig where+  toJSON ServerConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("channels" Core..=) Core.<$> channels,+            ("defaultClusterVersion" Core..=) Core.<$> defaultClusterVersion,+            ("defaultImageType" Core..=) Core.<$> defaultImageType,+            ("validImageTypes" Core..=) Core.<$> validImageTypes,+            ("validMasterVersions" Core..=) Core.<$> validMasterVersions,+            ("validNodeVersions" Core..=) Core.<$> validNodeVersions+          ]+      )++-- | Config to block services with externalIPs field.+--+-- /See:/ 'newServiceExternalIPsConfig' smart constructor.+newtype ServiceExternalIPsConfig = ServiceExternalIPsConfig+  { -- | Whether Services with ExternalIPs field are allowed or not.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ServiceExternalIPsConfig' with the minimum fields required to make a request.+newServiceExternalIPsConfig ::+  ServiceExternalIPsConfig+newServiceExternalIPsConfig =+  ServiceExternalIPsConfig {enabled = Core.Nothing}++instance Core.FromJSON ServiceExternalIPsConfig where+  parseJSON =+    Core.withObject+      "ServiceExternalIPsConfig"+      (\o -> ServiceExternalIPsConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON ServiceExternalIPsConfig where+  toJSON ServiceExternalIPsConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | SetAddonsConfigRequest sets the addons associated with the cluster.+--+-- /See:/ 'newSetAddonsConfigRequest' smart constructor.+data SetAddonsConfigRequest = SetAddonsConfigRequest+  { -- | Required. The desired configurations for the various addons available to run in the cluster.+    addonsConfig :: (Core.Maybe AddonsConfig),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to set addons. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetAddonsConfigRequest' with the minimum fields required to make a request.+newSetAddonsConfigRequest ::+  SetAddonsConfigRequest+newSetAddonsConfigRequest =+  SetAddonsConfigRequest+    { addonsConfig = Core.Nothing,+      clusterId = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetAddonsConfigRequest where+  parseJSON =+    Core.withObject+      "SetAddonsConfigRequest"+      ( \o ->+          SetAddonsConfigRequest+            Core.<$> (o Core..:? "addonsConfig")+            Core.<*> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetAddonsConfigRequest where+  toJSON SetAddonsConfigRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("addonsConfig" Core..=) Core.<$> addonsConfig,+            ("clusterId" Core..=) Core.<$> clusterId,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetLabelsRequest sets the Google Cloud Platform labels on a Google Container Engine cluster, which will in turn set them for Google Compute Engine resources used by that cluster+--+-- /See:/ 'newSetLabelsRequest' smart constructor.+data SetLabelsRequest = SetLabelsRequest+  { -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Kubernetes Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash when updating or changing labels. Make a @get()@ request to the resource to get the latest fingerprint.+    labelFingerprint :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to set labels. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Required. The labels to set for that cluster.+    resourceLabels :: (Core.Maybe SetLabelsRequest_ResourceLabels),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetLabelsRequest' with the minimum fields required to make a request.+newSetLabelsRequest ::+  SetLabelsRequest+newSetLabelsRequest =+  SetLabelsRequest+    { clusterId = Core.Nothing,+      labelFingerprint = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      resourceLabels = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetLabelsRequest where+  parseJSON =+    Core.withObject+      "SetLabelsRequest"+      ( \o ->+          SetLabelsRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "labelFingerprint")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "resourceLabels")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetLabelsRequest where+  toJSON SetLabelsRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("labelFingerprint" Core..=) Core.<$> labelFingerprint,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("resourceLabels" Core..=) Core.<$> resourceLabels,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | Required. The labels to set for that cluster.+--+-- /See:/ 'newSetLabelsRequest_ResourceLabels' smart constructor.+newtype SetLabelsRequest_ResourceLabels = SetLabelsRequest_ResourceLabels+  { additional :: (Core.HashMap Core.Text Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetLabelsRequest_ResourceLabels' with the minimum fields required to make a request.+newSetLabelsRequest_ResourceLabels ::+  -- |  See 'additional'.+  Core.HashMap Core.Text Core.Text ->+  SetLabelsRequest_ResourceLabels+newSetLabelsRequest_ResourceLabels additional =+  SetLabelsRequest_ResourceLabels {additional = additional}++instance Core.FromJSON SetLabelsRequest_ResourceLabels where+  parseJSON =+    Core.withObject+      "SetLabelsRequest_ResourceLabels"+      ( \o ->+          SetLabelsRequest_ResourceLabels Core.<$> (Core.parseJSONObject o)+      )++instance Core.ToJSON SetLabelsRequest_ResourceLabels where+  toJSON SetLabelsRequest_ResourceLabels {..} = Core.toJSON additional++-- | SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for a cluster.+--+-- /See:/ 'newSetLegacyAbacRequest' smart constructor.+data SetLegacyAbacRequest = SetLegacyAbacRequest+  { -- | Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. Whether ABAC authorization will be enabled in the cluster.+    enabled :: (Core.Maybe Core.Bool),+    -- | The name (project, location, cluster name) of the cluster to set legacy abac. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetLegacyAbacRequest' with the minimum fields required to make a request.+newSetLegacyAbacRequest ::+  SetLegacyAbacRequest+newSetLegacyAbacRequest =+  SetLegacyAbacRequest+    { clusterId = Core.Nothing,+      enabled = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetLegacyAbacRequest where+  parseJSON =+    Core.withObject+      "SetLegacyAbacRequest"+      ( \o ->+          SetLegacyAbacRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "enabled")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetLegacyAbacRequest where+  toJSON SetLegacyAbacRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("enabled" Core..=) Core.<$> enabled,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetLocationsRequest sets the locations of the cluster.+--+-- /See:/ 'newSetLocationsRequest' smart constructor.+data SetLocationsRequest = SetLocationsRequest+  { -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. The desired list of Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zones> in which the cluster\'s nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster\'s primary zone.+    locations :: (Core.Maybe [Core.Text]),+    -- | The name (project, location, cluster) of the cluster to set locations. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetLocationsRequest' with the minimum fields required to make a request.+newSetLocationsRequest ::+  SetLocationsRequest+newSetLocationsRequest =+  SetLocationsRequest+    { clusterId = Core.Nothing,+      locations = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetLocationsRequest where+  parseJSON =+    Core.withObject+      "SetLocationsRequest"+      ( \o ->+          SetLocationsRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "locations")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetLocationsRequest where+  toJSON SetLocationsRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("locations" Core..=) Core.<$> locations,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetLoggingServiceRequest sets the logging service of a cluster.+--+-- /See:/ 'newSetLoggingServiceRequest' smart constructor.+data SetLoggingServiceRequest = SetLoggingServiceRequest+  { -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. The logging service the cluster should use to write logs. Currently available options: * @logging.googleapis.com\/kubernetes@ - The Cloud Logging service with a Kubernetes-native resource model * @logging.googleapis.com@ - The legacy Cloud Logging service (no longer available as of GKE 1.15). * @none@ - no logs will be exported from the cluster. If left as an empty string,@logging.googleapis.com\/kubernetes@ will be used for GKE 1.14+ or @logging.googleapis.com@ for earlier versions.+    loggingService :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to set logging. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetLoggingServiceRequest' with the minimum fields required to make a request.+newSetLoggingServiceRequest ::+  SetLoggingServiceRequest+newSetLoggingServiceRequest =+  SetLoggingServiceRequest+    { clusterId = Core.Nothing,+      loggingService = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetLoggingServiceRequest where+  parseJSON =+    Core.withObject+      "SetLoggingServiceRequest"+      ( \o ->+          SetLoggingServiceRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "loggingService")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetLoggingServiceRequest where+  toJSON SetLoggingServiceRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("loggingService" Core..=) Core.<$> loggingService,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetMaintenancePolicyRequest sets the maintenance policy for a cluster.+--+-- /See:/ 'newSetMaintenancePolicyRequest' smart constructor.+data SetMaintenancePolicyRequest = SetMaintenancePolicyRequest+  { -- | Required. The name of the cluster to update.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. The maintenance policy to be set for the cluster. An empty field clears the existing maintenance policy.+    maintenancePolicy :: (Core.Maybe MaintenancePolicy),+    -- | The name (project, location, cluster name) of the cluster to set maintenance policy. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Required. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>.+    projectId :: (Core.Maybe Core.Text),+    -- | Required. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetMaintenancePolicyRequest' with the minimum fields required to make a request.+newSetMaintenancePolicyRequest ::+  SetMaintenancePolicyRequest+newSetMaintenancePolicyRequest =+  SetMaintenancePolicyRequest+    { clusterId = Core.Nothing,+      maintenancePolicy = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetMaintenancePolicyRequest where+  parseJSON =+    Core.withObject+      "SetMaintenancePolicyRequest"+      ( \o ->+          SetMaintenancePolicyRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "maintenancePolicy")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetMaintenancePolicyRequest where+  toJSON SetMaintenancePolicyRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("maintenancePolicy" Core..=) Core.<$> maintenancePolicy,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetMasterAuthRequest updates the admin password of a cluster.+--+-- /See:/ 'newSetMasterAuthRequest' smart constructor.+data SetMasterAuthRequest = SetMasterAuthRequest+  { -- | Required. The exact form of action to be taken on the master auth.+    action :: (Core.Maybe SetMasterAuthRequest_Action),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to set auth. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Required. A description of the update.+    update :: (Core.Maybe MasterAuth),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetMasterAuthRequest' with the minimum fields required to make a request.+newSetMasterAuthRequest ::+  SetMasterAuthRequest+newSetMasterAuthRequest =+  SetMasterAuthRequest+    { action = Core.Nothing,+      clusterId = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      update = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetMasterAuthRequest where+  parseJSON =+    Core.withObject+      "SetMasterAuthRequest"+      ( \o ->+          SetMasterAuthRequest+            Core.<$> (o Core..:? "action")+            Core.<*> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "update")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetMasterAuthRequest where+  toJSON SetMasterAuthRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("action" Core..=) Core.<$> action,+            ("clusterId" Core..=) Core.<$> clusterId,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("update" Core..=) Core.<$> update,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetMonitoringServiceRequest sets the monitoring service of a cluster.+--+-- /See:/ 'newSetMonitoringServiceRequest' smart constructor.+data SetMonitoringServiceRequest = SetMonitoringServiceRequest+  { -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. The monitoring service the cluster should use to write metrics. Currently available options: * \"monitoring.googleapis.com\/kubernetes\" - The Cloud Monitoring service with a Kubernetes-native resource model * @monitoring.googleapis.com@ - The legacy Cloud Monitoring service (no longer available as of GKE 1.15). * @none@ - No metrics will be exported from the cluster. If left as an empty string,@monitoring.googleapis.com\/kubernetes@ will be used for GKE 1.14+ or @monitoring.googleapis.com@ for earlier versions.+    monitoringService :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to set monitoring. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetMonitoringServiceRequest' with the minimum fields required to make a request.+newSetMonitoringServiceRequest ::+  SetMonitoringServiceRequest+newSetMonitoringServiceRequest =+  SetMonitoringServiceRequest+    { clusterId = Core.Nothing,+      monitoringService = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetMonitoringServiceRequest where+  parseJSON =+    Core.withObject+      "SetMonitoringServiceRequest"+      ( \o ->+          SetMonitoringServiceRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "monitoringService")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetMonitoringServiceRequest where+  toJSON SetMonitoringServiceRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("monitoringService" Core..=) Core.<$> monitoringService,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetNetworkPolicyRequest enables\/disables network policy for a cluster.+--+-- /See:/ 'newSetNetworkPolicyRequest' smart constructor.+data SetNetworkPolicyRequest = SetNetworkPolicyRequest+  { -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to set networking policy. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Required. Configuration options for the NetworkPolicy feature.+    networkPolicy :: (Core.Maybe NetworkPolicy),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetNetworkPolicyRequest' with the minimum fields required to make a request.+newSetNetworkPolicyRequest ::+  SetNetworkPolicyRequest+newSetNetworkPolicyRequest =+  SetNetworkPolicyRequest+    { clusterId = Core.Nothing,+      name = Core.Nothing,+      networkPolicy = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetNetworkPolicyRequest where+  parseJSON =+    Core.withObject+      "SetNetworkPolicyRequest"+      ( \o ->+          SetNetworkPolicyRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "networkPolicy")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetNetworkPolicyRequest where+  toJSON SetNetworkPolicyRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("name" Core..=) Core.<$> name,+            ("networkPolicy" Core..=) Core.<$> networkPolicy,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.+--+-- /See:/ 'newSetNodePoolAutoscalingRequest' smart constructor.+data SetNodePoolAutoscalingRequest = SetNodePoolAutoscalingRequest+  { -- | Required. Autoscaling configuration for the node pool.+    autoscaling :: (Core.Maybe NodePoolAutoscaling),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.+    nodePoolId :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetNodePoolAutoscalingRequest' with the minimum fields required to make a request.+newSetNodePoolAutoscalingRequest ::+  SetNodePoolAutoscalingRequest+newSetNodePoolAutoscalingRequest =+  SetNodePoolAutoscalingRequest+    { autoscaling = Core.Nothing,+      clusterId = Core.Nothing,+      name = Core.Nothing,+      nodePoolId = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetNodePoolAutoscalingRequest where+  parseJSON =+    Core.withObject+      "SetNodePoolAutoscalingRequest"+      ( \o ->+          SetNodePoolAutoscalingRequest+            Core.<$> (o Core..:? "autoscaling")+            Core.<*> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "nodePoolId")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetNodePoolAutoscalingRequest where+  toJSON SetNodePoolAutoscalingRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("autoscaling" Core..=) Core.<$> autoscaling,+            ("clusterId" Core..=) Core.<$> clusterId,+            ("name" Core..=) Core.<$> name,+            ("nodePoolId" Core..=) Core.<$> nodePoolId,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetNodePoolManagementRequest sets the node management properties of a node pool.+--+-- /See:/ 'newSetNodePoolManagementRequest' smart constructor.+data SetNodePoolManagementRequest = SetNodePoolManagementRequest+  { -- | Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. NodeManagement configuration for the node pool.+    management :: (Core.Maybe NodeManagement),+    -- | The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.+    nodePoolId :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetNodePoolManagementRequest' with the minimum fields required to make a request.+newSetNodePoolManagementRequest ::+  SetNodePoolManagementRequest+newSetNodePoolManagementRequest =+  SetNodePoolManagementRequest+    { clusterId = Core.Nothing,+      management = Core.Nothing,+      name = Core.Nothing,+      nodePoolId = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetNodePoolManagementRequest where+  parseJSON =+    Core.withObject+      "SetNodePoolManagementRequest"+      ( \o ->+          SetNodePoolManagementRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "management")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "nodePoolId")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetNodePoolManagementRequest where+  toJSON SetNodePoolManagementRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("management" Core..=) Core.<$> management,+            ("name" Core..=) Core.<$> name,+            ("nodePoolId" Core..=) Core.<$> nodePoolId,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | SetNodePoolSizeRequest sets the size of a node pool.+--+-- /See:/ 'newSetNodePoolSizeRequest' smart constructor.+data SetNodePoolSizeRequest = SetNodePoolSizeRequest+  { -- | Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Required. The desired node count for the pool.+    nodeCount :: (Core.Maybe Core.Int32),+    -- | Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.+    nodePoolId :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SetNodePoolSizeRequest' with the minimum fields required to make a request.+newSetNodePoolSizeRequest ::+  SetNodePoolSizeRequest+newSetNodePoolSizeRequest =+  SetNodePoolSizeRequest+    { clusterId = Core.Nothing,+      name = Core.Nothing,+      nodeCount = Core.Nothing,+      nodePoolId = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON SetNodePoolSizeRequest where+  parseJSON =+    Core.withObject+      "SetNodePoolSizeRequest"+      ( \o ->+          SetNodePoolSizeRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "nodeCount")+            Core.<*> (o Core..:? "nodePoolId")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON SetNodePoolSizeRequest where+  toJSON SetNodePoolSizeRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("name" Core..=) Core.<$> name,+            ("nodeCount" Core..=) Core.<$> nodeCount,+            ("nodePoolId" Core..=) Core.<$> nodePoolId,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | A set of Shielded Instance options.+--+-- /See:/ 'newShieldedInstanceConfig' smart constructor.+data ShieldedInstanceConfig = ShieldedInstanceConfig+  { -- | Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.+    enableIntegrityMonitoring :: (Core.Maybe Core.Bool),+    -- | Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.+    enableSecureBoot :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ShieldedInstanceConfig' with the minimum fields required to make a request.+newShieldedInstanceConfig ::+  ShieldedInstanceConfig+newShieldedInstanceConfig =+  ShieldedInstanceConfig+    { enableIntegrityMonitoring = Core.Nothing,+      enableSecureBoot = Core.Nothing+    }++instance Core.FromJSON ShieldedInstanceConfig where+  parseJSON =+    Core.withObject+      "ShieldedInstanceConfig"+      ( \o ->+          ShieldedInstanceConfig+            Core.<$> (o Core..:? "enableIntegrityMonitoring")+            Core.<*> (o Core..:? "enableSecureBoot")+      )++instance Core.ToJSON ShieldedInstanceConfig where+  toJSON ShieldedInstanceConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("enableIntegrityMonitoring" Core..=)+              Core.<$> enableIntegrityMonitoring,+            ("enableSecureBoot" Core..=) Core.<$> enableSecureBoot+          ]+      )++-- | Configuration of Shielded Nodes feature.+--+-- /See:/ 'newShieldedNodes' smart constructor.+newtype ShieldedNodes = ShieldedNodes+  { -- | Whether Shielded Nodes features are enabled on all nodes in this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ShieldedNodes' with the minimum fields required to make a request.+newShieldedNodes ::+  ShieldedNodes+newShieldedNodes = ShieldedNodes {enabled = Core.Nothing}++instance Core.FromJSON ShieldedNodes where+  parseJSON =+    Core.withObject+      "ShieldedNodes"+      (\o -> ShieldedNodes Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON ShieldedNodes where+  toJSON ShieldedNodes {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool.+--+-- /See:/ 'newSoleTenantConfig' smart constructor.+newtype SoleTenantConfig = SoleTenantConfig+  { -- | NodeAffinities used to match to a shared sole tenant node group.+    nodeAffinities :: (Core.Maybe [NodeAffinity])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'SoleTenantConfig' with the minimum fields required to make a request.+newSoleTenantConfig ::+  SoleTenantConfig+newSoleTenantConfig =+  SoleTenantConfig {nodeAffinities = Core.Nothing}++instance Core.FromJSON SoleTenantConfig where+  parseJSON =+    Core.withObject+      "SoleTenantConfig"+      (\o -> SoleTenantConfig Core.<$> (o Core..:? "nodeAffinities"))++instance Core.ToJSON SoleTenantConfig where+  toJSON SoleTenantConfig {..} =+    Core.object+      ( Core.catMaybes+          [("nodeAffinities" Core..=) Core.<$> nodeAffinities]+      )++-- | Standard rollout policy is the default policy for blue-green.+--+-- /See:/ 'newStandardRolloutPolicy' smart constructor.+data StandardRolloutPolicy = StandardRolloutPolicy+  { -- | Number of blue nodes to drain in a batch.+    batchNodeCount :: (Core.Maybe Core.Int32),+    -- | Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].+    batchPercentage :: (Core.Maybe Core.Double),+    -- | Soak time after each batch gets drained. Default to zero.+    batchSoakDuration :: (Core.Maybe Core.Duration)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'StandardRolloutPolicy' with the minimum fields required to make a request.+newStandardRolloutPolicy ::+  StandardRolloutPolicy+newStandardRolloutPolicy =+  StandardRolloutPolicy+    { batchNodeCount = Core.Nothing,+      batchPercentage = Core.Nothing,+      batchSoakDuration = Core.Nothing+    }++instance Core.FromJSON StandardRolloutPolicy where+  parseJSON =+    Core.withObject+      "StandardRolloutPolicy"+      ( \o ->+          StandardRolloutPolicy+            Core.<$> (o Core..:? "batchNodeCount")+            Core.<*> (o Core..:? "batchPercentage")+            Core.<*> (o Core..:? "batchSoakDuration")+      )++instance Core.ToJSON StandardRolloutPolicy where+  toJSON StandardRolloutPolicy {..} =+    Core.object+      ( Core.catMaybes+          [ ("batchNodeCount" Core..=) Core.<$> batchNodeCount,+            ("batchPercentage" Core..=) Core.<$> batchPercentage,+            ("batchSoakDuration" Core..=) Core.<$> batchSoakDuration+          ]+      )++-- | StartIPRotationRequest creates a new IP for the cluster and then performs a node upgrade on each node pool to point to the new IP.+--+-- /See:/ 'newStartIPRotationRequest' smart constructor.+data StartIPRotationRequest = StartIPRotationRequest+  { -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to start IP rotation. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Whether to rotate credentials during IP rotation.+    rotateCredentials :: (Core.Maybe Core.Bool),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'StartIPRotationRequest' with the minimum fields required to make a request.+newStartIPRotationRequest ::+  StartIPRotationRequest+newStartIPRotationRequest =+  StartIPRotationRequest+    { clusterId = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      rotateCredentials = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON StartIPRotationRequest where+  parseJSON =+    Core.withObject+      "StartIPRotationRequest"+      ( \o ->+          StartIPRotationRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "rotateCredentials")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON StartIPRotationRequest where+  toJSON StartIPRotationRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("rotateCredentials" Core..=) Core.<$> rotateCredentials,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | Configuration for the Stateful HA add-on.+--+-- /See:/ 'newStatefulHAConfig' smart constructor.+newtype StatefulHAConfig = StatefulHAConfig+  { -- | Whether the Stateful HA add-on is enabled for this cluster.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'StatefulHAConfig' with the minimum fields required to make a request.+newStatefulHAConfig ::+  StatefulHAConfig+newStatefulHAConfig = StatefulHAConfig {enabled = Core.Nothing}++instance Core.FromJSON StatefulHAConfig where+  parseJSON =+    Core.withObject+      "StatefulHAConfig"+      (\o -> StatefulHAConfig Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON StatefulHAConfig where+  toJSON StatefulHAConfig {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | 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++-- | StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).+--+-- /See:/ 'newStatusCondition' smart constructor.+data StatusCondition = StatusCondition+  { -- | Canonical code of the condition.+    canonicalCode :: (Core.Maybe StatusCondition_CanonicalCode),+    -- | Machine-friendly representation of the condition Deprecated. Use canonical_code instead.+    code :: (Core.Maybe StatusCondition_Code),+    -- | Human-friendly representation of the condition+    message :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'StatusCondition' with the minimum fields required to make a request.+newStatusCondition ::+  StatusCondition+newStatusCondition =+  StatusCondition+    { canonicalCode = Core.Nothing,+      code = Core.Nothing,+      message = Core.Nothing+    }++instance Core.FromJSON StatusCondition where+  parseJSON =+    Core.withObject+      "StatusCondition"+      ( \o ->+          StatusCondition+            Core.<$> (o Core..:? "canonicalCode")+            Core.<*> (o Core..:? "code")+            Core.<*> (o Core..:? "message")+      )++instance Core.ToJSON StatusCondition where+  toJSON StatusCondition {..} =+    Core.object+      ( Core.catMaybes+          [ ("canonicalCode" Core..=) Core.<$> canonicalCode,+            ("code" Core..=) Core.<$> code,+            ("message" Core..=) Core.<$> message+          ]+      )++-- | Represents an arbitrary window of time.+--+-- /See:/ 'newTimeWindow' smart constructor.+data TimeWindow = TimeWindow+  { -- | The time that the window ends. The end time should take place after the start time.+    endTime :: (Core.Maybe Core.DateTime),+    -- | MaintenanceExclusionOptions provides maintenance exclusion related options.+    maintenanceExclusionOptions :: (Core.Maybe MaintenanceExclusionOptions),+    -- | The time that the window first starts.+    startTime :: (Core.Maybe Core.DateTime)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'TimeWindow' with the minimum fields required to make a request.+newTimeWindow ::+  TimeWindow+newTimeWindow =+  TimeWindow+    { endTime = Core.Nothing,+      maintenanceExclusionOptions = Core.Nothing,+      startTime = Core.Nothing+    }++instance Core.FromJSON TimeWindow where+  parseJSON =+    Core.withObject+      "TimeWindow"+      ( \o ->+          TimeWindow+            Core.<$> (o Core..:? "endTime")+            Core.<*> (o Core..:? "maintenanceExclusionOptions")+            Core.<*> (o Core..:? "startTime")+      )++instance Core.ToJSON TimeWindow where+  toJSON TimeWindow {..} =+    Core.object+      ( Core.catMaybes+          [ ("endTime" Core..=) Core.<$> endTime,+            ("maintenanceExclusionOptions" Core..=)+              Core.<$> maintenanceExclusionOptions,+            ("startTime" Core..=) Core.<$> startTime+          ]+      )++-- | UpdateClusterRequest updates the settings of a cluster.+--+-- /See:/ 'newUpdateClusterRequest' smart constructor.+data UpdateClusterRequest = UpdateClusterRequest+  { -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to update. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Required. A description of the update.+    update :: (Core.Maybe ClusterUpdate),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateClusterRequest' with the minimum fields required to make a request.+newUpdateClusterRequest ::+  UpdateClusterRequest+newUpdateClusterRequest =+  UpdateClusterRequest+    { clusterId = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      update = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON UpdateClusterRequest where+  parseJSON =+    Core.withObject+      "UpdateClusterRequest"+      ( \o ->+          UpdateClusterRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "update")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON UpdateClusterRequest where+  toJSON UpdateClusterRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("update" Core..=) Core.<$> update,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | UpdateInfo contains resource (instance groups, etc), status and other intermediate information relevant to a node pool upgrade.+--+-- /See:/ 'newUpdateInfo' smart constructor.+newtype UpdateInfo = UpdateInfo+  { -- | Information of a blue-green upgrade.+    blueGreenInfo :: (Core.Maybe BlueGreenInfo)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateInfo' with the minimum fields required to make a request.+newUpdateInfo ::+  UpdateInfo+newUpdateInfo = UpdateInfo {blueGreenInfo = Core.Nothing}++instance Core.FromJSON UpdateInfo where+  parseJSON =+    Core.withObject+      "UpdateInfo"+      (\o -> UpdateInfo Core.<$> (o Core..:? "blueGreenInfo"))++instance Core.ToJSON UpdateInfo where+  toJSON UpdateInfo {..} =+    Core.object+      (Core.catMaybes [("blueGreenInfo" Core..=) Core.<$> blueGreenInfo])++-- | UpdateMasterRequest updates the master of the cluster.+--+-- /See:/ 'newUpdateMasterRequest' smart constructor.+data UpdateMasterRequest = UpdateMasterRequest+  { -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | Required. The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"-\": picks the default Kubernetes version+    masterVersion :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to update. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateMasterRequest' with the minimum fields required to make a request.+newUpdateMasterRequest ::+  UpdateMasterRequest+newUpdateMasterRequest =+  UpdateMasterRequest+    { clusterId = Core.Nothing,+      masterVersion = Core.Nothing,+      name = Core.Nothing,+      projectId = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON UpdateMasterRequest where+  parseJSON =+    Core.withObject+      "UpdateMasterRequest"+      ( \o ->+          UpdateMasterRequest+            Core.<$> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "masterVersion")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON UpdateMasterRequest where+  toJSON UpdateMasterRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("clusterId" Core..=) Core.<$> clusterId,+            ("masterVersion" Core..=) Core.<$> masterVersion,+            ("name" Core..=) Core.<$> name,+            ("projectId" Core..=) Core.<$> projectId,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | UpdateNodePoolRequests update a node pool\'s image and\/or version.+--+-- /See:/ 'newUpdateNodePoolRequest' smart constructor.+data UpdateNodePoolRequest = UpdateNodePoolRequest+  { -- | A list of hardware accelerators to be attached to each node. See https:\/\/cloud.google.com\/compute\/docs\/gpus for more information about support for GPUs.+    accelerators :: (Core.Maybe [AcceleratorConfig]),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.+    confidentialNodes :: (Core.Maybe ConfidentialNodes),+    -- | The desired containerd config for nodes in the node pool. Initiates an upgrade operation that recreates the nodes with the new config.+    containerdConfig :: (Core.Maybe ContainerdConfig),+    -- | Optional. The desired disk size for nodes in the node pool specified in GB. The smallest allowed disk size is 10GB. Initiates an upgrade operation that migrates the nodes in the node pool to the specified disk size.+    diskSizeGb :: (Core.Maybe Core.Int64),+    -- | Optional. The desired disk type (e.g. \'pd-standard\', \'pd-ssd\' or \'pd-balanced\') for nodes in the node pool. Initiates an upgrade operation that migrates the nodes in the node pool to the specified disk type.+    diskType :: (Core.Maybe Core.Text),+    -- | The current etag of the node pool. If an etag is provided and does not match the current etag of the node pool, update will be blocked and an ABORTED error will be returned.+    etag :: (Core.Maybe Core.Text),+    -- | Enable or disable NCCL fast socket for the node pool.+    fastSocket :: (Core.Maybe FastSocket),+    -- | GCFS config.+    gcfsConfig :: (Core.Maybe GcfsConfig),+    -- | Enable or disable gvnic on the node pool.+    gvnic :: (Core.Maybe VirtualNIC),+    -- | Required. The desired image type for the node pool. Please see https:\/\/cloud.google.com\/kubernetes-engine\/docs\/concepts\/node-images for available image types.+    imageType :: (Core.Maybe Core.Text),+    -- | Node kubelet configs.+    kubeletConfig :: (Core.Maybe NodeKubeletConfig),+    -- | The desired node labels to be applied to all nodes in the node pool. If this field is not present, the labels will not be changed. Otherwise, the existing node labels will be /replaced/ with the provided labels.+    labels :: (Core.Maybe NodeLabels),+    -- | Parameters that can be configured on Linux nodes.+    linuxNodeConfig :: (Core.Maybe LinuxNodeConfig),+    -- | The desired list of Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zones> in which the node pool\'s nodes should be located. Changing the locations for a node pool will result in nodes being either created or removed from the node pool, depending on whether locations are being added or removed.+    locations :: (Core.Maybe [Core.Text]),+    -- | Logging configuration.+    loggingConfig :: (Core.Maybe NodePoolLoggingConfig),+    -- | Optional. The desired <https://cloud.google.com/compute/docs/machine-types Google Compute Engine machine type> for nodes in the node pool. Initiates an upgrade operation that migrates the nodes in the node pool to the specified machine type.+    machineType :: (Core.Maybe Core.Text),+    -- | The maximum duration for the nodes to exist. If unspecified, the nodes can exist indefinitely.+    maxRunDuration :: (Core.Maybe Core.Duration),+    -- | The name (project, location, cluster, node pool) of the node pool to update. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Node network config.+    nodeNetworkConfig :: (Core.Maybe NodeNetworkConfig),+    -- | Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.+    nodePoolId :: (Core.Maybe Core.Text),+    -- | Required. The Kubernetes version to change the nodes to (typically an upgrade). Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"-\": picks the Kubernetes master version+    nodeVersion :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe Core.Text),+    -- | Specifies the configuration of queued provisioning.+    queuedProvisioning :: (Core.Maybe QueuedProvisioning),+    -- | The resource labels for the node pool to use to annotate any related Google Compute Engine resources.+    resourceLabels :: (Core.Maybe ResourceLabels),+    -- | Desired resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Existing tags will be replaced with new values.+    resourceManagerTags :: (Core.Maybe ResourceManagerTags),+    -- | List of Storage Pools where boot disks are provisioned. Existing Storage Pools will be replaced with storage-pools.+    storagePools :: (Core.Maybe [Core.Text]),+    -- | The desired network tags to be applied to all nodes in the node pool. If this field is not present, the tags will not be changed. Otherwise, the existing network tags will be /replaced/ with the provided tags.+    tags :: (Core.Maybe NetworkTags),+    -- | The desired node taints to be applied to all nodes in the node pool. If this field is not present, the taints will not be changed. Otherwise, the existing node taints will be /replaced/ with the provided taints.+    taints :: (Core.Maybe NodeTaints),+    -- | Upgrade settings control disruption and speed of the upgrade.+    upgradeSettings :: (Core.Maybe UpgradeSettings),+    -- | Parameters that can be configured on Windows nodes.+    windowsNodeConfig :: (Core.Maybe WindowsNodeConfig),+    -- | The desired workload metadata config for the node pool.+    workloadMetadataConfig :: (Core.Maybe WorkloadMetadataConfig),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpdateNodePoolRequest' with the minimum fields required to make a request.+newUpdateNodePoolRequest ::+  UpdateNodePoolRequest+newUpdateNodePoolRequest =+  UpdateNodePoolRequest+    { accelerators = Core.Nothing,+      clusterId = Core.Nothing,+      confidentialNodes = Core.Nothing,+      containerdConfig = Core.Nothing,+      diskSizeGb = Core.Nothing,+      diskType = Core.Nothing,+      etag = Core.Nothing,+      fastSocket = Core.Nothing,+      gcfsConfig = Core.Nothing,+      gvnic = Core.Nothing,+      imageType = Core.Nothing,+      kubeletConfig = Core.Nothing,+      labels = Core.Nothing,+      linuxNodeConfig = Core.Nothing,+      locations = Core.Nothing,+      loggingConfig = Core.Nothing,+      machineType = Core.Nothing,+      maxRunDuration = Core.Nothing,+      name = Core.Nothing,+      nodeNetworkConfig = Core.Nothing,+      nodePoolId = Core.Nothing,+      nodeVersion = Core.Nothing,+      projectId = Core.Nothing,+      queuedProvisioning = Core.Nothing,+      resourceLabels = Core.Nothing,+      resourceManagerTags = Core.Nothing,+      storagePools = Core.Nothing,+      tags = Core.Nothing,+      taints = Core.Nothing,+      upgradeSettings = Core.Nothing,+      windowsNodeConfig = Core.Nothing,+      workloadMetadataConfig = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.FromJSON UpdateNodePoolRequest where+  parseJSON =+    Core.withObject+      "UpdateNodePoolRequest"+      ( \o ->+          UpdateNodePoolRequest+            Core.<$> (o Core..:? "accelerators")+            Core.<*> (o Core..:? "clusterId")+            Core.<*> (o Core..:? "confidentialNodes")+            Core.<*> (o Core..:? "containerdConfig")+            Core.<*> (o Core..:? "diskSizeGb" Core.<&> Core.fmap Core.fromAsText)+            Core.<*> (o Core..:? "diskType")+            Core.<*> (o Core..:? "etag")+            Core.<*> (o Core..:? "fastSocket")+            Core.<*> (o Core..:? "gcfsConfig")+            Core.<*> (o Core..:? "gvnic")+            Core.<*> (o Core..:? "imageType")+            Core.<*> (o Core..:? "kubeletConfig")+            Core.<*> (o Core..:? "labels")+            Core.<*> (o Core..:? "linuxNodeConfig")+            Core.<*> (o Core..:? "locations")+            Core.<*> (o Core..:? "loggingConfig")+            Core.<*> (o Core..:? "machineType")+            Core.<*> (o Core..:? "maxRunDuration")+            Core.<*> (o Core..:? "name")+            Core.<*> (o Core..:? "nodeNetworkConfig")+            Core.<*> (o Core..:? "nodePoolId")+            Core.<*> (o Core..:? "nodeVersion")+            Core.<*> (o Core..:? "projectId")+            Core.<*> (o Core..:? "queuedProvisioning")+            Core.<*> (o Core..:? "resourceLabels")+            Core.<*> (o Core..:? "resourceManagerTags")+            Core.<*> (o Core..:? "storagePools")+            Core.<*> (o Core..:? "tags")+            Core.<*> (o Core..:? "taints")+            Core.<*> (o Core..:? "upgradeSettings")+            Core.<*> (o Core..:? "windowsNodeConfig")+            Core.<*> (o Core..:? "workloadMetadataConfig")+            Core.<*> (o Core..:? "zone")+      )++instance Core.ToJSON UpdateNodePoolRequest where+  toJSON UpdateNodePoolRequest {..} =+    Core.object+      ( Core.catMaybes+          [ ("accelerators" Core..=) Core.<$> accelerators,+            ("clusterId" Core..=) Core.<$> clusterId,+            ("confidentialNodes" Core..=) Core.<$> confidentialNodes,+            ("containerdConfig" Core..=) Core.<$> containerdConfig,+            ("diskSizeGb" Core..=) Core.. Core.AsText Core.<$> diskSizeGb,+            ("diskType" Core..=) Core.<$> diskType,+            ("etag" Core..=) Core.<$> etag,+            ("fastSocket" Core..=) Core.<$> fastSocket,+            ("gcfsConfig" Core..=) Core.<$> gcfsConfig,+            ("gvnic" Core..=) Core.<$> gvnic,+            ("imageType" Core..=) Core.<$> imageType,+            ("kubeletConfig" Core..=) Core.<$> kubeletConfig,+            ("labels" Core..=) Core.<$> labels,+            ("linuxNodeConfig" Core..=) Core.<$> linuxNodeConfig,+            ("locations" Core..=) Core.<$> locations,+            ("loggingConfig" Core..=) Core.<$> loggingConfig,+            ("machineType" Core..=) Core.<$> machineType,+            ("maxRunDuration" Core..=) Core.<$> maxRunDuration,+            ("name" Core..=) Core.<$> name,+            ("nodeNetworkConfig" Core..=) Core.<$> nodeNetworkConfig,+            ("nodePoolId" Core..=) Core.<$> nodePoolId,+            ("nodeVersion" Core..=) Core.<$> nodeVersion,+            ("projectId" Core..=) Core.<$> projectId,+            ("queuedProvisioning" Core..=) Core.<$> queuedProvisioning,+            ("resourceLabels" Core..=) Core.<$> resourceLabels,+            ("resourceManagerTags" Core..=) Core.<$> resourceManagerTags,+            ("storagePools" Core..=) Core.<$> storagePools,+            ("tags" Core..=) Core.<$> tags,+            ("taints" Core..=) Core.<$> taints,+            ("upgradeSettings" Core..=) Core.<$> upgradeSettings,+            ("windowsNodeConfig" Core..=) Core.<$> windowsNodeConfig,+            ("workloadMetadataConfig" Core..=) Core.<$> workloadMetadataConfig,+            ("zone" Core..=) Core.<$> zone+          ]+      )++-- | UpgradeAvailableEvent is a notification sent to customers when a new available version is released.+--+-- /See:/ 'newUpgradeAvailableEvent' smart constructor.+data UpgradeAvailableEvent = UpgradeAvailableEvent+  { -- | The release channel of the version. If empty, it means a non-channel release.+    releaseChannel :: (Core.Maybe ReleaseChannel),+    -- | Optional relative path to the resource. For example, the relative path of the node pool.+    resource :: (Core.Maybe Core.Text),+    -- | The resource type of the release version.+    resourceType :: (Core.Maybe UpgradeAvailableEvent_ResourceType),+    -- | The release version available for upgrade.+    version :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpgradeAvailableEvent' with the minimum fields required to make a request.+newUpgradeAvailableEvent ::+  UpgradeAvailableEvent+newUpgradeAvailableEvent =+  UpgradeAvailableEvent+    { releaseChannel = Core.Nothing,+      resource = Core.Nothing,+      resourceType = Core.Nothing,+      version = Core.Nothing+    }++instance Core.FromJSON UpgradeAvailableEvent where+  parseJSON =+    Core.withObject+      "UpgradeAvailableEvent"+      ( \o ->+          UpgradeAvailableEvent+            Core.<$> (o Core..:? "releaseChannel")+            Core.<*> (o Core..:? "resource")+            Core.<*> (o Core..:? "resourceType")+            Core.<*> (o Core..:? "version")+      )++instance Core.ToJSON UpgradeAvailableEvent where+  toJSON UpgradeAvailableEvent {..} =+    Core.object+      ( Core.catMaybes+          [ ("releaseChannel" Core..=) Core.<$> releaseChannel,+            ("resource" Core..=) Core.<$> resource,+            ("resourceType" Core..=) Core.<$> resourceType,+            ("version" Core..=) Core.<$> version+          ]+      )++-- | UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.+--+-- /See:/ 'newUpgradeEvent' smart constructor.+data UpgradeEvent = UpgradeEvent+  { -- | The current version before the upgrade.+    currentVersion :: (Core.Maybe Core.Text),+    -- | The operation associated with this upgrade.+    operation :: (Core.Maybe Core.Text),+    -- | The time when the operation was started.+    operationStartTime :: (Core.Maybe Core.DateTime),+    -- | Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.+    resource :: (Core.Maybe Core.Text),+    -- | The resource type that is upgrading.+    resourceType :: (Core.Maybe UpgradeEvent_ResourceType),+    -- | The target version for the upgrade.+    targetVersion :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpgradeEvent' with the minimum fields required to make a request.+newUpgradeEvent ::+  UpgradeEvent+newUpgradeEvent =+  UpgradeEvent+    { currentVersion = Core.Nothing,+      operation = Core.Nothing,+      operationStartTime = Core.Nothing,+      resource = Core.Nothing,+      resourceType = Core.Nothing,+      targetVersion = Core.Nothing+    }++instance Core.FromJSON UpgradeEvent where+  parseJSON =+    Core.withObject+      "UpgradeEvent"+      ( \o ->+          UpgradeEvent+            Core.<$> (o Core..:? "currentVersion")+            Core.<*> (o Core..:? "operation")+            Core.<*> (o Core..:? "operationStartTime")+            Core.<*> (o Core..:? "resource")+            Core.<*> (o Core..:? "resourceType")+            Core.<*> (o Core..:? "targetVersion")+      )++instance Core.ToJSON UpgradeEvent where+  toJSON UpgradeEvent {..} =+    Core.object+      ( Core.catMaybes+          [ ("currentVersion" Core..=) Core.<$> currentVersion,+            ("operation" Core..=) Core.<$> operation,+            ("operationStartTime" Core..=) Core.<$> operationStartTime,+            ("resource" Core..=) Core.<$> resource,+            ("resourceType" Core..=) Core.<$> resourceType,+            ("targetVersion" Core..=) Core.<$> targetVersion+          ]+      )++-- | UpgradeInfoEvent is a notification sent to customers about the upgrade information of a resource.+--+-- /See:/ 'newUpgradeInfoEvent' smart constructor.+data UpgradeInfoEvent = UpgradeInfoEvent+  { -- | The current version before the upgrade.+    currentVersion :: (Core.Maybe Core.Text),+    -- | A brief description of the event.+    description :: (Core.Maybe Core.Text),+    -- | The time when the operation ended.+    endTime :: (Core.Maybe Core.DateTime),+    -- | The type of the event.+    eventType :: (Core.Maybe UpgradeInfoEvent_EventType),+    -- | The end of extended support timestamp.+    extendedSupportEndTime :: (Core.Maybe Core.DateTime),+    -- | The operation associated with this upgrade.+    operation :: (Core.Maybe Core.Text),+    -- | Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.+    resource :: (Core.Maybe Core.Text),+    -- | The resource type associated with the upgrade.+    resourceType :: (Core.Maybe UpgradeInfoEvent_ResourceType),+    -- | The end of standard support timestamp.+    standardSupportEndTime :: (Core.Maybe Core.DateTime),+    -- | The time when the operation was started.+    startTime :: (Core.Maybe Core.DateTime),+    -- | Output only. The state of the upgrade.+    state :: (Core.Maybe UpgradeInfoEvent_State),+    -- | The target version for the upgrade.+    targetVersion :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpgradeInfoEvent' with the minimum fields required to make a request.+newUpgradeInfoEvent ::+  UpgradeInfoEvent+newUpgradeInfoEvent =+  UpgradeInfoEvent+    { currentVersion = Core.Nothing,+      description = Core.Nothing,+      endTime = Core.Nothing,+      eventType = Core.Nothing,+      extendedSupportEndTime = Core.Nothing,+      operation = Core.Nothing,+      resource = Core.Nothing,+      resourceType = Core.Nothing,+      standardSupportEndTime = Core.Nothing,+      startTime = Core.Nothing,+      state = Core.Nothing,+      targetVersion = Core.Nothing+    }++instance Core.FromJSON UpgradeInfoEvent where+  parseJSON =+    Core.withObject+      "UpgradeInfoEvent"+      ( \o ->+          UpgradeInfoEvent+            Core.<$> (o Core..:? "currentVersion")+            Core.<*> (o Core..:? "description")+            Core.<*> (o Core..:? "endTime")+            Core.<*> (o Core..:? "eventType")+            Core.<*> (o Core..:? "extendedSupportEndTime")+            Core.<*> (o Core..:? "operation")+            Core.<*> (o Core..:? "resource")+            Core.<*> (o Core..:? "resourceType")+            Core.<*> (o Core..:? "standardSupportEndTime")+            Core.<*> (o Core..:? "startTime")+            Core.<*> (o Core..:? "state")+            Core.<*> (o Core..:? "targetVersion")+      )++instance Core.ToJSON UpgradeInfoEvent where+  toJSON UpgradeInfoEvent {..} =+    Core.object+      ( Core.catMaybes+          [ ("currentVersion" Core..=) Core.<$> currentVersion,+            ("description" Core..=) Core.<$> description,+            ("endTime" Core..=) Core.<$> endTime,+            ("eventType" Core..=) Core.<$> eventType,+            ("extendedSupportEndTime" Core..=) Core.<$> extendedSupportEndTime,+            ("operation" Core..=) Core.<$> operation,+            ("resource" Core..=) Core.<$> resource,+            ("resourceType" Core..=) Core.<$> resourceType,+            ("standardSupportEndTime" Core..=) Core.<$> standardSupportEndTime,+            ("startTime" Core..=) Core.<$> startTime,+            ("state" Core..=) Core.<$> state,+            ("targetVersion" Core..=) Core.<$> targetVersion+          ]+      )++-- | These upgrade settings control the level of parallelism and the level of disruption caused by an upgrade. maxUnavailable controls the number of nodes that can be simultaneously unavailable. maxSurge controls the number of additional nodes that can be added to the node pool temporarily for the time of the upgrade to increase the number of available nodes. (maxUnavailable + maxSurge) determines the level of parallelism (how many nodes are being upgraded at the same time). Note: upgrades inevitably introduce some disruption since workloads need to be moved from old nodes to new, upgraded ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the same time. This ensures that there are always at+-- least 4 nodes available. These upgrade settings configure the upgrade strategy for the node pool. Use strategy to switch between the strategies applied to the node pool. If the strategy is ROLLING, use max/surge and max/unavailable to control the level of parallelism and the level of disruption caused by upgrade. 1. maxSurge controls the number of additional nodes that can be added to the node pool temporarily for the time of the upgrade to increase the number of available nodes. 2. maxUnavailable controls the number of nodes that can be simultaneously unavailable. 3. (maxUnavailable + maxSurge) determines the level of parallelism (how many nodes are being upgraded at the same time). If the strategy is BLUE/GREEN, use blue/green/settings to configure the blue-green upgrade related settings. 1. standard/rollout/policy is the default policy. The policy is used to control the way blue pool gets drained. The draining is executed in the batch mode. The batch size could be specified as either percentage of the node+-- pool size or the number of nodes. batch/soak/duration is the soak time after each batch gets drained. 2. node/pool/soak/duration is the soak time after all blue nodes are drained. After this period, the blue pool nodes will be deleted.+--+-- /See:/ 'newUpgradeSettings' smart constructor.+data UpgradeSettings = UpgradeSettings+  { -- | Settings for blue-green upgrade strategy.+    blueGreenSettings :: (Core.Maybe BlueGreenSettings),+    -- | The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.+    maxSurge :: (Core.Maybe Core.Int32),+    -- | The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.+    maxUnavailable :: (Core.Maybe Core.Int32),+    -- | Update strategy of the node pool.+    strategy :: (Core.Maybe UpgradeSettings_Strategy)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UpgradeSettings' with the minimum fields required to make a request.+newUpgradeSettings ::+  UpgradeSettings+newUpgradeSettings =+  UpgradeSettings+    { blueGreenSettings = Core.Nothing,+      maxSurge = Core.Nothing,+      maxUnavailable = Core.Nothing,+      strategy = Core.Nothing+    }++instance Core.FromJSON UpgradeSettings where+  parseJSON =+    Core.withObject+      "UpgradeSettings"+      ( \o ->+          UpgradeSettings+            Core.<$> (o Core..:? "blueGreenSettings")+            Core.<*> (o Core..:? "maxSurge")+            Core.<*> (o Core..:? "maxUnavailable")+            Core.<*> (o Core..:? "strategy")+      )++instance Core.ToJSON UpgradeSettings where+  toJSON UpgradeSettings {..} =+    Core.object+      ( Core.catMaybes+          [ ("blueGreenSettings" Core..=) Core.<$> blueGreenSettings,+            ("maxSurge" Core..=) Core.<$> maxSurge,+            ("maxUnavailable" Core..=) Core.<$> maxUnavailable,+            ("strategy" Core..=) Core.<$> strategy+          ]+      )++-- | UsableSubnetwork resource returns the subnetwork name, its associated network and the primary CIDR range.+--+-- /See:/ 'newUsableSubnetwork' smart constructor.+data UsableSubnetwork = UsableSubnetwork+  { -- | The range of internal addresses that are owned by this subnetwork.+    ipCidrRange :: (Core.Maybe Core.Text),+    -- | Network Name. Example: projects\/my-project\/global\/networks\/my-network+    network :: (Core.Maybe Core.Text),+    -- | Secondary IP ranges.+    secondaryIpRanges :: (Core.Maybe [UsableSubnetworkSecondaryRange]),+    -- | A human readable status message representing the reasons for cases where the caller cannot use the secondary ranges under the subnet. For example if the secondary/ip/ranges is empty due to a permission issue, an insufficient permission message will be given by status_message.+    statusMessage :: (Core.Maybe Core.Text),+    -- | Subnetwork Name. Example: projects\/my-project\/regions\/us-central1\/subnetworks\/my-subnet+    subnetwork :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UsableSubnetwork' with the minimum fields required to make a request.+newUsableSubnetwork ::+  UsableSubnetwork+newUsableSubnetwork =+  UsableSubnetwork+    { ipCidrRange = Core.Nothing,+      network = Core.Nothing,+      secondaryIpRanges = Core.Nothing,+      statusMessage = Core.Nothing,+      subnetwork = Core.Nothing+    }++instance Core.FromJSON UsableSubnetwork where+  parseJSON =+    Core.withObject+      "UsableSubnetwork"+      ( \o ->+          UsableSubnetwork+            Core.<$> (o Core..:? "ipCidrRange")+            Core.<*> (o Core..:? "network")+            Core.<*> (o Core..:? "secondaryIpRanges")+            Core.<*> (o Core..:? "statusMessage")+            Core.<*> (o Core..:? "subnetwork")+      )++instance Core.ToJSON UsableSubnetwork where+  toJSON UsableSubnetwork {..} =+    Core.object+      ( Core.catMaybes+          [ ("ipCidrRange" Core..=) Core.<$> ipCidrRange,+            ("network" Core..=) Core.<$> network,+            ("secondaryIpRanges" Core..=) Core.<$> secondaryIpRanges,+            ("statusMessage" Core..=) Core.<$> statusMessage,+            ("subnetwork" Core..=) Core.<$> subnetwork+          ]+      )++-- | Secondary IP range of a usable subnetwork.+--+-- /See:/ 'newUsableSubnetworkSecondaryRange' smart constructor.+data UsableSubnetworkSecondaryRange = UsableSubnetworkSecondaryRange+  { -- | The range of IP addresses belonging to this subnetwork secondary range.+    ipCidrRange :: (Core.Maybe Core.Text),+    -- | The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance.+    rangeName :: (Core.Maybe Core.Text),+    -- | This field is to determine the status of the secondary range programmably.+    status :: (Core.Maybe UsableSubnetworkSecondaryRange_Status)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UsableSubnetworkSecondaryRange' with the minimum fields required to make a request.+newUsableSubnetworkSecondaryRange ::+  UsableSubnetworkSecondaryRange+newUsableSubnetworkSecondaryRange =+  UsableSubnetworkSecondaryRange+    { ipCidrRange = Core.Nothing,+      rangeName = Core.Nothing,+      status = Core.Nothing+    }++instance Core.FromJSON UsableSubnetworkSecondaryRange where+  parseJSON =+    Core.withObject+      "UsableSubnetworkSecondaryRange"+      ( \o ->+          UsableSubnetworkSecondaryRange+            Core.<$> (o Core..:? "ipCidrRange")+            Core.<*> (o Core..:? "rangeName")+            Core.<*> (o Core..:? "status")+      )++instance Core.ToJSON UsableSubnetworkSecondaryRange where+  toJSON UsableSubnetworkSecondaryRange {..} =+    Core.object+      ( Core.catMaybes+          [ ("ipCidrRange" Core..=) Core.<$> ipCidrRange,+            ("rangeName" Core..=) Core.<$> rangeName,+            ("status" Core..=) Core.<$> status+          ]+      )++-- | UserManagedKeysConfig holds the resource address to Keys which are used for signing certs and token that are used for communication within cluster.+--+-- /See:/ 'newUserManagedKeysConfig' smart constructor.+data UserManagedKeysConfig = UserManagedKeysConfig+  { -- | The Certificate Authority Service caPool to use for the aggregation CA in this cluster.+    aggregationCa :: (Core.Maybe Core.Text),+    -- | The Certificate Authority Service caPool to use for the cluster CA in this cluster.+    clusterCa :: (Core.Maybe Core.Text),+    -- | The Cloud KMS cryptoKey to use for Confidential Hyperdisk on the control plane nodes.+    controlPlaneDiskEncryptionKey :: (Core.Maybe Core.Text),+    -- | Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this cluster.+    etcdApiCa :: (Core.Maybe Core.Text),+    -- | Resource path of the Certificate Authority Service caPool to use for the etcd peer CA in this cluster.+    etcdPeerCa :: (Core.Maybe Core.Text),+    -- | Resource path of the Cloud KMS cryptoKey to use for encryption of internal etcd backups.+    gkeopsEtcdBackupEncryptionKey :: (Core.Maybe Core.Text),+    -- | The Cloud KMS cryptoKeyVersions to use for signing service account JWTs issued by this cluster. Format: @projects\/{project}\/locations\/{location}\/keyRings\/{keyring}\/cryptoKeys\/{cryptoKey}\/cryptoKeyVersions\/{cryptoKeyVersion}@+    serviceAccountSigningKeys :: (Core.Maybe [Core.Text]),+    -- | The Cloud KMS cryptoKeyVersions to use for verifying service account JWTs issued by this cluster. Format: @projects\/{project}\/locations\/{location}\/keyRings\/{keyring}\/cryptoKeys\/{cryptoKey}\/cryptoKeyVersions\/{cryptoKeyVersion}@+    serviceAccountVerificationKeys :: (Core.Maybe [Core.Text])+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'UserManagedKeysConfig' with the minimum fields required to make a request.+newUserManagedKeysConfig ::+  UserManagedKeysConfig+newUserManagedKeysConfig =+  UserManagedKeysConfig+    { aggregationCa = Core.Nothing,+      clusterCa = Core.Nothing,+      controlPlaneDiskEncryptionKey = Core.Nothing,+      etcdApiCa = Core.Nothing,+      etcdPeerCa = Core.Nothing,+      gkeopsEtcdBackupEncryptionKey = Core.Nothing,+      serviceAccountSigningKeys = Core.Nothing,+      serviceAccountVerificationKeys = Core.Nothing+    }++instance Core.FromJSON UserManagedKeysConfig where+  parseJSON =+    Core.withObject+      "UserManagedKeysConfig"+      ( \o ->+          UserManagedKeysConfig+            Core.<$> (o Core..:? "aggregationCa")+            Core.<*> (o Core..:? "clusterCa")+            Core.<*> (o Core..:? "controlPlaneDiskEncryptionKey")+            Core.<*> (o Core..:? "etcdApiCa")+            Core.<*> (o Core..:? "etcdPeerCa")+            Core.<*> (o Core..:? "gkeopsEtcdBackupEncryptionKey")+            Core.<*> (o Core..:? "serviceAccountSigningKeys")+            Core.<*> (o Core..:? "serviceAccountVerificationKeys")+      )++instance Core.ToJSON UserManagedKeysConfig where+  toJSON UserManagedKeysConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("aggregationCa" Core..=) Core.<$> aggregationCa,+            ("clusterCa" Core..=) Core.<$> clusterCa,+            ("controlPlaneDiskEncryptionKey" Core..=)+              Core.<$> controlPlaneDiskEncryptionKey,+            ("etcdApiCa" Core..=) Core.<$> etcdApiCa,+            ("etcdPeerCa" Core..=) Core.<$> etcdPeerCa,+            ("gkeopsEtcdBackupEncryptionKey" Core..=)+              Core.<$> gkeopsEtcdBackupEncryptionKey,+            ("serviceAccountSigningKeys" Core..=)+              Core.<$> serviceAccountSigningKeys,+            ("serviceAccountVerificationKeys" Core..=)+              Core.<$> serviceAccountVerificationKeys+          ]+      )++-- | VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.+--+-- /See:/ 'newVerticalPodAutoscaling' smart constructor.+newtype VerticalPodAutoscaling = VerticalPodAutoscaling+  { -- | Enables vertical pod autoscaling.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'VerticalPodAutoscaling' with the minimum fields required to make a request.+newVerticalPodAutoscaling ::+  VerticalPodAutoscaling+newVerticalPodAutoscaling =+  VerticalPodAutoscaling {enabled = Core.Nothing}++instance Core.FromJSON VerticalPodAutoscaling where+  parseJSON =+    Core.withObject+      "VerticalPodAutoscaling"+      (\o -> VerticalPodAutoscaling Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON VerticalPodAutoscaling where+  toJSON VerticalPodAutoscaling {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Configuration of gVNIC feature.+--+-- /See:/ 'newVirtualNIC' smart constructor.+newtype VirtualNIC = VirtualNIC+  { -- | Whether gVNIC features are enabled in the node pool.+    enabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'VirtualNIC' with the minimum fields required to make a request.+newVirtualNIC ::+  VirtualNIC+newVirtualNIC = VirtualNIC {enabled = Core.Nothing}++instance Core.FromJSON VirtualNIC where+  parseJSON =+    Core.withObject+      "VirtualNIC"+      (\o -> VirtualNIC Core.<$> (o Core..:? "enabled"))++instance Core.ToJSON VirtualNIC where+  toJSON VirtualNIC {..} =+    Core.object+      (Core.catMaybes [("enabled" Core..=) Core.<$> enabled])++-- | Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings+--+-- /See:/ 'newWindowsNodeConfig' smart constructor.+newtype WindowsNodeConfig = WindowsNodeConfig+  { -- | OSVersion specifies the Windows node config to be used on the node+    osVersion :: (Core.Maybe WindowsNodeConfig_OsVersion)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'WindowsNodeConfig' with the minimum fields required to make a request.+newWindowsNodeConfig ::+  WindowsNodeConfig+newWindowsNodeConfig = WindowsNodeConfig {osVersion = Core.Nothing}++instance Core.FromJSON WindowsNodeConfig where+  parseJSON =+    Core.withObject+      "WindowsNodeConfig"+      (\o -> WindowsNodeConfig Core.<$> (o Core..:? "osVersion"))++instance Core.ToJSON WindowsNodeConfig where+  toJSON WindowsNodeConfig {..} =+    Core.object+      (Core.catMaybes [("osVersion" Core..=) Core.<$> osVersion])++-- | Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.+--+-- /See:/ 'newWorkloadIdentityConfig' smart constructor.+newtype WorkloadIdentityConfig = WorkloadIdentityConfig+  { -- | The workload pool to attach all Kubernetes service accounts to.+    workloadPool :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'WorkloadIdentityConfig' with the minimum fields required to make a request.+newWorkloadIdentityConfig ::+  WorkloadIdentityConfig+newWorkloadIdentityConfig =+  WorkloadIdentityConfig {workloadPool = Core.Nothing}++instance Core.FromJSON WorkloadIdentityConfig where+  parseJSON =+    Core.withObject+      "WorkloadIdentityConfig"+      ( \o ->+          WorkloadIdentityConfig Core.<$> (o Core..:? "workloadPool")+      )++instance Core.ToJSON WorkloadIdentityConfig where+  toJSON WorkloadIdentityConfig {..} =+    Core.object+      (Core.catMaybes [("workloadPool" Core..=) Core.<$> workloadPool])++-- | WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool.+--+-- /See:/ 'newWorkloadMetadataConfig' smart constructor.+newtype WorkloadMetadataConfig = WorkloadMetadataConfig+  { -- | Mode is the configuration for how to expose metadata to workloads running on the node pool.+    mode :: (Core.Maybe WorkloadMetadataConfig_Mode)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'WorkloadMetadataConfig' with the minimum fields required to make a request.+newWorkloadMetadataConfig ::+  WorkloadMetadataConfig+newWorkloadMetadataConfig =+  WorkloadMetadataConfig {mode = Core.Nothing}++instance Core.FromJSON WorkloadMetadataConfig where+  parseJSON =+    Core.withObject+      "WorkloadMetadataConfig"+      (\o -> WorkloadMetadataConfig Core.<$> (o Core..:? "mode"))++instance Core.ToJSON WorkloadMetadataConfig where+  toJSON WorkloadMetadataConfig {..} =+    Core.object (Core.catMaybes [("mode" Core..=) Core.<$> mode])++-- | WorkloadPolicyConfig is the configuration related to GCW workload policy+--+-- /See:/ 'newWorkloadPolicyConfig' smart constructor.+data WorkloadPolicyConfig = WorkloadPolicyConfig+  { -- | If true, workloads can use NET_ADMIN capability.+    allowNetAdmin :: (Core.Maybe Core.Bool),+    -- | If true, enables the GCW Auditor that audits workloads on standard clusters.+    autopilotCompatibilityAuditingEnabled :: (Core.Maybe Core.Bool)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'WorkloadPolicyConfig' with the minimum fields required to make a request.+newWorkloadPolicyConfig ::+  WorkloadPolicyConfig+newWorkloadPolicyConfig =+  WorkloadPolicyConfig+    { allowNetAdmin = Core.Nothing,+      autopilotCompatibilityAuditingEnabled = Core.Nothing+    }++instance Core.FromJSON WorkloadPolicyConfig where+  parseJSON =+    Core.withObject+      "WorkloadPolicyConfig"+      ( \o ->+          WorkloadPolicyConfig+            Core.<$> (o Core..:? "allowNetAdmin")+            Core.<*> (o Core..:? "autopilotCompatibilityAuditingEnabled")+      )++instance Core.ToJSON WorkloadPolicyConfig where+  toJSON WorkloadPolicyConfig {..} =+    Core.object+      ( Core.catMaybes+          [ ("allowNetAdmin" Core..=) Core.<$> allowNetAdmin,+            ("autopilotCompatibilityAuditingEnabled" Core..=)+              Core.<$> autopilotCompatibilityAuditingEnabled+          ]+      )
+ gen/Gogol/Container/Internal/Sum.hs view
@@ -0,0 +1,3240 @@+{-# 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.Container.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.Container.Internal.Sum+  ( -- * Xgafv+    Xgafv+      ( Xgafv_1,+        Xgafv_2,+        ..+      ),++    -- * AdvancedDatapathObservabilityConfig_RelayMode+    AdvancedDatapathObservabilityConfig_RelayMode+      ( AdvancedDatapathObservabilityConfig_RelayMode_RELAYMODEUNSPECIFIED,+        AdvancedDatapathObservabilityConfig_RelayMode_Disabled,+        AdvancedDatapathObservabilityConfig_RelayMode_INTERNALVPCLB,+        AdvancedDatapathObservabilityConfig_RelayMode_EXTERNALLB,+        ..+      ),++    -- * AutoMonitoringConfig_Scope+    AutoMonitoringConfig_Scope+      ( AutoMonitoringConfig_Scope_SCOPEUNSPECIFIED,+        AutoMonitoringConfig_Scope_All,+        AutoMonitoringConfig_Scope_None,+        ..+      ),++    -- * AutopilotCompatibilityIssue_IncompatibilityType+    AutopilotCompatibilityIssue_IncompatibilityType+      ( AutopilotCompatibilityIssue_IncompatibilityType_Unspecified,+        AutopilotCompatibilityIssue_IncompatibilityType_Incompatibility,+        AutopilotCompatibilityIssue_IncompatibilityType_ADDITIONALCONFIGREQUIRED,+        AutopilotCompatibilityIssue_IncompatibilityType_PASSEDWITHOPTIONALCONFIG,+        ..+      ),++    -- * BinaryAuthorization_EvaluationMode+    BinaryAuthorization_EvaluationMode+      ( BinaryAuthorization_EvaluationMode_EVALUATIONMODEUNSPECIFIED,+        BinaryAuthorization_EvaluationMode_Disabled,+        BinaryAuthorization_EvaluationMode_PROJECTSINGLETONPOLICYENFORCE,+        ..+      ),++    -- * BlueGreenInfo_Phase+    BlueGreenInfo_Phase+      ( BlueGreenInfo_Phase_PHASEUNSPECIFIED,+        BlueGreenInfo_Phase_UPDATESTARTED,+        BlueGreenInfo_Phase_CREATINGGREENPOOL,+        BlueGreenInfo_Phase_CORDONINGBLUEPOOL,+        BlueGreenInfo_Phase_DRAININGBLUEPOOL,+        BlueGreenInfo_Phase_NODEPOOLSOAKING,+        BlueGreenInfo_Phase_DELETINGBLUEPOOL,+        BlueGreenInfo_Phase_ROLLBACKSTARTED,+        ..+      ),++    -- * CloudRunConfig_LoadBalancerType+    CloudRunConfig_LoadBalancerType+      ( CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEUNSPECIFIED,+        CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEEXTERNAL,+        CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEINTERNAL,+        ..+      ),++    -- * Cluster_Status+    Cluster_Status+      ( Cluster_Status_STATUSUNSPECIFIED,+        Cluster_Status_Provisioning,+        Cluster_Status_Running,+        Cluster_Status_Reconciling,+        Cluster_Status_Stopping,+        Cluster_Status_Error',+        Cluster_Status_Degraded,+        ..+      ),++    -- * ClusterAutoscaling_AutoscalingProfile+    ClusterAutoscaling_AutoscalingProfile+      ( ClusterAutoscaling_AutoscalingProfile_PROFILEUNSPECIFIED,+        ClusterAutoscaling_AutoscalingProfile_OPTIMIZEUTILIZATION,+        ClusterAutoscaling_AutoscalingProfile_Balanced,+        ..+      ),++    -- * ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier+    ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier+      ( ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier_TIERUNSPECIFIED,+        ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier_TIER_1,+        ..+      ),++    -- * ClusterUpdate_DesiredDatapathProvider+    ClusterUpdate_DesiredDatapathProvider+      ( ClusterUpdate_DesiredDatapathProvider_DATAPATHPROVIDERUNSPECIFIED,+        ClusterUpdate_DesiredDatapathProvider_LEGACYDATAPATH,+        ClusterUpdate_DesiredDatapathProvider_ADVANCEDDATAPATH,+        ..+      ),++    -- * ClusterUpdate_DesiredInTransitEncryptionConfig+    ClusterUpdate_DesiredInTransitEncryptionConfig+      ( ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONCONFIGUNSPECIFIED,+        ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONDISABLED,+        ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONINTERNODETRANSPARENT,+        ..+      ),++    -- * ClusterUpdate_DesiredPrivateIpv6GoogleAccess+    ClusterUpdate_DesiredPrivateIpv6GoogleAccess+      ( ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSUNSPECIFIED,+        ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSDISABLED,+        ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSTOGOOGLE,+        ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSBIDIRECTIONAL,+        ..+      ),++    -- * ClusterUpdate_DesiredStackType+    ClusterUpdate_DesiredStackType+      ( ClusterUpdate_DesiredStackType_STACKTYPEUNSPECIFIED,+        ClusterUpdate_DesiredStackType_IPV4,+        ClusterUpdate_DesiredStackType_IPV4_IPV6,+        ..+      ),++    -- * CompliancePostureConfig_Mode+    CompliancePostureConfig_Mode+      ( CompliancePostureConfig_Mode_MODEUNSPECIFIED,+        CompliancePostureConfig_Mode_Disabled,+        CompliancePostureConfig_Mode_Enabled,+        ..+      ),++    -- * DNSConfig_ClusterDns+    DNSConfig_ClusterDns+      ( DNSConfig_ClusterDns_PROVIDERUNSPECIFIED,+        DNSConfig_ClusterDns_PLATFORMDEFAULT,+        DNSConfig_ClusterDns_CLOUDDNS,+        DNSConfig_ClusterDns_KUBEDNS,+        ..+      ),++    -- * DNSConfig_ClusterDnsScope+    DNSConfig_ClusterDnsScope+      ( DNSConfig_ClusterDnsScope_DNSSCOPEUNSPECIFIED,+        DNSConfig_ClusterDnsScope_CLUSTERSCOPE,+        DNSConfig_ClusterDnsScope_VPCSCOPE,+        ..+      ),++    -- * DatabaseEncryption_CurrentState+    DatabaseEncryption_CurrentState+      ( DatabaseEncryption_CurrentState_CURRENTSTATEUNSPECIFIED,+        DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTED,+        DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTED,+        DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTIONPENDING,+        DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTIONERROR,+        DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTIONPENDING,+        DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTIONERROR,+        ..+      ),++    -- * DatabaseEncryption_State+    DatabaseEncryption_State+      ( DatabaseEncryption_State_Unknown,+        DatabaseEncryption_State_Encrypted,+        DatabaseEncryption_State_Decrypted,+        ..+      ),++    -- * DesiredEnterpriseConfig_DesiredTier+    DesiredEnterpriseConfig_DesiredTier+      ( DesiredEnterpriseConfig_DesiredTier_CLUSTERTIERUNSPECIFIED,+        DesiredEnterpriseConfig_DesiredTier_Standard,+        DesiredEnterpriseConfig_DesiredTier_Enterprise,+        ..+      ),++    -- * EnterpriseConfig_ClusterTier+    EnterpriseConfig_ClusterTier+      ( EnterpriseConfig_ClusterTier_CLUSTERTIERUNSPECIFIED,+        EnterpriseConfig_ClusterTier_Standard,+        EnterpriseConfig_ClusterTier_Enterprise,+        ..+      ),++    -- * EnterpriseConfig_DesiredTier+    EnterpriseConfig_DesiredTier+      ( EnterpriseConfig_DesiredTier_CLUSTERTIERUNSPECIFIED,+        EnterpriseConfig_DesiredTier_Standard,+        EnterpriseConfig_DesiredTier_Enterprise,+        ..+      ),++    -- * Filter_EventTypeItem+    Filter_EventTypeItem+      ( Filter_EventTypeItem_EVENTTYPEUNSPECIFIED,+        Filter_EventTypeItem_UPGRADEAVAILABLEEVENT,+        Filter_EventTypeItem_UPGRADEEVENT,+        Filter_EventTypeItem_SECURITYBULLETINEVENT,+        Filter_EventTypeItem_UPGRADEINFOEVENT,+        ..+      ),++    -- * GPUDriverInstallationConfig_GpuDriverVersion+    GPUDriverInstallationConfig_GpuDriverVersion+      ( GPUDriverInstallationConfig_GpuDriverVersion_GPUDRIVERVERSIONUNSPECIFIED,+        GPUDriverInstallationConfig_GpuDriverVersion_INSTALLATIONDISABLED,+        GPUDriverInstallationConfig_GpuDriverVersion_Default,+        GPUDriverInstallationConfig_GpuDriverVersion_Latest,+        ..+      ),++    -- * GPUSharingConfig_GpuSharingStrategy+    GPUSharingConfig_GpuSharingStrategy+      ( GPUSharingConfig_GpuSharingStrategy_GPUSHARINGSTRATEGYUNSPECIFIED,+        GPUSharingConfig_GpuSharingStrategy_TIMESHARING,+        GPUSharingConfig_GpuSharingStrategy_Mps,+        ..+      ),++    -- * GatewayAPIConfig_Channel+    GatewayAPIConfig_Channel+      ( GatewayAPIConfig_Channel_CHANNELUNSPECIFIED,+        GatewayAPIConfig_Channel_CHANNELDISABLED,+        GatewayAPIConfig_Channel_CHANNELEXPERIMENTAL,+        GatewayAPIConfig_Channel_CHANNELSTANDARD,+        ..+      ),++    -- * IPAllocationPolicy_Ipv6AccessType+    IPAllocationPolicy_Ipv6AccessType+      ( IPAllocationPolicy_Ipv6AccessType_IPV6ACCESSTYPEUNSPECIFIED,+        IPAllocationPolicy_Ipv6AccessType_Internal,+        IPAllocationPolicy_Ipv6AccessType_External,+        ..+      ),++    -- * IPAllocationPolicy_StackType+    IPAllocationPolicy_StackType+      ( IPAllocationPolicy_StackType_STACKTYPEUNSPECIFIED,+        IPAllocationPolicy_StackType_IPV4,+        IPAllocationPolicy_StackType_IPV4_IPV6,+        ..+      ),++    -- * LinuxNodeConfig_CgroupMode+    LinuxNodeConfig_CgroupMode+      ( LinuxNodeConfig_CgroupMode_CGROUPMODEUNSPECIFIED,+        LinuxNodeConfig_CgroupMode_CGROUP_MODE_V1,+        LinuxNodeConfig_CgroupMode_CGROUP_MODE_V2,+        ..+      ),++    -- * LoggingComponentConfig_EnableComponentsItem+    LoggingComponentConfig_EnableComponentsItem+      ( LoggingComponentConfig_EnableComponentsItem_COMPONENTUNSPECIFIED,+        LoggingComponentConfig_EnableComponentsItem_SYSTEMCOMPONENTS,+        LoggingComponentConfig_EnableComponentsItem_Workloads,+        LoggingComponentConfig_EnableComponentsItem_Apiserver,+        LoggingComponentConfig_EnableComponentsItem_Scheduler,+        LoggingComponentConfig_EnableComponentsItem_CONTROLLERMANAGER,+        LoggingComponentConfig_EnableComponentsItem_KCPSSHD,+        LoggingComponentConfig_EnableComponentsItem_KCPCONNECTION,+        LoggingComponentConfig_EnableComponentsItem_KCPHPA,+        ..+      ),++    -- * LoggingVariantConfig_Variant+    LoggingVariantConfig_Variant+      ( LoggingVariantConfig_Variant_VARIANTUNSPECIFIED,+        LoggingVariantConfig_Variant_Default,+        LoggingVariantConfig_Variant_MAXTHROUGHPUT,+        ..+      ),++    -- * MaintenanceExclusionOptions_Scope+    MaintenanceExclusionOptions_Scope+      ( MaintenanceExclusionOptions_Scope_NOUPGRADES,+        MaintenanceExclusionOptions_Scope_NOMINORUPGRADES,+        MaintenanceExclusionOptions_Scope_NOMINORORNODEUPGRADES,+        ..+      ),++    -- * MonitoringComponentConfig_EnableComponentsItem+    MonitoringComponentConfig_EnableComponentsItem+      ( MonitoringComponentConfig_EnableComponentsItem_COMPONENTUNSPECIFIED,+        MonitoringComponentConfig_EnableComponentsItem_SYSTEMCOMPONENTS,+        MonitoringComponentConfig_EnableComponentsItem_Apiserver,+        MonitoringComponentConfig_EnableComponentsItem_Scheduler,+        MonitoringComponentConfig_EnableComponentsItem_CONTROLLERMANAGER,+        MonitoringComponentConfig_EnableComponentsItem_Storage,+        MonitoringComponentConfig_EnableComponentsItem_Hpa,+        MonitoringComponentConfig_EnableComponentsItem_Pod,+        MonitoringComponentConfig_EnableComponentsItem_Daemonset,+        MonitoringComponentConfig_EnableComponentsItem_Deployment,+        MonitoringComponentConfig_EnableComponentsItem_Statefulset,+        MonitoringComponentConfig_EnableComponentsItem_Cadvisor,+        MonitoringComponentConfig_EnableComponentsItem_Kubelet,+        MonitoringComponentConfig_EnableComponentsItem_Dcgm,+        MonitoringComponentConfig_EnableComponentsItem_Jobset,+        ..+      ),++    -- * NetworkConfig_DatapathProvider+    NetworkConfig_DatapathProvider+      ( NetworkConfig_DatapathProvider_DATAPATHPROVIDERUNSPECIFIED,+        NetworkConfig_DatapathProvider_LEGACYDATAPATH,+        NetworkConfig_DatapathProvider_ADVANCEDDATAPATH,+        ..+      ),++    -- * NetworkConfig_InTransitEncryptionConfig+    NetworkConfig_InTransitEncryptionConfig+      ( NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONCONFIGUNSPECIFIED,+        NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONDISABLED,+        NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONINTERNODETRANSPARENT,+        ..+      ),++    -- * NetworkConfig_PrivateIpv6GoogleAccess+    NetworkConfig_PrivateIpv6GoogleAccess+      ( NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSUNSPECIFIED,+        NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSDISABLED,+        NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSTOGOOGLE,+        NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSBIDIRECTIONAL,+        ..+      ),++    -- * NetworkPerformanceConfig_TotalEgressBandwidthTier+    NetworkPerformanceConfig_TotalEgressBandwidthTier+      ( NetworkPerformanceConfig_TotalEgressBandwidthTier_TIERUNSPECIFIED,+        NetworkPerformanceConfig_TotalEgressBandwidthTier_TIER_1,+        ..+      ),++    -- * NetworkPolicy_Provider+    NetworkPolicy_Provider+      ( NetworkPolicy_Provider_PROVIDERUNSPECIFIED,+        NetworkPolicy_Provider_Calico,+        ..+      ),++    -- * NodeAffinity_Operator+    NodeAffinity_Operator+      ( NodeAffinity_Operator_OPERATORUNSPECIFIED,+        NodeAffinity_Operator_IN,+        NodeAffinity_Operator_NOTIN,+        ..+      ),++    -- * NodeConfig_EffectiveCgroupMode+    NodeConfig_EffectiveCgroupMode+      ( NodeConfig_EffectiveCgroupMode_EFFECTIVECGROUPMODEUNSPECIFIED,+        NodeConfig_EffectiveCgroupMode_EFFECTIVE_CGROUP_MODE_V1,+        NodeConfig_EffectiveCgroupMode_EFFECTIVE_CGROUP_MODE_V2,+        ..+      ),++    -- * NodeConfig_LocalSsdEncryptionMode+    NodeConfig_LocalSsdEncryptionMode+      ( NodeConfig_LocalSsdEncryptionMode_LOCALSSDENCRYPTIONMODEUNSPECIFIED,+        NodeConfig_LocalSsdEncryptionMode_STANDARDENCRYPTION,+        NodeConfig_LocalSsdEncryptionMode_EPHEMERALKEYENCRYPTION,+        ..+      ),++    -- * NodePool_Status+    NodePool_Status+      ( NodePool_Status_STATUSUNSPECIFIED,+        NodePool_Status_Provisioning,+        NodePool_Status_Running,+        NodePool_Status_RUNNINGWITHERROR,+        NodePool_Status_Reconciling,+        NodePool_Status_Stopping,+        NodePool_Status_Error',+        ..+      ),++    -- * NodePoolAutoscaling_LocationPolicy+    NodePoolAutoscaling_LocationPolicy+      ( NodePoolAutoscaling_LocationPolicy_LOCATIONPOLICYUNSPECIFIED,+        NodePoolAutoscaling_LocationPolicy_Balanced,+        NodePoolAutoscaling_LocationPolicy_Any,+        ..+      ),++    -- * NodeTaint_Effect+    NodeTaint_Effect+      ( NodeTaint_Effect_EFFECTUNSPECIFIED,+        NodeTaint_Effect_NOSCHEDULE,+        NodeTaint_Effect_PREFERNOSCHEDULE,+        NodeTaint_Effect_NOEXECUTE,+        ..+      ),++    -- * Operation_OperationType+    Operation_OperationType+      ( Operation_OperationType_TYPEUNSPECIFIED,+        Operation_OperationType_CREATECLUSTER,+        Operation_OperationType_DELETECLUSTER,+        Operation_OperationType_UPGRADEMASTER,+        Operation_OperationType_UPGRADENODES,+        Operation_OperationType_REPAIRCLUSTER,+        Operation_OperationType_UPDATECLUSTER,+        Operation_OperationType_CREATENODEPOOL,+        Operation_OperationType_DELETENODEPOOL,+        Operation_OperationType_SETNODEPOOLMANAGEMENT,+        Operation_OperationType_AUTOREPAIRNODES,+        Operation_OperationType_AUTOUPGRADENODES,+        Operation_OperationType_SETLABELS,+        Operation_OperationType_SETMASTERAUTH,+        Operation_OperationType_SETNODEPOOLSIZE,+        Operation_OperationType_SETNETWORKPOLICY,+        Operation_OperationType_SETMAINTENANCEPOLICY,+        Operation_OperationType_RESIZECLUSTER,+        Operation_OperationType_FLEETFEATUREUPGRADE,+        ..+      ),++    -- * Operation_Status+    Operation_Status+      ( Operation_Status_STATUSUNSPECIFIED,+        Operation_Status_Pending,+        Operation_Status_Running,+        Operation_Status_Done,+        Operation_Status_Aborting,+        ..+      ),++    -- * OperationProgress_Status+    OperationProgress_Status+      ( OperationProgress_Status_STATUSUNSPECIFIED,+        OperationProgress_Status_Pending,+        OperationProgress_Status_Running,+        OperationProgress_Status_Done,+        OperationProgress_Status_Aborting,+        ..+      ),++    -- * PlacementPolicy_Type+    PlacementPolicy_Type+      ( PlacementPolicy_Type_TYPEUNSPECIFIED,+        PlacementPolicy_Type_Compact,+        ..+      ),++    -- * ReleaseChannel_Channel+    ReleaseChannel_Channel+      ( ReleaseChannel_Channel_Unspecified,+        ReleaseChannel_Channel_Rapid,+        ReleaseChannel_Channel_Regular,+        ReleaseChannel_Channel_Stable,+        ReleaseChannel_Channel_Extended,+        ..+      ),++    -- * ReleaseChannelConfig_Channel+    ReleaseChannelConfig_Channel+      ( ReleaseChannelConfig_Channel_Unspecified,+        ReleaseChannelConfig_Channel_Rapid,+        ReleaseChannelConfig_Channel_Regular,+        ReleaseChannelConfig_Channel_Stable,+        ReleaseChannelConfig_Channel_Extended,+        ..+      ),++    -- * ReservationAffinity_ConsumeReservationType+    ReservationAffinity_ConsumeReservationType+      ( ReservationAffinity_ConsumeReservationType_Unspecified,+        ReservationAffinity_ConsumeReservationType_NORESERVATION,+        ReservationAffinity_ConsumeReservationType_ANYRESERVATION,+        ReservationAffinity_ConsumeReservationType_SPECIFICRESERVATION,+        ..+      ),++    -- * SandboxConfig_Type+    SandboxConfig_Type+      ( SandboxConfig_Type_Unspecified,+        SandboxConfig_Type_Gvisor,+        ..+      ),++    -- * SecondaryBootDisk_Mode+    SecondaryBootDisk_Mode+      ( SecondaryBootDisk_Mode_MODEUNSPECIFIED,+        SecondaryBootDisk_Mode_CONTAINERIMAGECACHE,+        ..+      ),++    -- * SecurityPostureConfig_Mode+    SecurityPostureConfig_Mode+      ( SecurityPostureConfig_Mode_MODEUNSPECIFIED,+        SecurityPostureConfig_Mode_Disabled,+        SecurityPostureConfig_Mode_Basic,+        SecurityPostureConfig_Mode_Enterprise,+        ..+      ),++    -- * SecurityPostureConfig_VulnerabilityMode+    SecurityPostureConfig_VulnerabilityMode+      ( SecurityPostureConfig_VulnerabilityMode_VULNERABILITYMODEUNSPECIFIED,+        SecurityPostureConfig_VulnerabilityMode_VULNERABILITYDISABLED,+        SecurityPostureConfig_VulnerabilityMode_VULNERABILITYBASIC,+        SecurityPostureConfig_VulnerabilityMode_VULNERABILITYENTERPRISE,+        ..+      ),++    -- * SetMasterAuthRequest_Action+    SetMasterAuthRequest_Action+      ( SetMasterAuthRequest_Action_Unknown,+        SetMasterAuthRequest_Action_SETPASSWORD,+        SetMasterAuthRequest_Action_GENERATEPASSWORD,+        SetMasterAuthRequest_Action_SETUSERNAME,+        ..+      ),++    -- * StatusCondition_CanonicalCode+    StatusCondition_CanonicalCode+      ( StatusCondition_CanonicalCode_OK,+        StatusCondition_CanonicalCode_Cancelled,+        StatusCondition_CanonicalCode_Unknown,+        StatusCondition_CanonicalCode_INVALIDARGUMENT,+        StatusCondition_CanonicalCode_DEADLINEEXCEEDED,+        StatusCondition_CanonicalCode_NOTFOUND,+        StatusCondition_CanonicalCode_ALREADYEXISTS,+        StatusCondition_CanonicalCode_PERMISSIONDENIED,+        StatusCondition_CanonicalCode_Unauthenticated,+        StatusCondition_CanonicalCode_RESOURCEEXHAUSTED,+        StatusCondition_CanonicalCode_FAILEDPRECONDITION,+        StatusCondition_CanonicalCode_Aborted,+        StatusCondition_CanonicalCode_OUTOFRANGE,+        StatusCondition_CanonicalCode_Unimplemented,+        StatusCondition_CanonicalCode_Internal,+        StatusCondition_CanonicalCode_Unavailable,+        StatusCondition_CanonicalCode_DATALOSS,+        ..+      ),++    -- * StatusCondition_Code+    StatusCondition_Code+      ( StatusCondition_Code_Unknown,+        StatusCondition_Code_GCESTOCKOUT,+        StatusCondition_Code_GKESERVICEACCOUNTDELETED,+        StatusCondition_Code_GCEQUOTAEXCEEDED,+        StatusCondition_Code_SETBYOPERATOR,+        StatusCondition_Code_CLOUDKMSKEYERROR,+        StatusCondition_Code_CAEXPIRING,+        StatusCondition_Code_NODESERVICEACCOUNTMISSINGPERMISSIONS,+        ..+      ),++    -- * UpgradeAvailableEvent_ResourceType+    UpgradeAvailableEvent_ResourceType+      ( UpgradeAvailableEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED,+        UpgradeAvailableEvent_ResourceType_Master,+        UpgradeAvailableEvent_ResourceType_NODEPOOL,+        ..+      ),++    -- * UpgradeEvent_ResourceType+    UpgradeEvent_ResourceType+      ( UpgradeEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED,+        UpgradeEvent_ResourceType_Master,+        UpgradeEvent_ResourceType_NODEPOOL,+        ..+      ),++    -- * UpgradeInfoEvent_EventType+    UpgradeInfoEvent_EventType+      ( UpgradeInfoEvent_EventType_EVENTTYPEUNSPECIFIED,+        UpgradeInfoEvent_EventType_ENDOFSUPPORT,+        UpgradeInfoEvent_EventType_COSMILESTONEVERSIONUPDATE,+        ..+      ),++    -- * UpgradeInfoEvent_ResourceType+    UpgradeInfoEvent_ResourceType+      ( UpgradeInfoEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED,+        UpgradeInfoEvent_ResourceType_Master,+        UpgradeInfoEvent_ResourceType_NODEPOOL,+        ..+      ),++    -- * UpgradeInfoEvent_State+    UpgradeInfoEvent_State+      ( UpgradeInfoEvent_State_STATEUNSPECIFIED,+        UpgradeInfoEvent_State_Started,+        UpgradeInfoEvent_State_Succeeded,+        UpgradeInfoEvent_State_Failed,+        UpgradeInfoEvent_State_Canceled,+        ..+      ),++    -- * UpgradeSettings_Strategy+    UpgradeSettings_Strategy+      ( UpgradeSettings_Strategy_NODEPOOLUPDATESTRATEGYUNSPECIFIED,+        UpgradeSettings_Strategy_BLUEGREEN,+        UpgradeSettings_Strategy_Surge,+        ..+      ),++    -- * UsableSubnetworkSecondaryRange_Status+    UsableSubnetworkSecondaryRange_Status+      ( UsableSubnetworkSecondaryRange_Status_Unknown,+        UsableSubnetworkSecondaryRange_Status_Unused,+        UsableSubnetworkSecondaryRange_Status_INUSESERVICE,+        UsableSubnetworkSecondaryRange_Status_INUSESHAREABLEPOD,+        UsableSubnetworkSecondaryRange_Status_INUSEMANAGEDPOD,+        ..+      ),++    -- * WindowsNodeConfig_OsVersion+    WindowsNodeConfig_OsVersion+      ( WindowsNodeConfig_OsVersion_OSVERSIONUNSPECIFIED,+        WindowsNodeConfig_OsVersion_OS_VERSION_LTSC2019,+        WindowsNodeConfig_OsVersion_OS_VERSION_LTSC2022,+        ..+      ),++    -- * WorkloadMetadataConfig_Mode+    WorkloadMetadataConfig_Mode+      ( WorkloadMetadataConfig_Mode_MODEUNSPECIFIED,+        WorkloadMetadataConfig_Mode_GCEMETADATA,+        WorkloadMetadataConfig_Mode_GKEMETADATA,+        ..+      ),+  )+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+  #-}++-- | Method used to make Relay available+newtype AdvancedDatapathObservabilityConfig_RelayMode = AdvancedDatapathObservabilityConfig_RelayMode {fromAdvancedDatapathObservabilityConfig_RelayMode :: 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 value. This shouldn\'t be used.+pattern AdvancedDatapathObservabilityConfig_RelayMode_RELAYMODEUNSPECIFIED :: AdvancedDatapathObservabilityConfig_RelayMode+pattern AdvancedDatapathObservabilityConfig_RelayMode_RELAYMODEUNSPECIFIED = AdvancedDatapathObservabilityConfig_RelayMode "RELAY_MODE_UNSPECIFIED"++-- | disabled+pattern AdvancedDatapathObservabilityConfig_RelayMode_Disabled :: AdvancedDatapathObservabilityConfig_RelayMode+pattern AdvancedDatapathObservabilityConfig_RelayMode_Disabled = AdvancedDatapathObservabilityConfig_RelayMode "DISABLED"++-- | exposed via internal load balancer+pattern AdvancedDatapathObservabilityConfig_RelayMode_INTERNALVPCLB :: AdvancedDatapathObservabilityConfig_RelayMode+pattern AdvancedDatapathObservabilityConfig_RelayMode_INTERNALVPCLB = AdvancedDatapathObservabilityConfig_RelayMode "INTERNAL_VPC_LB"++-- | exposed via external load balancer+pattern AdvancedDatapathObservabilityConfig_RelayMode_EXTERNALLB :: AdvancedDatapathObservabilityConfig_RelayMode+pattern AdvancedDatapathObservabilityConfig_RelayMode_EXTERNALLB = AdvancedDatapathObservabilityConfig_RelayMode "EXTERNAL_LB"++{-# COMPLETE+  AdvancedDatapathObservabilityConfig_RelayMode_RELAYMODEUNSPECIFIED,+  AdvancedDatapathObservabilityConfig_RelayMode_Disabled,+  AdvancedDatapathObservabilityConfig_RelayMode_INTERNALVPCLB,+  AdvancedDatapathObservabilityConfig_RelayMode_EXTERNALLB,+  AdvancedDatapathObservabilityConfig_RelayMode+  #-}++-- | Scope for GKE Workload Auto-Monitoring.+newtype AutoMonitoringConfig_Scope = AutoMonitoringConfig_Scope {fromAutoMonitoringConfig_Scope :: 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+    )++-- | Not set.+pattern AutoMonitoringConfig_Scope_SCOPEUNSPECIFIED :: AutoMonitoringConfig_Scope+pattern AutoMonitoringConfig_Scope_SCOPEUNSPECIFIED = AutoMonitoringConfig_Scope "SCOPE_UNSPECIFIED"++-- | Auto-Monitoring is enabled for all supported applications.+pattern AutoMonitoringConfig_Scope_All :: AutoMonitoringConfig_Scope+pattern AutoMonitoringConfig_Scope_All = AutoMonitoringConfig_Scope "ALL"++-- | Disable Auto-Monitoring.+pattern AutoMonitoringConfig_Scope_None :: AutoMonitoringConfig_Scope+pattern AutoMonitoringConfig_Scope_None = AutoMonitoringConfig_Scope "NONE"++{-# COMPLETE+  AutoMonitoringConfig_Scope_SCOPEUNSPECIFIED,+  AutoMonitoringConfig_Scope_All,+  AutoMonitoringConfig_Scope_None,+  AutoMonitoringConfig_Scope+  #-}++-- | The incompatibility type of this issue.+newtype AutopilotCompatibilityIssue_IncompatibilityType = AutopilotCompatibilityIssue_IncompatibilityType {fromAutopilotCompatibilityIssue_IncompatibilityType :: 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 value, should not be used.+pattern AutopilotCompatibilityIssue_IncompatibilityType_Unspecified :: AutopilotCompatibilityIssue_IncompatibilityType+pattern AutopilotCompatibilityIssue_IncompatibilityType_Unspecified = AutopilotCompatibilityIssue_IncompatibilityType "UNSPECIFIED"++-- | Indicates that the issue is a known incompatibility between the cluster and Autopilot mode.+pattern AutopilotCompatibilityIssue_IncompatibilityType_Incompatibility :: AutopilotCompatibilityIssue_IncompatibilityType+pattern AutopilotCompatibilityIssue_IncompatibilityType_Incompatibility = AutopilotCompatibilityIssue_IncompatibilityType "INCOMPATIBILITY"++-- | Indicates the issue is an incompatibility if customers take no further action to resolve.+pattern AutopilotCompatibilityIssue_IncompatibilityType_ADDITIONALCONFIGREQUIRED :: AutopilotCompatibilityIssue_IncompatibilityType+pattern AutopilotCompatibilityIssue_IncompatibilityType_ADDITIONALCONFIGREQUIRED = AutopilotCompatibilityIssue_IncompatibilityType "ADDITIONAL_CONFIG_REQUIRED"++-- | Indicates the issue is not an incompatibility, but depending on the workloads business logic, there is a potential that they won\'t work on Autopilot.+pattern AutopilotCompatibilityIssue_IncompatibilityType_PASSEDWITHOPTIONALCONFIG :: AutopilotCompatibilityIssue_IncompatibilityType+pattern AutopilotCompatibilityIssue_IncompatibilityType_PASSEDWITHOPTIONALCONFIG = AutopilotCompatibilityIssue_IncompatibilityType "PASSED_WITH_OPTIONAL_CONFIG"++{-# COMPLETE+  AutopilotCompatibilityIssue_IncompatibilityType_Unspecified,+  AutopilotCompatibilityIssue_IncompatibilityType_Incompatibility,+  AutopilotCompatibilityIssue_IncompatibilityType_ADDITIONALCONFIGREQUIRED,+  AutopilotCompatibilityIssue_IncompatibilityType_PASSEDWITHOPTIONALCONFIG,+  AutopilotCompatibilityIssue_IncompatibilityType+  #-}++-- | Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.+newtype BinaryAuthorization_EvaluationMode = BinaryAuthorization_EvaluationMode {fromBinaryAuthorization_EvaluationMode :: 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 value+pattern BinaryAuthorization_EvaluationMode_EVALUATIONMODEUNSPECIFIED :: BinaryAuthorization_EvaluationMode+pattern BinaryAuthorization_EvaluationMode_EVALUATIONMODEUNSPECIFIED = BinaryAuthorization_EvaluationMode "EVALUATION_MODE_UNSPECIFIED"++-- | Disable BinaryAuthorization+pattern BinaryAuthorization_EvaluationMode_Disabled :: BinaryAuthorization_EvaluationMode+pattern BinaryAuthorization_EvaluationMode_Disabled = BinaryAuthorization_EvaluationMode "DISABLED"++-- | Enforce Kubernetes admission requests with BinaryAuthorization using the project\'s singleton policy. This is equivalent to setting the enabled boolean to true.+pattern BinaryAuthorization_EvaluationMode_PROJECTSINGLETONPOLICYENFORCE :: BinaryAuthorization_EvaluationMode+pattern BinaryAuthorization_EvaluationMode_PROJECTSINGLETONPOLICYENFORCE = BinaryAuthorization_EvaluationMode "PROJECT_SINGLETON_POLICY_ENFORCE"++{-# COMPLETE+  BinaryAuthorization_EvaluationMode_EVALUATIONMODEUNSPECIFIED,+  BinaryAuthorization_EvaluationMode_Disabled,+  BinaryAuthorization_EvaluationMode_PROJECTSINGLETONPOLICYENFORCE,+  BinaryAuthorization_EvaluationMode+  #-}++-- | Current blue-green upgrade phase.+newtype BlueGreenInfo_Phase = BlueGreenInfo_Phase {fromBlueGreenInfo_Phase :: 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 phase.+pattern BlueGreenInfo_Phase_PHASEUNSPECIFIED :: BlueGreenInfo_Phase+pattern BlueGreenInfo_Phase_PHASEUNSPECIFIED = BlueGreenInfo_Phase "PHASE_UNSPECIFIED"++-- | blue-green upgrade has been initiated.+pattern BlueGreenInfo_Phase_UPDATESTARTED :: BlueGreenInfo_Phase+pattern BlueGreenInfo_Phase_UPDATESTARTED = BlueGreenInfo_Phase "UPDATE_STARTED"++-- | Start creating green pool nodes.+pattern BlueGreenInfo_Phase_CREATINGGREENPOOL :: BlueGreenInfo_Phase+pattern BlueGreenInfo_Phase_CREATINGGREENPOOL = BlueGreenInfo_Phase "CREATING_GREEN_POOL"++-- | Start cordoning blue pool nodes.+pattern BlueGreenInfo_Phase_CORDONINGBLUEPOOL :: BlueGreenInfo_Phase+pattern BlueGreenInfo_Phase_CORDONINGBLUEPOOL = BlueGreenInfo_Phase "CORDONING_BLUE_POOL"++-- | Start draining blue pool nodes.+pattern BlueGreenInfo_Phase_DRAININGBLUEPOOL :: BlueGreenInfo_Phase+pattern BlueGreenInfo_Phase_DRAININGBLUEPOOL = BlueGreenInfo_Phase "DRAINING_BLUE_POOL"++-- | Start soaking time after draining entire blue pool.+pattern BlueGreenInfo_Phase_NODEPOOLSOAKING :: BlueGreenInfo_Phase+pattern BlueGreenInfo_Phase_NODEPOOLSOAKING = BlueGreenInfo_Phase "NODE_POOL_SOAKING"++-- | Start deleting blue nodes.+pattern BlueGreenInfo_Phase_DELETINGBLUEPOOL :: BlueGreenInfo_Phase+pattern BlueGreenInfo_Phase_DELETINGBLUEPOOL = BlueGreenInfo_Phase "DELETING_BLUE_POOL"++-- | Rollback has been initiated.+pattern BlueGreenInfo_Phase_ROLLBACKSTARTED :: BlueGreenInfo_Phase+pattern BlueGreenInfo_Phase_ROLLBACKSTARTED = BlueGreenInfo_Phase "ROLLBACK_STARTED"++{-# COMPLETE+  BlueGreenInfo_Phase_PHASEUNSPECIFIED,+  BlueGreenInfo_Phase_UPDATESTARTED,+  BlueGreenInfo_Phase_CREATINGGREENPOOL,+  BlueGreenInfo_Phase_CORDONINGBLUEPOOL,+  BlueGreenInfo_Phase_DRAININGBLUEPOOL,+  BlueGreenInfo_Phase_NODEPOOLSOAKING,+  BlueGreenInfo_Phase_DELETINGBLUEPOOL,+  BlueGreenInfo_Phase_ROLLBACKSTARTED,+  BlueGreenInfo_Phase+  #-}++-- | Which load balancer type is installed for Cloud Run.+newtype CloudRunConfig_LoadBalancerType = CloudRunConfig_LoadBalancerType {fromCloudRunConfig_LoadBalancerType :: 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+    )++-- | Load balancer type for Cloud Run is unspecified.+pattern CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEUNSPECIFIED :: CloudRunConfig_LoadBalancerType+pattern CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEUNSPECIFIED = CloudRunConfig_LoadBalancerType "LOAD_BALANCER_TYPE_UNSPECIFIED"++-- | Install external load balancer for Cloud Run.+pattern CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEEXTERNAL :: CloudRunConfig_LoadBalancerType+pattern CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEEXTERNAL = CloudRunConfig_LoadBalancerType "LOAD_BALANCER_TYPE_EXTERNAL"++-- | Install internal load balancer for Cloud Run.+pattern CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEINTERNAL :: CloudRunConfig_LoadBalancerType+pattern CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEINTERNAL = CloudRunConfig_LoadBalancerType "LOAD_BALANCER_TYPE_INTERNAL"++{-# COMPLETE+  CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEUNSPECIFIED,+  CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEEXTERNAL,+  CloudRunConfig_LoadBalancerType_LOADBALANCERTYPEINTERNAL,+  CloudRunConfig_LoadBalancerType+  #-}++-- | Output only. The current status of this cluster.+newtype Cluster_Status = Cluster_Status {fromCluster_Status :: 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+    )++-- | Not set.+pattern Cluster_Status_STATUSUNSPECIFIED :: Cluster_Status+pattern Cluster_Status_STATUSUNSPECIFIED = Cluster_Status "STATUS_UNSPECIFIED"++-- | The PROVISIONING state indicates the cluster is being created.+pattern Cluster_Status_Provisioning :: Cluster_Status+pattern Cluster_Status_Provisioning = Cluster_Status "PROVISIONING"++-- | The RUNNING state indicates the cluster has been created and is fully usable.+pattern Cluster_Status_Running :: Cluster_Status+pattern Cluster_Status_Running = Cluster_Status "RUNNING"++-- | The RECONCILING state indicates that some work is actively being done on the cluster, such as upgrading the master or node software. Details can be found in the @statusMessage@ field.+pattern Cluster_Status_Reconciling :: Cluster_Status+pattern Cluster_Status_Reconciling = Cluster_Status "RECONCILING"++-- | The STOPPING state indicates the cluster is being deleted.+pattern Cluster_Status_Stopping :: Cluster_Status+pattern Cluster_Status_Stopping = Cluster_Status "STOPPING"++-- | The ERROR state indicates the cluster is unusable. It will be automatically deleted. Details can be found in the @statusMessage@ field.+pattern Cluster_Status_Error' :: Cluster_Status+pattern Cluster_Status_Error' = Cluster_Status "ERROR"++-- | The DEGRADED state indicates the cluster requires user action to restore full functionality. Details can be found in the @statusMessage@ field.+pattern Cluster_Status_Degraded :: Cluster_Status+pattern Cluster_Status_Degraded = Cluster_Status "DEGRADED"++{-# COMPLETE+  Cluster_Status_STATUSUNSPECIFIED,+  Cluster_Status_Provisioning,+  Cluster_Status_Running,+  Cluster_Status_Reconciling,+  Cluster_Status_Stopping,+  Cluster_Status_Error',+  Cluster_Status_Degraded,+  Cluster_Status+  #-}++-- | Defines autoscaling behaviour.+newtype ClusterAutoscaling_AutoscalingProfile = ClusterAutoscaling_AutoscalingProfile {fromClusterAutoscaling_AutoscalingProfile :: 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 change to autoscaling configuration.+pattern ClusterAutoscaling_AutoscalingProfile_PROFILEUNSPECIFIED :: ClusterAutoscaling_AutoscalingProfile+pattern ClusterAutoscaling_AutoscalingProfile_PROFILEUNSPECIFIED = ClusterAutoscaling_AutoscalingProfile "PROFILE_UNSPECIFIED"++-- | Prioritize optimizing utilization of resources.+pattern ClusterAutoscaling_AutoscalingProfile_OPTIMIZEUTILIZATION :: ClusterAutoscaling_AutoscalingProfile+pattern ClusterAutoscaling_AutoscalingProfile_OPTIMIZEUTILIZATION = ClusterAutoscaling_AutoscalingProfile "OPTIMIZE_UTILIZATION"++-- | Use default (balanced) autoscaling configuration.+pattern ClusterAutoscaling_AutoscalingProfile_Balanced :: ClusterAutoscaling_AutoscalingProfile+pattern ClusterAutoscaling_AutoscalingProfile_Balanced = ClusterAutoscaling_AutoscalingProfile "BALANCED"++{-# COMPLETE+  ClusterAutoscaling_AutoscalingProfile_PROFILEUNSPECIFIED,+  ClusterAutoscaling_AutoscalingProfile_OPTIMIZEUTILIZATION,+  ClusterAutoscaling_AutoscalingProfile_Balanced,+  ClusterAutoscaling_AutoscalingProfile+  #-}++-- | Specifies the total network bandwidth tier for NodePools in the cluster.+newtype ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier = ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier {fromClusterNetworkPerformanceConfig_TotalEgressBandwidthTier :: 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 value+pattern ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier_TIERUNSPECIFIED :: ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier+pattern ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier_TIERUNSPECIFIED = ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier "TIER_UNSPECIFIED"++-- | Higher bandwidth, actual values based on VM size.+pattern ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier_TIER_1 :: ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier+pattern ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier_TIER_1 = ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier "TIER_1"++{-# COMPLETE+  ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier_TIERUNSPECIFIED,+  ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier_TIER_1,+  ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier+  #-}++-- | The desired datapath provider for the cluster.+newtype ClusterUpdate_DesiredDatapathProvider = ClusterUpdate_DesiredDatapathProvider {fromClusterUpdate_DesiredDatapathProvider :: 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 value.+pattern ClusterUpdate_DesiredDatapathProvider_DATAPATHPROVIDERUNSPECIFIED :: ClusterUpdate_DesiredDatapathProvider+pattern ClusterUpdate_DesiredDatapathProvider_DATAPATHPROVIDERUNSPECIFIED = ClusterUpdate_DesiredDatapathProvider "DATAPATH_PROVIDER_UNSPECIFIED"++-- | Use the IPTables implementation based on kube-proxy.+pattern ClusterUpdate_DesiredDatapathProvider_LEGACYDATAPATH :: ClusterUpdate_DesiredDatapathProvider+pattern ClusterUpdate_DesiredDatapathProvider_LEGACYDATAPATH = ClusterUpdate_DesiredDatapathProvider "LEGACY_DATAPATH"++-- | Use the eBPF based GKE Dataplane V2 with additional features. See the <https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2 GKE Dataplane V2 documentation> for more.+pattern ClusterUpdate_DesiredDatapathProvider_ADVANCEDDATAPATH :: ClusterUpdate_DesiredDatapathProvider+pattern ClusterUpdate_DesiredDatapathProvider_ADVANCEDDATAPATH = ClusterUpdate_DesiredDatapathProvider "ADVANCED_DATAPATH"++{-# COMPLETE+  ClusterUpdate_DesiredDatapathProvider_DATAPATHPROVIDERUNSPECIFIED,+  ClusterUpdate_DesiredDatapathProvider_LEGACYDATAPATH,+  ClusterUpdate_DesiredDatapathProvider_ADVANCEDDATAPATH,+  ClusterUpdate_DesiredDatapathProvider+  #-}++-- | Specify the details of in-transit encryption.+newtype ClusterUpdate_DesiredInTransitEncryptionConfig = ClusterUpdate_DesiredInTransitEncryptionConfig {fromClusterUpdate_DesiredInTransitEncryptionConfig :: 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, will be inferred as default - IN/TRANSIT/ENCRYPTION_UNSPECIFIED.+pattern ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONCONFIGUNSPECIFIED :: ClusterUpdate_DesiredInTransitEncryptionConfig+pattern ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONCONFIGUNSPECIFIED = ClusterUpdate_DesiredInTransitEncryptionConfig "IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED"++-- | In-transit encryption is disabled.+pattern ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONDISABLED :: ClusterUpdate_DesiredInTransitEncryptionConfig+pattern ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONDISABLED = ClusterUpdate_DesiredInTransitEncryptionConfig "IN_TRANSIT_ENCRYPTION_DISABLED"++-- | Data in-transit is encrypted using inter-node transparent encryption.+pattern ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONINTERNODETRANSPARENT :: ClusterUpdate_DesiredInTransitEncryptionConfig+pattern ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONINTERNODETRANSPARENT = ClusterUpdate_DesiredInTransitEncryptionConfig "IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT"++{-# COMPLETE+  ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONCONFIGUNSPECIFIED,+  ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONDISABLED,+  ClusterUpdate_DesiredInTransitEncryptionConfig_INTRANSITENCRYPTIONINTERNODETRANSPARENT,+  ClusterUpdate_DesiredInTransitEncryptionConfig+  #-}++-- | The desired state of IPv6 connectivity to Google Services.+newtype ClusterUpdate_DesiredPrivateIpv6GoogleAccess = ClusterUpdate_DesiredPrivateIpv6GoogleAccess {fromClusterUpdate_DesiredPrivateIpv6GoogleAccess :: 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 value. Same as DISABLED+pattern ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSUNSPECIFIED :: ClusterUpdate_DesiredPrivateIpv6GoogleAccess+pattern ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSUNSPECIFIED = ClusterUpdate_DesiredPrivateIpv6GoogleAccess "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED"++-- | No private access to or from Google Services+pattern ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSDISABLED :: ClusterUpdate_DesiredPrivateIpv6GoogleAccess+pattern ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSDISABLED = ClusterUpdate_DesiredPrivateIpv6GoogleAccess "PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED"++-- | Enables private IPv6 access to Google Services from GKE+pattern ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSTOGOOGLE :: ClusterUpdate_DesiredPrivateIpv6GoogleAccess+pattern ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSTOGOOGLE = ClusterUpdate_DesiredPrivateIpv6GoogleAccess "PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE"++-- | Enables private IPv6 access to and from Google Services+pattern ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSBIDIRECTIONAL :: ClusterUpdate_DesiredPrivateIpv6GoogleAccess+pattern ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSBIDIRECTIONAL = ClusterUpdate_DesiredPrivateIpv6GoogleAccess "PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL"++{-# COMPLETE+  ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSUNSPECIFIED,+  ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSDISABLED,+  ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSTOGOOGLE,+  ClusterUpdate_DesiredPrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSBIDIRECTIONAL,+  ClusterUpdate_DesiredPrivateIpv6GoogleAccess+  #-}++-- | The desired stack type of the cluster. If a stack type is provided and does not match the current stack type of the cluster, update will attempt to change the stack type to the new type.+newtype ClusterUpdate_DesiredStackType = ClusterUpdate_DesiredStackType {fromClusterUpdate_DesiredStackType :: 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 value, will be defaulted as IPV4 only+pattern ClusterUpdate_DesiredStackType_STACKTYPEUNSPECIFIED :: ClusterUpdate_DesiredStackType+pattern ClusterUpdate_DesiredStackType_STACKTYPEUNSPECIFIED = ClusterUpdate_DesiredStackType "STACK_TYPE_UNSPECIFIED"++-- | Cluster is IPV4 only+pattern ClusterUpdate_DesiredStackType_IPV4 :: ClusterUpdate_DesiredStackType+pattern ClusterUpdate_DesiredStackType_IPV4 = ClusterUpdate_DesiredStackType "IPV4"++-- | Cluster can use both IPv4 and IPv6+pattern ClusterUpdate_DesiredStackType_IPV4_IPV6 :: ClusterUpdate_DesiredStackType+pattern ClusterUpdate_DesiredStackType_IPV4_IPV6 = ClusterUpdate_DesiredStackType "IPV4_IPV6"++{-# COMPLETE+  ClusterUpdate_DesiredStackType_STACKTYPEUNSPECIFIED,+  ClusterUpdate_DesiredStackType_IPV4,+  ClusterUpdate_DesiredStackType_IPV4_IPV6,+  ClusterUpdate_DesiredStackType+  #-}++-- | Defines the enablement mode for Compliance Posture.+newtype CompliancePostureConfig_Mode = CompliancePostureConfig_Mode {fromCompliancePostureConfig_Mode :: 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 value not specified.+pattern CompliancePostureConfig_Mode_MODEUNSPECIFIED :: CompliancePostureConfig_Mode+pattern CompliancePostureConfig_Mode_MODEUNSPECIFIED = CompliancePostureConfig_Mode "MODE_UNSPECIFIED"++-- | Disables Compliance Posture features on the cluster.+pattern CompliancePostureConfig_Mode_Disabled :: CompliancePostureConfig_Mode+pattern CompliancePostureConfig_Mode_Disabled = CompliancePostureConfig_Mode "DISABLED"++-- | Enables Compliance Posture features on the cluster.+pattern CompliancePostureConfig_Mode_Enabled :: CompliancePostureConfig_Mode+pattern CompliancePostureConfig_Mode_Enabled = CompliancePostureConfig_Mode "ENABLED"++{-# COMPLETE+  CompliancePostureConfig_Mode_MODEUNSPECIFIED,+  CompliancePostureConfig_Mode_Disabled,+  CompliancePostureConfig_Mode_Enabled,+  CompliancePostureConfig_Mode+  #-}++-- | cluster_dns indicates which in-cluster DNS provider should be used.+newtype DNSConfig_ClusterDns = DNSConfig_ClusterDns {fromDNSConfig_ClusterDns :: 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 value+pattern DNSConfig_ClusterDns_PROVIDERUNSPECIFIED :: DNSConfig_ClusterDns+pattern DNSConfig_ClusterDns_PROVIDERUNSPECIFIED = DNSConfig_ClusterDns "PROVIDER_UNSPECIFIED"++-- | Use GKE default DNS provider(kube-dns) for DNS resolution.+pattern DNSConfig_ClusterDns_PLATFORMDEFAULT :: DNSConfig_ClusterDns+pattern DNSConfig_ClusterDns_PLATFORMDEFAULT = DNSConfig_ClusterDns "PLATFORM_DEFAULT"++-- | Use CloudDNS for DNS resolution.+pattern DNSConfig_ClusterDns_CLOUDDNS :: DNSConfig_ClusterDns+pattern DNSConfig_ClusterDns_CLOUDDNS = DNSConfig_ClusterDns "CLOUD_DNS"++-- | Use KubeDNS for DNS resolution.+pattern DNSConfig_ClusterDns_KUBEDNS :: DNSConfig_ClusterDns+pattern DNSConfig_ClusterDns_KUBEDNS = DNSConfig_ClusterDns "KUBE_DNS"++{-# COMPLETE+  DNSConfig_ClusterDns_PROVIDERUNSPECIFIED,+  DNSConfig_ClusterDns_PLATFORMDEFAULT,+  DNSConfig_ClusterDns_CLOUDDNS,+  DNSConfig_ClusterDns_KUBEDNS,+  DNSConfig_ClusterDns+  #-}++-- | cluster/dns/scope indicates the scope of access to cluster DNS records.+newtype DNSConfig_ClusterDnsScope = DNSConfig_ClusterDnsScope {fromDNSConfig_ClusterDnsScope :: 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 value, will be inferred as cluster scope.+pattern DNSConfig_ClusterDnsScope_DNSSCOPEUNSPECIFIED :: DNSConfig_ClusterDnsScope+pattern DNSConfig_ClusterDnsScope_DNSSCOPEUNSPECIFIED = DNSConfig_ClusterDnsScope "DNS_SCOPE_UNSPECIFIED"++-- | DNS records are accessible from within the cluster.+pattern DNSConfig_ClusterDnsScope_CLUSTERSCOPE :: DNSConfig_ClusterDnsScope+pattern DNSConfig_ClusterDnsScope_CLUSTERSCOPE = DNSConfig_ClusterDnsScope "CLUSTER_SCOPE"++-- | DNS records are accessible from within the VPC.+pattern DNSConfig_ClusterDnsScope_VPCSCOPE :: DNSConfig_ClusterDnsScope+pattern DNSConfig_ClusterDnsScope_VPCSCOPE = DNSConfig_ClusterDnsScope "VPC_SCOPE"++{-# COMPLETE+  DNSConfig_ClusterDnsScope_DNSSCOPEUNSPECIFIED,+  DNSConfig_ClusterDnsScope_CLUSTERSCOPE,+  DNSConfig_ClusterDnsScope_VPCSCOPE,+  DNSConfig_ClusterDnsScope+  #-}++-- | Output only. The current state of etcd encryption.+newtype DatabaseEncryption_CurrentState = DatabaseEncryption_CurrentState {fromDatabaseEncryption_CurrentState :: 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+    )++-- | Should never be set+pattern DatabaseEncryption_CurrentState_CURRENTSTATEUNSPECIFIED :: DatabaseEncryption_CurrentState+pattern DatabaseEncryption_CurrentState_CURRENTSTATEUNSPECIFIED = DatabaseEncryption_CurrentState "CURRENT_STATE_UNSPECIFIED"++-- | Secrets in etcd are encrypted.+pattern DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTED :: DatabaseEncryption_CurrentState+pattern DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTED = DatabaseEncryption_CurrentState "CURRENT_STATE_ENCRYPTED"++-- | Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.+pattern DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTED :: DatabaseEncryption_CurrentState+pattern DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTED = DatabaseEncryption_CurrentState "CURRENT_STATE_DECRYPTED"++-- | Encryption (or re-encryption with a different CloudKMS key) of Secrets is in progress.+pattern DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTIONPENDING :: DatabaseEncryption_CurrentState+pattern DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTIONPENDING = DatabaseEncryption_CurrentState "CURRENT_STATE_ENCRYPTION_PENDING"++-- | Encryption (or re-encryption with a different CloudKMS key) of Secrets in etcd encountered an error.+pattern DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTIONERROR :: DatabaseEncryption_CurrentState+pattern DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTIONERROR = DatabaseEncryption_CurrentState "CURRENT_STATE_ENCRYPTION_ERROR"++-- | De-crypting Secrets to plain text in etcd is in progress.+pattern DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTIONPENDING :: DatabaseEncryption_CurrentState+pattern DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTIONPENDING = DatabaseEncryption_CurrentState "CURRENT_STATE_DECRYPTION_PENDING"++-- | De-crypting Secrets to plain text in etcd encountered an error.+pattern DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTIONERROR :: DatabaseEncryption_CurrentState+pattern DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTIONERROR = DatabaseEncryption_CurrentState "CURRENT_STATE_DECRYPTION_ERROR"++{-# COMPLETE+  DatabaseEncryption_CurrentState_CURRENTSTATEUNSPECIFIED,+  DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTED,+  DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTED,+  DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTIONPENDING,+  DatabaseEncryption_CurrentState_CURRENTSTATEENCRYPTIONERROR,+  DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTIONPENDING,+  DatabaseEncryption_CurrentState_CURRENTSTATEDECRYPTIONERROR,+  DatabaseEncryption_CurrentState+  #-}++-- | The desired state of etcd encryption.+newtype DatabaseEncryption_State = DatabaseEncryption_State {fromDatabaseEncryption_State :: 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+    )++-- | Should never be set+pattern DatabaseEncryption_State_Unknown :: DatabaseEncryption_State+pattern DatabaseEncryption_State_Unknown = DatabaseEncryption_State "UNKNOWN"++-- | Secrets in etcd are encrypted.+pattern DatabaseEncryption_State_Encrypted :: DatabaseEncryption_State+pattern DatabaseEncryption_State_Encrypted = DatabaseEncryption_State "ENCRYPTED"++-- | Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.+pattern DatabaseEncryption_State_Decrypted :: DatabaseEncryption_State+pattern DatabaseEncryption_State_Decrypted = DatabaseEncryption_State "DECRYPTED"++{-# COMPLETE+  DatabaseEncryption_State_Unknown,+  DatabaseEncryption_State_Encrypted,+  DatabaseEncryption_State_Decrypted,+  DatabaseEncryption_State+  #-}++-- | desired_tier specifies the desired tier of the cluster.+newtype DesiredEnterpriseConfig_DesiredTier = DesiredEnterpriseConfig_DesiredTier {fromDesiredEnterpriseConfig_DesiredTier :: 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+    )++-- | CLUSTER/TIER/UNSPECIFIED is when cluster_tier is not set.+pattern DesiredEnterpriseConfig_DesiredTier_CLUSTERTIERUNSPECIFIED :: DesiredEnterpriseConfig_DesiredTier+pattern DesiredEnterpriseConfig_DesiredTier_CLUSTERTIERUNSPECIFIED = DesiredEnterpriseConfig_DesiredTier "CLUSTER_TIER_UNSPECIFIED"++-- | STANDARD indicates a standard GKE cluster.+pattern DesiredEnterpriseConfig_DesiredTier_Standard :: DesiredEnterpriseConfig_DesiredTier+pattern DesiredEnterpriseConfig_DesiredTier_Standard = DesiredEnterpriseConfig_DesiredTier "STANDARD"++-- | ENTERPRISE indicates a GKE Enterprise cluster.+pattern DesiredEnterpriseConfig_DesiredTier_Enterprise :: DesiredEnterpriseConfig_DesiredTier+pattern DesiredEnterpriseConfig_DesiredTier_Enterprise = DesiredEnterpriseConfig_DesiredTier "ENTERPRISE"++{-# COMPLETE+  DesiredEnterpriseConfig_DesiredTier_CLUSTERTIERUNSPECIFIED,+  DesiredEnterpriseConfig_DesiredTier_Standard,+  DesiredEnterpriseConfig_DesiredTier_Enterprise,+  DesiredEnterpriseConfig_DesiredTier+  #-}++-- | Output only. cluster_tier indicates the effective tier of the cluster.+newtype EnterpriseConfig_ClusterTier = EnterpriseConfig_ClusterTier {fromEnterpriseConfig_ClusterTier :: 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+    )++-- | CLUSTER/TIER/UNSPECIFIED is when cluster_tier is not set.+pattern EnterpriseConfig_ClusterTier_CLUSTERTIERUNSPECIFIED :: EnterpriseConfig_ClusterTier+pattern EnterpriseConfig_ClusterTier_CLUSTERTIERUNSPECIFIED = EnterpriseConfig_ClusterTier "CLUSTER_TIER_UNSPECIFIED"++-- | STANDARD indicates a standard GKE cluster.+pattern EnterpriseConfig_ClusterTier_Standard :: EnterpriseConfig_ClusterTier+pattern EnterpriseConfig_ClusterTier_Standard = EnterpriseConfig_ClusterTier "STANDARD"++-- | ENTERPRISE indicates a GKE Enterprise cluster.+pattern EnterpriseConfig_ClusterTier_Enterprise :: EnterpriseConfig_ClusterTier+pattern EnterpriseConfig_ClusterTier_Enterprise = EnterpriseConfig_ClusterTier "ENTERPRISE"++{-# COMPLETE+  EnterpriseConfig_ClusterTier_CLUSTERTIERUNSPECIFIED,+  EnterpriseConfig_ClusterTier_Standard,+  EnterpriseConfig_ClusterTier_Enterprise,+  EnterpriseConfig_ClusterTier+  #-}++-- | desired_tier specifies the desired tier of the cluster.+newtype EnterpriseConfig_DesiredTier = EnterpriseConfig_DesiredTier {fromEnterpriseConfig_DesiredTier :: 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+    )++-- | CLUSTER/TIER/UNSPECIFIED is when cluster_tier is not set.+pattern EnterpriseConfig_DesiredTier_CLUSTERTIERUNSPECIFIED :: EnterpriseConfig_DesiredTier+pattern EnterpriseConfig_DesiredTier_CLUSTERTIERUNSPECIFIED = EnterpriseConfig_DesiredTier "CLUSTER_TIER_UNSPECIFIED"++-- | STANDARD indicates a standard GKE cluster.+pattern EnterpriseConfig_DesiredTier_Standard :: EnterpriseConfig_DesiredTier+pattern EnterpriseConfig_DesiredTier_Standard = EnterpriseConfig_DesiredTier "STANDARD"++-- | ENTERPRISE indicates a GKE Enterprise cluster.+pattern EnterpriseConfig_DesiredTier_Enterprise :: EnterpriseConfig_DesiredTier+pattern EnterpriseConfig_DesiredTier_Enterprise = EnterpriseConfig_DesiredTier "ENTERPRISE"++{-# COMPLETE+  EnterpriseConfig_DesiredTier_CLUSTERTIERUNSPECIFIED,+  EnterpriseConfig_DesiredTier_Standard,+  EnterpriseConfig_DesiredTier_Enterprise,+  EnterpriseConfig_DesiredTier+  #-}++newtype Filter_EventTypeItem = Filter_EventTypeItem {fromFilter_EventTypeItem :: 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+    )++-- | Not set, will be ignored.+pattern Filter_EventTypeItem_EVENTTYPEUNSPECIFIED :: Filter_EventTypeItem+pattern Filter_EventTypeItem_EVENTTYPEUNSPECIFIED = Filter_EventTypeItem "EVENT_TYPE_UNSPECIFIED"++-- | Corresponds with UpgradeAvailableEvent.+pattern Filter_EventTypeItem_UPGRADEAVAILABLEEVENT :: Filter_EventTypeItem+pattern Filter_EventTypeItem_UPGRADEAVAILABLEEVENT = Filter_EventTypeItem "UPGRADE_AVAILABLE_EVENT"++-- | Corresponds with UpgradeEvent.+pattern Filter_EventTypeItem_UPGRADEEVENT :: Filter_EventTypeItem+pattern Filter_EventTypeItem_UPGRADEEVENT = Filter_EventTypeItem "UPGRADE_EVENT"++-- | Corresponds with SecurityBulletinEvent.+pattern Filter_EventTypeItem_SECURITYBULLETINEVENT :: Filter_EventTypeItem+pattern Filter_EventTypeItem_SECURITYBULLETINEVENT = Filter_EventTypeItem "SECURITY_BULLETIN_EVENT"++-- | Corresponds with UpgradeInfoEvent.+pattern Filter_EventTypeItem_UPGRADEINFOEVENT :: Filter_EventTypeItem+pattern Filter_EventTypeItem_UPGRADEINFOEVENT = Filter_EventTypeItem "UPGRADE_INFO_EVENT"++{-# COMPLETE+  Filter_EventTypeItem_EVENTTYPEUNSPECIFIED,+  Filter_EventTypeItem_UPGRADEAVAILABLEEVENT,+  Filter_EventTypeItem_UPGRADEEVENT,+  Filter_EventTypeItem_SECURITYBULLETINEVENT,+  Filter_EventTypeItem_UPGRADEINFOEVENT,+  Filter_EventTypeItem+  #-}++-- | Mode for how the GPU driver is installed.+newtype GPUDriverInstallationConfig_GpuDriverVersion = GPUDriverInstallationConfig_GpuDriverVersion {fromGPUDriverInstallationConfig_GpuDriverVersion :: 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 value is to not install any GPU driver.+pattern GPUDriverInstallationConfig_GpuDriverVersion_GPUDRIVERVERSIONUNSPECIFIED :: GPUDriverInstallationConfig_GpuDriverVersion+pattern GPUDriverInstallationConfig_GpuDriverVersion_GPUDRIVERVERSIONUNSPECIFIED = GPUDriverInstallationConfig_GpuDriverVersion "GPU_DRIVER_VERSION_UNSPECIFIED"++-- | Disable GPU driver auto installation and needs manual installation+pattern GPUDriverInstallationConfig_GpuDriverVersion_INSTALLATIONDISABLED :: GPUDriverInstallationConfig_GpuDriverVersion+pattern GPUDriverInstallationConfig_GpuDriverVersion_INSTALLATIONDISABLED = GPUDriverInstallationConfig_GpuDriverVersion "INSTALLATION_DISABLED"++-- | \"Default\" GPU driver in COS and Ubuntu.+pattern GPUDriverInstallationConfig_GpuDriverVersion_Default :: GPUDriverInstallationConfig_GpuDriverVersion+pattern GPUDriverInstallationConfig_GpuDriverVersion_Default = GPUDriverInstallationConfig_GpuDriverVersion "DEFAULT"++-- | \"Latest\" GPU driver in COS.+pattern GPUDriverInstallationConfig_GpuDriverVersion_Latest :: GPUDriverInstallationConfig_GpuDriverVersion+pattern GPUDriverInstallationConfig_GpuDriverVersion_Latest = GPUDriverInstallationConfig_GpuDriverVersion "LATEST"++{-# COMPLETE+  GPUDriverInstallationConfig_GpuDriverVersion_GPUDRIVERVERSIONUNSPECIFIED,+  GPUDriverInstallationConfig_GpuDriverVersion_INSTALLATIONDISABLED,+  GPUDriverInstallationConfig_GpuDriverVersion_Default,+  GPUDriverInstallationConfig_GpuDriverVersion_Latest,+  GPUDriverInstallationConfig_GpuDriverVersion+  #-}++-- | The type of GPU sharing strategy to enable on the GPU node.+newtype GPUSharingConfig_GpuSharingStrategy = GPUSharingConfig_GpuSharingStrategy {fromGPUSharingConfig_GpuSharingStrategy :: 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 value.+pattern GPUSharingConfig_GpuSharingStrategy_GPUSHARINGSTRATEGYUNSPECIFIED :: GPUSharingConfig_GpuSharingStrategy+pattern GPUSharingConfig_GpuSharingStrategy_GPUSHARINGSTRATEGYUNSPECIFIED = GPUSharingConfig_GpuSharingStrategy "GPU_SHARING_STRATEGY_UNSPECIFIED"++-- | GPUs are time-shared between containers.+pattern GPUSharingConfig_GpuSharingStrategy_TIMESHARING :: GPUSharingConfig_GpuSharingStrategy+pattern GPUSharingConfig_GpuSharingStrategy_TIMESHARING = GPUSharingConfig_GpuSharingStrategy "TIME_SHARING"++-- | GPUs are shared between containers with NVIDIA MPS.+pattern GPUSharingConfig_GpuSharingStrategy_Mps :: GPUSharingConfig_GpuSharingStrategy+pattern GPUSharingConfig_GpuSharingStrategy_Mps = GPUSharingConfig_GpuSharingStrategy "MPS"++{-# COMPLETE+  GPUSharingConfig_GpuSharingStrategy_GPUSHARINGSTRATEGYUNSPECIFIED,+  GPUSharingConfig_GpuSharingStrategy_TIMESHARING,+  GPUSharingConfig_GpuSharingStrategy_Mps,+  GPUSharingConfig_GpuSharingStrategy+  #-}++-- | The Gateway API release channel to use for Gateway API.+newtype GatewayAPIConfig_Channel = GatewayAPIConfig_Channel {fromGatewayAPIConfig_Channel :: 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 value.+pattern GatewayAPIConfig_Channel_CHANNELUNSPECIFIED :: GatewayAPIConfig_Channel+pattern GatewayAPIConfig_Channel_CHANNELUNSPECIFIED = GatewayAPIConfig_Channel "CHANNEL_UNSPECIFIED"++-- | Gateway API support is disabled+pattern GatewayAPIConfig_Channel_CHANNELDISABLED :: GatewayAPIConfig_Channel+pattern GatewayAPIConfig_Channel_CHANNELDISABLED = GatewayAPIConfig_Channel "CHANNEL_DISABLED"++-- | Deprecated: use CHANNEL_STANDARD instead. Gateway API support is enabled, experimental CRDs are installed+pattern GatewayAPIConfig_Channel_CHANNELEXPERIMENTAL :: GatewayAPIConfig_Channel+pattern GatewayAPIConfig_Channel_CHANNELEXPERIMENTAL = GatewayAPIConfig_Channel "CHANNEL_EXPERIMENTAL"++-- | Gateway API support is enabled, standard CRDs are installed+pattern GatewayAPIConfig_Channel_CHANNELSTANDARD :: GatewayAPIConfig_Channel+pattern GatewayAPIConfig_Channel_CHANNELSTANDARD = GatewayAPIConfig_Channel "CHANNEL_STANDARD"++{-# COMPLETE+  GatewayAPIConfig_Channel_CHANNELUNSPECIFIED,+  GatewayAPIConfig_Channel_CHANNELDISABLED,+  GatewayAPIConfig_Channel_CHANNELEXPERIMENTAL,+  GatewayAPIConfig_Channel_CHANNELSTANDARD,+  GatewayAPIConfig_Channel+  #-}++-- | The ipv6 access type (internal or external) when create_subnetwork is true+newtype IPAllocationPolicy_Ipv6AccessType = IPAllocationPolicy_Ipv6AccessType {fromIPAllocationPolicy_Ipv6AccessType :: 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 value, will be defaulted as type external.+pattern IPAllocationPolicy_Ipv6AccessType_IPV6ACCESSTYPEUNSPECIFIED :: IPAllocationPolicy_Ipv6AccessType+pattern IPAllocationPolicy_Ipv6AccessType_IPV6ACCESSTYPEUNSPECIFIED = IPAllocationPolicy_Ipv6AccessType "IPV6_ACCESS_TYPE_UNSPECIFIED"++-- | Access type internal (all v6 addresses are internal IPs)+pattern IPAllocationPolicy_Ipv6AccessType_Internal :: IPAllocationPolicy_Ipv6AccessType+pattern IPAllocationPolicy_Ipv6AccessType_Internal = IPAllocationPolicy_Ipv6AccessType "INTERNAL"++-- | Access type external (all v6 addresses are external IPs)+pattern IPAllocationPolicy_Ipv6AccessType_External :: IPAllocationPolicy_Ipv6AccessType+pattern IPAllocationPolicy_Ipv6AccessType_External = IPAllocationPolicy_Ipv6AccessType "EXTERNAL"++{-# COMPLETE+  IPAllocationPolicy_Ipv6AccessType_IPV6ACCESSTYPEUNSPECIFIED,+  IPAllocationPolicy_Ipv6AccessType_Internal,+  IPAllocationPolicy_Ipv6AccessType_External,+  IPAllocationPolicy_Ipv6AccessType+  #-}++-- | The IP stack type of the cluster+newtype IPAllocationPolicy_StackType = IPAllocationPolicy_StackType {fromIPAllocationPolicy_StackType :: 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 value, will be defaulted as IPV4 only+pattern IPAllocationPolicy_StackType_STACKTYPEUNSPECIFIED :: IPAllocationPolicy_StackType+pattern IPAllocationPolicy_StackType_STACKTYPEUNSPECIFIED = IPAllocationPolicy_StackType "STACK_TYPE_UNSPECIFIED"++-- | Cluster is IPV4 only+pattern IPAllocationPolicy_StackType_IPV4 :: IPAllocationPolicy_StackType+pattern IPAllocationPolicy_StackType_IPV4 = IPAllocationPolicy_StackType "IPV4"++-- | Cluster can use both IPv4 and IPv6+pattern IPAllocationPolicy_StackType_IPV4_IPV6 :: IPAllocationPolicy_StackType+pattern IPAllocationPolicy_StackType_IPV4_IPV6 = IPAllocationPolicy_StackType "IPV4_IPV6"++{-# COMPLETE+  IPAllocationPolicy_StackType_STACKTYPEUNSPECIFIED,+  IPAllocationPolicy_StackType_IPV4,+  IPAllocationPolicy_StackType_IPV4_IPV6,+  IPAllocationPolicy_StackType+  #-}++-- | cgroup_mode specifies the cgroup mode to be used on the node.+newtype LinuxNodeConfig_CgroupMode = LinuxNodeConfig_CgroupMode {fromLinuxNodeConfig_CgroupMode :: 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+    )++-- | CGROUP/MODE/UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.+pattern LinuxNodeConfig_CgroupMode_CGROUPMODEUNSPECIFIED :: LinuxNodeConfig_CgroupMode+pattern LinuxNodeConfig_CgroupMode_CGROUPMODEUNSPECIFIED = LinuxNodeConfig_CgroupMode "CGROUP_MODE_UNSPECIFIED"++-- | CGROUP/MODE/V1 specifies to use cgroupv1 for the cgroup configuration on the node image.+pattern LinuxNodeConfig_CgroupMode_CGROUP_MODE_V1 :: LinuxNodeConfig_CgroupMode+pattern LinuxNodeConfig_CgroupMode_CGROUP_MODE_V1 = LinuxNodeConfig_CgroupMode "CGROUP_MODE_V1"++-- | CGROUP/MODE/V2 specifies to use cgroupv2 for the cgroup configuration on the node image.+pattern LinuxNodeConfig_CgroupMode_CGROUP_MODE_V2 :: LinuxNodeConfig_CgroupMode+pattern LinuxNodeConfig_CgroupMode_CGROUP_MODE_V2 = LinuxNodeConfig_CgroupMode "CGROUP_MODE_V2"++{-# COMPLETE+  LinuxNodeConfig_CgroupMode_CGROUPMODEUNSPECIFIED,+  LinuxNodeConfig_CgroupMode_CGROUP_MODE_V1,+  LinuxNodeConfig_CgroupMode_CGROUP_MODE_V2,+  LinuxNodeConfig_CgroupMode+  #-}++newtype LoggingComponentConfig_EnableComponentsItem = LoggingComponentConfig_EnableComponentsItem {fromLoggingComponentConfig_EnableComponentsItem :: 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 value. This shouldn\'t be used.+pattern LoggingComponentConfig_EnableComponentsItem_COMPONENTUNSPECIFIED :: LoggingComponentConfig_EnableComponentsItem+pattern LoggingComponentConfig_EnableComponentsItem_COMPONENTUNSPECIFIED = LoggingComponentConfig_EnableComponentsItem "COMPONENT_UNSPECIFIED"++-- | system components+pattern LoggingComponentConfig_EnableComponentsItem_SYSTEMCOMPONENTS :: LoggingComponentConfig_EnableComponentsItem+pattern LoggingComponentConfig_EnableComponentsItem_SYSTEMCOMPONENTS = LoggingComponentConfig_EnableComponentsItem "SYSTEM_COMPONENTS"++-- | workloads+pattern LoggingComponentConfig_EnableComponentsItem_Workloads :: LoggingComponentConfig_EnableComponentsItem+pattern LoggingComponentConfig_EnableComponentsItem_Workloads = LoggingComponentConfig_EnableComponentsItem "WORKLOADS"++-- | kube-apiserver+pattern LoggingComponentConfig_EnableComponentsItem_Apiserver :: LoggingComponentConfig_EnableComponentsItem+pattern LoggingComponentConfig_EnableComponentsItem_Apiserver = LoggingComponentConfig_EnableComponentsItem "APISERVER"++-- | kube-scheduler+pattern LoggingComponentConfig_EnableComponentsItem_Scheduler :: LoggingComponentConfig_EnableComponentsItem+pattern LoggingComponentConfig_EnableComponentsItem_Scheduler = LoggingComponentConfig_EnableComponentsItem "SCHEDULER"++-- | kube-controller-manager+pattern LoggingComponentConfig_EnableComponentsItem_CONTROLLERMANAGER :: LoggingComponentConfig_EnableComponentsItem+pattern LoggingComponentConfig_EnableComponentsItem_CONTROLLERMANAGER = LoggingComponentConfig_EnableComponentsItem "CONTROLLER_MANAGER"++-- | kcp-sshd+pattern LoggingComponentConfig_EnableComponentsItem_KCPSSHD :: LoggingComponentConfig_EnableComponentsItem+pattern LoggingComponentConfig_EnableComponentsItem_KCPSSHD = LoggingComponentConfig_EnableComponentsItem "KCP_SSHD"++-- | kcp connection logs+pattern LoggingComponentConfig_EnableComponentsItem_KCPCONNECTION :: LoggingComponentConfig_EnableComponentsItem+pattern LoggingComponentConfig_EnableComponentsItem_KCPCONNECTION = LoggingComponentConfig_EnableComponentsItem "KCP_CONNECTION"++-- | horizontal pod autoscaler decision logs+pattern LoggingComponentConfig_EnableComponentsItem_KCPHPA :: LoggingComponentConfig_EnableComponentsItem+pattern LoggingComponentConfig_EnableComponentsItem_KCPHPA = LoggingComponentConfig_EnableComponentsItem "KCP_HPA"++{-# COMPLETE+  LoggingComponentConfig_EnableComponentsItem_COMPONENTUNSPECIFIED,+  LoggingComponentConfig_EnableComponentsItem_SYSTEMCOMPONENTS,+  LoggingComponentConfig_EnableComponentsItem_Workloads,+  LoggingComponentConfig_EnableComponentsItem_Apiserver,+  LoggingComponentConfig_EnableComponentsItem_Scheduler,+  LoggingComponentConfig_EnableComponentsItem_CONTROLLERMANAGER,+  LoggingComponentConfig_EnableComponentsItem_KCPSSHD,+  LoggingComponentConfig_EnableComponentsItem_KCPCONNECTION,+  LoggingComponentConfig_EnableComponentsItem_KCPHPA,+  LoggingComponentConfig_EnableComponentsItem+  #-}++-- | Logging variant deployed on nodes.+newtype LoggingVariantConfig_Variant = LoggingVariantConfig_Variant {fromLoggingVariantConfig_Variant :: 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 value. This shouldn\'t be used.+pattern LoggingVariantConfig_Variant_VARIANTUNSPECIFIED :: LoggingVariantConfig_Variant+pattern LoggingVariantConfig_Variant_VARIANTUNSPECIFIED = LoggingVariantConfig_Variant "VARIANT_UNSPECIFIED"++-- | default logging variant.+pattern LoggingVariantConfig_Variant_Default :: LoggingVariantConfig_Variant+pattern LoggingVariantConfig_Variant_Default = LoggingVariantConfig_Variant "DEFAULT"++-- | maximum logging throughput variant.+pattern LoggingVariantConfig_Variant_MAXTHROUGHPUT :: LoggingVariantConfig_Variant+pattern LoggingVariantConfig_Variant_MAXTHROUGHPUT = LoggingVariantConfig_Variant "MAX_THROUGHPUT"++{-# COMPLETE+  LoggingVariantConfig_Variant_VARIANTUNSPECIFIED,+  LoggingVariantConfig_Variant_Default,+  LoggingVariantConfig_Variant_MAXTHROUGHPUT,+  LoggingVariantConfig_Variant+  #-}++-- | Scope specifies the upgrade scope which upgrades are blocked by the exclusion.+newtype MaintenanceExclusionOptions_Scope = MaintenanceExclusionOptions_Scope {fromMaintenanceExclusionOptions_Scope :: 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_UPGRADES excludes all upgrades, including patch upgrades and minor upgrades across control planes and nodes. This is the default exclusion behavior.+pattern MaintenanceExclusionOptions_Scope_NOUPGRADES :: MaintenanceExclusionOptions_Scope+pattern MaintenanceExclusionOptions_Scope_NOUPGRADES = MaintenanceExclusionOptions_Scope "NO_UPGRADES"++-- | NO/MINOR/UPGRADES excludes all minor upgrades for the cluster, only patches are allowed.+pattern MaintenanceExclusionOptions_Scope_NOMINORUPGRADES :: MaintenanceExclusionOptions_Scope+pattern MaintenanceExclusionOptions_Scope_NOMINORUPGRADES = MaintenanceExclusionOptions_Scope "NO_MINOR_UPGRADES"++-- | NO/MINOR/OR/NODE/UPGRADES excludes all minor upgrades for the cluster, and also exclude all node pool upgrades. Only control plane patches are allowed.+pattern MaintenanceExclusionOptions_Scope_NOMINORORNODEUPGRADES :: MaintenanceExclusionOptions_Scope+pattern MaintenanceExclusionOptions_Scope_NOMINORORNODEUPGRADES = MaintenanceExclusionOptions_Scope "NO_MINOR_OR_NODE_UPGRADES"++{-# COMPLETE+  MaintenanceExclusionOptions_Scope_NOUPGRADES,+  MaintenanceExclusionOptions_Scope_NOMINORUPGRADES,+  MaintenanceExclusionOptions_Scope_NOMINORORNODEUPGRADES,+  MaintenanceExclusionOptions_Scope+  #-}++newtype MonitoringComponentConfig_EnableComponentsItem = MonitoringComponentConfig_EnableComponentsItem {fromMonitoringComponentConfig_EnableComponentsItem :: 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 value. This shouldn\'t be used.+pattern MonitoringComponentConfig_EnableComponentsItem_COMPONENTUNSPECIFIED :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_COMPONENTUNSPECIFIED = MonitoringComponentConfig_EnableComponentsItem "COMPONENT_UNSPECIFIED"++-- | system components+pattern MonitoringComponentConfig_EnableComponentsItem_SYSTEMCOMPONENTS :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_SYSTEMCOMPONENTS = MonitoringComponentConfig_EnableComponentsItem "SYSTEM_COMPONENTS"++-- | kube-apiserver+pattern MonitoringComponentConfig_EnableComponentsItem_Apiserver :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Apiserver = MonitoringComponentConfig_EnableComponentsItem "APISERVER"++-- | kube-scheduler+pattern MonitoringComponentConfig_EnableComponentsItem_Scheduler :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Scheduler = MonitoringComponentConfig_EnableComponentsItem "SCHEDULER"++-- | kube-controller-manager+pattern MonitoringComponentConfig_EnableComponentsItem_CONTROLLERMANAGER :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_CONTROLLERMANAGER = MonitoringComponentConfig_EnableComponentsItem "CONTROLLER_MANAGER"++-- | Storage+pattern MonitoringComponentConfig_EnableComponentsItem_Storage :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Storage = MonitoringComponentConfig_EnableComponentsItem "STORAGE"++-- | Horizontal Pod Autoscaling+pattern MonitoringComponentConfig_EnableComponentsItem_Hpa :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Hpa = MonitoringComponentConfig_EnableComponentsItem "HPA"++-- | Pod+pattern MonitoringComponentConfig_EnableComponentsItem_Pod :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Pod = MonitoringComponentConfig_EnableComponentsItem "POD"++-- | DaemonSet+pattern MonitoringComponentConfig_EnableComponentsItem_Daemonset :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Daemonset = MonitoringComponentConfig_EnableComponentsItem "DAEMONSET"++-- | Deployment+pattern MonitoringComponentConfig_EnableComponentsItem_Deployment :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Deployment = MonitoringComponentConfig_EnableComponentsItem "DEPLOYMENT"++-- | Statefulset+pattern MonitoringComponentConfig_EnableComponentsItem_Statefulset :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Statefulset = MonitoringComponentConfig_EnableComponentsItem "STATEFULSET"++-- | CADVISOR+pattern MonitoringComponentConfig_EnableComponentsItem_Cadvisor :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Cadvisor = MonitoringComponentConfig_EnableComponentsItem "CADVISOR"++-- | KUBELET+pattern MonitoringComponentConfig_EnableComponentsItem_Kubelet :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Kubelet = MonitoringComponentConfig_EnableComponentsItem "KUBELET"++-- | NVIDIA Data Center GPU Manager (DCGM)+pattern MonitoringComponentConfig_EnableComponentsItem_Dcgm :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Dcgm = MonitoringComponentConfig_EnableComponentsItem "DCGM"++-- | JobSet+pattern MonitoringComponentConfig_EnableComponentsItem_Jobset :: MonitoringComponentConfig_EnableComponentsItem+pattern MonitoringComponentConfig_EnableComponentsItem_Jobset = MonitoringComponentConfig_EnableComponentsItem "JOBSET"++{-# COMPLETE+  MonitoringComponentConfig_EnableComponentsItem_COMPONENTUNSPECIFIED,+  MonitoringComponentConfig_EnableComponentsItem_SYSTEMCOMPONENTS,+  MonitoringComponentConfig_EnableComponentsItem_Apiserver,+  MonitoringComponentConfig_EnableComponentsItem_Scheduler,+  MonitoringComponentConfig_EnableComponentsItem_CONTROLLERMANAGER,+  MonitoringComponentConfig_EnableComponentsItem_Storage,+  MonitoringComponentConfig_EnableComponentsItem_Hpa,+  MonitoringComponentConfig_EnableComponentsItem_Pod,+  MonitoringComponentConfig_EnableComponentsItem_Daemonset,+  MonitoringComponentConfig_EnableComponentsItem_Deployment,+  MonitoringComponentConfig_EnableComponentsItem_Statefulset,+  MonitoringComponentConfig_EnableComponentsItem_Cadvisor,+  MonitoringComponentConfig_EnableComponentsItem_Kubelet,+  MonitoringComponentConfig_EnableComponentsItem_Dcgm,+  MonitoringComponentConfig_EnableComponentsItem_Jobset,+  MonitoringComponentConfig_EnableComponentsItem+  #-}++-- | The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.+newtype NetworkConfig_DatapathProvider = NetworkConfig_DatapathProvider {fromNetworkConfig_DatapathProvider :: 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 value.+pattern NetworkConfig_DatapathProvider_DATAPATHPROVIDERUNSPECIFIED :: NetworkConfig_DatapathProvider+pattern NetworkConfig_DatapathProvider_DATAPATHPROVIDERUNSPECIFIED = NetworkConfig_DatapathProvider "DATAPATH_PROVIDER_UNSPECIFIED"++-- | Use the IPTables implementation based on kube-proxy.+pattern NetworkConfig_DatapathProvider_LEGACYDATAPATH :: NetworkConfig_DatapathProvider+pattern NetworkConfig_DatapathProvider_LEGACYDATAPATH = NetworkConfig_DatapathProvider "LEGACY_DATAPATH"++-- | Use the eBPF based GKE Dataplane V2 with additional features. See the <https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2 GKE Dataplane V2 documentation> for more.+pattern NetworkConfig_DatapathProvider_ADVANCEDDATAPATH :: NetworkConfig_DatapathProvider+pattern NetworkConfig_DatapathProvider_ADVANCEDDATAPATH = NetworkConfig_DatapathProvider "ADVANCED_DATAPATH"++{-# COMPLETE+  NetworkConfig_DatapathProvider_DATAPATHPROVIDERUNSPECIFIED,+  NetworkConfig_DatapathProvider_LEGACYDATAPATH,+  NetworkConfig_DatapathProvider_ADVANCEDDATAPATH,+  NetworkConfig_DatapathProvider+  #-}++-- | Specify the details of in-transit encryption. Now named inter-node transparent encryption.+newtype NetworkConfig_InTransitEncryptionConfig = NetworkConfig_InTransitEncryptionConfig {fromNetworkConfig_InTransitEncryptionConfig :: 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, will be inferred as default - IN/TRANSIT/ENCRYPTION_UNSPECIFIED.+pattern NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONCONFIGUNSPECIFIED :: NetworkConfig_InTransitEncryptionConfig+pattern NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONCONFIGUNSPECIFIED = NetworkConfig_InTransitEncryptionConfig "IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED"++-- | In-transit encryption is disabled.+pattern NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONDISABLED :: NetworkConfig_InTransitEncryptionConfig+pattern NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONDISABLED = NetworkConfig_InTransitEncryptionConfig "IN_TRANSIT_ENCRYPTION_DISABLED"++-- | Data in-transit is encrypted using inter-node transparent encryption.+pattern NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONINTERNODETRANSPARENT :: NetworkConfig_InTransitEncryptionConfig+pattern NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONINTERNODETRANSPARENT = NetworkConfig_InTransitEncryptionConfig "IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT"++{-# COMPLETE+  NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONCONFIGUNSPECIFIED,+  NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONDISABLED,+  NetworkConfig_InTransitEncryptionConfig_INTRANSITENCRYPTIONINTERNODETRANSPARENT,+  NetworkConfig_InTransitEncryptionConfig+  #-}++-- | The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)+newtype NetworkConfig_PrivateIpv6GoogleAccess = NetworkConfig_PrivateIpv6GoogleAccess {fromNetworkConfig_PrivateIpv6GoogleAccess :: 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 value. Same as DISABLED+pattern NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSUNSPECIFIED :: NetworkConfig_PrivateIpv6GoogleAccess+pattern NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSUNSPECIFIED = NetworkConfig_PrivateIpv6GoogleAccess "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED"++-- | No private access to or from Google Services+pattern NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSDISABLED :: NetworkConfig_PrivateIpv6GoogleAccess+pattern NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSDISABLED = NetworkConfig_PrivateIpv6GoogleAccess "PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED"++-- | Enables private IPv6 access to Google Services from GKE+pattern NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSTOGOOGLE :: NetworkConfig_PrivateIpv6GoogleAccess+pattern NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSTOGOOGLE = NetworkConfig_PrivateIpv6GoogleAccess "PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE"++-- | Enables private IPv6 access to and from Google Services+pattern NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSBIDIRECTIONAL :: NetworkConfig_PrivateIpv6GoogleAccess+pattern NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSBIDIRECTIONAL = NetworkConfig_PrivateIpv6GoogleAccess "PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL"++{-# COMPLETE+  NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSUNSPECIFIED,+  NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSDISABLED,+  NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSTOGOOGLE,+  NetworkConfig_PrivateIpv6GoogleAccess_PRIVATEIPV6GOOGLEACCESSBIDIRECTIONAL,+  NetworkConfig_PrivateIpv6GoogleAccess+  #-}++-- | Specifies the total network bandwidth tier for the NodePool.+newtype NetworkPerformanceConfig_TotalEgressBandwidthTier = NetworkPerformanceConfig_TotalEgressBandwidthTier {fromNetworkPerformanceConfig_TotalEgressBandwidthTier :: 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 value+pattern NetworkPerformanceConfig_TotalEgressBandwidthTier_TIERUNSPECIFIED :: NetworkPerformanceConfig_TotalEgressBandwidthTier+pattern NetworkPerformanceConfig_TotalEgressBandwidthTier_TIERUNSPECIFIED = NetworkPerformanceConfig_TotalEgressBandwidthTier "TIER_UNSPECIFIED"++-- | Higher bandwidth, actual values based on VM size.+pattern NetworkPerformanceConfig_TotalEgressBandwidthTier_TIER_1 :: NetworkPerformanceConfig_TotalEgressBandwidthTier+pattern NetworkPerformanceConfig_TotalEgressBandwidthTier_TIER_1 = NetworkPerformanceConfig_TotalEgressBandwidthTier "TIER_1"++{-# COMPLETE+  NetworkPerformanceConfig_TotalEgressBandwidthTier_TIERUNSPECIFIED,+  NetworkPerformanceConfig_TotalEgressBandwidthTier_TIER_1,+  NetworkPerformanceConfig_TotalEgressBandwidthTier+  #-}++-- | The selected network policy provider.+newtype NetworkPolicy_Provider = NetworkPolicy_Provider {fromNetworkPolicy_Provider :: 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+    )++-- | Not set+pattern NetworkPolicy_Provider_PROVIDERUNSPECIFIED :: NetworkPolicy_Provider+pattern NetworkPolicy_Provider_PROVIDERUNSPECIFIED = NetworkPolicy_Provider "PROVIDER_UNSPECIFIED"++-- | Tigera (Calico Felix).+pattern NetworkPolicy_Provider_Calico :: NetworkPolicy_Provider+pattern NetworkPolicy_Provider_Calico = NetworkPolicy_Provider "CALICO"++{-# COMPLETE+  NetworkPolicy_Provider_PROVIDERUNSPECIFIED,+  NetworkPolicy_Provider_Calico,+  NetworkPolicy_Provider+  #-}++-- | Operator for NodeAffinity.+newtype NodeAffinity_Operator = NodeAffinity_Operator {fromNodeAffinity_Operator :: 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+    )++-- | Invalid or unspecified affinity operator.+pattern NodeAffinity_Operator_OPERATORUNSPECIFIED :: NodeAffinity_Operator+pattern NodeAffinity_Operator_OPERATORUNSPECIFIED = NodeAffinity_Operator "OPERATOR_UNSPECIFIED"++-- | Affinity operator.+pattern NodeAffinity_Operator_IN :: NodeAffinity_Operator+pattern NodeAffinity_Operator_IN = NodeAffinity_Operator "IN"++-- | Anti-affinity operator.+pattern NodeAffinity_Operator_NOTIN :: NodeAffinity_Operator+pattern NodeAffinity_Operator_NOTIN = NodeAffinity_Operator "NOT_IN"++{-# COMPLETE+  NodeAffinity_Operator_OPERATORUNSPECIFIED,+  NodeAffinity_Operator_IN,+  NodeAffinity_Operator_NOTIN,+  NodeAffinity_Operator+  #-}++-- | Output only. effective/cgroup/mode is the cgroup mode actually used by the node pool. It is determined by the cgroup mode specified in the LinuxNodeConfig or the default cgroup mode based on the cluster creation version.+newtype NodeConfig_EffectiveCgroupMode = NodeConfig_EffectiveCgroupMode {fromNodeConfig_EffectiveCgroupMode :: 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+    )++-- | EFFECTIVE/CGROUP/MODE_UNSPECIFIED means the cgroup configuration for the node pool is unspecified, i.e. the node pool is a Windows node pool.+pattern NodeConfig_EffectiveCgroupMode_EFFECTIVECGROUPMODEUNSPECIFIED :: NodeConfig_EffectiveCgroupMode+pattern NodeConfig_EffectiveCgroupMode_EFFECTIVECGROUPMODEUNSPECIFIED = NodeConfig_EffectiveCgroupMode "EFFECTIVE_CGROUP_MODE_UNSPECIFIED"++-- | CGROUP/MODE/V1 means the node pool is configured to use cgroupv1 for the cgroup configuration.+pattern NodeConfig_EffectiveCgroupMode_EFFECTIVE_CGROUP_MODE_V1 :: NodeConfig_EffectiveCgroupMode+pattern NodeConfig_EffectiveCgroupMode_EFFECTIVE_CGROUP_MODE_V1 = NodeConfig_EffectiveCgroupMode "EFFECTIVE_CGROUP_MODE_V1"++-- | CGROUP/MODE/V2 means the node pool is configured to use cgroupv2 for the cgroup configuration.+pattern NodeConfig_EffectiveCgroupMode_EFFECTIVE_CGROUP_MODE_V2 :: NodeConfig_EffectiveCgroupMode+pattern NodeConfig_EffectiveCgroupMode_EFFECTIVE_CGROUP_MODE_V2 = NodeConfig_EffectiveCgroupMode "EFFECTIVE_CGROUP_MODE_V2"++{-# COMPLETE+  NodeConfig_EffectiveCgroupMode_EFFECTIVECGROUPMODEUNSPECIFIED,+  NodeConfig_EffectiveCgroupMode_EFFECTIVE_CGROUP_MODE_V1,+  NodeConfig_EffectiveCgroupMode_EFFECTIVE_CGROUP_MODE_V2,+  NodeConfig_EffectiveCgroupMode+  #-}++-- | Specifies which method should be used for encrypting the Local SSDs attached to the node.+newtype NodeConfig_LocalSsdEncryptionMode = NodeConfig_LocalSsdEncryptionMode {fromNodeConfig_LocalSsdEncryptionMode :: 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 given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted.+pattern NodeConfig_LocalSsdEncryptionMode_LOCALSSDENCRYPTIONMODEUNSPECIFIED :: NodeConfig_LocalSsdEncryptionMode+pattern NodeConfig_LocalSsdEncryptionMode_LOCALSSDENCRYPTIONMODEUNSPECIFIED = NodeConfig_LocalSsdEncryptionMode "LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED"++-- | The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted.+pattern NodeConfig_LocalSsdEncryptionMode_STANDARDENCRYPTION :: NodeConfig_LocalSsdEncryptionMode+pattern NodeConfig_LocalSsdEncryptionMode_STANDARDENCRYPTION = NodeConfig_LocalSsdEncryptionMode "STANDARD_ENCRYPTION"++-- | The given node will opt-in for using ephemeral key for encryption of Local SSDs. The Local SSDs will not be able to recover data in case of node crash.+pattern NodeConfig_LocalSsdEncryptionMode_EPHEMERALKEYENCRYPTION :: NodeConfig_LocalSsdEncryptionMode+pattern NodeConfig_LocalSsdEncryptionMode_EPHEMERALKEYENCRYPTION = NodeConfig_LocalSsdEncryptionMode "EPHEMERAL_KEY_ENCRYPTION"++{-# COMPLETE+  NodeConfig_LocalSsdEncryptionMode_LOCALSSDENCRYPTIONMODEUNSPECIFIED,+  NodeConfig_LocalSsdEncryptionMode_STANDARDENCRYPTION,+  NodeConfig_LocalSsdEncryptionMode_EPHEMERALKEYENCRYPTION,+  NodeConfig_LocalSsdEncryptionMode+  #-}++-- | Output only. The status of the nodes in this pool instance.+newtype NodePool_Status = NodePool_Status {fromNodePool_Status :: 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+    )++-- | Not set.+pattern NodePool_Status_STATUSUNSPECIFIED :: NodePool_Status+pattern NodePool_Status_STATUSUNSPECIFIED = NodePool_Status "STATUS_UNSPECIFIED"++-- | The PROVISIONING state indicates the node pool is being created.+pattern NodePool_Status_Provisioning :: NodePool_Status+pattern NodePool_Status_Provisioning = NodePool_Status "PROVISIONING"++-- | The RUNNING state indicates the node pool has been created and is fully usable.+pattern NodePool_Status_Running :: NodePool_Status+pattern NodePool_Status_Running = NodePool_Status "RUNNING"++-- | The RUNNING/WITH/ERROR state indicates the node pool has been created and is partially usable. Some error state has occurred and some functionality may be impaired. Customer may need to reissue a request or trigger a new update.+pattern NodePool_Status_RUNNINGWITHERROR :: NodePool_Status+pattern NodePool_Status_RUNNINGWITHERROR = NodePool_Status "RUNNING_WITH_ERROR"++-- | The RECONCILING state indicates that some work is actively being done on the node pool, such as upgrading node software. Details can be found in the @statusMessage@ field.+pattern NodePool_Status_Reconciling :: NodePool_Status+pattern NodePool_Status_Reconciling = NodePool_Status "RECONCILING"++-- | The STOPPING state indicates the node pool is being deleted.+pattern NodePool_Status_Stopping :: NodePool_Status+pattern NodePool_Status_Stopping = NodePool_Status "STOPPING"++-- | The ERROR state indicates the node pool may be unusable. Details can be found in the @statusMessage@ field.+pattern NodePool_Status_Error' :: NodePool_Status+pattern NodePool_Status_Error' = NodePool_Status "ERROR"++{-# COMPLETE+  NodePool_Status_STATUSUNSPECIFIED,+  NodePool_Status_Provisioning,+  NodePool_Status_Running,+  NodePool_Status_RUNNINGWITHERROR,+  NodePool_Status_Reconciling,+  NodePool_Status_Stopping,+  NodePool_Status_Error',+  NodePool_Status+  #-}++-- | Location policy used when scaling up a nodepool.+newtype NodePoolAutoscaling_LocationPolicy = NodePoolAutoscaling_LocationPolicy {fromNodePoolAutoscaling_LocationPolicy :: 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+    )++-- | Not set.+pattern NodePoolAutoscaling_LocationPolicy_LOCATIONPOLICYUNSPECIFIED :: NodePoolAutoscaling_LocationPolicy+pattern NodePoolAutoscaling_LocationPolicy_LOCATIONPOLICYUNSPECIFIED = NodePoolAutoscaling_LocationPolicy "LOCATION_POLICY_UNSPECIFIED"++-- | BALANCED is a best effort policy that aims to balance the sizes of different zones.+pattern NodePoolAutoscaling_LocationPolicy_Balanced :: NodePoolAutoscaling_LocationPolicy+pattern NodePoolAutoscaling_LocationPolicy_Balanced = NodePoolAutoscaling_LocationPolicy "BALANCED"++-- | ANY policy picks zones that have the highest capacity available.+pattern NodePoolAutoscaling_LocationPolicy_Any :: NodePoolAutoscaling_LocationPolicy+pattern NodePoolAutoscaling_LocationPolicy_Any = NodePoolAutoscaling_LocationPolicy "ANY"++{-# COMPLETE+  NodePoolAutoscaling_LocationPolicy_LOCATIONPOLICYUNSPECIFIED,+  NodePoolAutoscaling_LocationPolicy_Balanced,+  NodePoolAutoscaling_LocationPolicy_Any,+  NodePoolAutoscaling_LocationPolicy+  #-}++-- | Effect for taint.+newtype NodeTaint_Effect = NodeTaint_Effect {fromNodeTaint_Effect :: 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+    )++-- | Not set+pattern NodeTaint_Effect_EFFECTUNSPECIFIED :: NodeTaint_Effect+pattern NodeTaint_Effect_EFFECTUNSPECIFIED = NodeTaint_Effect "EFFECT_UNSPECIFIED"++-- | NoSchedule+pattern NodeTaint_Effect_NOSCHEDULE :: NodeTaint_Effect+pattern NodeTaint_Effect_NOSCHEDULE = NodeTaint_Effect "NO_SCHEDULE"++-- | PreferNoSchedule+pattern NodeTaint_Effect_PREFERNOSCHEDULE :: NodeTaint_Effect+pattern NodeTaint_Effect_PREFERNOSCHEDULE = NodeTaint_Effect "PREFER_NO_SCHEDULE"++-- | NoExecute+pattern NodeTaint_Effect_NOEXECUTE :: NodeTaint_Effect+pattern NodeTaint_Effect_NOEXECUTE = NodeTaint_Effect "NO_EXECUTE"++{-# COMPLETE+  NodeTaint_Effect_EFFECTUNSPECIFIED,+  NodeTaint_Effect_NOSCHEDULE,+  NodeTaint_Effect_PREFERNOSCHEDULE,+  NodeTaint_Effect_NOEXECUTE,+  NodeTaint_Effect+  #-}++-- | Output only. The operation type.+newtype Operation_OperationType = Operation_OperationType {fromOperation_OperationType :: 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+    )++-- | Not set.+pattern Operation_OperationType_TYPEUNSPECIFIED :: Operation_OperationType+pattern Operation_OperationType_TYPEUNSPECIFIED = Operation_OperationType "TYPE_UNSPECIFIED"++-- | The cluster is being created. The cluster should be assumed to be unusable until the operation finishes. In the event of the operation failing, the cluster will enter the ERROR state and eventually be deleted.+pattern Operation_OperationType_CREATECLUSTER :: Operation_OperationType+pattern Operation_OperationType_CREATECLUSTER = Operation_OperationType "CREATE_CLUSTER"++-- | The cluster is being deleted. The cluster should be assumed to be unusable as soon as this operation starts. In the event of the operation failing, the cluster will enter the ERROR state and the deletion will be automatically retried until completed.+pattern Operation_OperationType_DELETECLUSTER :: Operation_OperationType+pattern Operation_OperationType_DELETECLUSTER = Operation_OperationType "DELETE_CLUSTER"++-- | The cluster version is being updated. Note that this includes \"upgrades\" to the same version, which are simply a recreation. This also includes <https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#upgrading_automatically auto-upgrades>. For more details, see <https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#cluster_upgrades documentation on cluster upgrades>.+pattern Operation_OperationType_UPGRADEMASTER :: Operation_OperationType+pattern Operation_OperationType_UPGRADEMASTER = Operation_OperationType "UPGRADE_MASTER"++-- | A node pool is being updated. Despite calling this an \"upgrade\", this includes most forms of updates to node pools. This also includes <https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-upgrades auto-upgrades>. This operation sets the progress field and may be canceled. The upgrade strategy depends on <https://cloud.google.com/kubernetes-engine/docs/concepts/node-pool-upgrade-strategies node pool configuration>. The nodes are generally still usable during this operation.+pattern Operation_OperationType_UPGRADENODES :: Operation_OperationType+pattern Operation_OperationType_UPGRADENODES = Operation_OperationType "UPGRADE_NODES"++-- | A problem has been detected with the control plane and is being repaired. This operation type is initiated by GKE. For more details, see <https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs documentation on repairs>.+pattern Operation_OperationType_REPAIRCLUSTER :: Operation_OperationType+pattern Operation_OperationType_REPAIRCLUSTER = Operation_OperationType "REPAIR_CLUSTER"++-- | The cluster is being updated. This is a broad category of operations and includes operations that only change metadata as well as those that must recreate the entire cluster. If the control plane must be recreated, this will cause temporary downtime for zonal clusters. Some features require recreating the nodes as well. Those will be recreated as separate operations and the update may not be completely functional until the node pools recreations finish. Node recreations will generally follow <https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions maintenance policies>. Some GKE-initiated operations use this type. This includes certain types of auto-upgrades and incident mitigations.+pattern Operation_OperationType_UPDATECLUSTER :: Operation_OperationType+pattern Operation_OperationType_UPDATECLUSTER = Operation_OperationType "UPDATE_CLUSTER"++-- | A node pool is being created. The node pool should be assumed to be unusable until this operation finishes. In the event of an error, the node pool may be partially created. If enabled, <https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning node autoprovisioning> may have automatically initiated such operations.+pattern Operation_OperationType_CREATENODEPOOL :: Operation_OperationType+pattern Operation_OperationType_CREATENODEPOOL = Operation_OperationType "CREATE_NODE_POOL"++-- | The node pool is being deleted. The node pool should be assumed to be unusable as soon as this operation starts.+pattern Operation_OperationType_DELETENODEPOOL :: Operation_OperationType+pattern Operation_OperationType_DELETENODEPOOL = Operation_OperationType "DELETE_NODE_POOL"++-- | The node pool\'s manamagent field is being updated. These operations only update metadata and may be concurrent with most other operations.+pattern Operation_OperationType_SETNODEPOOLMANAGEMENT :: Operation_OperationType+pattern Operation_OperationType_SETNODEPOOLMANAGEMENT = Operation_OperationType "SET_NODE_POOL_MANAGEMENT"++-- | A problem has been detected with nodes and <https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-repair they are being repaired>. This operation type is initiated by GKE, typically automatically. This operation may be concurrent with other operations and there may be multiple repairs occurring on the same node pool.+pattern Operation_OperationType_AUTOREPAIRNODES :: Operation_OperationType+pattern Operation_OperationType_AUTOREPAIRNODES = Operation_OperationType "AUTO_REPAIR_NODES"++-- | Unused. Automatic node upgrade uses UPGRADE_NODES.+pattern Operation_OperationType_AUTOUPGRADENODES :: Operation_OperationType+pattern Operation_OperationType_AUTOUPGRADENODES = Operation_OperationType "AUTO_UPGRADE_NODES"++-- | Unused. Updating labels uses UPDATE_CLUSTER.+pattern Operation_OperationType_SETLABELS :: Operation_OperationType+pattern Operation_OperationType_SETLABELS = Operation_OperationType "SET_LABELS"++-- | Unused. Updating master auth uses UPDATE_CLUSTER.+pattern Operation_OperationType_SETMASTERAUTH :: Operation_OperationType+pattern Operation_OperationType_SETMASTERAUTH = Operation_OperationType "SET_MASTER_AUTH"++-- | The node pool is being resized. With the exception of resizing to or from size zero, the node pool is generally usable during this operation.+pattern Operation_OperationType_SETNODEPOOLSIZE :: Operation_OperationType+pattern Operation_OperationType_SETNODEPOOLSIZE = Operation_OperationType "SET_NODE_POOL_SIZE"++-- | Unused. Updating network policy uses UPDATE_CLUSTER.+pattern Operation_OperationType_SETNETWORKPOLICY :: Operation_OperationType+pattern Operation_OperationType_SETNETWORKPOLICY = Operation_OperationType "SET_NETWORK_POLICY"++-- | Unused. Updating maintenance policy uses UPDATE_CLUSTER.+pattern Operation_OperationType_SETMAINTENANCEPOLICY :: Operation_OperationType+pattern Operation_OperationType_SETMAINTENANCEPOLICY = Operation_OperationType "SET_MAINTENANCE_POLICY"++-- | The control plane is being resized. This operation type is initiated by GKE. These operations are often performed preemptively to ensure that the control plane has sufficient resources and is not typically an indication of issues. For more details, see <https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs documentation on resizes>.+pattern Operation_OperationType_RESIZECLUSTER :: Operation_OperationType+pattern Operation_OperationType_RESIZECLUSTER = Operation_OperationType "RESIZE_CLUSTER"++-- | Fleet features of GKE Enterprise are being upgraded. The cluster should be assumed to be blocked for other upgrades until the operation finishes.+pattern Operation_OperationType_FLEETFEATUREUPGRADE :: Operation_OperationType+pattern Operation_OperationType_FLEETFEATUREUPGRADE = Operation_OperationType "FLEET_FEATURE_UPGRADE"++{-# COMPLETE+  Operation_OperationType_TYPEUNSPECIFIED,+  Operation_OperationType_CREATECLUSTER,+  Operation_OperationType_DELETECLUSTER,+  Operation_OperationType_UPGRADEMASTER,+  Operation_OperationType_UPGRADENODES,+  Operation_OperationType_REPAIRCLUSTER,+  Operation_OperationType_UPDATECLUSTER,+  Operation_OperationType_CREATENODEPOOL,+  Operation_OperationType_DELETENODEPOOL,+  Operation_OperationType_SETNODEPOOLMANAGEMENT,+  Operation_OperationType_AUTOREPAIRNODES,+  Operation_OperationType_AUTOUPGRADENODES,+  Operation_OperationType_SETLABELS,+  Operation_OperationType_SETMASTERAUTH,+  Operation_OperationType_SETNODEPOOLSIZE,+  Operation_OperationType_SETNETWORKPOLICY,+  Operation_OperationType_SETMAINTENANCEPOLICY,+  Operation_OperationType_RESIZECLUSTER,+  Operation_OperationType_FLEETFEATUREUPGRADE,+  Operation_OperationType+  #-}++-- | Output only. The current status of the operation.+newtype Operation_Status = Operation_Status {fromOperation_Status :: 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+    )++-- | Not set.+pattern Operation_Status_STATUSUNSPECIFIED :: Operation_Status+pattern Operation_Status_STATUSUNSPECIFIED = Operation_Status "STATUS_UNSPECIFIED"++-- | The operation has been created.+pattern Operation_Status_Pending :: Operation_Status+pattern Operation_Status_Pending = Operation_Status "PENDING"++-- | The operation is currently running.+pattern Operation_Status_Running :: Operation_Status+pattern Operation_Status_Running = Operation_Status "RUNNING"++-- | The operation is done, either cancelled or completed.+pattern Operation_Status_Done :: Operation_Status+pattern Operation_Status_Done = Operation_Status "DONE"++-- | The operation is aborting.+pattern Operation_Status_Aborting :: Operation_Status+pattern Operation_Status_Aborting = Operation_Status "ABORTING"++{-# COMPLETE+  Operation_Status_STATUSUNSPECIFIED,+  Operation_Status_Pending,+  Operation_Status_Running,+  Operation_Status_Done,+  Operation_Status_Aborting,+  Operation_Status+  #-}++-- | Status of an operation stage. Unset for single-stage operations.+newtype OperationProgress_Status = OperationProgress_Status {fromOperationProgress_Status :: 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+    )++-- | Not set.+pattern OperationProgress_Status_STATUSUNSPECIFIED :: OperationProgress_Status+pattern OperationProgress_Status_STATUSUNSPECIFIED = OperationProgress_Status "STATUS_UNSPECIFIED"++-- | The operation has been created.+pattern OperationProgress_Status_Pending :: OperationProgress_Status+pattern OperationProgress_Status_Pending = OperationProgress_Status "PENDING"++-- | The operation is currently running.+pattern OperationProgress_Status_Running :: OperationProgress_Status+pattern OperationProgress_Status_Running = OperationProgress_Status "RUNNING"++-- | The operation is done, either cancelled or completed.+pattern OperationProgress_Status_Done :: OperationProgress_Status+pattern OperationProgress_Status_Done = OperationProgress_Status "DONE"++-- | The operation is aborting.+pattern OperationProgress_Status_Aborting :: OperationProgress_Status+pattern OperationProgress_Status_Aborting = OperationProgress_Status "ABORTING"++{-# COMPLETE+  OperationProgress_Status_STATUSUNSPECIFIED,+  OperationProgress_Status_Pending,+  OperationProgress_Status_Running,+  OperationProgress_Status_Done,+  OperationProgress_Status_Aborting,+  OperationProgress_Status+  #-}++-- | The type of placement.+newtype PlacementPolicy_Type = PlacementPolicy_Type {fromPlacementPolicy_Type :: 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+    )++-- | TYPE_UNSPECIFIED specifies no requirements on nodes placement.+pattern PlacementPolicy_Type_TYPEUNSPECIFIED :: PlacementPolicy_Type+pattern PlacementPolicy_Type_TYPEUNSPECIFIED = PlacementPolicy_Type "TYPE_UNSPECIFIED"++-- | COMPACT specifies node placement in the same availability domain to ensure low communication latency.+pattern PlacementPolicy_Type_Compact :: PlacementPolicy_Type+pattern PlacementPolicy_Type_Compact = PlacementPolicy_Type "COMPACT"++{-# COMPLETE+  PlacementPolicy_Type_TYPEUNSPECIFIED,+  PlacementPolicy_Type_Compact,+  PlacementPolicy_Type+  #-}++-- | channel specifies which release channel the cluster is subscribed to.+newtype ReleaseChannel_Channel = ReleaseChannel_Channel {fromReleaseChannel_Channel :: 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 channel specified.+pattern ReleaseChannel_Channel_Unspecified :: ReleaseChannel_Channel+pattern ReleaseChannel_Channel_Unspecified = ReleaseChannel_Channel "UNSPECIFIED"++-- | RAPID channel is offered on an early access basis for customers who want to test new releases. WARNING: Versions available in the RAPID Channel may be subject to unresolved issues with no known workaround and are not subject to any SLAs.+pattern ReleaseChannel_Channel_Rapid :: ReleaseChannel_Channel+pattern ReleaseChannel_Channel_Rapid = ReleaseChannel_Channel "RAPID"++-- | Clusters subscribed to REGULAR receive versions that are considered GA quality. REGULAR is intended for production users who want to take advantage of new features.+pattern ReleaseChannel_Channel_Regular :: ReleaseChannel_Channel+pattern ReleaseChannel_Channel_Regular = ReleaseChannel_Channel "REGULAR"++-- | Clusters subscribed to STABLE receive versions that are known to be stable and reliable in production.+pattern ReleaseChannel_Channel_Stable :: ReleaseChannel_Channel+pattern ReleaseChannel_Channel_Stable = ReleaseChannel_Channel "STABLE"++-- | Clusters subscribed to EXTENDED receive extended support and availability for versions which are known to be stable and reliable in production.+pattern ReleaseChannel_Channel_Extended :: ReleaseChannel_Channel+pattern ReleaseChannel_Channel_Extended = ReleaseChannel_Channel "EXTENDED"++{-# COMPLETE+  ReleaseChannel_Channel_Unspecified,+  ReleaseChannel_Channel_Rapid,+  ReleaseChannel_Channel_Regular,+  ReleaseChannel_Channel_Stable,+  ReleaseChannel_Channel_Extended,+  ReleaseChannel_Channel+  #-}++-- | The release channel this configuration applies to.+newtype ReleaseChannelConfig_Channel = ReleaseChannelConfig_Channel {fromReleaseChannelConfig_Channel :: 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 channel specified.+pattern ReleaseChannelConfig_Channel_Unspecified :: ReleaseChannelConfig_Channel+pattern ReleaseChannelConfig_Channel_Unspecified = ReleaseChannelConfig_Channel "UNSPECIFIED"++-- | RAPID channel is offered on an early access basis for customers who want to test new releases. WARNING: Versions available in the RAPID Channel may be subject to unresolved issues with no known workaround and are not subject to any SLAs.+pattern ReleaseChannelConfig_Channel_Rapid :: ReleaseChannelConfig_Channel+pattern ReleaseChannelConfig_Channel_Rapid = ReleaseChannelConfig_Channel "RAPID"++-- | Clusters subscribed to REGULAR receive versions that are considered GA quality. REGULAR is intended for production users who want to take advantage of new features.+pattern ReleaseChannelConfig_Channel_Regular :: ReleaseChannelConfig_Channel+pattern ReleaseChannelConfig_Channel_Regular = ReleaseChannelConfig_Channel "REGULAR"++-- | Clusters subscribed to STABLE receive versions that are known to be stable and reliable in production.+pattern ReleaseChannelConfig_Channel_Stable :: ReleaseChannelConfig_Channel+pattern ReleaseChannelConfig_Channel_Stable = ReleaseChannelConfig_Channel "STABLE"++-- | Clusters subscribed to EXTENDED receive extended support and availability for versions which are known to be stable and reliable in production.+pattern ReleaseChannelConfig_Channel_Extended :: ReleaseChannelConfig_Channel+pattern ReleaseChannelConfig_Channel_Extended = ReleaseChannelConfig_Channel "EXTENDED"++{-# COMPLETE+  ReleaseChannelConfig_Channel_Unspecified,+  ReleaseChannelConfig_Channel_Rapid,+  ReleaseChannelConfig_Channel_Regular,+  ReleaseChannelConfig_Channel_Stable,+  ReleaseChannelConfig_Channel_Extended,+  ReleaseChannelConfig_Channel+  #-}++-- | Corresponds to the type of reservation consumption.+newtype ReservationAffinity_ConsumeReservationType = ReservationAffinity_ConsumeReservationType {fromReservationAffinity_ConsumeReservationType :: 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 value. This should not be used.+pattern ReservationAffinity_ConsumeReservationType_Unspecified :: ReservationAffinity_ConsumeReservationType+pattern ReservationAffinity_ConsumeReservationType_Unspecified = ReservationAffinity_ConsumeReservationType "UNSPECIFIED"++-- | Do not consume from any reserved capacity.+pattern ReservationAffinity_ConsumeReservationType_NORESERVATION :: ReservationAffinity_ConsumeReservationType+pattern ReservationAffinity_ConsumeReservationType_NORESERVATION = ReservationAffinity_ConsumeReservationType "NO_RESERVATION"++-- | Consume any reservation available.+pattern ReservationAffinity_ConsumeReservationType_ANYRESERVATION :: ReservationAffinity_ConsumeReservationType+pattern ReservationAffinity_ConsumeReservationType_ANYRESERVATION = ReservationAffinity_ConsumeReservationType "ANY_RESERVATION"++-- | Must consume from a specific reservation. Must specify key value fields for specifying the reservations.+pattern ReservationAffinity_ConsumeReservationType_SPECIFICRESERVATION :: ReservationAffinity_ConsumeReservationType+pattern ReservationAffinity_ConsumeReservationType_SPECIFICRESERVATION = ReservationAffinity_ConsumeReservationType "SPECIFIC_RESERVATION"++{-# COMPLETE+  ReservationAffinity_ConsumeReservationType_Unspecified,+  ReservationAffinity_ConsumeReservationType_NORESERVATION,+  ReservationAffinity_ConsumeReservationType_ANYRESERVATION,+  ReservationAffinity_ConsumeReservationType_SPECIFICRESERVATION,+  ReservationAffinity_ConsumeReservationType+  #-}++-- | Type of the sandbox to use for the node.+newtype SandboxConfig_Type = SandboxConfig_Type {fromSandboxConfig_Type :: 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 value. This should not be used.+pattern SandboxConfig_Type_Unspecified :: SandboxConfig_Type+pattern SandboxConfig_Type_Unspecified = SandboxConfig_Type "UNSPECIFIED"++-- | Run sandbox using gvisor.+pattern SandboxConfig_Type_Gvisor :: SandboxConfig_Type+pattern SandboxConfig_Type_Gvisor = SandboxConfig_Type "GVISOR"++{-# COMPLETE+  SandboxConfig_Type_Unspecified,+  SandboxConfig_Type_Gvisor,+  SandboxConfig_Type+  #-}++-- | Disk mode (container image cache, etc.)+newtype SecondaryBootDisk_Mode = SecondaryBootDisk_Mode {fromSecondaryBootDisk_Mode :: 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+    )++-- | MODE_UNSPECIFIED is when mode is not set.+pattern SecondaryBootDisk_Mode_MODEUNSPECIFIED :: SecondaryBootDisk_Mode+pattern SecondaryBootDisk_Mode_MODEUNSPECIFIED = SecondaryBootDisk_Mode "MODE_UNSPECIFIED"++-- | CONTAINER/IMAGE/CACHE is for using the secondary boot disk as a container image cache.+pattern SecondaryBootDisk_Mode_CONTAINERIMAGECACHE :: SecondaryBootDisk_Mode+pattern SecondaryBootDisk_Mode_CONTAINERIMAGECACHE = SecondaryBootDisk_Mode "CONTAINER_IMAGE_CACHE"++{-# COMPLETE+  SecondaryBootDisk_Mode_MODEUNSPECIFIED,+  SecondaryBootDisk_Mode_CONTAINERIMAGECACHE,+  SecondaryBootDisk_Mode+  #-}++-- | Sets which mode to use for Security Posture features.+newtype SecurityPostureConfig_Mode = SecurityPostureConfig_Mode {fromSecurityPostureConfig_Mode :: 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 value not specified.+pattern SecurityPostureConfig_Mode_MODEUNSPECIFIED :: SecurityPostureConfig_Mode+pattern SecurityPostureConfig_Mode_MODEUNSPECIFIED = SecurityPostureConfig_Mode "MODE_UNSPECIFIED"++-- | Disables Security Posture features on the cluster.+pattern SecurityPostureConfig_Mode_Disabled :: SecurityPostureConfig_Mode+pattern SecurityPostureConfig_Mode_Disabled = SecurityPostureConfig_Mode "DISABLED"++-- | Applies Security Posture features on the cluster.+pattern SecurityPostureConfig_Mode_Basic :: SecurityPostureConfig_Mode+pattern SecurityPostureConfig_Mode_Basic = SecurityPostureConfig_Mode "BASIC"++-- | Applies the Security Posture off cluster Enterprise level features.+pattern SecurityPostureConfig_Mode_Enterprise :: SecurityPostureConfig_Mode+pattern SecurityPostureConfig_Mode_Enterprise = SecurityPostureConfig_Mode "ENTERPRISE"++{-# COMPLETE+  SecurityPostureConfig_Mode_MODEUNSPECIFIED,+  SecurityPostureConfig_Mode_Disabled,+  SecurityPostureConfig_Mode_Basic,+  SecurityPostureConfig_Mode_Enterprise,+  SecurityPostureConfig_Mode+  #-}++-- | Sets which mode to use for vulnerability scanning.+newtype SecurityPostureConfig_VulnerabilityMode = SecurityPostureConfig_VulnerabilityMode {fromSecurityPostureConfig_VulnerabilityMode :: 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 value not specified.+pattern SecurityPostureConfig_VulnerabilityMode_VULNERABILITYMODEUNSPECIFIED :: SecurityPostureConfig_VulnerabilityMode+pattern SecurityPostureConfig_VulnerabilityMode_VULNERABILITYMODEUNSPECIFIED = SecurityPostureConfig_VulnerabilityMode "VULNERABILITY_MODE_UNSPECIFIED"++-- | Disables vulnerability scanning on the cluster.+pattern SecurityPostureConfig_VulnerabilityMode_VULNERABILITYDISABLED :: SecurityPostureConfig_VulnerabilityMode+pattern SecurityPostureConfig_VulnerabilityMode_VULNERABILITYDISABLED = SecurityPostureConfig_VulnerabilityMode "VULNERABILITY_DISABLED"++-- | Applies basic vulnerability scanning on the cluster.+pattern SecurityPostureConfig_VulnerabilityMode_VULNERABILITYBASIC :: SecurityPostureConfig_VulnerabilityMode+pattern SecurityPostureConfig_VulnerabilityMode_VULNERABILITYBASIC = SecurityPostureConfig_VulnerabilityMode "VULNERABILITY_BASIC"++-- | Applies the Security Posture\'s vulnerability on cluster Enterprise level features.+pattern SecurityPostureConfig_VulnerabilityMode_VULNERABILITYENTERPRISE :: SecurityPostureConfig_VulnerabilityMode+pattern SecurityPostureConfig_VulnerabilityMode_VULNERABILITYENTERPRISE = SecurityPostureConfig_VulnerabilityMode "VULNERABILITY_ENTERPRISE"++{-# COMPLETE+  SecurityPostureConfig_VulnerabilityMode_VULNERABILITYMODEUNSPECIFIED,+  SecurityPostureConfig_VulnerabilityMode_VULNERABILITYDISABLED,+  SecurityPostureConfig_VulnerabilityMode_VULNERABILITYBASIC,+  SecurityPostureConfig_VulnerabilityMode_VULNERABILITYENTERPRISE,+  SecurityPostureConfig_VulnerabilityMode+  #-}++-- | Required. The exact form of action to be taken on the master auth.+newtype SetMasterAuthRequest_Action = SetMasterAuthRequest_Action {fromSetMasterAuthRequest_Action :: 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+    )++-- | Operation is unknown and will error out.+pattern SetMasterAuthRequest_Action_Unknown :: SetMasterAuthRequest_Action+pattern SetMasterAuthRequest_Action_Unknown = SetMasterAuthRequest_Action "UNKNOWN"++-- | Set the password to a user generated value.+pattern SetMasterAuthRequest_Action_SETPASSWORD :: SetMasterAuthRequest_Action+pattern SetMasterAuthRequest_Action_SETPASSWORD = SetMasterAuthRequest_Action "SET_PASSWORD"++-- | Generate a new password and set it to that.+pattern SetMasterAuthRequest_Action_GENERATEPASSWORD :: SetMasterAuthRequest_Action+pattern SetMasterAuthRequest_Action_GENERATEPASSWORD = SetMasterAuthRequest_Action "GENERATE_PASSWORD"++-- | Set the username. If an empty username is provided, basic authentication is disabled for the cluster. If a non-empty username is provided, basic authentication is enabled, with either a provided password or a generated one.+pattern SetMasterAuthRequest_Action_SETUSERNAME :: SetMasterAuthRequest_Action+pattern SetMasterAuthRequest_Action_SETUSERNAME = SetMasterAuthRequest_Action "SET_USERNAME"++{-# COMPLETE+  SetMasterAuthRequest_Action_Unknown,+  SetMasterAuthRequest_Action_SETPASSWORD,+  SetMasterAuthRequest_Action_GENERATEPASSWORD,+  SetMasterAuthRequest_Action_SETUSERNAME,+  SetMasterAuthRequest_Action+  #-}++-- | Canonical code of the condition.+newtype StatusCondition_CanonicalCode = StatusCondition_CanonicalCode {fromStatusCondition_CanonicalCode :: 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+    )++-- | Not an error; returned on success. HTTP Mapping: 200 OK+pattern StatusCondition_CanonicalCode_OK :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_OK = StatusCondition_CanonicalCode "OK"++-- | The operation was cancelled, typically by the caller. HTTP Mapping: 499 Client Closed Request+pattern StatusCondition_CanonicalCode_Cancelled :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_Cancelled = StatusCondition_CanonicalCode "CANCELLED"++-- | Unknown error. For example, this error may be returned when a @Status@ value received from another address space belongs to an error space that is not known in this address space. Also errors raised by APIs that do not return enough error information may be converted to this error. HTTP Mapping: 500 Internal Server Error+pattern StatusCondition_CanonicalCode_Unknown :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_Unknown = StatusCondition_CanonicalCode "UNKNOWN"++-- | The client specified an invalid argument. Note that this differs from @FAILED_PRECONDITION@. @INVALID_ARGUMENT@ indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name). HTTP Mapping: 400 Bad Request+pattern StatusCondition_CanonicalCode_INVALIDARGUMENT :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_INVALIDARGUMENT = StatusCondition_CanonicalCode "INVALID_ARGUMENT"++-- | The deadline expired before the operation could complete. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire. HTTP Mapping: 504 Gateway Timeout+pattern StatusCondition_CanonicalCode_DEADLINEEXCEEDED :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_DEADLINEEXCEEDED = StatusCondition_CanonicalCode "DEADLINE_EXCEEDED"++-- | Some requested entity (e.g., file or directory) was not found. Note to server developers: if a request is denied for an entire class of users, such as gradual feature rollout or undocumented allowlist, @NOT_FOUND@ may be used. If a request is denied for some users within a class of users, such as user-based access control, @PERMISSION_DENIED@ must be used. HTTP Mapping: 404 Not Found+pattern StatusCondition_CanonicalCode_NOTFOUND :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_NOTFOUND = StatusCondition_CanonicalCode "NOT_FOUND"++-- | The entity that a client attempted to create (e.g., file or directory) already exists. HTTP Mapping: 409 Conflict+pattern StatusCondition_CanonicalCode_ALREADYEXISTS :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_ALREADYEXISTS = StatusCondition_CanonicalCode "ALREADY_EXISTS"++-- | The caller does not have permission to execute the specified operation. @PERMISSION_DENIED@ must not be used for rejections caused by exhausting some resource (use @RESOURCE_EXHAUSTED@ instead for those errors). @PERMISSION_DENIED@ must not be used if the caller can not be identified (use @UNAUTHENTICATED@ instead for those errors). This error code does not imply the request is valid or the requested entity exists or satisfies other pre-conditions. HTTP Mapping: 403 Forbidden+pattern StatusCondition_CanonicalCode_PERMISSIONDENIED :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_PERMISSIONDENIED = StatusCondition_CanonicalCode "PERMISSION_DENIED"++-- | The request does not have valid authentication credentials for the operation. HTTP Mapping: 401 Unauthorized+pattern StatusCondition_CanonicalCode_Unauthenticated :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_Unauthenticated = StatusCondition_CanonicalCode "UNAUTHENTICATED"++-- | Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space. HTTP Mapping: 429 Too Many Requests+pattern StatusCondition_CanonicalCode_RESOURCEEXHAUSTED :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_RESOURCEEXHAUSTED = StatusCondition_CanonicalCode "RESOURCE_EXHAUSTED"++-- | The operation was rejected because the system is not in a state required for the operation\'s execution. For example, the directory to be deleted is non-empty, an rmdir operation is applied to a non-directory, etc. Service implementors can use the following guidelines to decide between @FAILED_PRECONDITION@, @ABORTED@, and @UNAVAILABLE@: (a) Use @UNAVAILABLE@ if the client can retry just the failing call. (b) Use @ABORTED@ if the client should retry at a higher level. For example, when a client-specified test-and-set fails, indicating the client should restart a read-modify-write sequence. (c) Use @FAILED_PRECONDITION@ if the client should not retry until the system state has been explicitly fixed. For example, if an \"rmdir\" fails because the directory is non-empty, @FAILED_PRECONDITION@ should be returned since the client should not retry unless the files are deleted from the directory. HTTP Mapping: 400 Bad Request+pattern StatusCondition_CanonicalCode_FAILEDPRECONDITION :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_FAILEDPRECONDITION = StatusCondition_CanonicalCode "FAILED_PRECONDITION"++-- | The operation was aborted, typically due to a concurrency issue such as a sequencer check failure or transaction abort. See the guidelines above for deciding between @FAILED_PRECONDITION@, @ABORTED@, and @UNAVAILABLE@. HTTP Mapping: 409 Conflict+pattern StatusCondition_CanonicalCode_Aborted :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_Aborted = StatusCondition_CanonicalCode "ABORTED"++-- | The operation was attempted past the valid range. E.g., seeking or reading past end-of-file. Unlike @INVALID_ARGUMENT@, this error indicates a problem that may be fixed if the system state changes. For example, a 32-bit file system will generate @INVALID_ARGUMENT@ if asked to read at an offset that is not in the range [0,2^32-1], but it will generate @OUT_OF_RANGE@ if asked to read from an offset past the current file size. There is a fair bit of overlap between @FAILED_PRECONDITION@ and @OUT_OF_RANGE@. We recommend using @OUT_OF_RANGE@ (the more specific error) when it applies so that callers who are iterating through a space can easily look for an @OUT_OF_RANGE@ error to detect when they are done. HTTP Mapping: 400 Bad Request+pattern StatusCondition_CanonicalCode_OUTOFRANGE :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_OUTOFRANGE = StatusCondition_CanonicalCode "OUT_OF_RANGE"++-- | The operation is not implemented or is not supported\/enabled in this service. HTTP Mapping: 501 Not Implemented+pattern StatusCondition_CanonicalCode_Unimplemented :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_Unimplemented = StatusCondition_CanonicalCode "UNIMPLEMENTED"++-- | Internal errors. This means that some invariants expected by the underlying system have been broken. This error code is reserved for serious errors. HTTP Mapping: 500 Internal Server Error+pattern StatusCondition_CanonicalCode_Internal :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_Internal = StatusCondition_CanonicalCode "INTERNAL"++-- | The service is currently unavailable. This is most likely a transient condition, which can be corrected by retrying with a backoff. Note that it is not always safe to retry non-idempotent operations. See the guidelines above for deciding between @FAILED_PRECONDITION@, @ABORTED@, and @UNAVAILABLE@. HTTP Mapping: 503 Service Unavailable+pattern StatusCondition_CanonicalCode_Unavailable :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_Unavailable = StatusCondition_CanonicalCode "UNAVAILABLE"++-- | Unrecoverable data loss or corruption. HTTP Mapping: 500 Internal Server Error+pattern StatusCondition_CanonicalCode_DATALOSS :: StatusCondition_CanonicalCode+pattern StatusCondition_CanonicalCode_DATALOSS = StatusCondition_CanonicalCode "DATA_LOSS"++{-# COMPLETE+  StatusCondition_CanonicalCode_OK,+  StatusCondition_CanonicalCode_Cancelled,+  StatusCondition_CanonicalCode_Unknown,+  StatusCondition_CanonicalCode_INVALIDARGUMENT,+  StatusCondition_CanonicalCode_DEADLINEEXCEEDED,+  StatusCondition_CanonicalCode_NOTFOUND,+  StatusCondition_CanonicalCode_ALREADYEXISTS,+  StatusCondition_CanonicalCode_PERMISSIONDENIED,+  StatusCondition_CanonicalCode_Unauthenticated,+  StatusCondition_CanonicalCode_RESOURCEEXHAUSTED,+  StatusCondition_CanonicalCode_FAILEDPRECONDITION,+  StatusCondition_CanonicalCode_Aborted,+  StatusCondition_CanonicalCode_OUTOFRANGE,+  StatusCondition_CanonicalCode_Unimplemented,+  StatusCondition_CanonicalCode_Internal,+  StatusCondition_CanonicalCode_Unavailable,+  StatusCondition_CanonicalCode_DATALOSS,+  StatusCondition_CanonicalCode+  #-}++-- | Machine-friendly representation of the condition Deprecated. Use canonical_code instead.+newtype StatusCondition_Code = StatusCondition_Code {fromStatusCondition_Code :: 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+    )++-- | UNKNOWN indicates a generic condition.+pattern StatusCondition_Code_Unknown :: StatusCondition_Code+pattern StatusCondition_Code_Unknown = StatusCondition_Code "UNKNOWN"++-- | GCE_STOCKOUT indicates that Google Compute Engine resources are temporarily unavailable.+pattern StatusCondition_Code_GCESTOCKOUT :: StatusCondition_Code+pattern StatusCondition_Code_GCESTOCKOUT = StatusCondition_Code "GCE_STOCKOUT"++-- | GKE/SERVICE/ACCOUNT_DELETED indicates that the user deleted their robot service account.+pattern StatusCondition_Code_GKESERVICEACCOUNTDELETED :: StatusCondition_Code+pattern StatusCondition_Code_GKESERVICEACCOUNTDELETED = StatusCondition_Code "GKE_SERVICE_ACCOUNT_DELETED"++-- | Google Compute Engine quota was exceeded.+pattern StatusCondition_Code_GCEQUOTAEXCEEDED :: StatusCondition_Code+pattern StatusCondition_Code_GCEQUOTAEXCEEDED = StatusCondition_Code "GCE_QUOTA_EXCEEDED"++-- | Cluster state was manually changed by an SRE due to a system logic error.+pattern StatusCondition_Code_SETBYOPERATOR :: StatusCondition_Code+pattern StatusCondition_Code_SETBYOPERATOR = StatusCondition_Code "SET_BY_OPERATOR"++-- | Unable to perform an encrypt operation against the CloudKMS key used for etcd level encryption.+pattern StatusCondition_Code_CLOUDKMSKEYERROR :: StatusCondition_Code+pattern StatusCondition_Code_CLOUDKMSKEYERROR = StatusCondition_Code "CLOUD_KMS_KEY_ERROR"++-- | Cluster CA is expiring soon.+pattern StatusCondition_Code_CAEXPIRING :: StatusCondition_Code+pattern StatusCondition_Code_CAEXPIRING = StatusCondition_Code "CA_EXPIRING"++-- | Node service account is missing permissions.+pattern StatusCondition_Code_NODESERVICEACCOUNTMISSINGPERMISSIONS :: StatusCondition_Code+pattern StatusCondition_Code_NODESERVICEACCOUNTMISSINGPERMISSIONS = StatusCondition_Code "NODE_SERVICE_ACCOUNT_MISSING_PERMISSIONS"++{-# COMPLETE+  StatusCondition_Code_Unknown,+  StatusCondition_Code_GCESTOCKOUT,+  StatusCondition_Code_GKESERVICEACCOUNTDELETED,+  StatusCondition_Code_GCEQUOTAEXCEEDED,+  StatusCondition_Code_SETBYOPERATOR,+  StatusCondition_Code_CLOUDKMSKEYERROR,+  StatusCondition_Code_CAEXPIRING,+  StatusCondition_Code_NODESERVICEACCOUNTMISSINGPERMISSIONS,+  StatusCondition_Code+  #-}++-- | The resource type of the release version.+newtype UpgradeAvailableEvent_ResourceType = UpgradeAvailableEvent_ResourceType {fromUpgradeAvailableEvent_ResourceType :: 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 value. This shouldn\'t be used.+pattern UpgradeAvailableEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED :: UpgradeAvailableEvent_ResourceType+pattern UpgradeAvailableEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED = UpgradeAvailableEvent_ResourceType "UPGRADE_RESOURCE_TYPE_UNSPECIFIED"++-- | Master \/ control plane+pattern UpgradeAvailableEvent_ResourceType_Master :: UpgradeAvailableEvent_ResourceType+pattern UpgradeAvailableEvent_ResourceType_Master = UpgradeAvailableEvent_ResourceType "MASTER"++-- | Node pool+pattern UpgradeAvailableEvent_ResourceType_NODEPOOL :: UpgradeAvailableEvent_ResourceType+pattern UpgradeAvailableEvent_ResourceType_NODEPOOL = UpgradeAvailableEvent_ResourceType "NODE_POOL"++{-# COMPLETE+  UpgradeAvailableEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED,+  UpgradeAvailableEvent_ResourceType_Master,+  UpgradeAvailableEvent_ResourceType_NODEPOOL,+  UpgradeAvailableEvent_ResourceType+  #-}++-- | The resource type that is upgrading.+newtype UpgradeEvent_ResourceType = UpgradeEvent_ResourceType {fromUpgradeEvent_ResourceType :: 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 value. This shouldn\'t be used.+pattern UpgradeEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED :: UpgradeEvent_ResourceType+pattern UpgradeEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED = UpgradeEvent_ResourceType "UPGRADE_RESOURCE_TYPE_UNSPECIFIED"++-- | Master \/ control plane+pattern UpgradeEvent_ResourceType_Master :: UpgradeEvent_ResourceType+pattern UpgradeEvent_ResourceType_Master = UpgradeEvent_ResourceType "MASTER"++-- | Node pool+pattern UpgradeEvent_ResourceType_NODEPOOL :: UpgradeEvent_ResourceType+pattern UpgradeEvent_ResourceType_NODEPOOL = UpgradeEvent_ResourceType "NODE_POOL"++{-# COMPLETE+  UpgradeEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED,+  UpgradeEvent_ResourceType_Master,+  UpgradeEvent_ResourceType_NODEPOOL,+  UpgradeEvent_ResourceType+  #-}++-- | The type of the event.+newtype UpgradeInfoEvent_EventType = UpgradeInfoEvent_EventType {fromUpgradeInfoEvent_EventType :: 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+    )++-- | EVENT/TYPE/UNSPECIFIED indicates the event type is unspecified.+pattern UpgradeInfoEvent_EventType_EVENTTYPEUNSPECIFIED :: UpgradeInfoEvent_EventType+pattern UpgradeInfoEvent_EventType_EVENTTYPEUNSPECIFIED = UpgradeInfoEvent_EventType "EVENT_TYPE_UNSPECIFIED"++-- | END/OF/SUPPORT indicates GKE version reaches end of support, check standard/support/end/time and extended/support/end/time for more details.+pattern UpgradeInfoEvent_EventType_ENDOFSUPPORT :: UpgradeInfoEvent_EventType+pattern UpgradeInfoEvent_EventType_ENDOFSUPPORT = UpgradeInfoEvent_EventType "END_OF_SUPPORT"++-- | COS/MILESTONE/VERSION_UPDATE indicates that the COS node image will update COS milestone version for new patch versions starting with the one in the description.+pattern UpgradeInfoEvent_EventType_COSMILESTONEVERSIONUPDATE :: UpgradeInfoEvent_EventType+pattern UpgradeInfoEvent_EventType_COSMILESTONEVERSIONUPDATE = UpgradeInfoEvent_EventType "COS_MILESTONE_VERSION_UPDATE"++{-# COMPLETE+  UpgradeInfoEvent_EventType_EVENTTYPEUNSPECIFIED,+  UpgradeInfoEvent_EventType_ENDOFSUPPORT,+  UpgradeInfoEvent_EventType_COSMILESTONEVERSIONUPDATE,+  UpgradeInfoEvent_EventType+  #-}++-- | The resource type associated with the upgrade.+newtype UpgradeInfoEvent_ResourceType = UpgradeInfoEvent_ResourceType {fromUpgradeInfoEvent_ResourceType :: 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 value. This shouldn\'t be used.+pattern UpgradeInfoEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED :: UpgradeInfoEvent_ResourceType+pattern UpgradeInfoEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED = UpgradeInfoEvent_ResourceType "UPGRADE_RESOURCE_TYPE_UNSPECIFIED"++-- | Master \/ control plane+pattern UpgradeInfoEvent_ResourceType_Master :: UpgradeInfoEvent_ResourceType+pattern UpgradeInfoEvent_ResourceType_Master = UpgradeInfoEvent_ResourceType "MASTER"++-- | Node pool+pattern UpgradeInfoEvent_ResourceType_NODEPOOL :: UpgradeInfoEvent_ResourceType+pattern UpgradeInfoEvent_ResourceType_NODEPOOL = UpgradeInfoEvent_ResourceType "NODE_POOL"++{-# COMPLETE+  UpgradeInfoEvent_ResourceType_UPGRADERESOURCETYPEUNSPECIFIED,+  UpgradeInfoEvent_ResourceType_Master,+  UpgradeInfoEvent_ResourceType_NODEPOOL,+  UpgradeInfoEvent_ResourceType+  #-}++-- | Output only. The state of the upgrade.+newtype UpgradeInfoEvent_State = UpgradeInfoEvent_State {fromUpgradeInfoEvent_State :: 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+    )++-- | STATE_UNSPECIFIED indicates the state is unspecified.+pattern UpgradeInfoEvent_State_STATEUNSPECIFIED :: UpgradeInfoEvent_State+pattern UpgradeInfoEvent_State_STATEUNSPECIFIED = UpgradeInfoEvent_State "STATE_UNSPECIFIED"++-- | STARTED indicates the upgrade has started.+pattern UpgradeInfoEvent_State_Started :: UpgradeInfoEvent_State+pattern UpgradeInfoEvent_State_Started = UpgradeInfoEvent_State "STARTED"++-- | SUCCEEDED indicates the upgrade has completed successfully.+pattern UpgradeInfoEvent_State_Succeeded :: UpgradeInfoEvent_State+pattern UpgradeInfoEvent_State_Succeeded = UpgradeInfoEvent_State "SUCCEEDED"++-- | FAILED indicates the upgrade has failed.+pattern UpgradeInfoEvent_State_Failed :: UpgradeInfoEvent_State+pattern UpgradeInfoEvent_State_Failed = UpgradeInfoEvent_State "FAILED"++-- | CANCELED indicates the upgrade has canceled.+pattern UpgradeInfoEvent_State_Canceled :: UpgradeInfoEvent_State+pattern UpgradeInfoEvent_State_Canceled = UpgradeInfoEvent_State "CANCELED"++{-# COMPLETE+  UpgradeInfoEvent_State_STATEUNSPECIFIED,+  UpgradeInfoEvent_State_Started,+  UpgradeInfoEvent_State_Succeeded,+  UpgradeInfoEvent_State_Failed,+  UpgradeInfoEvent_State_Canceled,+  UpgradeInfoEvent_State+  #-}++-- | Update strategy of the node pool.+newtype UpgradeSettings_Strategy = UpgradeSettings_Strategy {fromUpgradeSettings_Strategy :: 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 value if unset. GKE internally defaults the update strategy to SURGE for unspecified strategies.+pattern UpgradeSettings_Strategy_NODEPOOLUPDATESTRATEGYUNSPECIFIED :: UpgradeSettings_Strategy+pattern UpgradeSettings_Strategy_NODEPOOLUPDATESTRATEGYUNSPECIFIED = UpgradeSettings_Strategy "NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED"++-- | blue-green upgrade.+pattern UpgradeSettings_Strategy_BLUEGREEN :: UpgradeSettings_Strategy+pattern UpgradeSettings_Strategy_BLUEGREEN = UpgradeSettings_Strategy "BLUE_GREEN"++-- | SURGE is the traditional way of upgrade a node pool. max/surge and max/unavailable determines the level of upgrade parallelism.+pattern UpgradeSettings_Strategy_Surge :: UpgradeSettings_Strategy+pattern UpgradeSettings_Strategy_Surge = UpgradeSettings_Strategy "SURGE"++{-# COMPLETE+  UpgradeSettings_Strategy_NODEPOOLUPDATESTRATEGYUNSPECIFIED,+  UpgradeSettings_Strategy_BLUEGREEN,+  UpgradeSettings_Strategy_Surge,+  UpgradeSettings_Strategy+  #-}++-- | This field is to determine the status of the secondary range programmably.+newtype UsableSubnetworkSecondaryRange_Status = UsableSubnetworkSecondaryRange_Status {fromUsableSubnetworkSecondaryRange_Status :: 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+    )++-- | UNKNOWN is the zero value of the Status enum. It\'s not a valid status.+pattern UsableSubnetworkSecondaryRange_Status_Unknown :: UsableSubnetworkSecondaryRange_Status+pattern UsableSubnetworkSecondaryRange_Status_Unknown = UsableSubnetworkSecondaryRange_Status "UNKNOWN"++-- | UNUSED denotes that this range is unclaimed by any cluster.+pattern UsableSubnetworkSecondaryRange_Status_Unused :: UsableSubnetworkSecondaryRange_Status+pattern UsableSubnetworkSecondaryRange_Status_Unused = UsableSubnetworkSecondaryRange_Status "UNUSED"++-- | IN/USE/SERVICE denotes that this range is claimed by cluster(s) for services. User-managed services range can be shared between clusters within the same subnetwork.+pattern UsableSubnetworkSecondaryRange_Status_INUSESERVICE :: UsableSubnetworkSecondaryRange_Status+pattern UsableSubnetworkSecondaryRange_Status_INUSESERVICE = UsableSubnetworkSecondaryRange_Status "IN_USE_SERVICE"++-- | IN/USE/SHAREABLE_POD denotes this range was created by the network admin and is currently claimed by a cluster for pods. It can only be used by other clusters as a pod range.+pattern UsableSubnetworkSecondaryRange_Status_INUSESHAREABLEPOD :: UsableSubnetworkSecondaryRange_Status+pattern UsableSubnetworkSecondaryRange_Status_INUSESHAREABLEPOD = UsableSubnetworkSecondaryRange_Status "IN_USE_SHAREABLE_POD"++-- | IN/USE/MANAGED_POD denotes this range was created by GKE and is claimed for pods. It cannot be used for other clusters.+pattern UsableSubnetworkSecondaryRange_Status_INUSEMANAGEDPOD :: UsableSubnetworkSecondaryRange_Status+pattern UsableSubnetworkSecondaryRange_Status_INUSEMANAGEDPOD = UsableSubnetworkSecondaryRange_Status "IN_USE_MANAGED_POD"++{-# COMPLETE+  UsableSubnetworkSecondaryRange_Status_Unknown,+  UsableSubnetworkSecondaryRange_Status_Unused,+  UsableSubnetworkSecondaryRange_Status_INUSESERVICE,+  UsableSubnetworkSecondaryRange_Status_INUSESHAREABLEPOD,+  UsableSubnetworkSecondaryRange_Status_INUSEMANAGEDPOD,+  UsableSubnetworkSecondaryRange_Status+  #-}++-- | OSVersion specifies the Windows node config to be used on the node+newtype WindowsNodeConfig_OsVersion = WindowsNodeConfig_OsVersion {fromWindowsNodeConfig_OsVersion :: 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+    )++-- | When OSVersion is not specified+pattern WindowsNodeConfig_OsVersion_OSVERSIONUNSPECIFIED :: WindowsNodeConfig_OsVersion+pattern WindowsNodeConfig_OsVersion_OSVERSIONUNSPECIFIED = WindowsNodeConfig_OsVersion "OS_VERSION_UNSPECIFIED"++-- | LTSC2019 specifies to use LTSC2019 as the Windows Servercore Base Image+pattern WindowsNodeConfig_OsVersion_OS_VERSION_LTSC2019 :: WindowsNodeConfig_OsVersion+pattern WindowsNodeConfig_OsVersion_OS_VERSION_LTSC2019 = WindowsNodeConfig_OsVersion "OS_VERSION_LTSC2019"++-- | LTSC2022 specifies to use LTSC2022 as the Windows Servercore Base Image+pattern WindowsNodeConfig_OsVersion_OS_VERSION_LTSC2022 :: WindowsNodeConfig_OsVersion+pattern WindowsNodeConfig_OsVersion_OS_VERSION_LTSC2022 = WindowsNodeConfig_OsVersion "OS_VERSION_LTSC2022"++{-# COMPLETE+  WindowsNodeConfig_OsVersion_OSVERSIONUNSPECIFIED,+  WindowsNodeConfig_OsVersion_OS_VERSION_LTSC2019,+  WindowsNodeConfig_OsVersion_OS_VERSION_LTSC2022,+  WindowsNodeConfig_OsVersion+  #-}++-- | Mode is the configuration for how to expose metadata to workloads running on the node pool.+newtype WorkloadMetadataConfig_Mode = WorkloadMetadataConfig_Mode {fromWorkloadMetadataConfig_Mode :: 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+    )++-- | Not set.+pattern WorkloadMetadataConfig_Mode_MODEUNSPECIFIED :: WorkloadMetadataConfig_Mode+pattern WorkloadMetadataConfig_Mode_MODEUNSPECIFIED = WorkloadMetadataConfig_Mode "MODE_UNSPECIFIED"++-- | Expose all Compute Engine metadata to pods.+pattern WorkloadMetadataConfig_Mode_GCEMETADATA :: WorkloadMetadataConfig_Mode+pattern WorkloadMetadataConfig_Mode_GCEMETADATA = WorkloadMetadataConfig_Mode "GCE_METADATA"++-- | Run the GKE Metadata Server on this node. The GKE Metadata Server exposes a metadata API to workloads that is compatible with the V1 Compute Metadata APIs exposed by the Compute Engine and App Engine Metadata Servers. This feature can only be enabled if Workload Identity is enabled at the cluster level.+pattern WorkloadMetadataConfig_Mode_GKEMETADATA :: WorkloadMetadataConfig_Mode+pattern WorkloadMetadataConfig_Mode_GKEMETADATA = WorkloadMetadataConfig_Mode "GKE_METADATA"++{-# COMPLETE+  WorkloadMetadataConfig_Mode_MODEUNSPECIFIED,+  WorkloadMetadataConfig_Mode_GCEMETADATA,+  WorkloadMetadataConfig_Mode_GKEMETADATA,+  WorkloadMetadataConfig_Mode+  #-}
+ gen/Gogol/Container/Projects/Aggregated/UsableSubnetworks/List.hs view
@@ -0,0 +1,135 @@+{-# 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.Container.Projects.Aggregated.UsableSubnetworks.List+-- 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)+--+-- Lists subnetworks that are usable for creating clusters in a project.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.aggregated.usableSubnetworks.list@.+module Gogol.Container.Projects.Aggregated.UsableSubnetworks.List+  ( -- * Resource+    ContainerProjectsAggregatedUsableSubnetworksListResource,++    -- ** Constructing a Request+    ContainerProjectsAggregatedUsableSubnetworksList (..),+    newContainerProjectsAggregatedUsableSubnetworksList,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.aggregated.usableSubnetworks.list@ method which the+-- 'ContainerProjectsAggregatedUsableSubnetworksList' request conforms to.+type ContainerProjectsAggregatedUsableSubnetworksListResource =+  "v1"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "aggregated"+    Core.:> "usableSubnetworks"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "filter" Core.Text+    Core.:> Core.QueryParam "pageSize" Core.Int32+    Core.:> Core.QueryParam "pageToken" 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] ListUsableSubnetworksResponse++-- | Lists subnetworks that are usable for creating clusters in a project.+--+-- /See:/ 'newContainerProjectsAggregatedUsableSubnetworksList' smart constructor.+data ContainerProjectsAggregatedUsableSubnetworksList = ContainerProjectsAggregatedUsableSubnetworksList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Filtering currently only supports equality on the networkProjectId and must be in the form: \"networkProjectId=[PROJECTID]\", where @networkProjectId@ is the project which owns the listed subnetworks. This defaults to the parent project ID.+    filter :: (Core.Maybe Core.Text),+    -- | The max number of results per page that should be returned. If the number of available results is larger than @page_size@, a @next_page_token@ is returned which can be used to get the next page of results in subsequent requests. Acceptable values are 0 to 500, inclusive. (Default: 500)+    pageSize :: (Core.Maybe Core.Int32),+    -- | Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.+    pageToken :: (Core.Maybe Core.Text),+    -- | The parent project where subnetworks are usable. Specified in the format @projects\/*@.+    parent :: 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 'ContainerProjectsAggregatedUsableSubnetworksList' with the minimum fields required to make a request.+newContainerProjectsAggregatedUsableSubnetworksList ::+  -- |  The parent project where subnetworks are usable. Specified in the format @projects\/*@. See 'parent'.+  Core.Text ->+  ContainerProjectsAggregatedUsableSubnetworksList+newContainerProjectsAggregatedUsableSubnetworksList parent =+  ContainerProjectsAggregatedUsableSubnetworksList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      filter = Core.Nothing,+      pageSize = Core.Nothing,+      pageToken = Core.Nothing,+      parent = parent,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsAggregatedUsableSubnetworksList+  where+  type+    Rs ContainerProjectsAggregatedUsableSubnetworksList =+      ListUsableSubnetworksResponse+  type+    Scopes ContainerProjectsAggregatedUsableSubnetworksList =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsAggregatedUsableSubnetworksList {..} =+    go+      parent+      xgafv+      accessToken+      callback+      filter+      pageSize+      pageToken+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ContainerProjectsAggregatedUsableSubnetworksListResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/CheckAutopilotCompatibility.hs view
@@ -0,0 +1,122 @@+{-# 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.Container.Projects.Locations.Clusters.CheckAutopilotCompatibility+-- 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)+--+-- Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.checkAutopilotCompatibility@.+module Gogol.Container.Projects.Locations.Clusters.CheckAutopilotCompatibility+  ( -- * Resource+    ContainerProjectsLocationsClustersCheckAutopilotCompatibilityResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersCheckAutopilotCompatibility (..),+    newContainerProjectsLocationsClustersCheckAutopilotCompatibility,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.checkAutopilotCompatibility@ method which the+-- 'ContainerProjectsLocationsClustersCheckAutopilotCompatibility' request conforms to.+type ContainerProjectsLocationsClustersCheckAutopilotCompatibilityResource =+  "v1"+    Core.:> Core.CaptureMode "name" "checkAutopilotCompatibility" 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] CheckAutopilotCompatibilityResponse++-- | Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.+--+-- /See:/ 'newContainerProjectsLocationsClustersCheckAutopilotCompatibility' smart constructor.+data ContainerProjectsLocationsClustersCheckAutopilotCompatibility = ContainerProjectsLocationsClustersCheckAutopilotCompatibility+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to retrieve. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    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 'ContainerProjectsLocationsClustersCheckAutopilotCompatibility' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersCheckAutopilotCompatibility ::+  -- |  The name (project, location, cluster) of the cluster to retrieve. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  ContainerProjectsLocationsClustersCheckAutopilotCompatibility+newContainerProjectsLocationsClustersCheckAutopilotCompatibility+  name =+    ContainerProjectsLocationsClustersCheckAutopilotCompatibility+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersCheckAutopilotCompatibility+  where+  type+    Rs+      ContainerProjectsLocationsClustersCheckAutopilotCompatibility =+      CheckAutopilotCompatibilityResponse+  type+    Scopes+      ContainerProjectsLocationsClustersCheckAutopilotCompatibility =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersCheckAutopilotCompatibility {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersCheckAutopilotCompatibilityResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/CompleteIpRotation.hs view
@@ -0,0 +1,128 @@+{-# 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.Container.Projects.Locations.Clusters.CompleteIpRotation+-- 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)+--+-- Completes master IP rotation.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.completeIpRotation@.+module Gogol.Container.Projects.Locations.Clusters.CompleteIpRotation+  ( -- * Resource+    ContainerProjectsLocationsClustersCompleteIpRotationResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersCompleteIpRotation (..),+    newContainerProjectsLocationsClustersCompleteIpRotation,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.completeIpRotation@ method which the+-- 'ContainerProjectsLocationsClustersCompleteIpRotation' request conforms to.+type ContainerProjectsLocationsClustersCompleteIpRotationResource =+  "v1"+    Core.:> Core.CaptureMode "name" "completeIpRotation" 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] CompleteIPRotationRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Completes master IP rotation.+--+-- /See:/ 'newContainerProjectsLocationsClustersCompleteIpRotation' smart constructor.+data ContainerProjectsLocationsClustersCompleteIpRotation = ContainerProjectsLocationsClustersCompleteIpRotation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to complete IP rotation. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: CompleteIPRotationRequest,+    -- | 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 'ContainerProjectsLocationsClustersCompleteIpRotation' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersCompleteIpRotation ::+  -- |  The name (project, location, cluster name) of the cluster to complete IP rotation. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CompleteIPRotationRequest ->+  ContainerProjectsLocationsClustersCompleteIpRotation+newContainerProjectsLocationsClustersCompleteIpRotation+  name+  payload =+    ContainerProjectsLocationsClustersCompleteIpRotation+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersCompleteIpRotation+  where+  type+    Rs ContainerProjectsLocationsClustersCompleteIpRotation =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersCompleteIpRotation =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersCompleteIpRotation {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersCompleteIpRotationResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/Create.hs view
@@ -0,0 +1,122 @@+{-# 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.Container.Projects.Locations.Clusters.Create+-- 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)+--+-- Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project\'s <https://cloud.google.com/compute/docs/networks-and-firewalls#networks default network>. One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project\'s global metadata indicating which CIDR range the cluster is using.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.create@.+module Gogol.Container.Projects.Locations.Clusters.Create+  ( -- * Resource+    ContainerProjectsLocationsClustersCreateResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersCreate (..),+    newContainerProjectsLocationsClustersCreate,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.create@ method which the+-- 'ContainerProjectsLocationsClustersCreate' request conforms to.+type ContainerProjectsLocationsClustersCreateResource =+  "v1"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "clusters"+    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] CreateClusterRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project\'s <https://cloud.google.com/compute/docs/networks-and-firewalls#networks default network>. One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project\'s global metadata indicating which CIDR range the cluster is using.+--+-- /See:/ 'newContainerProjectsLocationsClustersCreate' smart constructor.+data ContainerProjectsLocationsClustersCreate = ContainerProjectsLocationsClustersCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The parent (project and location) where the cluster will be created. Specified in the format @projects\/*\/locations\/*@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: CreateClusterRequest,+    -- | 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 'ContainerProjectsLocationsClustersCreate' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersCreate ::+  -- |  The parent (project and location) where the cluster will be created. Specified in the format @projects\/*\/locations\/*@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CreateClusterRequest ->+  ContainerProjectsLocationsClustersCreate+newContainerProjectsLocationsClustersCreate parent payload =+  ContainerProjectsLocationsClustersCreate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersCreate+  where+  type Rs ContainerProjectsLocationsClustersCreate = Operation+  type+    Scopes ContainerProjectsLocationsClustersCreate =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersCreate {..} =+    go+      parent+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersCreateResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/Delete.hs view
@@ -0,0 +1,129 @@+{-# 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.Container.Projects.Locations.Clusters.Delete+-- 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)+--+-- Deletes the cluster, including the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted. Other Google Compute Engine resources that might be in use by the cluster, such as load balancer resources, are not deleted if they weren\'t present when the cluster was initially created.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.delete@.+module Gogol.Container.Projects.Locations.Clusters.Delete+  ( -- * Resource+    ContainerProjectsLocationsClustersDeleteResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersDelete (..),+    newContainerProjectsLocationsClustersDelete,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.delete@ method which the+-- 'ContainerProjectsLocationsClustersDelete' request conforms to.+type ContainerProjectsLocationsClustersDeleteResource =+  "v1"+    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 "clusterId" Core.Text+    Core.:> Core.QueryParam "projectId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "zone" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the cluster, including the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted. Other Google Compute Engine resources that might be in use by the cluster, such as load balancer resources, are not deleted if they weren\'t present when the cluster was initially created.+--+-- /See:/ 'newContainerProjectsLocationsClustersDelete' smart constructor.+data ContainerProjectsLocationsClustersDelete = ContainerProjectsLocationsClustersDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to delete. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsLocationsClustersDelete' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersDelete ::+  -- |  The name (project, location, cluster) of the cluster to delete. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  ContainerProjectsLocationsClustersDelete+newContainerProjectsLocationsClustersDelete name =+  ContainerProjectsLocationsClustersDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      clusterId = Core.Nothing,+      name = name,+      projectId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersDelete+  where+  type Rs ContainerProjectsLocationsClustersDelete = Operation+  type+    Scopes ContainerProjectsLocationsClustersDelete =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersDelete {..} =+    go+      name+      xgafv+      accessToken+      callback+      clusterId+      projectId+      uploadType+      uploadProtocol+      zone+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersDeleteResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/Get.hs view
@@ -0,0 +1,126 @@+{-# 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.Container.Projects.Locations.Clusters.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 details of a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.get@.+module Gogol.Container.Projects.Locations.Clusters.Get+  ( -- * Resource+    ContainerProjectsLocationsClustersGetResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersGet (..),+    newContainerProjectsLocationsClustersGet,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.get@ method which the+-- 'ContainerProjectsLocationsClustersGet' request conforms to.+type ContainerProjectsLocationsClustersGetResource =+  "v1"+    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 "clusterId" Core.Text+    Core.:> Core.QueryParam "projectId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "zone" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Cluster++-- | Gets the details of a specific cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersGet' smart constructor.+data ContainerProjectsLocationsClustersGet = ContainerProjectsLocationsClustersGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to retrieve. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsLocationsClustersGet' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersGet ::+  -- |  The name (project, location, cluster) of the cluster to retrieve. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  ContainerProjectsLocationsClustersGet+newContainerProjectsLocationsClustersGet name =+  ContainerProjectsLocationsClustersGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      clusterId = Core.Nothing,+      name = name,+      projectId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.GoogleRequest ContainerProjectsLocationsClustersGet where+  type Rs ContainerProjectsLocationsClustersGet = Cluster+  type+    Scopes ContainerProjectsLocationsClustersGet =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      clusterId+      projectId+      uploadType+      uploadProtocol+      zone+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersGetResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/GetJwks.hs view
@@ -0,0 +1,115 @@+{-# 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.Container.Projects.Locations.Clusters.GetJwks+-- 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 public component of the cluster signing keys in JSON Web Key format.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.getJwks@.+module Gogol.Container.Projects.Locations.Clusters.GetJwks+  ( -- * Resource+    ContainerProjectsLocationsClustersGetJwksResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersGetJwks (..),+    newContainerProjectsLocationsClustersGetJwks,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.getJwks@ method which the+-- 'ContainerProjectsLocationsClustersGetJwks' request conforms to.+type ContainerProjectsLocationsClustersGetJwksResource =+  "v1"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "jwks"+    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] GetJSONWebKeysResponse++-- | Gets the public component of the cluster signing keys in JSON Web Key format.+--+-- /See:/ 'newContainerProjectsLocationsClustersGetJwks' smart constructor.+data ContainerProjectsLocationsClustersGetJwks = ContainerProjectsLocationsClustersGetJwks+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The cluster (project, location, cluster name) to get keys for. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    parent :: 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 'ContainerProjectsLocationsClustersGetJwks' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersGetJwks ::+  -- |  The cluster (project, location, cluster name) to get keys for. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'parent'.+  Core.Text ->+  ContainerProjectsLocationsClustersGetJwks+newContainerProjectsLocationsClustersGetJwks parent =+  ContainerProjectsLocationsClustersGetJwks+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersGetJwks+  where+  type+    Rs ContainerProjectsLocationsClustersGetJwks =+      GetJSONWebKeysResponse+  type Scopes ContainerProjectsLocationsClustersGetJwks = '[]+  requestClient ContainerProjectsLocationsClustersGetJwks {..} =+    go+      parent+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersGetJwksResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/List.hs view
@@ -0,0 +1,124 @@+{-# 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.Container.Projects.Locations.Clusters.List+-- 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)+--+-- Lists all clusters owned by a project in either the specified zone or all zones.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.list@.+module Gogol.Container.Projects.Locations.Clusters.List+  ( -- * Resource+    ContainerProjectsLocationsClustersListResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersList (..),+    newContainerProjectsLocationsClustersList,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.list@ method which the+-- 'ContainerProjectsLocationsClustersList' request conforms to.+type ContainerProjectsLocationsClustersListResource =+  "v1"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "clusters"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "projectId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "zone" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ListClustersResponse++-- | Lists all clusters owned by a project in either the specified zone or all zones.+--+-- /See:/ 'newContainerProjectsLocationsClustersList' smart constructor.+data ContainerProjectsLocationsClustersList = ContainerProjectsLocationsClustersList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The parent (project and location) where the clusters will be listed. Specified in the format @projects\/*\/locations\/*@. Location \"-\" matches all zones and all regions.+    parent :: Core.Text,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: (Core.Maybe 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsLocationsClustersList' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersList ::+  -- |  The parent (project and location) where the clusters will be listed. Specified in the format @projects\/*\/locations\/*@. Location \"-\" matches all zones and all regions. See 'parent'.+  Core.Text ->+  ContainerProjectsLocationsClustersList+newContainerProjectsLocationsClustersList parent =+  ContainerProjectsLocationsClustersList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      projectId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.GoogleRequest ContainerProjectsLocationsClustersList where+  type+    Rs ContainerProjectsLocationsClustersList =+      ListClustersResponse+  type+    Scopes ContainerProjectsLocationsClustersList =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersList {..} =+    go+      parent+      xgafv+      accessToken+      callback+      projectId+      uploadType+      uploadProtocol+      zone+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersListResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/CompleteUpgrade.hs view
@@ -0,0 +1,129 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.CompleteUpgrade+-- 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)+--+-- CompleteNodePoolUpgrade will signal an on-going node pool upgrade to complete.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.completeUpgrade@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.CompleteUpgrade+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsCompleteUpgradeResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade (..),+    newContainerProjectsLocationsClustersNodePoolsCompleteUpgrade,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.completeUpgrade@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsCompleteUpgradeResource =+  "v1"+    Core.:> Core.CaptureMode "name" "completeUpgrade" 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] CompleteNodePoolUpgradeRequest+    Core.:> Core.Post '[Core.JSON] Empty++-- | CompleteNodePoolUpgrade will signal an on-going node pool upgrade to complete.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsCompleteUpgrade' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade = ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool id) of the node pool to complete upgrade. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: CompleteNodePoolUpgradeRequest,+    -- | 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 'ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsCompleteUpgrade ::+  -- |  The name (project, location, cluster, node pool id) of the node pool to complete upgrade. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CompleteNodePoolUpgradeRequest ->+  ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade+newContainerProjectsLocationsClustersNodePoolsCompleteUpgrade+  name+  payload =+    ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade+  where+  type+    Rs ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade =+      Empty+  type+    Scopes+      ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersNodePoolsCompleteUpgrade {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersNodePoolsCompleteUpgradeResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/Create.hs view
@@ -0,0 +1,126 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.Create+-- 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)+--+-- Creates a node pool for a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.create@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.Create+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsCreateResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsCreate (..),+    newContainerProjectsLocationsClustersNodePoolsCreate,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.create@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsCreate' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsCreateResource =+  "v1"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "nodePools"+    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] CreateNodePoolRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a node pool for a cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsCreate' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsCreate = ContainerProjectsLocationsClustersNodePoolsCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The parent (project, location, cluster name) where the node pool will be created. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    parent :: Core.Text,+    -- | Multipart request metadata.+    payload :: CreateNodePoolRequest,+    -- | 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 'ContainerProjectsLocationsClustersNodePoolsCreate' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsCreate ::+  -- |  The parent (project, location, cluster name) where the node pool will be created. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'parent'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CreateNodePoolRequest ->+  ContainerProjectsLocationsClustersNodePoolsCreate+newContainerProjectsLocationsClustersNodePoolsCreate parent payload =+  ContainerProjectsLocationsClustersNodePoolsCreate+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsCreate+  where+  type+    Rs ContainerProjectsLocationsClustersNodePoolsCreate =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersNodePoolsCreate =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersNodePoolsCreate {..} =+    go+      parent+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ContainerProjectsLocationsClustersNodePoolsCreateResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/Delete.hs view
@@ -0,0 +1,138 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.Delete+-- 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)+--+-- Deletes a node pool from a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.delete@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.Delete+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsDeleteResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsDelete (..),+    newContainerProjectsLocationsClustersNodePoolsDelete,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.delete@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsDelete' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsDeleteResource =+  "v1"+    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 "clusterId" Core.Text+    Core.:> Core.QueryParam "nodePoolId" Core.Text+    Core.:> Core.QueryParam "projectId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "zone" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes a node pool from a cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsDelete' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsDelete = ContainerProjectsLocationsClustersNodePoolsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: Core.Text,+    -- | Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.+    nodePoolId :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsLocationsClustersNodePoolsDelete' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsDelete ::+  -- |  The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@. See 'name'.+  Core.Text ->+  ContainerProjectsLocationsClustersNodePoolsDelete+newContainerProjectsLocationsClustersNodePoolsDelete name =+  ContainerProjectsLocationsClustersNodePoolsDelete+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      clusterId = Core.Nothing,+      name = name,+      nodePoolId = Core.Nothing,+      projectId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsDelete+  where+  type+    Rs ContainerProjectsLocationsClustersNodePoolsDelete =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersNodePoolsDelete =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersNodePoolsDelete {..} =+    go+      name+      xgafv+      accessToken+      callback+      clusterId+      nodePoolId+      projectId+      uploadType+      uploadProtocol+      zone+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ContainerProjectsLocationsClustersNodePoolsDeleteResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/Get.hs view
@@ -0,0 +1,135 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.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)+--+-- Retrieves the requested node pool.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.get@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.Get+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsGetResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsGet (..),+    newContainerProjectsLocationsClustersNodePoolsGet,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.get@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsGet' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsGetResource =+  "v1"+    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 "clusterId" Core.Text+    Core.:> Core.QueryParam "nodePoolId" Core.Text+    Core.:> Core.QueryParam "projectId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "zone" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] NodePool++-- | Retrieves the requested node pool.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsGet' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsGet = ContainerProjectsLocationsClustersNodePoolsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: Core.Text,+    -- | Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field.+    nodePoolId :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsLocationsClustersNodePoolsGet' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsGet ::+  -- |  The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@. See 'name'.+  Core.Text ->+  ContainerProjectsLocationsClustersNodePoolsGet+newContainerProjectsLocationsClustersNodePoolsGet name =+  ContainerProjectsLocationsClustersNodePoolsGet+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      clusterId = Core.Nothing,+      name = name,+      nodePoolId = Core.Nothing,+      projectId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsGet+  where+  type Rs ContainerProjectsLocationsClustersNodePoolsGet = NodePool+  type+    Scopes ContainerProjectsLocationsClustersNodePoolsGet =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersNodePoolsGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      clusterId+      nodePoolId+      projectId+      uploadType+      uploadProtocol+      zone+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersNodePoolsGetResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/List.hs view
@@ -0,0 +1,133 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.List+-- 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)+--+-- Lists the node pools for a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.list@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.List+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsListResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsList (..),+    newContainerProjectsLocationsClustersNodePoolsList,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.list@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsList' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsListResource =+  "v1"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "nodePools"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "clusterId" Core.Text+    Core.:> Core.QueryParam "projectId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "zone" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ListNodePoolsResponse++-- | Lists the node pools for a cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsList' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsList = ContainerProjectsLocationsClustersNodePoolsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.+    clusterId :: (Core.Maybe Core.Text),+    -- | The parent (project, location, cluster name) where the node pools will be listed. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    parent :: Core.Text,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: (Core.Maybe 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the parent field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsLocationsClustersNodePoolsList' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsList ::+  -- |  The parent (project, location, cluster name) where the node pools will be listed. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'parent'.+  Core.Text ->+  ContainerProjectsLocationsClustersNodePoolsList+newContainerProjectsLocationsClustersNodePoolsList parent =+  ContainerProjectsLocationsClustersNodePoolsList+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      clusterId = Core.Nothing,+      parent = parent,+      projectId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsList+  where+  type+    Rs ContainerProjectsLocationsClustersNodePoolsList =+      ListNodePoolsResponse+  type+    Scopes ContainerProjectsLocationsClustersNodePoolsList =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersNodePoolsList {..} =+    go+      parent+      xgafv+      accessToken+      callback+      clusterId+      projectId+      uploadType+      uploadProtocol+      zone+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersNodePoolsListResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/Rollback.hs view
@@ -0,0 +1,126 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.Rollback+-- 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)+--+-- Rolls back a previously Aborted or Failed NodePool upgrade. This makes no changes if the last upgrade successfully completed.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.rollback@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.Rollback+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsRollbackResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsRollback (..),+    newContainerProjectsLocationsClustersNodePoolsRollback,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.rollback@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsRollback' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsRollbackResource =+  "v1"+    Core.:> Core.CaptureMode "name" "rollback" 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] RollbackNodePoolUpgradeRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Rolls back a previously Aborted or Failed NodePool upgrade. This makes no changes if the last upgrade successfully completed.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsRollback' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsRollback = ContainerProjectsLocationsClustersNodePoolsRollback+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: RollbackNodePoolUpgradeRequest,+    -- | 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 'ContainerProjectsLocationsClustersNodePoolsRollback' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsRollback ::+  -- |  The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  RollbackNodePoolUpgradeRequest ->+  ContainerProjectsLocationsClustersNodePoolsRollback+newContainerProjectsLocationsClustersNodePoolsRollback name payload =+  ContainerProjectsLocationsClustersNodePoolsRollback+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsRollback+  where+  type+    Rs ContainerProjectsLocationsClustersNodePoolsRollback =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersNodePoolsRollback =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersNodePoolsRollback {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersNodePoolsRollbackResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/SetAutoscaling.hs view
@@ -0,0 +1,129 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.SetAutoscaling+-- 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)+--+-- Sets the autoscaling settings for the specified node pool.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.setAutoscaling@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.SetAutoscaling+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsSetAutoscalingResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsSetAutoscaling (..),+    newContainerProjectsLocationsClustersNodePoolsSetAutoscaling,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.setAutoscaling@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsSetAutoscaling' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsSetAutoscalingResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setAutoscaling" 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] SetNodePoolAutoscalingRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the autoscaling settings for the specified node pool.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsSetAutoscaling' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsSetAutoscaling = ContainerProjectsLocationsClustersNodePoolsSetAutoscaling+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetNodePoolAutoscalingRequest,+    -- | 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 'ContainerProjectsLocationsClustersNodePoolsSetAutoscaling' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsSetAutoscaling ::+  -- |  The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetNodePoolAutoscalingRequest ->+  ContainerProjectsLocationsClustersNodePoolsSetAutoscaling+newContainerProjectsLocationsClustersNodePoolsSetAutoscaling+  name+  payload =+    ContainerProjectsLocationsClustersNodePoolsSetAutoscaling+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsSetAutoscaling+  where+  type+    Rs ContainerProjectsLocationsClustersNodePoolsSetAutoscaling =+      Operation+  type+    Scopes+      ContainerProjectsLocationsClustersNodePoolsSetAutoscaling =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersNodePoolsSetAutoscaling {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersNodePoolsSetAutoscalingResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/SetManagement.hs view
@@ -0,0 +1,129 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.SetManagement+-- 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)+--+-- Sets the NodeManagement options for a node pool.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.setManagement@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.SetManagement+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsSetManagementResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsSetManagement (..),+    newContainerProjectsLocationsClustersNodePoolsSetManagement,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.setManagement@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsSetManagement' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsSetManagementResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setManagement" 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] SetNodePoolManagementRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the NodeManagement options for a node pool.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsSetManagement' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsSetManagement = ContainerProjectsLocationsClustersNodePoolsSetManagement+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetNodePoolManagementRequest,+    -- | 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 'ContainerProjectsLocationsClustersNodePoolsSetManagement' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsSetManagement ::+  -- |  The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetNodePoolManagementRequest ->+  ContainerProjectsLocationsClustersNodePoolsSetManagement+newContainerProjectsLocationsClustersNodePoolsSetManagement+  name+  payload =+    ContainerProjectsLocationsClustersNodePoolsSetManagement+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsSetManagement+  where+  type+    Rs ContainerProjectsLocationsClustersNodePoolsSetManagement =+      Operation+  type+    Scopes+      ContainerProjectsLocationsClustersNodePoolsSetManagement =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersNodePoolsSetManagement {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersNodePoolsSetManagementResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/SetSize.hs view
@@ -0,0 +1,126 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.SetSize+-- 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)+--+-- Sets the size for a specific node pool. The new size will be used for all replicas, including future replicas created by modifying NodePool.locations.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.setSize@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.SetSize+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsSetSizeResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsSetSize (..),+    newContainerProjectsLocationsClustersNodePoolsSetSize,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.setSize@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsSetSize' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsSetSizeResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setSize" 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] SetNodePoolSizeRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the size for a specific node pool. The new size will be used for all replicas, including future replicas created by modifying NodePool.locations.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsSetSize' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsSetSize = ContainerProjectsLocationsClustersNodePoolsSetSize+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetNodePoolSizeRequest,+    -- | 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 'ContainerProjectsLocationsClustersNodePoolsSetSize' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsSetSize ::+  -- |  The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetNodePoolSizeRequest ->+  ContainerProjectsLocationsClustersNodePoolsSetSize+newContainerProjectsLocationsClustersNodePoolsSetSize name payload =+  ContainerProjectsLocationsClustersNodePoolsSetSize+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsSetSize+  where+  type+    Rs ContainerProjectsLocationsClustersNodePoolsSetSize =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersNodePoolsSetSize =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersNodePoolsSetSize {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersNodePoolsSetSizeResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/NodePools/Update.hs view
@@ -0,0 +1,125 @@+{-# 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.Container.Projects.Locations.Clusters.NodePools.Update+-- 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)+--+-- Updates the version and\/or image type for the specified node pool.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.update@.+module Gogol.Container.Projects.Locations.Clusters.NodePools.Update+  ( -- * Resource+    ContainerProjectsLocationsClustersNodePoolsUpdateResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersNodePoolsUpdate (..),+    newContainerProjectsLocationsClustersNodePoolsUpdate,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.nodePools.update@ method which the+-- 'ContainerProjectsLocationsClustersNodePoolsUpdate' request conforms to.+type ContainerProjectsLocationsClustersNodePoolsUpdateResource =+  "v1"+    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.ReqBody '[Core.JSON] UpdateNodePoolRequest+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates the version and\/or image type for the specified node pool.+--+-- /See:/ 'newContainerProjectsLocationsClustersNodePoolsUpdate' smart constructor.+data ContainerProjectsLocationsClustersNodePoolsUpdate = ContainerProjectsLocationsClustersNodePoolsUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster, node pool) of the node pool to update. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: UpdateNodePoolRequest,+    -- | 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 'ContainerProjectsLocationsClustersNodePoolsUpdate' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersNodePoolsUpdate ::+  -- |  The name (project, location, cluster, node pool) of the node pool to update. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  UpdateNodePoolRequest ->+  ContainerProjectsLocationsClustersNodePoolsUpdate+newContainerProjectsLocationsClustersNodePoolsUpdate name payload =+  ContainerProjectsLocationsClustersNodePoolsUpdate+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersNodePoolsUpdate+  where+  type+    Rs ContainerProjectsLocationsClustersNodePoolsUpdate =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersNodePoolsUpdate =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersNodePoolsUpdate {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ContainerProjectsLocationsClustersNodePoolsUpdateResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/SetAddons.hs view
@@ -0,0 +1,121 @@+{-# 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.Container.Projects.Locations.Clusters.SetAddons+-- 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)+--+-- Sets the addons for a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setAddons@.+module Gogol.Container.Projects.Locations.Clusters.SetAddons+  ( -- * Resource+    ContainerProjectsLocationsClustersSetAddonsResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersSetAddons (..),+    newContainerProjectsLocationsClustersSetAddons,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.setAddons@ method which the+-- 'ContainerProjectsLocationsClustersSetAddons' request conforms to.+type ContainerProjectsLocationsClustersSetAddonsResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setAddons" 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] SetAddonsConfigRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the addons for a specific cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersSetAddons' smart constructor.+data ContainerProjectsLocationsClustersSetAddons = ContainerProjectsLocationsClustersSetAddons+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to set addons. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetAddonsConfigRequest,+    -- | 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 'ContainerProjectsLocationsClustersSetAddons' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersSetAddons ::+  -- |  The name (project, location, cluster) of the cluster to set addons. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetAddonsConfigRequest ->+  ContainerProjectsLocationsClustersSetAddons+newContainerProjectsLocationsClustersSetAddons name payload =+  ContainerProjectsLocationsClustersSetAddons+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersSetAddons+  where+  type Rs ContainerProjectsLocationsClustersSetAddons = Operation+  type+    Scopes ContainerProjectsLocationsClustersSetAddons =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersSetAddons {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersSetAddonsResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/SetLegacyAbac.hs view
@@ -0,0 +1,122 @@+{-# 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.Container.Projects.Locations.Clusters.SetLegacyAbac+-- 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)+--+-- Enables or disables the ABAC authorization mechanism on a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setLegacyAbac@.+module Gogol.Container.Projects.Locations.Clusters.SetLegacyAbac+  ( -- * Resource+    ContainerProjectsLocationsClustersSetLegacyAbacResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersSetLegacyAbac (..),+    newContainerProjectsLocationsClustersSetLegacyAbac,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.setLegacyAbac@ method which the+-- 'ContainerProjectsLocationsClustersSetLegacyAbac' request conforms to.+type ContainerProjectsLocationsClustersSetLegacyAbacResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setLegacyAbac" 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] SetLegacyAbacRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Enables or disables the ABAC authorization mechanism on a cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersSetLegacyAbac' smart constructor.+data ContainerProjectsLocationsClustersSetLegacyAbac = ContainerProjectsLocationsClustersSetLegacyAbac+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to set legacy abac. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetLegacyAbacRequest,+    -- | 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 'ContainerProjectsLocationsClustersSetLegacyAbac' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersSetLegacyAbac ::+  -- |  The name (project, location, cluster name) of the cluster to set legacy abac. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetLegacyAbacRequest ->+  ContainerProjectsLocationsClustersSetLegacyAbac+newContainerProjectsLocationsClustersSetLegacyAbac name payload =+  ContainerProjectsLocationsClustersSetLegacyAbac+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersSetLegacyAbac+  where+  type Rs ContainerProjectsLocationsClustersSetLegacyAbac = Operation+  type+    Scopes ContainerProjectsLocationsClustersSetLegacyAbac =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersSetLegacyAbac {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersSetLegacyAbacResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/SetLocations.hs view
@@ -0,0 +1,122 @@+{-# 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.Container.Projects.Locations.Clusters.SetLocations+-- 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)+--+-- Sets the locations for a specific cluster. Deprecated. Use <https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update projects.locations.clusters.update> instead.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setLocations@.+module Gogol.Container.Projects.Locations.Clusters.SetLocations+  ( -- * Resource+    ContainerProjectsLocationsClustersSetLocationsResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersSetLocations (..),+    newContainerProjectsLocationsClustersSetLocations,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.setLocations@ method which the+-- 'ContainerProjectsLocationsClustersSetLocations' request conforms to.+type ContainerProjectsLocationsClustersSetLocationsResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setLocations" 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] SetLocationsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the locations for a specific cluster. Deprecated. Use <https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update projects.locations.clusters.update> instead.+--+-- /See:/ 'newContainerProjectsLocationsClustersSetLocations' smart constructor.+data ContainerProjectsLocationsClustersSetLocations = ContainerProjectsLocationsClustersSetLocations+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to set locations. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetLocationsRequest,+    -- | 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 'ContainerProjectsLocationsClustersSetLocations' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersSetLocations ::+  -- |  The name (project, location, cluster) of the cluster to set locations. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetLocationsRequest ->+  ContainerProjectsLocationsClustersSetLocations+newContainerProjectsLocationsClustersSetLocations name payload =+  ContainerProjectsLocationsClustersSetLocations+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersSetLocations+  where+  type Rs ContainerProjectsLocationsClustersSetLocations = Operation+  type+    Scopes ContainerProjectsLocationsClustersSetLocations =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersSetLocations {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersSetLocationsResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/SetLogging.hs view
@@ -0,0 +1,122 @@+{-# 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.Container.Projects.Locations.Clusters.SetLogging+-- 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)+--+-- Sets the logging service for a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setLogging@.+module Gogol.Container.Projects.Locations.Clusters.SetLogging+  ( -- * Resource+    ContainerProjectsLocationsClustersSetLoggingResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersSetLogging (..),+    newContainerProjectsLocationsClustersSetLogging,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.setLogging@ method which the+-- 'ContainerProjectsLocationsClustersSetLogging' request conforms to.+type ContainerProjectsLocationsClustersSetLoggingResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setLogging" 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] SetLoggingServiceRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the logging service for a specific cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersSetLogging' smart constructor.+data ContainerProjectsLocationsClustersSetLogging = ContainerProjectsLocationsClustersSetLogging+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to set logging. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetLoggingServiceRequest,+    -- | 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 'ContainerProjectsLocationsClustersSetLogging' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersSetLogging ::+  -- |  The name (project, location, cluster) of the cluster to set logging. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetLoggingServiceRequest ->+  ContainerProjectsLocationsClustersSetLogging+newContainerProjectsLocationsClustersSetLogging name payload =+  ContainerProjectsLocationsClustersSetLogging+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersSetLogging+  where+  type Rs ContainerProjectsLocationsClustersSetLogging = Operation+  type+    Scopes ContainerProjectsLocationsClustersSetLogging =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersSetLogging {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersSetLoggingResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/SetMaintenancePolicy.hs view
@@ -0,0 +1,128 @@+{-# 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.Container.Projects.Locations.Clusters.SetMaintenancePolicy+-- 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)+--+-- Sets the maintenance policy for a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setMaintenancePolicy@.+module Gogol.Container.Projects.Locations.Clusters.SetMaintenancePolicy+  ( -- * Resource+    ContainerProjectsLocationsClustersSetMaintenancePolicyResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersSetMaintenancePolicy (..),+    newContainerProjectsLocationsClustersSetMaintenancePolicy,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.setMaintenancePolicy@ method which the+-- 'ContainerProjectsLocationsClustersSetMaintenancePolicy' request conforms to.+type ContainerProjectsLocationsClustersSetMaintenancePolicyResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setMaintenancePolicy" 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] SetMaintenancePolicyRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the maintenance policy for a cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersSetMaintenancePolicy' smart constructor.+data ContainerProjectsLocationsClustersSetMaintenancePolicy = ContainerProjectsLocationsClustersSetMaintenancePolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to set maintenance policy. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetMaintenancePolicyRequest,+    -- | 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 'ContainerProjectsLocationsClustersSetMaintenancePolicy' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersSetMaintenancePolicy ::+  -- |  The name (project, location, cluster name) of the cluster to set maintenance policy. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetMaintenancePolicyRequest ->+  ContainerProjectsLocationsClustersSetMaintenancePolicy+newContainerProjectsLocationsClustersSetMaintenancePolicy+  name+  payload =+    ContainerProjectsLocationsClustersSetMaintenancePolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        name = name,+        payload = payload,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersSetMaintenancePolicy+  where+  type+    Rs ContainerProjectsLocationsClustersSetMaintenancePolicy =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersSetMaintenancePolicy =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersSetMaintenancePolicy {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersSetMaintenancePolicyResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/SetMasterAuth.hs view
@@ -0,0 +1,122 @@+{-# 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.Container.Projects.Locations.Clusters.SetMasterAuth+-- 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)+--+-- Sets master auth materials. Currently supports changing the admin password or a specific cluster, either via password generation or explicitly setting the password.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setMasterAuth@.+module Gogol.Container.Projects.Locations.Clusters.SetMasterAuth+  ( -- * Resource+    ContainerProjectsLocationsClustersSetMasterAuthResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersSetMasterAuth (..),+    newContainerProjectsLocationsClustersSetMasterAuth,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.setMasterAuth@ method which the+-- 'ContainerProjectsLocationsClustersSetMasterAuth' request conforms to.+type ContainerProjectsLocationsClustersSetMasterAuthResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setMasterAuth" 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] SetMasterAuthRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets master auth materials. Currently supports changing the admin password or a specific cluster, either via password generation or explicitly setting the password.+--+-- /See:/ 'newContainerProjectsLocationsClustersSetMasterAuth' smart constructor.+data ContainerProjectsLocationsClustersSetMasterAuth = ContainerProjectsLocationsClustersSetMasterAuth+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to set auth. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetMasterAuthRequest,+    -- | 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 'ContainerProjectsLocationsClustersSetMasterAuth' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersSetMasterAuth ::+  -- |  The name (project, location, cluster) of the cluster to set auth. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetMasterAuthRequest ->+  ContainerProjectsLocationsClustersSetMasterAuth+newContainerProjectsLocationsClustersSetMasterAuth name payload =+  ContainerProjectsLocationsClustersSetMasterAuth+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersSetMasterAuth+  where+  type Rs ContainerProjectsLocationsClustersSetMasterAuth = Operation+  type+    Scopes ContainerProjectsLocationsClustersSetMasterAuth =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersSetMasterAuth {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersSetMasterAuthResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/SetMonitoring.hs view
@@ -0,0 +1,122 @@+{-# 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.Container.Projects.Locations.Clusters.SetMonitoring+-- 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)+--+-- Sets the monitoring service for a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setMonitoring@.+module Gogol.Container.Projects.Locations.Clusters.SetMonitoring+  ( -- * Resource+    ContainerProjectsLocationsClustersSetMonitoringResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersSetMonitoring (..),+    newContainerProjectsLocationsClustersSetMonitoring,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.setMonitoring@ method which the+-- 'ContainerProjectsLocationsClustersSetMonitoring' request conforms to.+type ContainerProjectsLocationsClustersSetMonitoringResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setMonitoring" 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] SetMonitoringServiceRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the monitoring service for a specific cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersSetMonitoring' smart constructor.+data ContainerProjectsLocationsClustersSetMonitoring = ContainerProjectsLocationsClustersSetMonitoring+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to set monitoring. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetMonitoringServiceRequest,+    -- | 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 'ContainerProjectsLocationsClustersSetMonitoring' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersSetMonitoring ::+  -- |  The name (project, location, cluster) of the cluster to set monitoring. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetMonitoringServiceRequest ->+  ContainerProjectsLocationsClustersSetMonitoring+newContainerProjectsLocationsClustersSetMonitoring name payload =+  ContainerProjectsLocationsClustersSetMonitoring+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersSetMonitoring+  where+  type Rs ContainerProjectsLocationsClustersSetMonitoring = Operation+  type+    Scopes ContainerProjectsLocationsClustersSetMonitoring =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersSetMonitoring {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersSetMonitoringResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/SetNetworkPolicy.hs view
@@ -0,0 +1,126 @@+{-# 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.Container.Projects.Locations.Clusters.SetNetworkPolicy+-- 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)+--+-- Enables or disables Network Policy for a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setNetworkPolicy@.+module Gogol.Container.Projects.Locations.Clusters.SetNetworkPolicy+  ( -- * Resource+    ContainerProjectsLocationsClustersSetNetworkPolicyResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersSetNetworkPolicy (..),+    newContainerProjectsLocationsClustersSetNetworkPolicy,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.setNetworkPolicy@ method which the+-- 'ContainerProjectsLocationsClustersSetNetworkPolicy' request conforms to.+type ContainerProjectsLocationsClustersSetNetworkPolicyResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setNetworkPolicy" 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] SetNetworkPolicyRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Enables or disables Network Policy for a cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersSetNetworkPolicy' smart constructor.+data ContainerProjectsLocationsClustersSetNetworkPolicy = ContainerProjectsLocationsClustersSetNetworkPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to set networking policy. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetNetworkPolicyRequest,+    -- | 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 'ContainerProjectsLocationsClustersSetNetworkPolicy' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersSetNetworkPolicy ::+  -- |  The name (project, location, cluster name) of the cluster to set networking policy. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetNetworkPolicyRequest ->+  ContainerProjectsLocationsClustersSetNetworkPolicy+newContainerProjectsLocationsClustersSetNetworkPolicy name payload =+  ContainerProjectsLocationsClustersSetNetworkPolicy+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersSetNetworkPolicy+  where+  type+    Rs ContainerProjectsLocationsClustersSetNetworkPolicy =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersSetNetworkPolicy =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersSetNetworkPolicy {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersSetNetworkPolicyResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/SetResourceLabels.hs view
@@ -0,0 +1,126 @@+{-# 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.Container.Projects.Locations.Clusters.SetResourceLabels+-- 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)+--+-- Sets labels on a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setResourceLabels@.+module Gogol.Container.Projects.Locations.Clusters.SetResourceLabels+  ( -- * Resource+    ContainerProjectsLocationsClustersSetResourceLabelsResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersSetResourceLabels (..),+    newContainerProjectsLocationsClustersSetResourceLabels,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.setResourceLabels@ method which the+-- 'ContainerProjectsLocationsClustersSetResourceLabels' request conforms to.+type ContainerProjectsLocationsClustersSetResourceLabelsResource =+  "v1"+    Core.:> Core.CaptureMode "name" "setResourceLabels" 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] SetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets labels on a cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersSetResourceLabels' smart constructor.+data ContainerProjectsLocationsClustersSetResourceLabels = ContainerProjectsLocationsClustersSetResourceLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to set labels. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetLabelsRequest,+    -- | 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 'ContainerProjectsLocationsClustersSetResourceLabels' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersSetResourceLabels ::+  -- |  The name (project, location, cluster name) of the cluster to set labels. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetLabelsRequest ->+  ContainerProjectsLocationsClustersSetResourceLabels+newContainerProjectsLocationsClustersSetResourceLabels name payload =+  ContainerProjectsLocationsClustersSetResourceLabels+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersSetResourceLabels+  where+  type+    Rs ContainerProjectsLocationsClustersSetResourceLabels =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersSetResourceLabels =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsLocationsClustersSetResourceLabels {..} =+      go+        name+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersSetResourceLabelsResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/StartIpRotation.hs view
@@ -0,0 +1,125 @@+{-# 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.Container.Projects.Locations.Clusters.StartIpRotation+-- 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)+--+-- Starts master IP rotation.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.startIpRotation@.+module Gogol.Container.Projects.Locations.Clusters.StartIpRotation+  ( -- * Resource+    ContainerProjectsLocationsClustersStartIpRotationResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersStartIpRotation (..),+    newContainerProjectsLocationsClustersStartIpRotation,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.startIpRotation@ method which the+-- 'ContainerProjectsLocationsClustersStartIpRotation' request conforms to.+type ContainerProjectsLocationsClustersStartIpRotationResource =+  "v1"+    Core.:> Core.CaptureMode "name" "startIpRotation" 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] StartIPRotationRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Starts master IP rotation.+--+-- /See:/ 'newContainerProjectsLocationsClustersStartIpRotation' smart constructor.+data ContainerProjectsLocationsClustersStartIpRotation = ContainerProjectsLocationsClustersStartIpRotation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster name) of the cluster to start IP rotation. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: StartIPRotationRequest,+    -- | 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 'ContainerProjectsLocationsClustersStartIpRotation' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersStartIpRotation ::+  -- |  The name (project, location, cluster name) of the cluster to start IP rotation. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  StartIPRotationRequest ->+  ContainerProjectsLocationsClustersStartIpRotation+newContainerProjectsLocationsClustersStartIpRotation name payload =+  ContainerProjectsLocationsClustersStartIpRotation+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersStartIpRotation+  where+  type+    Rs ContainerProjectsLocationsClustersStartIpRotation =+      Operation+  type+    Scopes ContainerProjectsLocationsClustersStartIpRotation =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersStartIpRotation {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ContainerProjectsLocationsClustersStartIpRotationResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/Update.hs view
@@ -0,0 +1,121 @@+{-# 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.Container.Projects.Locations.Clusters.Update+-- 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)+--+-- Updates the settings of a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.update@.+module Gogol.Container.Projects.Locations.Clusters.Update+  ( -- * Resource+    ContainerProjectsLocationsClustersUpdateResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersUpdate (..),+    newContainerProjectsLocationsClustersUpdate,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.update@ method which the+-- 'ContainerProjectsLocationsClustersUpdate' request conforms to.+type ContainerProjectsLocationsClustersUpdateResource =+  "v1"+    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.ReqBody '[Core.JSON] UpdateClusterRequest+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates the settings of a specific cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersUpdate' smart constructor.+data ContainerProjectsLocationsClustersUpdate = ContainerProjectsLocationsClustersUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to update. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: UpdateClusterRequest,+    -- | 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 'ContainerProjectsLocationsClustersUpdate' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersUpdate ::+  -- |  The name (project, location, cluster) of the cluster to update. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  UpdateClusterRequest ->+  ContainerProjectsLocationsClustersUpdate+newContainerProjectsLocationsClustersUpdate name payload =+  ContainerProjectsLocationsClustersUpdate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersUpdate+  where+  type Rs ContainerProjectsLocationsClustersUpdate = Operation+  type+    Scopes ContainerProjectsLocationsClustersUpdate =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersUpdate {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersUpdateResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/UpdateMaster.hs view
@@ -0,0 +1,122 @@+{-# 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.Container.Projects.Locations.Clusters.UpdateMaster+-- 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)+--+-- Updates the master for a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.updateMaster@.+module Gogol.Container.Projects.Locations.Clusters.UpdateMaster+  ( -- * Resource+    ContainerProjectsLocationsClustersUpdateMasterResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersUpdateMaster (..),+    newContainerProjectsLocationsClustersUpdateMaster,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.updateMaster@ method which the+-- 'ContainerProjectsLocationsClustersUpdateMaster' request conforms to.+type ContainerProjectsLocationsClustersUpdateMasterResource =+  "v1"+    Core.:> Core.CaptureMode "name" "updateMaster" 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] UpdateMasterRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Updates the master for a specific cluster.+--+-- /See:/ 'newContainerProjectsLocationsClustersUpdateMaster' smart constructor.+data ContainerProjectsLocationsClustersUpdateMaster = ContainerProjectsLocationsClustersUpdateMaster+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, cluster) of the cluster to update. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: UpdateMasterRequest,+    -- | 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 'ContainerProjectsLocationsClustersUpdateMaster' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersUpdateMaster ::+  -- |  The name (project, location, cluster) of the cluster to update. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  UpdateMasterRequest ->+  ContainerProjectsLocationsClustersUpdateMaster+newContainerProjectsLocationsClustersUpdateMaster name payload =+  ContainerProjectsLocationsClustersUpdateMaster+    { xgafv =+        Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersUpdateMaster+  where+  type Rs ContainerProjectsLocationsClustersUpdateMaster = Operation+  type+    Scopes ContainerProjectsLocationsClustersUpdateMaster =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsClustersUpdateMaster {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsClustersUpdateMasterResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Clusters/Wellknown/GetOpenidconfiguration.hs view
@@ -0,0 +1,124 @@+{-# 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.Container.Projects.Locations.Clusters.Wellknown.GetOpenidconfiguration+-- 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 OIDC discovery document for the cluster. See the <https://openid.net/specs/openid-connect-discovery-1_0.html OpenID Connect Discovery 1.0 specification> for details.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.wellknown.getOpenidconfiguration@.+module Gogol.Container.Projects.Locations.Clusters.Wellknown.GetOpenidconfiguration+  ( -- * Resource+    ContainerProjectsLocationsClustersWellknownGetOpenidconfigurationResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration (..),+    newContainerProjectsLocationsClustersWellknownGetOpenidconfiguration,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.clusters.wellknown.getOpenidconfiguration@ method which the+-- 'ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration' request conforms to.+type ContainerProjectsLocationsClustersWellknownGetOpenidconfigurationResource =+  "v1"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> ".well-known"+    Core.:> "openid-configuration"+    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] GetOpenIDConfigResponse++-- | Gets the OIDC discovery document for the cluster. See the <https://openid.net/specs/openid-connect-discovery-1_0.html OpenID Connect Discovery 1.0 specification> for details.+--+-- /See:/ 'newContainerProjectsLocationsClustersWellknownGetOpenidconfiguration' smart constructor.+data ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration = ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The cluster (project, location, cluster name) to get the discovery document for. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    parent :: 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 'ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration' with the minimum fields required to make a request.+newContainerProjectsLocationsClustersWellknownGetOpenidconfiguration ::+  -- |  The cluster (project, location, cluster name) to get the discovery document for. Specified in the format @projects\/*\/locations\/*\/clusters\/*@. See 'parent'.+  Core.Text ->+  ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration+newContainerProjectsLocationsClustersWellknownGetOpenidconfiguration+  parent =+    ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        parent = parent,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing+      }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration+  where+  type+    Rs+      ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration =+      GetOpenIDConfigResponse+  type+    Scopes+      ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration =+      '[]+  requestClient+    ContainerProjectsLocationsClustersWellknownGetOpenidconfiguration {..} =+      go+        parent+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsLocationsClustersWellknownGetOpenidconfigurationResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Locations/GetServerConfig.hs view
@@ -0,0 +1,125 @@+{-# 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.Container.Projects.Locations.GetServerConfig+-- 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)+--+-- Returns configuration info about the Google Kubernetes Engine service.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.getServerConfig@.+module Gogol.Container.Projects.Locations.GetServerConfig+  ( -- * Resource+    ContainerProjectsLocationsGetServerConfigResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsGetServerConfig (..),+    newContainerProjectsLocationsGetServerConfig,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.getServerConfig@ method which the+-- 'ContainerProjectsLocationsGetServerConfig' request conforms to.+type ContainerProjectsLocationsGetServerConfigResource =+  "v1"+    Core.:> Core.Capture "name" Core.Text+    Core.:> "serverConfig"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "projectId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "zone" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ServerConfig++-- | Returns configuration info about the Google Kubernetes Engine service.+--+-- /See:/ 'newContainerProjectsLocationsGetServerConfig' smart constructor.+data ContainerProjectsLocationsGetServerConfig = ContainerProjectsLocationsGetServerConfig+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project and location) of the server config to get, specified in the format @projects\/*\/locations\/*@.+    name :: Core.Text,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> to return operations for. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsLocationsGetServerConfig' with the minimum fields required to make a request.+newContainerProjectsLocationsGetServerConfig ::+  -- |  The name (project and location) of the server config to get, specified in the format @projects\/*\/locations\/*@. See 'name'.+  Core.Text ->+  ContainerProjectsLocationsGetServerConfig+newContainerProjectsLocationsGetServerConfig name =+  ContainerProjectsLocationsGetServerConfig+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      projectId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsGetServerConfig+  where+  type Rs ContainerProjectsLocationsGetServerConfig = ServerConfig+  type+    Scopes ContainerProjectsLocationsGetServerConfig =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsGetServerConfig {..} =+    go+      name+      xgafv+      accessToken+      callback+      projectId+      uploadType+      uploadProtocol+      zone+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsGetServerConfigResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Operations/Cancel.hs view
@@ -0,0 +1,121 @@+{-# 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.Container.Projects.Locations.Operations.Cancel+-- 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)+--+-- Cancels the specified operation.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.operations.cancel@.+module Gogol.Container.Projects.Locations.Operations.Cancel+  ( -- * Resource+    ContainerProjectsLocationsOperationsCancelResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsOperationsCancel (..),+    newContainerProjectsLocationsOperationsCancel,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.operations.cancel@ method which the+-- 'ContainerProjectsLocationsOperationsCancel' request conforms to.+type ContainerProjectsLocationsOperationsCancelResource =+  "v1"+    Core.:> Core.CaptureMode "name" "cancel" 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] CancelOperationRequest+    Core.:> Core.Post '[Core.JSON] Empty++-- | Cancels the specified operation.+--+-- /See:/ 'newContainerProjectsLocationsOperationsCancel' smart constructor.+data ContainerProjectsLocationsOperationsCancel = ContainerProjectsLocationsOperationsCancel+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, operation id) of the operation to cancel. Specified in the format @projects\/*\/locations\/*\/operations\/*@.+    name :: Core.Text,+    -- | Multipart request metadata.+    payload :: CancelOperationRequest,+    -- | 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 'ContainerProjectsLocationsOperationsCancel' with the minimum fields required to make a request.+newContainerProjectsLocationsOperationsCancel ::+  -- |  The name (project, location, operation id) of the operation to cancel. Specified in the format @projects\/*\/locations\/*\/operations\/*@. See 'name'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CancelOperationRequest ->+  ContainerProjectsLocationsOperationsCancel+newContainerProjectsLocationsOperationsCancel name payload =+  ContainerProjectsLocationsOperationsCancel+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      payload = payload,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsOperationsCancel+  where+  type Rs ContainerProjectsLocationsOperationsCancel = Empty+  type+    Scopes ContainerProjectsLocationsOperationsCancel =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsOperationsCancel {..} =+    go+      name+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsOperationsCancelResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Operations/Get.hs view
@@ -0,0 +1,126 @@+{-# 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.Container.Projects.Locations.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 specified operation.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.operations.get@.+module Gogol.Container.Projects.Locations.Operations.Get+  ( -- * Resource+    ContainerProjectsLocationsOperationsGetResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsOperationsGet (..),+    newContainerProjectsLocationsOperationsGet,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.operations.get@ method which the+-- 'ContainerProjectsLocationsOperationsGet' request conforms to.+type ContainerProjectsLocationsOperationsGetResource =+  "v1"+    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 "operationId" Core.Text+    Core.:> Core.QueryParam "projectId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "zone" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] Operation++-- | Gets the specified operation.+--+-- /See:/ 'newContainerProjectsLocationsOperationsGet' smart constructor.+data ContainerProjectsLocationsOperationsGet = ContainerProjectsLocationsOperationsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, operation id) of the operation to get. Specified in the format @projects\/*\/locations\/*\/operations\/*@.+    name :: Core.Text,+    -- | Deprecated. The server-assigned @name@ of the operation. This field has been deprecated and replaced by the name field.+    operationId :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: (Core.Maybe 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsLocationsOperationsGet' with the minimum fields required to make a request.+newContainerProjectsLocationsOperationsGet ::+  -- |  The name (project, location, operation id) of the operation to get. Specified in the format @projects\/*\/locations\/*\/operations\/*@. See 'name'.+  Core.Text ->+  ContainerProjectsLocationsOperationsGet+newContainerProjectsLocationsOperationsGet name =+  ContainerProjectsLocationsOperationsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = name,+      operationId = Core.Nothing,+      projectId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = Core.Nothing+    }++instance Core.GoogleRequest ContainerProjectsLocationsOperationsGet where+  type Rs ContainerProjectsLocationsOperationsGet = Operation+  type+    Scopes ContainerProjectsLocationsOperationsGet =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsOperationsGet {..} =+    go+      name+      xgafv+      accessToken+      callback+      operationId+      projectId+      uploadType+      uploadProtocol+      zone+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsOperationsGetResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Locations/Operations/List.hs view
@@ -0,0 +1,127 @@+{-# 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.Container.Projects.Locations.Operations.List+-- 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)+--+-- Lists all operations in a project in a specific zone or all zones.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.locations.operations.list@.+module Gogol.Container.Projects.Locations.Operations.List+  ( -- * Resource+    ContainerProjectsLocationsOperationsListResource,++    -- ** Constructing a Request+    ContainerProjectsLocationsOperationsList (..),+    newContainerProjectsLocationsOperationsList,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.locations.operations.list@ method which the+-- 'ContainerProjectsLocationsOperationsList' request conforms to.+type ContainerProjectsLocationsOperationsListResource =+  "v1"+    Core.:> Core.Capture "parent" Core.Text+    Core.:> "operations"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "projectId" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "zone" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Get '[Core.JSON] ListOperationsResponse++-- | Lists all operations in a project in a specific zone or all zones.+--+-- /See:/ 'newContainerProjectsLocationsOperationsList' smart constructor.+data ContainerProjectsLocationsOperationsList = ContainerProjectsLocationsOperationsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The parent (project and location) where the operations will be listed. Specified in the format @projects\/*\/locations\/*@. Location \"-\" matches all zones and all regions.+    parent :: Core.Text,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: (Core.Maybe 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> to return operations for, or @-@ for all zones. This field has been deprecated and replaced by the parent field.+    zone :: (Core.Maybe Core.Text)+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsLocationsOperationsList' with the minimum fields required to make a request.+newContainerProjectsLocationsOperationsList ::+  -- |  The parent (project and location) where the operations will be listed. Specified in the format @projects\/*\/locations\/*@. Location \"-\" matches all zones and all regions. See 'parent'.+  Core.Text ->+  ContainerProjectsLocationsOperationsList+newContainerProjectsLocationsOperationsList parent =+  ContainerProjectsLocationsOperationsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = parent,+      projectId = Core.Nothing,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = Core.Nothing+    }++instance+  Core.GoogleRequest+    ContainerProjectsLocationsOperationsList+  where+  type+    Rs ContainerProjectsLocationsOperationsList =+      ListOperationsResponse+  type+    Scopes ContainerProjectsLocationsOperationsList =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsLocationsOperationsList {..} =+    go+      parent+      xgafv+      accessToken+      callback+      projectId+      uploadType+      uploadProtocol+      zone+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsLocationsOperationsListResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/Addons.hs view
@@ -0,0 +1,140 @@+{-# 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.Container.Projects.Zones.Clusters.Addons+-- 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)+--+-- Sets the addons for a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.addons@.+module Gogol.Container.Projects.Zones.Clusters.Addons+  ( -- * Resource+    ContainerProjectsZonesClustersAddonsResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersAddons (..),+    newContainerProjectsZonesClustersAddons,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.addons@ method which the+-- 'ContainerProjectsZonesClustersAddons' request conforms to.+type ContainerProjectsZonesClustersAddonsResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "addons"+    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] SetAddonsConfigRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the addons for a specific cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersAddons' smart constructor.+data ContainerProjectsZonesClustersAddons = ContainerProjectsZonesClustersAddons+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetAddonsConfigRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersAddons' with the minimum fields required to make a request.+newContainerProjectsZonesClustersAddons ::+  -- |  Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetAddonsConfigRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersAddons+newContainerProjectsZonesClustersAddons+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersAddons+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ContainerProjectsZonesClustersAddons where+  type Rs ContainerProjectsZonesClustersAddons = Operation+  type+    Scopes ContainerProjectsZonesClustersAddons =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersAddons {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersAddonsResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/CompleteIpRotation.hs view
@@ -0,0 +1,146 @@+{-# 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.Container.Projects.Zones.Clusters.CompleteIpRotation+-- 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)+--+-- Completes master IP rotation.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.completeIpRotation@.+module Gogol.Container.Projects.Zones.Clusters.CompleteIpRotation+  ( -- * Resource+    ContainerProjectsZonesClustersCompleteIpRotationResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersCompleteIpRotation (..),+    newContainerProjectsZonesClustersCompleteIpRotation,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.completeIpRotation@ method which the+-- 'ContainerProjectsZonesClustersCompleteIpRotation' request conforms to.+type ContainerProjectsZonesClustersCompleteIpRotationResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.CaptureMode "clusterId" "completeIpRotation" 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] CompleteIPRotationRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Completes master IP rotation.+--+-- /See:/ 'newContainerProjectsZonesClustersCompleteIpRotation' smart constructor.+data ContainerProjectsZonesClustersCompleteIpRotation = ContainerProjectsZonesClustersCompleteIpRotation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: CompleteIPRotationRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersCompleteIpRotation' with the minimum fields required to make a request.+newContainerProjectsZonesClustersCompleteIpRotation ::+  -- |  Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CompleteIPRotationRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersCompleteIpRotation+newContainerProjectsZonesClustersCompleteIpRotation+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersCompleteIpRotation+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersCompleteIpRotation+  where+  type+    Rs ContainerProjectsZonesClustersCompleteIpRotation =+      Operation+  type+    Scopes ContainerProjectsZonesClustersCompleteIpRotation =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersCompleteIpRotation {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy+                ContainerProjectsZonesClustersCompleteIpRotationResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/Create.hs view
@@ -0,0 +1,128 @@+{-# 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.Container.Projects.Zones.Clusters.Create+-- 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)+--+-- Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project\'s <https://cloud.google.com/compute/docs/networks-and-firewalls#networks default network>. One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project\'s global metadata indicating which CIDR range the cluster is using.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.create@.+module Gogol.Container.Projects.Zones.Clusters.Create+  ( -- * Resource+    ContainerProjectsZonesClustersCreateResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersCreate (..),+    newContainerProjectsZonesClustersCreate,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.create@ method which the+-- 'ContainerProjectsZonesClustersCreate' request conforms to.+type ContainerProjectsZonesClustersCreateResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    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] CreateClusterRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project\'s <https://cloud.google.com/compute/docs/networks-and-firewalls#networks default network>. One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project\'s global metadata indicating which CIDR range the cluster is using.+--+-- /See:/ 'newContainerProjectsZonesClustersCreate' smart constructor.+data ContainerProjectsZonesClustersCreate = ContainerProjectsZonesClustersCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Multipart request metadata.+    payload :: CreateClusterRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the parent field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersCreate' with the minimum fields required to make a request.+newContainerProjectsZonesClustersCreate ::+  -- |  Multipart request metadata. See 'payload'.+  CreateClusterRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the parent field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersCreate+newContainerProjectsZonesClustersCreate payload projectId zone =+  ContainerProjectsZonesClustersCreate+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      payload = payload,+      projectId = projectId,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ContainerProjectsZonesClustersCreate where+  type Rs ContainerProjectsZonesClustersCreate = Operation+  type+    Scopes ContainerProjectsZonesClustersCreate =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersCreate {..} =+    go+      projectId+      zone+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersCreateResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/Delete.hs view
@@ -0,0 +1,133 @@+{-# 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.Container.Projects.Zones.Clusters.Delete+-- 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)+--+-- Deletes the cluster, including the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted. Other Google Compute Engine resources that might be in use by the cluster, such as load balancer resources, are not deleted if they weren\'t present when the cluster was initially created.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.delete@.+module Gogol.Container.Projects.Zones.Clusters.Delete+  ( -- * Resource+    ContainerProjectsZonesClustersDeleteResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersDelete (..),+    newContainerProjectsZonesClustersDelete,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.delete@ method which the+-- 'ContainerProjectsZonesClustersDelete' request conforms to.+type ContainerProjectsZonesClustersDeleteResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes the cluster, including the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted. Other Google Compute Engine resources that might be in use by the cluster, such as load balancer resources, are not deleted if they weren\'t present when the cluster was initially created.+--+-- /See:/ 'newContainerProjectsZonesClustersDelete' smart constructor.+data ContainerProjectsZonesClustersDelete = ContainerProjectsZonesClustersDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | The name (project, location, cluster) of the cluster to delete. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersDelete' with the minimum fields required to make a request.+newContainerProjectsZonesClustersDelete ::+  -- |  Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersDelete+newContainerProjectsZonesClustersDelete clusterId projectId zone =+  ContainerProjectsZonesClustersDelete+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      clusterId = clusterId,+      name = Core.Nothing,+      projectId = projectId,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ContainerProjectsZonesClustersDelete where+  type Rs ContainerProjectsZonesClustersDelete = Operation+  type+    Scopes ContainerProjectsZonesClustersDelete =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersDelete {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      name+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersDeleteResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/Get.hs view
@@ -0,0 +1,133 @@+{-# 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.Container.Projects.Zones.Clusters.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 details of a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.get@.+module Gogol.Container.Projects.Zones.Clusters.Get+  ( -- * Resource+    ContainerProjectsZonesClustersGetResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersGet (..),+    newContainerProjectsZonesClustersGet,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.get@ method which the+-- 'ContainerProjectsZonesClustersGet' request conforms to.+type ContainerProjectsZonesClustersGetResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" 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] Cluster++-- | Gets the details of a specific cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersGet' smart constructor.+data ContainerProjectsZonesClustersGet = ContainerProjectsZonesClustersGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | The name (project, location, cluster) of the cluster to retrieve. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersGet' with the minimum fields required to make a request.+newContainerProjectsZonesClustersGet ::+  -- |  Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersGet+newContainerProjectsZonesClustersGet clusterId projectId zone =+  ContainerProjectsZonesClustersGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      clusterId = clusterId,+      name = Core.Nothing,+      projectId = projectId,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ContainerProjectsZonesClustersGet where+  type Rs ContainerProjectsZonesClustersGet = Cluster+  type+    Scopes ContainerProjectsZonesClustersGet =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersGet {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      name+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersGetResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/LegacyAbac.hs view
@@ -0,0 +1,143 @@+{-# 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.Container.Projects.Zones.Clusters.LegacyAbac+-- 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)+--+-- Enables or disables the ABAC authorization mechanism on a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.legacyAbac@.+module Gogol.Container.Projects.Zones.Clusters.LegacyAbac+  ( -- * Resource+    ContainerProjectsZonesClustersLegacyAbacResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersLegacyAbac (..),+    newContainerProjectsZonesClustersLegacyAbac,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.legacyAbac@ method which the+-- 'ContainerProjectsZonesClustersLegacyAbac' request conforms to.+type ContainerProjectsZonesClustersLegacyAbacResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "legacyAbac"+    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] SetLegacyAbacRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Enables or disables the ABAC authorization mechanism on a cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersLegacyAbac' smart constructor.+data ContainerProjectsZonesClustersLegacyAbac = ContainerProjectsZonesClustersLegacyAbac+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetLegacyAbacRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersLegacyAbac' with the minimum fields required to make a request.+newContainerProjectsZonesClustersLegacyAbac ::+  -- |  Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetLegacyAbacRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersLegacyAbac+newContainerProjectsZonesClustersLegacyAbac+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersLegacyAbac+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersLegacyAbac+  where+  type Rs ContainerProjectsZonesClustersLegacyAbac = Operation+  type+    Scopes ContainerProjectsZonesClustersLegacyAbac =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersLegacyAbac {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersLegacyAbacResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/List.hs view
@@ -0,0 +1,126 @@+{-# 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.Container.Projects.Zones.Clusters.List+-- 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)+--+-- Lists all clusters owned by a project in either the specified zone or all zones.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.list@.+module Gogol.Container.Projects.Zones.Clusters.List+  ( -- * Resource+    ContainerProjectsZonesClustersListResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersList (..),+    newContainerProjectsZonesClustersList,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.list@ method which the+-- 'ContainerProjectsZonesClustersList' request conforms to.+type ContainerProjectsZonesClustersListResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "parent" 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] ListClustersResponse++-- | Lists all clusters owned by a project in either the specified zone or all zones.+--+-- /See:/ 'newContainerProjectsZonesClustersList' smart constructor.+data ContainerProjectsZonesClustersList = ContainerProjectsZonesClustersList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The parent (project and location) where the clusters will be listed. Specified in the format @projects\/*\/locations\/*@. Location \"-\" matches all zones and all regions.+    parent :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersList' with the minimum fields required to make a request.+newContainerProjectsZonesClustersList ::+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersList+newContainerProjectsZonesClustersList projectId zone =+  ContainerProjectsZonesClustersList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = Core.Nothing,+      projectId = projectId,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ContainerProjectsZonesClustersList where+  type Rs ContainerProjectsZonesClustersList = ListClustersResponse+  type+    Scopes ContainerProjectsZonesClustersList =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersList {..} =+    go+      projectId+      zone+      xgafv+      accessToken+      callback+      parent+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersListResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/Locations.hs view
@@ -0,0 +1,140 @@+{-# 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.Container.Projects.Zones.Clusters.Locations+-- 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)+--+-- Sets the locations for a specific cluster. Deprecated. Use <https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update projects.locations.clusters.update> instead.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.locations@.+module Gogol.Container.Projects.Zones.Clusters.Locations+  ( -- * Resource+    ContainerProjectsZonesClustersLocationsResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersLocations (..),+    newContainerProjectsZonesClustersLocations,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.locations@ method which the+-- 'ContainerProjectsZonesClustersLocations' request conforms to.+type ContainerProjectsZonesClustersLocationsResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "locations"+    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] SetLocationsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the locations for a specific cluster. Deprecated. Use <https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update projects.locations.clusters.update> instead.+--+-- /See:/ 'newContainerProjectsZonesClustersLocations' smart constructor.+data ContainerProjectsZonesClustersLocations = ContainerProjectsZonesClustersLocations+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetLocationsRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersLocations' with the minimum fields required to make a request.+newContainerProjectsZonesClustersLocations ::+  -- |  Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetLocationsRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersLocations+newContainerProjectsZonesClustersLocations+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersLocations+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ContainerProjectsZonesClustersLocations where+  type Rs ContainerProjectsZonesClustersLocations = Operation+  type+    Scopes ContainerProjectsZonesClustersLocations =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersLocations {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersLocationsResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/Logging.hs view
@@ -0,0 +1,140 @@+{-# 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.Container.Projects.Zones.Clusters.Logging+-- 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)+--+-- Sets the logging service for a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.logging@.+module Gogol.Container.Projects.Zones.Clusters.Logging+  ( -- * Resource+    ContainerProjectsZonesClustersLoggingResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersLogging (..),+    newContainerProjectsZonesClustersLogging,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.logging@ method which the+-- 'ContainerProjectsZonesClustersLogging' request conforms to.+type ContainerProjectsZonesClustersLoggingResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "logging"+    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] SetLoggingServiceRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the logging service for a specific cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersLogging' smart constructor.+data ContainerProjectsZonesClustersLogging = ContainerProjectsZonesClustersLogging+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetLoggingServiceRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersLogging' with the minimum fields required to make a request.+newContainerProjectsZonesClustersLogging ::+  -- |  Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetLoggingServiceRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersLogging+newContainerProjectsZonesClustersLogging+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersLogging+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ContainerProjectsZonesClustersLogging where+  type Rs ContainerProjectsZonesClustersLogging = Operation+  type+    Scopes ContainerProjectsZonesClustersLogging =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersLogging {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersLoggingResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/Master.hs view
@@ -0,0 +1,140 @@+{-# 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.Container.Projects.Zones.Clusters.Master+-- 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)+--+-- Updates the master for a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.master@.+module Gogol.Container.Projects.Zones.Clusters.Master+  ( -- * Resource+    ContainerProjectsZonesClustersMasterResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersMaster (..),+    newContainerProjectsZonesClustersMaster,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.master@ method which the+-- 'ContainerProjectsZonesClustersMaster' request conforms to.+type ContainerProjectsZonesClustersMasterResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "master"+    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] UpdateMasterRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Updates the master for a specific cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersMaster' smart constructor.+data ContainerProjectsZonesClustersMaster = ContainerProjectsZonesClustersMaster+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: UpdateMasterRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersMaster' with the minimum fields required to make a request.+newContainerProjectsZonesClustersMaster ::+  -- |  Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  UpdateMasterRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersMaster+newContainerProjectsZonesClustersMaster+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersMaster+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ContainerProjectsZonesClustersMaster where+  type Rs ContainerProjectsZonesClustersMaster = Operation+  type+    Scopes ContainerProjectsZonesClustersMaster =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersMaster {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersMasterResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/Monitoring.hs view
@@ -0,0 +1,143 @@+{-# 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.Container.Projects.Zones.Clusters.Monitoring+-- 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)+--+-- Sets the monitoring service for a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.monitoring@.+module Gogol.Container.Projects.Zones.Clusters.Monitoring+  ( -- * Resource+    ContainerProjectsZonesClustersMonitoringResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersMonitoring (..),+    newContainerProjectsZonesClustersMonitoring,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.monitoring@ method which the+-- 'ContainerProjectsZonesClustersMonitoring' request conforms to.+type ContainerProjectsZonesClustersMonitoringResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "monitoring"+    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] SetMonitoringServiceRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the monitoring service for a specific cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersMonitoring' smart constructor.+data ContainerProjectsZonesClustersMonitoring = ContainerProjectsZonesClustersMonitoring+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetMonitoringServiceRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersMonitoring' with the minimum fields required to make a request.+newContainerProjectsZonesClustersMonitoring ::+  -- |  Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetMonitoringServiceRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersMonitoring+newContainerProjectsZonesClustersMonitoring+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersMonitoring+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersMonitoring+  where+  type Rs ContainerProjectsZonesClustersMonitoring = Operation+  type+    Scopes ContainerProjectsZonesClustersMonitoring =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersMonitoring {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersMonitoringResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/NodePools/Autoscaling.hs view
@@ -0,0 +1,157 @@+{-# 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.Container.Projects.Zones.Clusters.NodePools.Autoscaling+-- 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)+--+-- Sets the autoscaling settings for the specified node pool.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.autoscaling@.+module Gogol.Container.Projects.Zones.Clusters.NodePools.Autoscaling+  ( -- * Resource+    ContainerProjectsZonesClustersNodePoolsAutoscalingResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersNodePoolsAutoscaling (..),+    newContainerProjectsZonesClustersNodePoolsAutoscaling,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.nodePools.autoscaling@ method which the+-- 'ContainerProjectsZonesClustersNodePoolsAutoscaling' request conforms to.+type ContainerProjectsZonesClustersNodePoolsAutoscalingResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "nodePools"+    Core.:> Core.Capture "nodePoolId" Core.Text+    Core.:> "autoscaling"+    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] SetNodePoolAutoscalingRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the autoscaling settings for the specified node pool.+--+-- /See:/ 'newContainerProjectsZonesClustersNodePoolsAutoscaling' smart constructor.+data ContainerProjectsZonesClustersNodePoolsAutoscaling = ContainerProjectsZonesClustersNodePoolsAutoscaling+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.+    nodePoolId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetNodePoolAutoscalingRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersNodePoolsAutoscaling' with the minimum fields required to make a request.+newContainerProjectsZonesClustersNodePoolsAutoscaling ::+  -- |  Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field. See 'nodePoolId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetNodePoolAutoscalingRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersNodePoolsAutoscaling+newContainerProjectsZonesClustersNodePoolsAutoscaling+  clusterId+  nodePoolId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersNodePoolsAutoscaling+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        nodePoolId = nodePoolId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersNodePoolsAutoscaling+  where+  type+    Rs ContainerProjectsZonesClustersNodePoolsAutoscaling =+      Operation+  type+    Scopes ContainerProjectsZonesClustersNodePoolsAutoscaling =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsZonesClustersNodePoolsAutoscaling {..} =+      go+        projectId+        zone+        clusterId+        nodePoolId+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsZonesClustersNodePoolsAutoscalingResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/NodePools/Create.hs view
@@ -0,0 +1,144 @@+{-# 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.Container.Projects.Zones.Clusters.NodePools.Create+-- 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)+--+-- Creates a node pool for a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.create@.+module Gogol.Container.Projects.Zones.Clusters.NodePools.Create+  ( -- * Resource+    ContainerProjectsZonesClustersNodePoolsCreateResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersNodePoolsCreate (..),+    newContainerProjectsZonesClustersNodePoolsCreate,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.nodePools.create@ method which the+-- 'ContainerProjectsZonesClustersNodePoolsCreate' request conforms to.+type ContainerProjectsZonesClustersNodePoolsCreateResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "nodePools"+    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] CreateNodePoolRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Creates a node pool for a cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersNodePoolsCreate' smart constructor.+data ContainerProjectsZonesClustersNodePoolsCreate = ContainerProjectsZonesClustersNodePoolsCreate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: CreateNodePoolRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the parent field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersNodePoolsCreate' with the minimum fields required to make a request.+newContainerProjectsZonesClustersNodePoolsCreate ::+  -- |  Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CreateNodePoolRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the parent field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersNodePoolsCreate+newContainerProjectsZonesClustersNodePoolsCreate+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersNodePoolsCreate+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersNodePoolsCreate+  where+  type Rs ContainerProjectsZonesClustersNodePoolsCreate = Operation+  type+    Scopes ContainerProjectsZonesClustersNodePoolsCreate =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersNodePoolsCreate {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersNodePoolsCreateResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/NodePools/Delete.hs view
@@ -0,0 +1,149 @@+{-# 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.Container.Projects.Zones.Clusters.NodePools.Delete+-- 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)+--+-- Deletes a node pool from a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.delete@.+module Gogol.Container.Projects.Zones.Clusters.NodePools.Delete+  ( -- * Resource+    ContainerProjectsZonesClustersNodePoolsDeleteResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersNodePoolsDelete (..),+    newContainerProjectsZonesClustersNodePoolsDelete,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.nodePools.delete@ method which the+-- 'ContainerProjectsZonesClustersNodePoolsDelete' request conforms to.+type ContainerProjectsZonesClustersNodePoolsDeleteResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "nodePools"+    Core.:> Core.Capture "nodePoolId" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" Core.Text+    Core.:> Core.QueryParam "uploadType" Core.Text+    Core.:> Core.QueryParam "upload_protocol" Core.Text+    Core.:> Core.QueryParam "alt" Core.AltJSON+    Core.:> Core.Delete '[Core.JSON] Operation++-- | Deletes a node pool from a cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersNodePoolsDelete' smart constructor.+data ContainerProjectsZonesClustersNodePoolsDelete = ContainerProjectsZonesClustersNodePoolsDelete+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.+    nodePoolId :: Core.Text,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersNodePoolsDelete' with the minimum fields required to make a request.+newContainerProjectsZonesClustersNodePoolsDelete ::+  -- |  Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field. See 'nodePoolId'.+  Core.Text ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersNodePoolsDelete+newContainerProjectsZonesClustersNodePoolsDelete+  clusterId+  nodePoolId+  projectId+  zone =+    ContainerProjectsZonesClustersNodePoolsDelete+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        name = Core.Nothing,+        nodePoolId = nodePoolId,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersNodePoolsDelete+  where+  type Rs ContainerProjectsZonesClustersNodePoolsDelete = Operation+  type+    Scopes ContainerProjectsZonesClustersNodePoolsDelete =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersNodePoolsDelete {..} =+    go+      projectId+      zone+      clusterId+      nodePoolId+      xgafv+      accessToken+      callback+      name+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersNodePoolsDeleteResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/NodePools/Get.hs view
@@ -0,0 +1,148 @@+{-# 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.Container.Projects.Zones.Clusters.NodePools.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)+--+-- Retrieves the requested node pool.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.get@.+module Gogol.Container.Projects.Zones.Clusters.NodePools.Get+  ( -- * Resource+    ContainerProjectsZonesClustersNodePoolsGetResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersNodePoolsGet (..),+    newContainerProjectsZonesClustersNodePoolsGet,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.nodePools.get@ method which the+-- 'ContainerProjectsZonesClustersNodePoolsGet' request conforms to.+type ContainerProjectsZonesClustersNodePoolsGetResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "nodePools"+    Core.:> Core.Capture "nodePoolId" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" 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] NodePool++-- | Retrieves the requested node pool.+--+-- /See:/ 'newContainerProjectsZonesClustersNodePoolsGet' smart constructor.+data ContainerProjectsZonesClustersNodePoolsGet = ContainerProjectsZonesClustersNodePoolsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format @projects\/*\/locations\/*\/clusters\/*\/nodePools\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field.+    nodePoolId :: Core.Text,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersNodePoolsGet' with the minimum fields required to make a request.+newContainerProjectsZonesClustersNodePoolsGet ::+  -- |  Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field. See 'nodePoolId'.+  Core.Text ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersNodePoolsGet+newContainerProjectsZonesClustersNodePoolsGet+  clusterId+  nodePoolId+  projectId+  zone =+    ContainerProjectsZonesClustersNodePoolsGet+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        name = Core.Nothing,+        nodePoolId = nodePoolId,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersNodePoolsGet+  where+  type Rs ContainerProjectsZonesClustersNodePoolsGet = NodePool+  type+    Scopes ContainerProjectsZonesClustersNodePoolsGet =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersNodePoolsGet {..} =+    go+      projectId+      zone+      clusterId+      nodePoolId+      xgafv+      accessToken+      callback+      name+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersNodePoolsGetResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/NodePools/List.hs view
@@ -0,0 +1,142 @@+{-# 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.Container.Projects.Zones.Clusters.NodePools.List+-- 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)+--+-- Lists the node pools for a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.list@.+module Gogol.Container.Projects.Zones.Clusters.NodePools.List+  ( -- * Resource+    ContainerProjectsZonesClustersNodePoolsListResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersNodePoolsList (..),+    newContainerProjectsZonesClustersNodePoolsList,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.nodePools.list@ method which the+-- 'ContainerProjectsZonesClustersNodePoolsList' request conforms to.+type ContainerProjectsZonesClustersNodePoolsListResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "nodePools"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "parent" 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] ListNodePoolsResponse++-- | Lists the node pools for a cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersNodePoolsList' smart constructor.+data ContainerProjectsZonesClustersNodePoolsList = ContainerProjectsZonesClustersNodePoolsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.+    clusterId :: Core.Text,+    -- | The parent (project, location, cluster name) where the node pools will be listed. Specified in the format @projects\/*\/locations\/*\/clusters\/*@.+    parent :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the parent field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersNodePoolsList' with the minimum fields required to make a request.+newContainerProjectsZonesClustersNodePoolsList ::+  -- |  Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the parent field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersNodePoolsList+newContainerProjectsZonesClustersNodePoolsList+  clusterId+  projectId+  zone =+    ContainerProjectsZonesClustersNodePoolsList+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        parent = Core.Nothing,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersNodePoolsList+  where+  type+    Rs ContainerProjectsZonesClustersNodePoolsList =+      ListNodePoolsResponse+  type+    Scopes ContainerProjectsZonesClustersNodePoolsList =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersNodePoolsList {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      parent+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersNodePoolsListResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/NodePools/Rollback.hs view
@@ -0,0 +1,152 @@+{-# 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.Container.Projects.Zones.Clusters.NodePools.Rollback+-- 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)+--+-- Rolls back a previously Aborted or Failed NodePool upgrade. This makes no changes if the last upgrade successfully completed.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.rollback@.+module Gogol.Container.Projects.Zones.Clusters.NodePools.Rollback+  ( -- * Resource+    ContainerProjectsZonesClustersNodePoolsRollbackResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersNodePoolsRollback (..),+    newContainerProjectsZonesClustersNodePoolsRollback,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.nodePools.rollback@ method which the+-- 'ContainerProjectsZonesClustersNodePoolsRollback' request conforms to.+type ContainerProjectsZonesClustersNodePoolsRollbackResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "nodePools"+    Core.:> Core.CaptureMode "nodePoolId" "rollback" 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] RollbackNodePoolUpgradeRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Rolls back a previously Aborted or Failed NodePool upgrade. This makes no changes if the last upgrade successfully completed.+--+-- /See:/ 'newContainerProjectsZonesClustersNodePoolsRollback' smart constructor.+data ContainerProjectsZonesClustersNodePoolsRollback = ContainerProjectsZonesClustersNodePoolsRollback+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field.+    nodePoolId :: Core.Text,+    -- | Multipart request metadata.+    payload :: RollbackNodePoolUpgradeRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersNodePoolsRollback' with the minimum fields required to make a request.+newContainerProjectsZonesClustersNodePoolsRollback ::+  -- |  Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field. See 'nodePoolId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  RollbackNodePoolUpgradeRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersNodePoolsRollback+newContainerProjectsZonesClustersNodePoolsRollback+  clusterId+  nodePoolId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersNodePoolsRollback+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        nodePoolId = nodePoolId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersNodePoolsRollback+  where+  type Rs ContainerProjectsZonesClustersNodePoolsRollback = Operation+  type+    Scopes ContainerProjectsZonesClustersNodePoolsRollback =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersNodePoolsRollback {..} =+    go+      projectId+      zone+      clusterId+      nodePoolId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersNodePoolsRollbackResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/NodePools/SetManagement.hs view
@@ -0,0 +1,157 @@+{-# 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.Container.Projects.Zones.Clusters.NodePools.SetManagement+-- 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)+--+-- Sets the NodeManagement options for a node pool.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.setManagement@.+module Gogol.Container.Projects.Zones.Clusters.NodePools.SetManagement+  ( -- * Resource+    ContainerProjectsZonesClustersNodePoolsSetManagementResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersNodePoolsSetManagement (..),+    newContainerProjectsZonesClustersNodePoolsSetManagement,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.nodePools.setManagement@ method which the+-- 'ContainerProjectsZonesClustersNodePoolsSetManagement' request conforms to.+type ContainerProjectsZonesClustersNodePoolsSetManagementResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "nodePools"+    Core.:> Core.Capture "nodePoolId" Core.Text+    Core.:> "setManagement"+    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] SetNodePoolManagementRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the NodeManagement options for a node pool.+--+-- /See:/ 'newContainerProjectsZonesClustersNodePoolsSetManagement' smart constructor.+data ContainerProjectsZonesClustersNodePoolsSetManagement = ContainerProjectsZonesClustersNodePoolsSetManagement+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.+    nodePoolId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetNodePoolManagementRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersNodePoolsSetManagement' with the minimum fields required to make a request.+newContainerProjectsZonesClustersNodePoolsSetManagement ::+  -- |  Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field. See 'nodePoolId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetNodePoolManagementRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersNodePoolsSetManagement+newContainerProjectsZonesClustersNodePoolsSetManagement+  clusterId+  nodePoolId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersNodePoolsSetManagement+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        nodePoolId = nodePoolId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersNodePoolsSetManagement+  where+  type+    Rs ContainerProjectsZonesClustersNodePoolsSetManagement =+      Operation+  type+    Scopes ContainerProjectsZonesClustersNodePoolsSetManagement =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsZonesClustersNodePoolsSetManagement {..} =+      go+        projectId+        zone+        clusterId+        nodePoolId+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsZonesClustersNodePoolsSetManagementResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/NodePools/SetSize.hs view
@@ -0,0 +1,153 @@+{-# 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.Container.Projects.Zones.Clusters.NodePools.SetSize+-- 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)+--+-- Sets the size for a specific node pool. The new size will be used for all replicas, including future replicas created by modifying NodePool.locations.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.setSize@.+module Gogol.Container.Projects.Zones.Clusters.NodePools.SetSize+  ( -- * Resource+    ContainerProjectsZonesClustersNodePoolsSetSizeResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersNodePoolsSetSize (..),+    newContainerProjectsZonesClustersNodePoolsSetSize,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.nodePools.setSize@ method which the+-- 'ContainerProjectsZonesClustersNodePoolsSetSize' request conforms to.+type ContainerProjectsZonesClustersNodePoolsSetSizeResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "nodePools"+    Core.:> Core.Capture "nodePoolId" Core.Text+    Core.:> "setSize"+    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] SetNodePoolSizeRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the size for a specific node pool. The new size will be used for all replicas, including future replicas created by modifying NodePool.locations.+--+-- /See:/ 'newContainerProjectsZonesClustersNodePoolsSetSize' smart constructor.+data ContainerProjectsZonesClustersNodePoolsSetSize = ContainerProjectsZonesClustersNodePoolsSetSize+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.+    nodePoolId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetNodePoolSizeRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersNodePoolsSetSize' with the minimum fields required to make a request.+newContainerProjectsZonesClustersNodePoolsSetSize ::+  -- |  Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field. See 'nodePoolId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetNodePoolSizeRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersNodePoolsSetSize+newContainerProjectsZonesClustersNodePoolsSetSize+  clusterId+  nodePoolId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersNodePoolsSetSize+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        nodePoolId = nodePoolId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersNodePoolsSetSize+  where+  type Rs ContainerProjectsZonesClustersNodePoolsSetSize = Operation+  type+    Scopes ContainerProjectsZonesClustersNodePoolsSetSize =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersNodePoolsSetSize {..} =+    go+      projectId+      zone+      clusterId+      nodePoolId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersNodePoolsSetSizeResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/NodePools/Update.hs view
@@ -0,0 +1,153 @@+{-# 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.Container.Projects.Zones.Clusters.NodePools.Update+-- 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)+--+-- Updates the version and\/or image type for the specified node pool.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.update@.+module Gogol.Container.Projects.Zones.Clusters.NodePools.Update+  ( -- * Resource+    ContainerProjectsZonesClustersNodePoolsUpdateResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersNodePoolsUpdate (..),+    newContainerProjectsZonesClustersNodePoolsUpdate,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.nodePools.update@ method which the+-- 'ContainerProjectsZonesClustersNodePoolsUpdate' request conforms to.+type ContainerProjectsZonesClustersNodePoolsUpdateResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "nodePools"+    Core.:> Core.Capture "nodePoolId" Core.Text+    Core.:> "update"+    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] UpdateNodePoolRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Updates the version and\/or image type for the specified node pool.+--+-- /See:/ 'newContainerProjectsZonesClustersNodePoolsUpdate' smart constructor.+data ContainerProjectsZonesClustersNodePoolsUpdate = ContainerProjectsZonesClustersNodePoolsUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.+    nodePoolId :: Core.Text,+    -- | Multipart request metadata.+    payload :: UpdateNodePoolRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersNodePoolsUpdate' with the minimum fields required to make a request.+newContainerProjectsZonesClustersNodePoolsUpdate ::+  -- |  Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field. See 'nodePoolId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  UpdateNodePoolRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersNodePoolsUpdate+newContainerProjectsZonesClustersNodePoolsUpdate+  clusterId+  nodePoolId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersNodePoolsUpdate+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        nodePoolId = nodePoolId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersNodePoolsUpdate+  where+  type Rs ContainerProjectsZonesClustersNodePoolsUpdate = Operation+  type+    Scopes ContainerProjectsZonesClustersNodePoolsUpdate =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersNodePoolsUpdate {..} =+    go+      projectId+      zone+      clusterId+      nodePoolId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersNodePoolsUpdateResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/ResourceLabels.hs view
@@ -0,0 +1,144 @@+{-# 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.Container.Projects.Zones.Clusters.ResourceLabels+-- 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)+--+-- Sets labels on a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.resourceLabels@.+module Gogol.Container.Projects.Zones.Clusters.ResourceLabels+  ( -- * Resource+    ContainerProjectsZonesClustersResourceLabelsResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersResourceLabels (..),+    newContainerProjectsZonesClustersResourceLabels,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.resourceLabels@ method which the+-- 'ContainerProjectsZonesClustersResourceLabels' request conforms to.+type ContainerProjectsZonesClustersResourceLabelsResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" Core.Text+    Core.:> "resourceLabels"+    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] SetLabelsRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets labels on a cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersResourceLabels' smart constructor.+data ContainerProjectsZonesClustersResourceLabels = ContainerProjectsZonesClustersResourceLabels+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetLabelsRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersResourceLabels' with the minimum fields required to make a request.+newContainerProjectsZonesClustersResourceLabels ::+  -- |  Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetLabelsRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersResourceLabels+newContainerProjectsZonesClustersResourceLabels+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersResourceLabels+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersResourceLabels+  where+  type Rs ContainerProjectsZonesClustersResourceLabels = Operation+  type+    Scopes ContainerProjectsZonesClustersResourceLabels =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersResourceLabels {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersResourceLabelsResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/SetMaintenancePolicy.hs view
@@ -0,0 +1,147 @@+{-# 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.Container.Projects.Zones.Clusters.SetMaintenancePolicy+-- 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)+--+-- Sets the maintenance policy for a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.setMaintenancePolicy@.+module Gogol.Container.Projects.Zones.Clusters.SetMaintenancePolicy+  ( -- * Resource+    ContainerProjectsZonesClustersSetMaintenancePolicyResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersSetMaintenancePolicy (..),+    newContainerProjectsZonesClustersSetMaintenancePolicy,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.setMaintenancePolicy@ method which the+-- 'ContainerProjectsZonesClustersSetMaintenancePolicy' request conforms to.+type ContainerProjectsZonesClustersSetMaintenancePolicyResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.CaptureMode "clusterId" "setMaintenancePolicy" 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] SetMaintenancePolicyRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets the maintenance policy for a cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersSetMaintenancePolicy' smart constructor.+data ContainerProjectsZonesClustersSetMaintenancePolicy = ContainerProjectsZonesClustersSetMaintenancePolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Required. The name of the cluster to update.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetMaintenancePolicyRequest,+    -- | Required. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>.+    projectId :: 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),+    -- | Required. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersSetMaintenancePolicy' with the minimum fields required to make a request.+newContainerProjectsZonesClustersSetMaintenancePolicy ::+  -- |  Required. The name of the cluster to update. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetMaintenancePolicyRequest ->+  -- |  Required. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. See 'projectId'.+  Core.Text ->+  -- |  Required. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersSetMaintenancePolicy+newContainerProjectsZonesClustersSetMaintenancePolicy+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersSetMaintenancePolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersSetMaintenancePolicy+  where+  type+    Rs ContainerProjectsZonesClustersSetMaintenancePolicy =+      Operation+  type+    Scopes ContainerProjectsZonesClustersSetMaintenancePolicy =+      '[CloudPlatform'FullControl]+  requestClient+    ContainerProjectsZonesClustersSetMaintenancePolicy {..} =+      go+        projectId+        zone+        clusterId+        xgafv+        accessToken+        callback+        uploadType+        uploadProtocol+        (Core.Just Core.AltJSON)+        payload+        containerService+      where+        go =+          Core.buildClient+            ( Core.Proxy ::+                Core.Proxy+                  ContainerProjectsZonesClustersSetMaintenancePolicyResource+            )+            Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/SetMasterAuth.hs view
@@ -0,0 +1,142 @@+{-# 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.Container.Projects.Zones.Clusters.SetMasterAuth+-- 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)+--+-- Sets master auth materials. Currently supports changing the admin password or a specific cluster, either via password generation or explicitly setting the password.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.setMasterAuth@.+module Gogol.Container.Projects.Zones.Clusters.SetMasterAuth+  ( -- * Resource+    ContainerProjectsZonesClustersSetMasterAuthResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersSetMasterAuth (..),+    newContainerProjectsZonesClustersSetMasterAuth,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.setMasterAuth@ method which the+-- 'ContainerProjectsZonesClustersSetMasterAuth' request conforms to.+type ContainerProjectsZonesClustersSetMasterAuthResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.CaptureMode "clusterId" "setMasterAuth" 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] SetMasterAuthRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Sets master auth materials. Currently supports changing the admin password or a specific cluster, either via password generation or explicitly setting the password.+--+-- /See:/ 'newContainerProjectsZonesClustersSetMasterAuth' smart constructor.+data ContainerProjectsZonesClustersSetMasterAuth = ContainerProjectsZonesClustersSetMasterAuth+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetMasterAuthRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersSetMasterAuth' with the minimum fields required to make a request.+newContainerProjectsZonesClustersSetMasterAuth ::+  -- |  Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetMasterAuthRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersSetMasterAuth+newContainerProjectsZonesClustersSetMasterAuth+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersSetMasterAuth+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersSetMasterAuth+  where+  type Rs ContainerProjectsZonesClustersSetMasterAuth = Operation+  type+    Scopes ContainerProjectsZonesClustersSetMasterAuth =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersSetMasterAuth {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersSetMasterAuthResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/SetNetworkPolicy.hs view
@@ -0,0 +1,143 @@+{-# 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.Container.Projects.Zones.Clusters.SetNetworkPolicy+-- 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)+--+-- Enables or disables Network Policy for a cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.setNetworkPolicy@.+module Gogol.Container.Projects.Zones.Clusters.SetNetworkPolicy+  ( -- * Resource+    ContainerProjectsZonesClustersSetNetworkPolicyResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersSetNetworkPolicy (..),+    newContainerProjectsZonesClustersSetNetworkPolicy,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.setNetworkPolicy@ method which the+-- 'ContainerProjectsZonesClustersSetNetworkPolicy' request conforms to.+type ContainerProjectsZonesClustersSetNetworkPolicyResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.CaptureMode "clusterId" "setNetworkPolicy" 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] SetNetworkPolicyRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Enables or disables Network Policy for a cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersSetNetworkPolicy' smart constructor.+data ContainerProjectsZonesClustersSetNetworkPolicy = ContainerProjectsZonesClustersSetNetworkPolicy+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: SetNetworkPolicyRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersSetNetworkPolicy' with the minimum fields required to make a request.+newContainerProjectsZonesClustersSetNetworkPolicy ::+  -- |  Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  SetNetworkPolicyRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersSetNetworkPolicy+newContainerProjectsZonesClustersSetNetworkPolicy+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersSetNetworkPolicy+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersSetNetworkPolicy+  where+  type Rs ContainerProjectsZonesClustersSetNetworkPolicy = Operation+  type+    Scopes ContainerProjectsZonesClustersSetNetworkPolicy =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersSetNetworkPolicy {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersSetNetworkPolicyResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/StartIpRotation.hs view
@@ -0,0 +1,143 @@+{-# 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.Container.Projects.Zones.Clusters.StartIpRotation+-- 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)+--+-- Starts master IP rotation.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.startIpRotation@.+module Gogol.Container.Projects.Zones.Clusters.StartIpRotation+  ( -- * Resource+    ContainerProjectsZonesClustersStartIpRotationResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersStartIpRotation (..),+    newContainerProjectsZonesClustersStartIpRotation,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.startIpRotation@ method which the+-- 'ContainerProjectsZonesClustersStartIpRotation' request conforms to.+type ContainerProjectsZonesClustersStartIpRotationResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.CaptureMode "clusterId" "startIpRotation" 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] StartIPRotationRequest+    Core.:> Core.Post '[Core.JSON] Operation++-- | Starts master IP rotation.+--+-- /See:/ 'newContainerProjectsZonesClustersStartIpRotation' smart constructor.+data ContainerProjectsZonesClustersStartIpRotation = ContainerProjectsZonesClustersStartIpRotation+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: StartIPRotationRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersStartIpRotation' with the minimum fields required to make a request.+newContainerProjectsZonesClustersStartIpRotation ::+  -- |  Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  StartIPRotationRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersStartIpRotation+newContainerProjectsZonesClustersStartIpRotation+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersStartIpRotation+      { xgafv =+          Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance+  Core.GoogleRequest+    ContainerProjectsZonesClustersStartIpRotation+  where+  type Rs ContainerProjectsZonesClustersStartIpRotation = Operation+  type+    Scopes ContainerProjectsZonesClustersStartIpRotation =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersStartIpRotation {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersStartIpRotationResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Clusters/Update.hs view
@@ -0,0 +1,139 @@+{-# 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.Container.Projects.Zones.Clusters.Update+-- 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)+--+-- Updates the settings of a specific cluster.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.update@.+module Gogol.Container.Projects.Zones.Clusters.Update+  ( -- * Resource+    ContainerProjectsZonesClustersUpdateResource,++    -- ** Constructing a Request+    ContainerProjectsZonesClustersUpdate (..),+    newContainerProjectsZonesClustersUpdate,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.clusters.update@ method which the+-- 'ContainerProjectsZonesClustersUpdate' request conforms to.+type ContainerProjectsZonesClustersUpdateResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "clusters"+    Core.:> Core.Capture "clusterId" 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] UpdateClusterRequest+    Core.:> Core.Put '[Core.JSON] Operation++-- | Updates the settings of a specific cluster.+--+-- /See:/ 'newContainerProjectsZonesClustersUpdate' smart constructor.+data ContainerProjectsZonesClustersUpdate = ContainerProjectsZonesClustersUpdate+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.+    clusterId :: Core.Text,+    -- | Multipart request metadata.+    payload :: UpdateClusterRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesClustersUpdate' with the minimum fields required to make a request.+newContainerProjectsZonesClustersUpdate ::+  -- |  Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. See 'clusterId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  UpdateClusterRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesClustersUpdate+newContainerProjectsZonesClustersUpdate+  clusterId+  payload+  projectId+  zone =+    ContainerProjectsZonesClustersUpdate+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        clusterId = clusterId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ContainerProjectsZonesClustersUpdate where+  type Rs ContainerProjectsZonesClustersUpdate = Operation+  type+    Scopes ContainerProjectsZonesClustersUpdate =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesClustersUpdate {..} =+    go+      projectId+      zone+      clusterId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesClustersUpdateResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/GetServerconfig.hs view
@@ -0,0 +1,126 @@+{-# 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.Container.Projects.Zones.GetServerconfig+-- 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)+--+-- Returns configuration info about the Google Kubernetes Engine service.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.getServerconfig@.+module Gogol.Container.Projects.Zones.GetServerconfig+  ( -- * Resource+    ContainerProjectsZonesGetServerconfigResource,++    -- ** Constructing a Request+    ContainerProjectsZonesGetServerconfig (..),+    newContainerProjectsZonesGetServerconfig,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.getServerconfig@ method which the+-- 'ContainerProjectsZonesGetServerconfig' request conforms to.+type ContainerProjectsZonesGetServerconfigResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "serverconfig"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" 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] ServerConfig++-- | Returns configuration info about the Google Kubernetes Engine service.+--+-- /See:/ 'newContainerProjectsZonesGetServerconfig' smart constructor.+data ContainerProjectsZonesGetServerconfig = ContainerProjectsZonesGetServerconfig+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project and location) of the server config to get, specified in the format @projects\/*\/locations\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> to return operations for. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesGetServerconfig' with the minimum fields required to make a request.+newContainerProjectsZonesGetServerconfig ::+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> to return operations for. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesGetServerconfig+newContainerProjectsZonesGetServerconfig projectId zone =+  ContainerProjectsZonesGetServerconfig+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = Core.Nothing,+      projectId = projectId,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ContainerProjectsZonesGetServerconfig where+  type Rs ContainerProjectsZonesGetServerconfig = ServerConfig+  type+    Scopes ContainerProjectsZonesGetServerconfig =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesGetServerconfig {..} =+    go+      projectId+      zone+      xgafv+      accessToken+      callback+      name+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesGetServerconfigResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Operations/Cancel.hs view
@@ -0,0 +1,139 @@+{-# 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.Container.Projects.Zones.Operations.Cancel+-- 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)+--+-- Cancels the specified operation.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.operations.cancel@.+module Gogol.Container.Projects.Zones.Operations.Cancel+  ( -- * Resource+    ContainerProjectsZonesOperationsCancelResource,++    -- ** Constructing a Request+    ContainerProjectsZonesOperationsCancel (..),+    newContainerProjectsZonesOperationsCancel,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.operations.cancel@ method which the+-- 'ContainerProjectsZonesOperationsCancel' request conforms to.+type ContainerProjectsZonesOperationsCancelResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "operations"+    Core.:> Core.CaptureMode "operationId" "cancel" 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] CancelOperationRequest+    Core.:> Core.Post '[Core.JSON] Empty++-- | Cancels the specified operation.+--+-- /See:/ 'newContainerProjectsZonesOperationsCancel' smart constructor.+data ContainerProjectsZonesOperationsCancel = ContainerProjectsZonesOperationsCancel+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | Deprecated. The server-assigned @name@ of the operation. This field has been deprecated and replaced by the name field.+    operationId :: Core.Text,+    -- | Multipart request metadata.+    payload :: CancelOperationRequest,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the operation resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesOperationsCancel' with the minimum fields required to make a request.+newContainerProjectsZonesOperationsCancel ::+  -- |  Deprecated. The server-assigned @name@ of the operation. This field has been deprecated and replaced by the name field. See 'operationId'.+  Core.Text ->+  -- |  Multipart request metadata. See 'payload'.+  CancelOperationRequest ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the operation resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesOperationsCancel+newContainerProjectsZonesOperationsCancel+  operationId+  payload+  projectId+  zone =+    ContainerProjectsZonesOperationsCancel+      { xgafv = Core.Nothing,+        accessToken = Core.Nothing,+        callback = Core.Nothing,+        operationId = operationId,+        payload = payload,+        projectId = projectId,+        uploadType = Core.Nothing,+        uploadProtocol = Core.Nothing,+        zone = zone+      }++instance Core.GoogleRequest ContainerProjectsZonesOperationsCancel where+  type Rs ContainerProjectsZonesOperationsCancel = Empty+  type+    Scopes ContainerProjectsZonesOperationsCancel =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesOperationsCancel {..} =+    go+      projectId+      zone+      operationId+      xgafv+      accessToken+      callback+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      payload+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesOperationsCancelResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Operations/Get.hs view
@@ -0,0 +1,133 @@+{-# 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.Container.Projects.Zones.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 specified operation.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.operations.get@.+module Gogol.Container.Projects.Zones.Operations.Get+  ( -- * Resource+    ContainerProjectsZonesOperationsGetResource,++    -- ** Constructing a Request+    ContainerProjectsZonesOperationsGet (..),+    newContainerProjectsZonesOperationsGet,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.operations.get@ method which the+-- 'ContainerProjectsZonesOperationsGet' request conforms to.+type ContainerProjectsZonesOperationsGetResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "operations"+    Core.:> Core.Capture "operationId" Core.Text+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "name" 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 specified operation.+--+-- /See:/ 'newContainerProjectsZonesOperationsGet' smart constructor.+data ContainerProjectsZonesOperationsGet = ContainerProjectsZonesOperationsGet+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The name (project, location, operation id) of the operation to get. Specified in the format @projects\/*\/locations\/*\/operations\/*@.+    name :: (Core.Maybe Core.Text),+    -- | Deprecated. The server-assigned @name@ of the operation. This field has been deprecated and replaced by the name field.+    operationId :: Core.Text,+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesOperationsGet' with the minimum fields required to make a request.+newContainerProjectsZonesOperationsGet ::+  -- |  Deprecated. The server-assigned @name@ of the operation. This field has been deprecated and replaced by the name field. See 'operationId'.+  Core.Text ->+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the name field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> in which the cluster resides. This field has been deprecated and replaced by the name field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesOperationsGet+newContainerProjectsZonesOperationsGet operationId projectId zone =+  ContainerProjectsZonesOperationsGet+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      name = Core.Nothing,+      operationId = operationId,+      projectId = projectId,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ContainerProjectsZonesOperationsGet where+  type Rs ContainerProjectsZonesOperationsGet = Operation+  type+    Scopes ContainerProjectsZonesOperationsGet =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesOperationsGet {..} =+    go+      projectId+      zone+      operationId+      xgafv+      accessToken+      callback+      name+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesOperationsGetResource+          )+          Core.mempty
+ gen/Gogol/Container/Projects/Zones/Operations/List.hs view
@@ -0,0 +1,128 @@+{-# 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.Container.Projects.Zones.Operations.List+-- 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)+--+-- Lists all operations in a project in a specific zone or all zones.+--+-- /See:/ <https://cloud.google.com/kubernetes-engine/docs/ Kubernetes Engine API Reference> for @container.projects.zones.operations.list@.+module Gogol.Container.Projects.Zones.Operations.List+  ( -- * Resource+    ContainerProjectsZonesOperationsListResource,++    -- ** Constructing a Request+    ContainerProjectsZonesOperationsList (..),+    newContainerProjectsZonesOperationsList,+  )+where++import Gogol.Container.Types+import Gogol.Prelude qualified as Core++-- | A resource alias for @container.projects.zones.operations.list@ method which the+-- 'ContainerProjectsZonesOperationsList' request conforms to.+type ContainerProjectsZonesOperationsListResource =+  "v1"+    Core.:> "projects"+    Core.:> Core.Capture "projectId" Core.Text+    Core.:> "zones"+    Core.:> Core.Capture "zone" Core.Text+    Core.:> "operations"+    Core.:> Core.QueryParam "$.xgafv" Xgafv+    Core.:> Core.QueryParam "access_token" Core.Text+    Core.:> Core.QueryParam "callback" Core.Text+    Core.:> Core.QueryParam "parent" 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] ListOperationsResponse++-- | Lists all operations in a project in a specific zone or all zones.+--+-- /See:/ 'newContainerProjectsZonesOperationsList' smart constructor.+data ContainerProjectsZonesOperationsList = ContainerProjectsZonesOperationsList+  { -- | V1 error format.+    xgafv :: (Core.Maybe Xgafv),+    -- | OAuth access token.+    accessToken :: (Core.Maybe Core.Text),+    -- | JSONP+    callback :: (Core.Maybe Core.Text),+    -- | The parent (project and location) where the operations will be listed. Specified in the format @projects\/*\/locations\/*@. Location \"-\" matches all zones and all regions.+    parent :: (Core.Maybe Core.Text),+    -- | Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field.+    projectId :: 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),+    -- | Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> to return operations for, or @-@ for all zones. This field has been deprecated and replaced by the parent field.+    zone :: Core.Text+  }+  deriving (Core.Eq, Core.Show, Core.Generic)++-- | Creates a value of 'ContainerProjectsZonesOperationsList' with the minimum fields required to make a request.+newContainerProjectsZonesOperationsList ::+  -- |  Deprecated. The Google Developers Console <https://cloud.google.com/resource-manager/docs/creating-managing-projects project ID or project number>. This field has been deprecated and replaced by the parent field. See 'projectId'.+  Core.Text ->+  -- |  Deprecated. The name of the Google Compute Engine <https://cloud.google.com/compute/docs/zones#available zone> to return operations for, or @-@ for all zones. This field has been deprecated and replaced by the parent field. See 'zone'.+  Core.Text ->+  ContainerProjectsZonesOperationsList+newContainerProjectsZonesOperationsList projectId zone =+  ContainerProjectsZonesOperationsList+    { xgafv = Core.Nothing,+      accessToken = Core.Nothing,+      callback = Core.Nothing,+      parent = Core.Nothing,+      projectId = projectId,+      uploadType = Core.Nothing,+      uploadProtocol = Core.Nothing,+      zone = zone+    }++instance Core.GoogleRequest ContainerProjectsZonesOperationsList where+  type+    Rs ContainerProjectsZonesOperationsList =+      ListOperationsResponse+  type+    Scopes ContainerProjectsZonesOperationsList =+      '[CloudPlatform'FullControl]+  requestClient ContainerProjectsZonesOperationsList {..} =+    go+      projectId+      zone+      xgafv+      accessToken+      callback+      parent+      uploadType+      uploadProtocol+      (Core.Just Core.AltJSON)+      containerService+    where+      go =+        Core.buildClient+          ( Core.Proxy ::+              Core.Proxy ContainerProjectsZonesOperationsListResource+          )+          Core.mempty
+ gen/Gogol/Container/Types.hs view
@@ -0,0 +1,1059 @@+{-# 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.Container.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.Container.Types+  ( -- * Configuration+    containerService,++    -- * OAuth Scopes+    CloudPlatform'FullControl,++    -- * Types++    -- ** Xgafv+    Xgafv (..),++    -- ** AcceleratorConfig+    AcceleratorConfig (..),+    newAcceleratorConfig,++    -- ** AdditionalNodeNetworkConfig+    AdditionalNodeNetworkConfig (..),+    newAdditionalNodeNetworkConfig,++    -- ** AdditionalPodNetworkConfig+    AdditionalPodNetworkConfig (..),+    newAdditionalPodNetworkConfig,++    -- ** AdditionalPodRangesConfig+    AdditionalPodRangesConfig (..),+    newAdditionalPodRangesConfig,++    -- ** AddonsConfig+    AddonsConfig (..),+    newAddonsConfig,++    -- ** AdvancedDatapathObservabilityConfig+    AdvancedDatapathObservabilityConfig (..),+    newAdvancedDatapathObservabilityConfig,++    -- ** AdvancedDatapathObservabilityConfig_RelayMode+    AdvancedDatapathObservabilityConfig_RelayMode (..),++    -- ** AdvancedMachineFeatures+    AdvancedMachineFeatures (..),+    newAdvancedMachineFeatures,++    -- ** AuthenticatorGroupsConfig+    AuthenticatorGroupsConfig (..),+    newAuthenticatorGroupsConfig,++    -- ** AutoMonitoringConfig+    AutoMonitoringConfig (..),+    newAutoMonitoringConfig,++    -- ** AutoMonitoringConfig_Scope+    AutoMonitoringConfig_Scope (..),++    -- ** AutoUpgradeOptions+    AutoUpgradeOptions (..),+    newAutoUpgradeOptions,++    -- ** Autopilot+    Autopilot (..),+    newAutopilot,++    -- ** AutopilotCompatibilityIssue+    AutopilotCompatibilityIssue (..),+    newAutopilotCompatibilityIssue,++    -- ** AutopilotCompatibilityIssue_IncompatibilityType+    AutopilotCompatibilityIssue_IncompatibilityType (..),++    -- ** AutopilotConfig+    AutopilotConfig (..),+    newAutopilotConfig,++    -- ** AutoprovisioningNodePoolDefaults+    AutoprovisioningNodePoolDefaults (..),+    newAutoprovisioningNodePoolDefaults,++    -- ** BestEffortProvisioning+    BestEffortProvisioning (..),+    newBestEffortProvisioning,++    -- ** BigQueryDestination+    BigQueryDestination (..),+    newBigQueryDestination,++    -- ** BinaryAuthorization+    BinaryAuthorization (..),+    newBinaryAuthorization,++    -- ** BinaryAuthorization_EvaluationMode+    BinaryAuthorization_EvaluationMode (..),++    -- ** BlueGreenInfo+    BlueGreenInfo (..),+    newBlueGreenInfo,++    -- ** BlueGreenInfo_Phase+    BlueGreenInfo_Phase (..),++    -- ** BlueGreenSettings+    BlueGreenSettings (..),+    newBlueGreenSettings,++    -- ** CancelOperationRequest+    CancelOperationRequest (..),+    newCancelOperationRequest,++    -- ** CertificateAuthorityDomainConfig+    CertificateAuthorityDomainConfig (..),+    newCertificateAuthorityDomainConfig,++    -- ** CheckAutopilotCompatibilityResponse+    CheckAutopilotCompatibilityResponse (..),+    newCheckAutopilotCompatibilityResponse,++    -- ** CidrBlock+    CidrBlock (..),+    newCidrBlock,++    -- ** ClientCertificateConfig+    ClientCertificateConfig (..),+    newClientCertificateConfig,++    -- ** CloudRunConfig+    CloudRunConfig (..),+    newCloudRunConfig,++    -- ** CloudRunConfig_LoadBalancerType+    CloudRunConfig_LoadBalancerType (..),++    -- ** Cluster+    Cluster (..),+    newCluster,++    -- ** Cluster_ResourceLabels+    Cluster_ResourceLabels (..),+    newCluster_ResourceLabels,++    -- ** Cluster_Status+    Cluster_Status (..),++    -- ** ClusterAutoscaling+    ClusterAutoscaling (..),+    newClusterAutoscaling,++    -- ** ClusterAutoscaling_AutoscalingProfile+    ClusterAutoscaling_AutoscalingProfile (..),++    -- ** ClusterNetworkPerformanceConfig+    ClusterNetworkPerformanceConfig (..),+    newClusterNetworkPerformanceConfig,++    -- ** ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier+    ClusterNetworkPerformanceConfig_TotalEgressBandwidthTier (..),++    -- ** ClusterUpdate+    ClusterUpdate (..),+    newClusterUpdate,++    -- ** ClusterUpdate_DesiredDatapathProvider+    ClusterUpdate_DesiredDatapathProvider (..),++    -- ** ClusterUpdate_DesiredInTransitEncryptionConfig+    ClusterUpdate_DesiredInTransitEncryptionConfig (..),++    -- ** ClusterUpdate_DesiredPrivateIpv6GoogleAccess+    ClusterUpdate_DesiredPrivateIpv6GoogleAccess (..),++    -- ** ClusterUpdate_DesiredStackType+    ClusterUpdate_DesiredStackType (..),++    -- ** CompleteIPRotationRequest+    CompleteIPRotationRequest (..),+    newCompleteIPRotationRequest,++    -- ** CompleteNodePoolUpgradeRequest+    CompleteNodePoolUpgradeRequest (..),+    newCompleteNodePoolUpgradeRequest,++    -- ** CompliancePostureConfig+    CompliancePostureConfig (..),+    newCompliancePostureConfig,++    -- ** CompliancePostureConfig_Mode+    CompliancePostureConfig_Mode (..),++    -- ** ComplianceStandard+    ComplianceStandard (..),+    newComplianceStandard,++    -- ** ConfidentialNodes+    ConfidentialNodes (..),+    newConfidentialNodes,++    -- ** ConfigConnectorConfig+    ConfigConnectorConfig (..),+    newConfigConnectorConfig,++    -- ** ConsumptionMeteringConfig+    ConsumptionMeteringConfig (..),+    newConsumptionMeteringConfig,++    -- ** ContainerdConfig+    ContainerdConfig (..),+    newContainerdConfig,++    -- ** ControlPlaneEndpointsConfig+    ControlPlaneEndpointsConfig (..),+    newControlPlaneEndpointsConfig,++    -- ** CostManagementConfig+    CostManagementConfig (..),+    newCostManagementConfig,++    -- ** CreateClusterRequest+    CreateClusterRequest (..),+    newCreateClusterRequest,++    -- ** CreateNodePoolRequest+    CreateNodePoolRequest (..),+    newCreateNodePoolRequest,++    -- ** DNSConfig+    DNSConfig (..),+    newDNSConfig,++    -- ** DNSConfig_ClusterDns+    DNSConfig_ClusterDns (..),++    -- ** DNSConfig_ClusterDnsScope+    DNSConfig_ClusterDnsScope (..),++    -- ** DNSEndpointConfig+    DNSEndpointConfig (..),+    newDNSEndpointConfig,++    -- ** DailyMaintenanceWindow+    DailyMaintenanceWindow (..),+    newDailyMaintenanceWindow,++    -- ** DatabaseEncryption+    DatabaseEncryption (..),+    newDatabaseEncryption,++    -- ** DatabaseEncryption_CurrentState+    DatabaseEncryption_CurrentState (..),++    -- ** DatabaseEncryption_State+    DatabaseEncryption_State (..),++    -- ** DefaultSnatStatus+    DefaultSnatStatus (..),+    newDefaultSnatStatus,++    -- ** DesiredEnterpriseConfig+    DesiredEnterpriseConfig (..),+    newDesiredEnterpriseConfig,++    -- ** DesiredEnterpriseConfig_DesiredTier+    DesiredEnterpriseConfig_DesiredTier (..),++    -- ** DnsCacheConfig+    DnsCacheConfig (..),+    newDnsCacheConfig,++    -- ** Empty+    Empty (..),+    newEmpty,++    -- ** EnterpriseConfig+    EnterpriseConfig (..),+    newEnterpriseConfig,++    -- ** EnterpriseConfig_ClusterTier+    EnterpriseConfig_ClusterTier (..),++    -- ** EnterpriseConfig_DesiredTier+    EnterpriseConfig_DesiredTier (..),++    -- ** EphemeralStorageLocalSsdConfig+    EphemeralStorageLocalSsdConfig (..),+    newEphemeralStorageLocalSsdConfig,++    -- ** FastSocket+    FastSocket (..),+    newFastSocket,++    -- ** Filter+    Filter (..),+    newFilter,++    -- ** Filter_EventTypeItem+    Filter_EventTypeItem (..),++    -- ** Fleet+    Fleet (..),+    newFleet,++    -- ** GCPSecretManagerCertificateConfig+    GCPSecretManagerCertificateConfig (..),+    newGCPSecretManagerCertificateConfig,++    -- ** GPUDriverInstallationConfig+    GPUDriverInstallationConfig (..),+    newGPUDriverInstallationConfig,++    -- ** GPUDriverInstallationConfig_GpuDriverVersion+    GPUDriverInstallationConfig_GpuDriverVersion (..),++    -- ** GPUSharingConfig+    GPUSharingConfig (..),+    newGPUSharingConfig,++    -- ** GPUSharingConfig_GpuSharingStrategy+    GPUSharingConfig_GpuSharingStrategy (..),++    -- ** GatewayAPIConfig+    GatewayAPIConfig (..),+    newGatewayAPIConfig,++    -- ** GatewayAPIConfig_Channel+    GatewayAPIConfig_Channel (..),++    -- ** GcePersistentDiskCsiDriverConfig+    GcePersistentDiskCsiDriverConfig (..),+    newGcePersistentDiskCsiDriverConfig,++    -- ** GcfsConfig+    GcfsConfig (..),+    newGcfsConfig,++    -- ** GcpFilestoreCsiDriverConfig+    GcpFilestoreCsiDriverConfig (..),+    newGcpFilestoreCsiDriverConfig,++    -- ** GcsFuseCsiDriverConfig+    GcsFuseCsiDriverConfig (..),+    newGcsFuseCsiDriverConfig,++    -- ** GetJSONWebKeysResponse+    GetJSONWebKeysResponse (..),+    newGetJSONWebKeysResponse,++    -- ** GetOpenIDConfigResponse+    GetOpenIDConfigResponse (..),+    newGetOpenIDConfigResponse,++    -- ** GkeBackupAgentConfig+    GkeBackupAgentConfig (..),+    newGkeBackupAgentConfig,++    -- ** HorizontalPodAutoscaling+    HorizontalPodAutoscaling (..),+    newHorizontalPodAutoscaling,++    -- ** HttpCacheControlResponseHeader+    HttpCacheControlResponseHeader (..),+    newHttpCacheControlResponseHeader,++    -- ** HttpLoadBalancing+    HttpLoadBalancing (..),+    newHttpLoadBalancing,++    -- ** HugepagesConfig+    HugepagesConfig (..),+    newHugepagesConfig,++    -- ** ILBSubsettingConfig+    ILBSubsettingConfig (..),+    newILBSubsettingConfig,++    -- ** IPAllocationPolicy+    IPAllocationPolicy (..),+    newIPAllocationPolicy,++    -- ** IPAllocationPolicy_Ipv6AccessType+    IPAllocationPolicy_Ipv6AccessType (..),++    -- ** IPAllocationPolicy_StackType+    IPAllocationPolicy_StackType (..),++    -- ** IPEndpointsConfig+    IPEndpointsConfig (..),+    newIPEndpointsConfig,++    -- ** IdentityServiceConfig+    IdentityServiceConfig (..),+    newIdentityServiceConfig,++    -- ** IntraNodeVisibilityConfig+    IntraNodeVisibilityConfig (..),+    newIntraNodeVisibilityConfig,++    -- ** Jwk+    Jwk (..),+    newJwk,++    -- ** K8sBetaAPIConfig+    K8sBetaAPIConfig (..),+    newK8sBetaAPIConfig,++    -- ** KubernetesDashboard+    KubernetesDashboard (..),+    newKubernetesDashboard,++    -- ** LegacyAbac+    LegacyAbac (..),+    newLegacyAbac,++    -- ** LinuxNodeConfig+    LinuxNodeConfig (..),+    newLinuxNodeConfig,++    -- ** LinuxNodeConfig_CgroupMode+    LinuxNodeConfig_CgroupMode (..),++    -- ** LinuxNodeConfig_Sysctls+    LinuxNodeConfig_Sysctls (..),+    newLinuxNodeConfig_Sysctls,++    -- ** ListClustersResponse+    ListClustersResponse (..),+    newListClustersResponse,++    -- ** ListNodePoolsResponse+    ListNodePoolsResponse (..),+    newListNodePoolsResponse,++    -- ** ListOperationsResponse+    ListOperationsResponse (..),+    newListOperationsResponse,++    -- ** ListUsableSubnetworksResponse+    ListUsableSubnetworksResponse (..),+    newListUsableSubnetworksResponse,++    -- ** LocalNvmeSsdBlockConfig+    LocalNvmeSsdBlockConfig (..),+    newLocalNvmeSsdBlockConfig,++    -- ** LoggingComponentConfig+    LoggingComponentConfig (..),+    newLoggingComponentConfig,++    -- ** LoggingComponentConfig_EnableComponentsItem+    LoggingComponentConfig_EnableComponentsItem (..),++    -- ** LoggingConfig+    LoggingConfig (..),+    newLoggingConfig,++    -- ** LoggingVariantConfig+    LoggingVariantConfig (..),+    newLoggingVariantConfig,++    -- ** LoggingVariantConfig_Variant+    LoggingVariantConfig_Variant (..),++    -- ** MaintenanceExclusionOptions+    MaintenanceExclusionOptions (..),+    newMaintenanceExclusionOptions,++    -- ** MaintenanceExclusionOptions_Scope+    MaintenanceExclusionOptions_Scope (..),++    -- ** MaintenancePolicy+    MaintenancePolicy (..),+    newMaintenancePolicy,++    -- ** MaintenanceWindow+    MaintenanceWindow (..),+    newMaintenanceWindow,++    -- ** MaintenanceWindow_MaintenanceExclusions+    MaintenanceWindow_MaintenanceExclusions (..),+    newMaintenanceWindow_MaintenanceExclusions,++    -- ** ManagedPrometheusConfig+    ManagedPrometheusConfig (..),+    newManagedPrometheusConfig,++    -- ** MasterAuth+    MasterAuth (..),+    newMasterAuth,++    -- ** MasterAuthorizedNetworksConfig+    MasterAuthorizedNetworksConfig (..),+    newMasterAuthorizedNetworksConfig,++    -- ** MaxPodsConstraint+    MaxPodsConstraint (..),+    newMaxPodsConstraint,++    -- ** MeshCertificates+    MeshCertificates (..),+    newMeshCertificates,++    -- ** Metric+    Metric (..),+    newMetric,++    -- ** MonitoringComponentConfig+    MonitoringComponentConfig (..),+    newMonitoringComponentConfig,++    -- ** MonitoringComponentConfig_EnableComponentsItem+    MonitoringComponentConfig_EnableComponentsItem (..),++    -- ** MonitoringConfig+    MonitoringConfig (..),+    newMonitoringConfig,++    -- ** NetworkConfig+    NetworkConfig (..),+    newNetworkConfig,++    -- ** NetworkConfig_DatapathProvider+    NetworkConfig_DatapathProvider (..),++    -- ** NetworkConfig_InTransitEncryptionConfig+    NetworkConfig_InTransitEncryptionConfig (..),++    -- ** NetworkConfig_PrivateIpv6GoogleAccess+    NetworkConfig_PrivateIpv6GoogleAccess (..),++    -- ** NetworkPerformanceConfig+    NetworkPerformanceConfig (..),+    newNetworkPerformanceConfig,++    -- ** NetworkPerformanceConfig_TotalEgressBandwidthTier+    NetworkPerformanceConfig_TotalEgressBandwidthTier (..),++    -- ** NetworkPolicy+    NetworkPolicy (..),+    newNetworkPolicy,++    -- ** NetworkPolicy_Provider+    NetworkPolicy_Provider (..),++    -- ** NetworkPolicyConfig+    NetworkPolicyConfig (..),+    newNetworkPolicyConfig,++    -- ** NetworkTags+    NetworkTags (..),+    newNetworkTags,++    -- ** NodeAffinity+    NodeAffinity (..),+    newNodeAffinity,++    -- ** NodeAffinity_Operator+    NodeAffinity_Operator (..),++    -- ** NodeConfig+    NodeConfig (..),+    newNodeConfig,++    -- ** NodeConfig_EffectiveCgroupMode+    NodeConfig_EffectiveCgroupMode (..),++    -- ** NodeConfig_Labels+    NodeConfig_Labels (..),+    newNodeConfig_Labels,++    -- ** NodeConfig_LocalSsdEncryptionMode+    NodeConfig_LocalSsdEncryptionMode (..),++    -- ** NodeConfig_Metadata+    NodeConfig_Metadata (..),+    newNodeConfig_Metadata,++    -- ** NodeConfig_ResourceLabels+    NodeConfig_ResourceLabels (..),+    newNodeConfig_ResourceLabels,++    -- ** NodeConfigDefaults+    NodeConfigDefaults (..),+    newNodeConfigDefaults,++    -- ** NodeKubeletConfig+    NodeKubeletConfig (..),+    newNodeKubeletConfig,++    -- ** NodeLabels+    NodeLabels (..),+    newNodeLabels,++    -- ** NodeLabels_Labels+    NodeLabels_Labels (..),+    newNodeLabels_Labels,++    -- ** NodeManagement+    NodeManagement (..),+    newNodeManagement,++    -- ** NodeNetworkConfig+    NodeNetworkConfig (..),+    newNodeNetworkConfig,++    -- ** NodePool+    NodePool (..),+    newNodePool,++    -- ** NodePool_Status+    NodePool_Status (..),++    -- ** NodePoolAutoConfig+    NodePoolAutoConfig (..),+    newNodePoolAutoConfig,++    -- ** NodePoolAutoscaling+    NodePoolAutoscaling (..),+    newNodePoolAutoscaling,++    -- ** NodePoolAutoscaling_LocationPolicy+    NodePoolAutoscaling_LocationPolicy (..),++    -- ** NodePoolDefaults+    NodePoolDefaults (..),+    newNodePoolDefaults,++    -- ** NodePoolLoggingConfig+    NodePoolLoggingConfig (..),+    newNodePoolLoggingConfig,++    -- ** NodeTaint+    NodeTaint (..),+    newNodeTaint,++    -- ** NodeTaint_Effect+    NodeTaint_Effect (..),++    -- ** NodeTaints+    NodeTaints (..),+    newNodeTaints,++    -- ** NotificationConfig+    NotificationConfig (..),+    newNotificationConfig,++    -- ** Operation+    Operation (..),+    newOperation,++    -- ** Operation_OperationType+    Operation_OperationType (..),++    -- ** Operation_Status+    Operation_Status (..),++    -- ** OperationError+    OperationError (..),+    newOperationError,++    -- ** OperationProgress+    OperationProgress (..),+    newOperationProgress,++    -- ** OperationProgress_Status+    OperationProgress_Status (..),++    -- ** ParallelstoreCsiDriverConfig+    ParallelstoreCsiDriverConfig (..),+    newParallelstoreCsiDriverConfig,++    -- ** ParentProductConfig+    ParentProductConfig (..),+    newParentProductConfig,++    -- ** ParentProductConfig_Labels+    ParentProductConfig_Labels (..),+    newParentProductConfig_Labels,++    -- ** PlacementPolicy+    PlacementPolicy (..),+    newPlacementPolicy,++    -- ** PlacementPolicy_Type+    PlacementPolicy_Type (..),++    -- ** PodCIDROverprovisionConfig+    PodCIDROverprovisionConfig (..),+    newPodCIDROverprovisionConfig,++    -- ** PrivateClusterConfig+    PrivateClusterConfig (..),+    newPrivateClusterConfig,++    -- ** PrivateClusterMasterGlobalAccessConfig+    PrivateClusterMasterGlobalAccessConfig (..),+    newPrivateClusterMasterGlobalAccessConfig,++    -- ** PrivateRegistryAccessConfig+    PrivateRegistryAccessConfig (..),+    newPrivateRegistryAccessConfig,++    -- ** PubSub+    PubSub (..),+    newPubSub,++    -- ** QueuedProvisioning+    QueuedProvisioning (..),+    newQueuedProvisioning,++    -- ** RBACBindingConfig+    RBACBindingConfig (..),+    newRBACBindingConfig,++    -- ** RangeInfo+    RangeInfo (..),+    newRangeInfo,++    -- ** RayClusterLoggingConfig+    RayClusterLoggingConfig (..),+    newRayClusterLoggingConfig,++    -- ** RayClusterMonitoringConfig+    RayClusterMonitoringConfig (..),+    newRayClusterMonitoringConfig,++    -- ** RayOperatorConfig+    RayOperatorConfig (..),+    newRayOperatorConfig,++    -- ** RecurringTimeWindow+    RecurringTimeWindow (..),+    newRecurringTimeWindow,++    -- ** ReleaseChannel+    ReleaseChannel (..),+    newReleaseChannel,++    -- ** ReleaseChannel_Channel+    ReleaseChannel_Channel (..),++    -- ** ReleaseChannelConfig+    ReleaseChannelConfig (..),+    newReleaseChannelConfig,++    -- ** ReleaseChannelConfig_Channel+    ReleaseChannelConfig_Channel (..),++    -- ** ReservationAffinity+    ReservationAffinity (..),+    newReservationAffinity,++    -- ** ReservationAffinity_ConsumeReservationType+    ReservationAffinity_ConsumeReservationType (..),++    -- ** ResourceLabels+    ResourceLabels (..),+    newResourceLabels,++    -- ** ResourceLabels_Labels+    ResourceLabels_Labels (..),+    newResourceLabels_Labels,++    -- ** ResourceLimit+    ResourceLimit (..),+    newResourceLimit,++    -- ** ResourceManagerTags+    ResourceManagerTags (..),+    newResourceManagerTags,++    -- ** ResourceManagerTags_Tags+    ResourceManagerTags_Tags (..),+    newResourceManagerTags_Tags,++    -- ** ResourceUsageExportConfig+    ResourceUsageExportConfig (..),+    newResourceUsageExportConfig,++    -- ** RollbackNodePoolUpgradeRequest+    RollbackNodePoolUpgradeRequest (..),+    newRollbackNodePoolUpgradeRequest,++    -- ** SandboxConfig+    SandboxConfig (..),+    newSandboxConfig,++    -- ** SandboxConfig_Type+    SandboxConfig_Type (..),++    -- ** SecondaryBootDisk+    SecondaryBootDisk (..),+    newSecondaryBootDisk,++    -- ** SecondaryBootDisk_Mode+    SecondaryBootDisk_Mode (..),++    -- ** SecondaryBootDiskUpdateStrategy+    SecondaryBootDiskUpdateStrategy (..),+    newSecondaryBootDiskUpdateStrategy,++    -- ** SecretManagerConfig+    SecretManagerConfig (..),+    newSecretManagerConfig,++    -- ** SecurityBulletinEvent+    SecurityBulletinEvent (..),+    newSecurityBulletinEvent,++    -- ** SecurityPostureConfig+    SecurityPostureConfig (..),+    newSecurityPostureConfig,++    -- ** SecurityPostureConfig_Mode+    SecurityPostureConfig_Mode (..),++    -- ** SecurityPostureConfig_VulnerabilityMode+    SecurityPostureConfig_VulnerabilityMode (..),++    -- ** ServerConfig+    ServerConfig (..),+    newServerConfig,++    -- ** ServiceExternalIPsConfig+    ServiceExternalIPsConfig (..),+    newServiceExternalIPsConfig,++    -- ** SetAddonsConfigRequest+    SetAddonsConfigRequest (..),+    newSetAddonsConfigRequest,++    -- ** SetLabelsRequest+    SetLabelsRequest (..),+    newSetLabelsRequest,++    -- ** SetLabelsRequest_ResourceLabels+    SetLabelsRequest_ResourceLabels (..),+    newSetLabelsRequest_ResourceLabels,++    -- ** SetLegacyAbacRequest+    SetLegacyAbacRequest (..),+    newSetLegacyAbacRequest,++    -- ** SetLocationsRequest+    SetLocationsRequest (..),+    newSetLocationsRequest,++    -- ** SetLoggingServiceRequest+    SetLoggingServiceRequest (..),+    newSetLoggingServiceRequest,++    -- ** SetMaintenancePolicyRequest+    SetMaintenancePolicyRequest (..),+    newSetMaintenancePolicyRequest,++    -- ** SetMasterAuthRequest+    SetMasterAuthRequest (..),+    newSetMasterAuthRequest,++    -- ** SetMasterAuthRequest_Action+    SetMasterAuthRequest_Action (..),++    -- ** SetMonitoringServiceRequest+    SetMonitoringServiceRequest (..),+    newSetMonitoringServiceRequest,++    -- ** SetNetworkPolicyRequest+    SetNetworkPolicyRequest (..),+    newSetNetworkPolicyRequest,++    -- ** SetNodePoolAutoscalingRequest+    SetNodePoolAutoscalingRequest (..),+    newSetNodePoolAutoscalingRequest,++    -- ** SetNodePoolManagementRequest+    SetNodePoolManagementRequest (..),+    newSetNodePoolManagementRequest,++    -- ** SetNodePoolSizeRequest+    SetNodePoolSizeRequest (..),+    newSetNodePoolSizeRequest,++    -- ** ShieldedInstanceConfig+    ShieldedInstanceConfig (..),+    newShieldedInstanceConfig,++    -- ** ShieldedNodes+    ShieldedNodes (..),+    newShieldedNodes,++    -- ** SoleTenantConfig+    SoleTenantConfig (..),+    newSoleTenantConfig,++    -- ** StandardRolloutPolicy+    StandardRolloutPolicy (..),+    newStandardRolloutPolicy,++    -- ** StartIPRotationRequest+    StartIPRotationRequest (..),+    newStartIPRotationRequest,++    -- ** StatefulHAConfig+    StatefulHAConfig (..),+    newStatefulHAConfig,++    -- ** Status+    Status (..),+    newStatus,++    -- ** Status_DetailsItem+    Status_DetailsItem (..),+    newStatus_DetailsItem,++    -- ** StatusCondition+    StatusCondition (..),+    newStatusCondition,++    -- ** StatusCondition_CanonicalCode+    StatusCondition_CanonicalCode (..),++    -- ** StatusCondition_Code+    StatusCondition_Code (..),++    -- ** TimeWindow+    TimeWindow (..),+    newTimeWindow,++    -- ** UpdateClusterRequest+    UpdateClusterRequest (..),+    newUpdateClusterRequest,++    -- ** UpdateInfo+    UpdateInfo (..),+    newUpdateInfo,++    -- ** UpdateMasterRequest+    UpdateMasterRequest (..),+    newUpdateMasterRequest,++    -- ** UpdateNodePoolRequest+    UpdateNodePoolRequest (..),+    newUpdateNodePoolRequest,++    -- ** UpgradeAvailableEvent+    UpgradeAvailableEvent (..),+    newUpgradeAvailableEvent,++    -- ** UpgradeAvailableEvent_ResourceType+    UpgradeAvailableEvent_ResourceType (..),++    -- ** UpgradeEvent+    UpgradeEvent (..),+    newUpgradeEvent,++    -- ** UpgradeEvent_ResourceType+    UpgradeEvent_ResourceType (..),++    -- ** UpgradeInfoEvent+    UpgradeInfoEvent (..),+    newUpgradeInfoEvent,++    -- ** UpgradeInfoEvent_EventType+    UpgradeInfoEvent_EventType (..),++    -- ** UpgradeInfoEvent_ResourceType+    UpgradeInfoEvent_ResourceType (..),++    -- ** UpgradeInfoEvent_State+    UpgradeInfoEvent_State (..),++    -- ** UpgradeSettings+    UpgradeSettings (..),+    newUpgradeSettings,++    -- ** UpgradeSettings_Strategy+    UpgradeSettings_Strategy (..),++    -- ** UsableSubnetwork+    UsableSubnetwork (..),+    newUsableSubnetwork,++    -- ** UsableSubnetworkSecondaryRange+    UsableSubnetworkSecondaryRange (..),+    newUsableSubnetworkSecondaryRange,++    -- ** UsableSubnetworkSecondaryRange_Status+    UsableSubnetworkSecondaryRange_Status (..),++    -- ** UserManagedKeysConfig+    UserManagedKeysConfig (..),+    newUserManagedKeysConfig,++    -- ** VerticalPodAutoscaling+    VerticalPodAutoscaling (..),+    newVerticalPodAutoscaling,++    -- ** VirtualNIC+    VirtualNIC (..),+    newVirtualNIC,++    -- ** WindowsNodeConfig+    WindowsNodeConfig (..),+    newWindowsNodeConfig,++    -- ** WindowsNodeConfig_OsVersion+    WindowsNodeConfig_OsVersion (..),++    -- ** WorkloadIdentityConfig+    WorkloadIdentityConfig (..),+    newWorkloadIdentityConfig,++    -- ** WorkloadMetadataConfig+    WorkloadMetadataConfig (..),+    newWorkloadMetadataConfig,++    -- ** WorkloadMetadataConfig_Mode+    WorkloadMetadataConfig_Mode (..),++    -- ** WorkloadPolicyConfig+    WorkloadPolicyConfig (..),+    newWorkloadPolicyConfig,+  )+where++import Gogol.Container.Internal.Product+import Gogol.Container.Internal.Sum+import Gogol.Prelude qualified as Core++-- | Default request referring to version @v1@ of the Kubernetes Engine API. This contains the host and root path used as a starting point for constructing service requests.+containerService :: Core.ServiceConfig+containerService =+  Core.defaultService+    (Core.ServiceId "container:v1")+    "container.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/Container.hs
@@ -1,962 +0,0 @@-{-# LANGUAGE DataKinds         #-}-{-# LANGUAGE NoImplicitPrelude #-}-{-# LANGUAGE TypeOperators     #-}--{-# OPTIONS_GHC -fno-warn-unused-imports    #-}-{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}---- |--- Module      : Network.Google.Container--- 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)------ Builds and manages container-based applications, powered by the open--- source Kubernetes technology.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference>-module Network.Google.Container-    (-    -- * Service Configuration-      containerService--    -- * OAuth Scopes-    , cloudPlatformScope--    -- * API Declaration-    , ContainerAPI--    -- * Resources--    -- ** container.projects.aggregated.usableSubnetworks.list-    , module Network.Google.Resource.Container.Projects.Aggregated.UsableSubnetworks.List--    -- ** container.projects.locations.clusters.completeIpRotation-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.CompleteIPRotation--    -- ** container.projects.locations.clusters.create-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.Create--    -- ** container.projects.locations.clusters.delete-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.Delete--    -- ** container.projects.locations.clusters.get-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.Get--    -- ** container.projects.locations.clusters.getJwks-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.GetJWKs--    -- ** container.projects.locations.clusters.list-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.List--    -- ** container.projects.locations.clusters.nodePools.create-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Create--    -- ** container.projects.locations.clusters.nodePools.delete-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Delete--    -- ** container.projects.locations.clusters.nodePools.get-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get--    -- ** container.projects.locations.clusters.nodePools.list-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.List--    -- ** container.projects.locations.clusters.nodePools.rollback-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Rollback--    -- ** container.projects.locations.clusters.nodePools.setAutoscaling-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetAutoscaling--    -- ** container.projects.locations.clusters.nodePools.setManagement-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetManagement--    -- ** container.projects.locations.clusters.nodePools.setSize-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetSize--    -- ** container.projects.locations.clusters.nodePools.update-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Update--    -- ** container.projects.locations.clusters.setAddons-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.SetAddons--    -- ** container.projects.locations.clusters.setLegacyAbac-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.SetLegacyAbac--    -- ** container.projects.locations.clusters.setLocations-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.SetLocations--    -- ** container.projects.locations.clusters.setLogging-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.SetLogging--    -- ** container.projects.locations.clusters.setMaintenancePolicy-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.SetMaintenancePolicy--    -- ** container.projects.locations.clusters.setMasterAuth-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.SetMasterAuth--    -- ** container.projects.locations.clusters.setMonitoring-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.SetMonitoring--    -- ** container.projects.locations.clusters.setNetworkPolicy-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.SetNetworkPolicy--    -- ** container.projects.locations.clusters.setResourceLabels-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.SetResourceLabels--    -- ** container.projects.locations.clusters.startIpRotation-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.StartIPRotation--    -- ** container.projects.locations.clusters.update-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.Update--    -- ** container.projects.locations.clusters.updateMaster-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.UpdateMaster--    -- ** container.projects.locations.clusters.well-known.getOpenid-configuration-    , module Network.Google.Resource.Container.Projects.Locations.Clusters.WellKnown.GetOpenidConfiguration--    -- ** container.projects.locations.getServerConfig-    , module Network.Google.Resource.Container.Projects.Locations.GetServerConfig--    -- ** container.projects.locations.operations.cancel-    , module Network.Google.Resource.Container.Projects.Locations.Operations.Cancel--    -- ** container.projects.locations.operations.get-    , module Network.Google.Resource.Container.Projects.Locations.Operations.Get--    -- ** container.projects.locations.operations.list-    , module Network.Google.Resource.Container.Projects.Locations.Operations.List--    -- ** container.projects.zones.clusters.addons-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.Addons--    -- ** container.projects.zones.clusters.completeIpRotation-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.CompleteIPRotation--    -- ** container.projects.zones.clusters.create-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.Create--    -- ** container.projects.zones.clusters.delete-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.Delete--    -- ** container.projects.zones.clusters.get-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.Get--    -- ** container.projects.zones.clusters.legacyAbac-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.LegacyAbac--    -- ** container.projects.zones.clusters.list-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.List--    -- ** container.projects.zones.clusters.locations-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.Locations--    -- ** container.projects.zones.clusters.logging-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.Logging--    -- ** container.projects.zones.clusters.master-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.Master--    -- ** container.projects.zones.clusters.monitoring-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.Monitoring--    -- ** container.projects.zones.clusters.nodePools.autoscaling-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling--    -- ** container.projects.zones.clusters.nodePools.create-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Create--    -- ** container.projects.zones.clusters.nodePools.delete-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Delete--    -- ** container.projects.zones.clusters.nodePools.get-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Get--    -- ** container.projects.zones.clusters.nodePools.list-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.List--    -- ** container.projects.zones.clusters.nodePools.rollback-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Rollback--    -- ** container.projects.zones.clusters.nodePools.setManagement-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.SetManagement--    -- ** container.projects.zones.clusters.nodePools.setSize-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.SetSize--    -- ** container.projects.zones.clusters.nodePools.update-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Update--    -- ** container.projects.zones.clusters.resourceLabels-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.ResourceLabels--    -- ** container.projects.zones.clusters.setMaintenancePolicy-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.SetMaintenancePolicy--    -- ** container.projects.zones.clusters.setMasterAuth-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.SetMasterAuth--    -- ** container.projects.zones.clusters.setNetworkPolicy-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.SetNetworkPolicy--    -- ** container.projects.zones.clusters.startIpRotation-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.StartIPRotation--    -- ** container.projects.zones.clusters.update-    , module Network.Google.Resource.Container.Projects.Zones.Clusters.Update--    -- ** container.projects.zones.getServerconfig-    , module Network.Google.Resource.Container.Projects.Zones.GetServerConfig--    -- ** container.projects.zones.operations.cancel-    , module Network.Google.Resource.Container.Projects.Zones.Operations.Cancel--    -- ** container.projects.zones.operations.get-    , module Network.Google.Resource.Container.Projects.Zones.Operations.Get--    -- ** container.projects.zones.operations.list-    , module Network.Google.Resource.Container.Projects.Zones.Operations.List--    -- * Types--    -- ** NetworkPolicyConfig-    , NetworkPolicyConfig-    , networkPolicyConfig-    , npcDisabled--    -- ** ListUsableSubnetworksResponse-    , ListUsableSubnetworksResponse-    , listUsableSubnetworksResponse-    , lusrNextPageToken-    , lusrSubnetworks--    -- ** UpdateNodePoolRequest-    , UpdateNodePoolRequest-    , updateNodePoolRequest-    , unprZone-    , unprNodePoolId-    , unprImageType-    , unprName-    , unprClusterId-    , unprNodeVersion-    , unprProjectId--    -- ** UpdateMasterRequest-    , UpdateMasterRequest-    , updateMasterRequest-    , umrZone-    , umrName-    , umrClusterId-    , umrProjectId-    , umrMasterVersion--    -- ** StartIPRotationRequest-    , StartIPRotationRequest-    , startIPRotationRequest-    , sirrZone-    , sirrRotateCredentials-    , sirrName-    , sirrClusterId-    , sirrProjectId--    -- ** SetLegacyAbacRequest-    , SetLegacyAbacRequest-    , setLegacyAbacRequest-    , slarEnabled-    , slarZone-    , slarName-    , slarClusterId-    , slarProjectId--    -- ** UsableSubnetworkSecondaryRangeStatus-    , UsableSubnetworkSecondaryRangeStatus (..)--    -- ** HorizontalPodAutoscaling-    , HorizontalPodAutoscaling-    , horizontalPodAutoscaling-    , hpaDisabled--    -- ** SetMasterAuthRequest-    , SetMasterAuthRequest-    , setMasterAuthRequest-    , smarAction-    , smarZone-    , smarName-    , smarClusterId-    , smarProjectId-    , smarUpdate--    -- ** ListOperationsResponse-    , ListOperationsResponse-    , listOperationsResponse-    , lorOperations-    , lorMissingZones--    -- ** CreateClusterRequest-    , CreateClusterRequest-    , createClusterRequest-    , ccrParent-    , ccrCluster-    , ccrZone-    , ccrProjectId--    -- ** Cluster-    , Cluster-    , cluster-    , cStatus-    , cNodePools-    , cEnableKubernetesAlpha-    , cResourceLabels-    , cTpuIPv4CIdRBlock-    , cNodeConfig-    , cNodeIPv4CIdRSize-    , cClusterIPv4CIdR-    , cLocation-    , cInitialNodeCount-    , cCurrentNodeVersion-    , cNetwork-    , cInitialClusterVersion-    , cZone-    , cAddonsConfig-    , cServicesIPv4CIdR-    , cIPAllocationPolicy-    , cMasterAuthorizedNetworksConfig-    , cLegacyAbac-    , cNetworkConfig-    , cMasterAuth-    , cSelfLink-    , cName-    , cCurrentMasterVersion-    , cStatusMessage-    , cDefaultMaxPodsConstraint-    , cSubnetwork-    , cCurrentNodeCount-    , cPrivateClusterConfig-    , cMaintenancePolicy-    , cConditions-    , cEnableTpu-    , cEndpoint-    , cExpireTime-    , cNetworkPolicy-    , cLocations-    , cLoggingService-    , cLabelFingerprint-    , cDescription-    , cInstanceGroupURLs-    , cMonitoringService-    , cCreateTime--    -- ** CancelOperationRequest-    , CancelOperationRequest-    , cancelOperationRequest-    , corZone-    , corName-    , corProjectId-    , corOperationId--    -- ** UpdateClusterRequest-    , UpdateClusterRequest-    , updateClusterRequest-    , ucrZone-    , ucrName-    , ucrClusterId-    , ucrProjectId-    , ucrUpdate--    -- ** SetAddonsConfigRequest-    , SetAddonsConfigRequest-    , setAddonsConfigRequest-    , sacrZone-    , sacrAddonsConfig-    , sacrName-    , sacrClusterId-    , sacrProjectId--    -- ** StatusConditionCode-    , StatusConditionCode (..)--    -- ** NodeConfig-    , NodeConfig-    , nodeConfig-    , ncLocalSsdCount-    , ncDiskSizeGb-    , ncTaints-    , ncOAuthScopes-    , ncServiceAccount-    , ncAccelerators-    , ncImageType-    , ncMachineType-    , ncMetadata-    , ncDiskType-    , ncLabels-    , ncMinCPUPlatform-    , ncTags-    , ncPreemptible--    -- ** HTTPLoadBalancing-    , HTTPLoadBalancing-    , hTTPLoadBalancing-    , httplbDisabled--    -- ** Operation-    , Operation-    , operation-    , oNodepoolConditions-    , oStatus-    , oLocation-    , oStartTime-    , oZone-    , oSelfLink-    , oName-    , oStatusMessage-    , oEndTime-    , oClusterConditions-    , oOperationType-    , oTargetLink-    , oDetail--    -- ** ClusterResourceLabels-    , ClusterResourceLabels-    , clusterResourceLabels-    , crlAddtional--    -- ** Empty-    , Empty-    , empty--    -- ** SetNodePoolAutoscalingRequest-    , SetNodePoolAutoscalingRequest-    , setNodePoolAutoscalingRequest-    , snparAutoscaling-    , snparZone-    , snparNodePoolId-    , snparName-    , snparClusterId-    , snparProjectId--    -- ** CompleteIPRotationRequest-    , CompleteIPRotationRequest-    , completeIPRotationRequest-    , cirrZone-    , cirrName-    , cirrClusterId-    , cirrProjectId--    -- ** OperationOperationType-    , OperationOperationType (..)--    -- ** UsableSubnetworkSecondaryRange-    , UsableSubnetworkSecondaryRange-    , usableSubnetworkSecondaryRange-    , ussrStatus-    , ussrRangeName-    , ussrIPCIdRRange--    -- ** NodeManagement-    , NodeManagement-    , nodeManagement-    , nmAutoUpgrade-    , nmAutoRepair-    , nmUpgradeOptions--    -- ** NodeTaint-    , NodeTaint-    , nodeTaint-    , ntEffect-    , ntValue-    , ntKey--    -- ** NodePoolAutoscaling-    , NodePoolAutoscaling-    , nodePoolAutoscaling-    , npaMaxNodeCount-    , npaEnabled-    , npaMinNodeCount--    -- ** SetMaintenancePolicyRequest-    , SetMaintenancePolicyRequest-    , setMaintenancePolicyRequest-    , smprZone-    , smprName-    , smprClusterId-    , smprMaintenancePolicy-    , smprProjectId--    -- ** UsableSubnetwork-    , UsableSubnetwork-    , usableSubnetwork-    , usNetwork-    , usStatusMessage-    , usSecondaryIPRanges-    , usIPCIdRRange-    , usSubnetwork--    -- ** KubernetesDashboard-    , KubernetesDashboard-    , kubernetesDashboard-    , kdDisabled--    -- ** ClientCertificateConfig-    , ClientCertificateConfig-    , clientCertificateConfig-    , cccIssueClientCertificate--    -- ** SetLabelsRequest-    , SetLabelsRequest-    , setLabelsRequest-    , slrResourceLabels-    , slrZone-    , slrName-    , slrClusterId-    , slrProjectId-    , slrLabelFingerprint--    -- ** GetOpenIdConfigResponse-    , GetOpenIdConfigResponse-    , getOpenIdConfigResponse-    , goicrIdTokenSigningAlgValuesSupported-    , goicrResponseTypesSupported-    , goicrJWKsURI-    , goicrGrantTypes-    , goicrClaimsSupported-    , goicrIssuer-    , goicrSubjectTypesSupported--    -- ** JWK-    , JWK-    , jwk-    , jCrv-    , jAlg-    , jUse-    , jKid-    , jN-    , jE-    , jX-    , jKty-    , jY--    -- ** OperationStatus-    , OperationStatus (..)--    -- ** MaintenanceWindow-    , MaintenanceWindow-    , maintenanceWindow-    , mwDailyMaintenanceWindow--    -- ** MaxPodsConstraint-    , MaxPodsConstraint-    , maxPodsConstraint-    , mpcMaxPodsPerNode--    -- ** IPAllocationPolicy-    , IPAllocationPolicy-    , ipAllocationPolicy-    , iapServicesSecondaryRangeName-    , iapTpuIPv4CIdRBlock-    , iapNodeIPv4CIdR-    , iapUseIPAliases-    , iapClusterIPv4CIdR-    , iapSubnetworkName-    , iapClusterSecondaryRangeName-    , iapNodeIPv4CIdRBlock-    , iapServicesIPv4CIdR-    , iapClusterIPv4CIdRBlock-    , iapServicesIPv4CIdRBlock-    , iapCreateSubnetwork--    -- ** AddonsConfig-    , AddonsConfig-    , addonsConfig-    , acNetworkPolicyConfig-    , acHorizontalPodAutoscaling-    , acHTTPLoadBalancing-    , acKubernetesDashboard--    -- ** NetworkConfig-    , NetworkConfig-    , networkConfig-    , ncNetwork-    , ncSubnetwork--    -- ** NodePool-    , NodePool-    , nodePool-    , npStatus-    , npAutoscaling-    , npConfig-    , npInitialNodeCount-    , npManagement-    , npMaxPodsConstraint-    , npSelfLink-    , npName-    , npStatusMessage-    , npVersion-    , npConditions-    , npInstanceGroupURLs--    -- ** SetNodePoolManagementRequest-    , SetNodePoolManagementRequest-    , setNodePoolManagementRequest-    , snpmrManagement-    , snpmrZone-    , snpmrNodePoolId-    , snpmrName-    , snpmrClusterId-    , snpmrProjectId--    -- ** MasterAuthorizedNetworksConfig-    , MasterAuthorizedNetworksConfig-    , masterAuthorizedNetworksConfig-    , mancEnabled-    , mancCIdRBlocks--    -- ** LegacyAbac-    , LegacyAbac-    , legacyAbac-    , laEnabled--    -- ** MasterAuth-    , MasterAuth-    , masterAuth-    , maClientKey-    , maUsername-    , maClientCertificateConfig-    , maClientCertificate-    , maPassword-    , maClusterCaCertificate--    -- ** StatusCondition-    , StatusCondition-    , statusCondition-    , scCode-    , scMessage--    -- ** NodeConfigMetadata-    , NodeConfigMetadata-    , nodeConfigMetadata-    , ncmAddtional--    -- ** NodeConfigLabels-    , NodeConfigLabels-    , nodeConfigLabels-    , nclAddtional--    -- ** ServerConfig-    , ServerConfig-    , serverConfig-    , scDefaultImageType-    , scValidNodeVersions-    , scValidImageTypes-    , scDefaultClusterVersion-    , scValidMasterVersions--    -- ** NetworkPolicyProvider-    , NetworkPolicyProvider (..)--    -- ** AutoUpgradeOptions-    , AutoUpgradeOptions-    , autoUpgradeOptions-    , auoAutoUpgradeStartTime-    , auoDescription--    -- ** SetNodePoolSizeRequest-    , SetNodePoolSizeRequest-    , setNodePoolSizeRequest-    , snpsrNodeCount-    , snpsrZone-    , snpsrNodePoolId-    , snpsrName-    , snpsrClusterId-    , snpsrProjectId--    -- ** Xgafv-    , Xgafv (..)--    -- ** SetMonitoringServiceRequest-    , SetMonitoringServiceRequest-    , setMonitoringServiceRequest-    , smsrZone-    , smsrName-    , smsrClusterId-    , smsrProjectId-    , smsrMonitoringService--    -- ** SetLoggingServiceRequest-    , SetLoggingServiceRequest-    , setLoggingServiceRequest-    , slsrZone-    , slsrName-    , slsrClusterId-    , slsrProjectId-    , slsrLoggingService--    -- ** MaintenancePolicy-    , MaintenancePolicy-    , maintenancePolicy-    , mpWindow--    -- ** CIdRBlock-    , CIdRBlock-    , cIdRBlock-    , cirbCIdRBlock-    , cirbDisplayName--    -- ** AcceleratorConfig-    , AcceleratorConfig-    , acceleratorConfig-    , acAcceleratorCount-    , acAcceleratorType--    -- ** SetLocationsRequest-    , SetLocationsRequest-    , setLocationsRequest-    , sZone-    , sName-    , sClusterId-    , sProjectId-    , sLocations--    -- ** SetNetworkPolicyRequest-    , SetNetworkPolicyRequest-    , setNetworkPolicyRequest-    , snprZone-    , snprName-    , snprClusterId-    , snprProjectId-    , snprNetworkPolicy--    -- ** PrivateClusterConfig-    , PrivateClusterConfig-    , privateClusterConfig-    , pccEnablePrivateNodes-    , pccEnablePrivateEndpoint-    , pccPublicEndpoint-    , pccMasterIPv4CIdRBlock-    , pccPrivateEndpoint--    -- ** DailyMaintenanceWindow-    , DailyMaintenanceWindow-    , dailyMaintenanceWindow-    , dmwStartTime-    , dmwDuration--    -- ** NodePoolStatus-    , NodePoolStatus (..)--    -- ** ListClustersResponse-    , ListClustersResponse-    , listClustersResponse-    , lcrClusters-    , lcrMissingZones--    -- ** ClusterUpdate-    , ClusterUpdate-    , clusterUpdate-    , cuDesiredNodePoolAutoscaling-    , cuDesiredAddonsConfig-    , cuDesiredNodePoolId-    , cuDesiredMasterAuthorizedNetworksConfig-    , cuDesiredImageType-    , cuDesiredNodeVersion-    , cuDesiredMasterVersion-    , cuDesiredLocations-    , cuDesiredMonitoringService--    -- ** RollbackNodePoolUpgradeRequest-    , RollbackNodePoolUpgradeRequest-    , rollbackNodePoolUpgradeRequest-    , rnpurZone-    , rnpurNodePoolId-    , rnpurName-    , rnpurClusterId-    , rnpurProjectId--    -- ** NetworkPolicy-    , NetworkPolicy-    , networkPolicy-    , npEnabled-    , npProvider--    -- ** ListNodePoolsResponse-    , ListNodePoolsResponse-    , listNodePoolsResponse-    , lnprNodePools--    -- ** ClusterStatus-    , ClusterStatus (..)--    -- ** GetJSONWebKeysResponse-    , GetJSONWebKeysResponse-    , getJSONWebKeysResponse-    , gjwkrKeys--    -- ** NodeTaintEffect-    , NodeTaintEffect (..)--    -- ** CreateNodePoolRequest-    , CreateNodePoolRequest-    , createNodePoolRequest-    , cnprParent-    , cnprZone-    , cnprNodePool-    , cnprClusterId-    , cnprProjectId--    -- ** SetLabelsRequestResourceLabels-    , SetLabelsRequestResourceLabels-    , setLabelsRequestResourceLabels-    , slrrlAddtional--    -- ** SetMasterAuthRequestAction-    , SetMasterAuthRequestAction (..)-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude-import           Network.Google.Resource.Container.Projects.Aggregated.UsableSubnetworks.List-import           Network.Google.Resource.Container.Projects.Locations.Clusters.CompleteIPRotation-import           Network.Google.Resource.Container.Projects.Locations.Clusters.Create-import           Network.Google.Resource.Container.Projects.Locations.Clusters.Delete-import           Network.Google.Resource.Container.Projects.Locations.Clusters.Get-import           Network.Google.Resource.Container.Projects.Locations.Clusters.GetJWKs-import           Network.Google.Resource.Container.Projects.Locations.Clusters.List-import           Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Create-import           Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Delete-import           Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get-import           Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.List-import           Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Rollback-import           Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetAutoscaling-import           Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetManagement-import           Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetSize-import           Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Update-import           Network.Google.Resource.Container.Projects.Locations.Clusters.SetAddons-import           Network.Google.Resource.Container.Projects.Locations.Clusters.SetLegacyAbac-import           Network.Google.Resource.Container.Projects.Locations.Clusters.SetLocations-import           Network.Google.Resource.Container.Projects.Locations.Clusters.SetLogging-import           Network.Google.Resource.Container.Projects.Locations.Clusters.SetMaintenancePolicy-import           Network.Google.Resource.Container.Projects.Locations.Clusters.SetMasterAuth-import           Network.Google.Resource.Container.Projects.Locations.Clusters.SetMonitoring-import           Network.Google.Resource.Container.Projects.Locations.Clusters.SetNetworkPolicy-import           Network.Google.Resource.Container.Projects.Locations.Clusters.SetResourceLabels-import           Network.Google.Resource.Container.Projects.Locations.Clusters.StartIPRotation-import           Network.Google.Resource.Container.Projects.Locations.Clusters.Update-import           Network.Google.Resource.Container.Projects.Locations.Clusters.UpdateMaster-import           Network.Google.Resource.Container.Projects.Locations.Clusters.WellKnown.GetOpenidConfiguration-import           Network.Google.Resource.Container.Projects.Locations.GetServerConfig-import           Network.Google.Resource.Container.Projects.Locations.Operations.Cancel-import           Network.Google.Resource.Container.Projects.Locations.Operations.Get-import           Network.Google.Resource.Container.Projects.Locations.Operations.List-import           Network.Google.Resource.Container.Projects.Zones.Clusters.Addons-import           Network.Google.Resource.Container.Projects.Zones.Clusters.CompleteIPRotation-import           Network.Google.Resource.Container.Projects.Zones.Clusters.Create-import           Network.Google.Resource.Container.Projects.Zones.Clusters.Delete-import           Network.Google.Resource.Container.Projects.Zones.Clusters.Get-import           Network.Google.Resource.Container.Projects.Zones.Clusters.LegacyAbac-import           Network.Google.Resource.Container.Projects.Zones.Clusters.List-import           Network.Google.Resource.Container.Projects.Zones.Clusters.Locations-import           Network.Google.Resource.Container.Projects.Zones.Clusters.Logging-import           Network.Google.Resource.Container.Projects.Zones.Clusters.Master-import           Network.Google.Resource.Container.Projects.Zones.Clusters.Monitoring-import           Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling-import           Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Create-import           Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Delete-import           Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Get-import           Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.List-import           Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Rollback-import           Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.SetManagement-import           Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.SetSize-import           Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Update-import           Network.Google.Resource.Container.Projects.Zones.Clusters.ResourceLabels-import           Network.Google.Resource.Container.Projects.Zones.Clusters.SetMaintenancePolicy-import           Network.Google.Resource.Container.Projects.Zones.Clusters.SetMasterAuth-import           Network.Google.Resource.Container.Projects.Zones.Clusters.SetNetworkPolicy-import           Network.Google.Resource.Container.Projects.Zones.Clusters.StartIPRotation-import           Network.Google.Resource.Container.Projects.Zones.Clusters.Update-import           Network.Google.Resource.Container.Projects.Zones.GetServerConfig-import           Network.Google.Resource.Container.Projects.Zones.Operations.Cancel-import           Network.Google.Resource.Container.Projects.Zones.Operations.Get-import           Network.Google.Resource.Container.Projects.Zones.Operations.List--{- $resources-TODO--}---- | Represents the entirety of the methods and resources available for the Kubernetes Engine API service.-type ContainerAPI =-     ProjectsAggregatedUsableSubnetworksListResource :<|>-       ProjectsZonesOperationsListResource-       :<|> ProjectsZonesOperationsGetResource-       :<|> ProjectsZonesOperationsCancelResource-       :<|> ProjectsZonesClustersNodePoolsSetSizeResource-       :<|> ProjectsZonesClustersNodePoolsListResource-       :<|>-       ProjectsZonesClustersNodePoolsAutoscalingResource-       :<|> ProjectsZonesClustersNodePoolsGetResource-       :<|> ProjectsZonesClustersNodePoolsRollbackResource-       :<|>-       ProjectsZonesClustersNodePoolsSetManagementResource-       :<|> ProjectsZonesClustersNodePoolsCreateResource-       :<|> ProjectsZonesClustersNodePoolsDeleteResource-       :<|> ProjectsZonesClustersNodePoolsUpdateResource-       :<|> ProjectsZonesClustersSetNetworkPolicyResource-       :<|> ProjectsZonesClustersResourceLabelsResource-       :<|> ProjectsZonesClustersListResource-       :<|> ProjectsZonesClustersStartIPRotationResource-       :<|> ProjectsZonesClustersAddonsResource-       :<|> ProjectsZonesClustersGetResource-       :<|> ProjectsZonesClustersSetMasterAuthResource-       :<|> ProjectsZonesClustersLegacyAbacResource-       :<|> ProjectsZonesClustersMasterResource-       :<|> ProjectsZonesClustersCreateResource-       :<|> ProjectsZonesClustersCompleteIPRotationResource-       :<|> ProjectsZonesClustersMonitoringResource-       :<|>-       ProjectsZonesClustersSetMaintenancePolicyResource-       :<|> ProjectsZonesClustersLoggingResource-       :<|> ProjectsZonesClustersLocationsResource-       :<|> ProjectsZonesClustersDeleteResource-       :<|> ProjectsZonesClustersUpdateResource-       :<|> ProjectsZonesGetServerConfigResource-       :<|> ProjectsLocationsOperationsListResource-       :<|> ProjectsLocationsOperationsGetResource-       :<|> ProjectsLocationsOperationsCancelResource-       :<|>-       ProjectsLocationsClustersNodePoolsSetSizeResource-       :<|> ProjectsLocationsClustersNodePoolsListResource-       :<|>-       ProjectsLocationsClustersNodePoolsSetAutoscalingResource-       :<|> ProjectsLocationsClustersNodePoolsGetResource-       :<|>-       ProjectsLocationsClustersNodePoolsRollbackResource-       :<|>-       ProjectsLocationsClustersNodePoolsSetManagementResource-       :<|> ProjectsLocationsClustersNodePoolsCreateResource-       :<|> ProjectsLocationsClustersNodePoolsDeleteResource-       :<|> ProjectsLocationsClustersNodePoolsUpdateResource-       :<|>-       ProjectsLocationsClustersWellKnownGetOpenidConfigurationResource-       :<|>-       ProjectsLocationsClustersSetNetworkPolicyResource-       :<|> ProjectsLocationsClustersSetLocationsResource-       :<|> ProjectsLocationsClustersListResource-       :<|> ProjectsLocationsClustersUpdateMasterResource-       :<|> ProjectsLocationsClustersStartIPRotationResource-       :<|>-       ProjectsLocationsClustersSetResourceLabelsResource-       :<|> ProjectsLocationsClustersSetLegacyAbacResource-       :<|> ProjectsLocationsClustersGetResource-       :<|> ProjectsLocationsClustersSetMonitoringResource-       :<|> ProjectsLocationsClustersSetMasterAuthResource-       :<|> ProjectsLocationsClustersSetAddonsResource-       :<|> ProjectsLocationsClustersCreateResource-       :<|>-       ProjectsLocationsClustersCompleteIPRotationResource-       :<|>-       ProjectsLocationsClustersSetMaintenancePolicyResource-       :<|> ProjectsLocationsClustersGetJWKsResource-       :<|> ProjectsLocationsClustersDeleteResource-       :<|> ProjectsLocationsClustersUpdateResource-       :<|> ProjectsLocationsClustersSetLoggingResource-       :<|> ProjectsLocationsGetServerConfigResource
− gen/Network/Google/Container/Types.hs
@@ -1,629 +0,0 @@-{-# LANGUAGE DataKinds          #-}-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}--{-# OPTIONS_GHC -fno-warn-unused-imports #-}---- |--- Module      : Network.Google.Container.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.Container.Types-    (-    -- * Service Configuration-      containerService--    -- * OAuth Scopes-    , cloudPlatformScope--    -- * NetworkPolicyConfig-    , NetworkPolicyConfig-    , networkPolicyConfig-    , npcDisabled--    -- * ListUsableSubnetworksResponse-    , ListUsableSubnetworksResponse-    , listUsableSubnetworksResponse-    , lusrNextPageToken-    , lusrSubnetworks--    -- * UpdateNodePoolRequest-    , UpdateNodePoolRequest-    , updateNodePoolRequest-    , unprZone-    , unprNodePoolId-    , unprImageType-    , unprName-    , unprClusterId-    , unprNodeVersion-    , unprProjectId--    -- * UpdateMasterRequest-    , UpdateMasterRequest-    , updateMasterRequest-    , umrZone-    , umrName-    , umrClusterId-    , umrProjectId-    , umrMasterVersion--    -- * StartIPRotationRequest-    , StartIPRotationRequest-    , startIPRotationRequest-    , sirrZone-    , sirrRotateCredentials-    , sirrName-    , sirrClusterId-    , sirrProjectId--    -- * SetLegacyAbacRequest-    , SetLegacyAbacRequest-    , setLegacyAbacRequest-    , slarEnabled-    , slarZone-    , slarName-    , slarClusterId-    , slarProjectId--    -- * UsableSubnetworkSecondaryRangeStatus-    , UsableSubnetworkSecondaryRangeStatus (..)--    -- * HorizontalPodAutoscaling-    , HorizontalPodAutoscaling-    , horizontalPodAutoscaling-    , hpaDisabled--    -- * SetMasterAuthRequest-    , SetMasterAuthRequest-    , setMasterAuthRequest-    , smarAction-    , smarZone-    , smarName-    , smarClusterId-    , smarProjectId-    , smarUpdate--    -- * ListOperationsResponse-    , ListOperationsResponse-    , listOperationsResponse-    , lorOperations-    , lorMissingZones--    -- * CreateClusterRequest-    , CreateClusterRequest-    , createClusterRequest-    , ccrParent-    , ccrCluster-    , ccrZone-    , ccrProjectId--    -- * Cluster-    , Cluster-    , cluster-    , cStatus-    , cNodePools-    , cEnableKubernetesAlpha-    , cResourceLabels-    , cTpuIPv4CIdRBlock-    , cNodeConfig-    , cNodeIPv4CIdRSize-    , cClusterIPv4CIdR-    , cLocation-    , cInitialNodeCount-    , cCurrentNodeVersion-    , cNetwork-    , cInitialClusterVersion-    , cZone-    , cAddonsConfig-    , cServicesIPv4CIdR-    , cIPAllocationPolicy-    , cMasterAuthorizedNetworksConfig-    , cLegacyAbac-    , cNetworkConfig-    , cMasterAuth-    , cSelfLink-    , cName-    , cCurrentMasterVersion-    , cStatusMessage-    , cDefaultMaxPodsConstraint-    , cSubnetwork-    , cCurrentNodeCount-    , cPrivateClusterConfig-    , cMaintenancePolicy-    , cConditions-    , cEnableTpu-    , cEndpoint-    , cExpireTime-    , cNetworkPolicy-    , cLocations-    , cLoggingService-    , cLabelFingerprint-    , cDescription-    , cInstanceGroupURLs-    , cMonitoringService-    , cCreateTime--    -- * CancelOperationRequest-    , CancelOperationRequest-    , cancelOperationRequest-    , corZone-    , corName-    , corProjectId-    , corOperationId--    -- * UpdateClusterRequest-    , UpdateClusterRequest-    , updateClusterRequest-    , ucrZone-    , ucrName-    , ucrClusterId-    , ucrProjectId-    , ucrUpdate--    -- * SetAddonsConfigRequest-    , SetAddonsConfigRequest-    , setAddonsConfigRequest-    , sacrZone-    , sacrAddonsConfig-    , sacrName-    , sacrClusterId-    , sacrProjectId--    -- * StatusConditionCode-    , StatusConditionCode (..)--    -- * NodeConfig-    , NodeConfig-    , nodeConfig-    , ncLocalSsdCount-    , ncDiskSizeGb-    , ncTaints-    , ncOAuthScopes-    , ncServiceAccount-    , ncAccelerators-    , ncImageType-    , ncMachineType-    , ncMetadata-    , ncDiskType-    , ncLabels-    , ncMinCPUPlatform-    , ncTags-    , ncPreemptible--    -- * HTTPLoadBalancing-    , HTTPLoadBalancing-    , hTTPLoadBalancing-    , httplbDisabled--    -- * Operation-    , Operation-    , operation-    , oNodepoolConditions-    , oStatus-    , oLocation-    , oStartTime-    , oZone-    , oSelfLink-    , oName-    , oStatusMessage-    , oEndTime-    , oClusterConditions-    , oOperationType-    , oTargetLink-    , oDetail--    -- * ClusterResourceLabels-    , ClusterResourceLabels-    , clusterResourceLabels-    , crlAddtional--    -- * Empty-    , Empty-    , empty--    -- * SetNodePoolAutoscalingRequest-    , SetNodePoolAutoscalingRequest-    , setNodePoolAutoscalingRequest-    , snparAutoscaling-    , snparZone-    , snparNodePoolId-    , snparName-    , snparClusterId-    , snparProjectId--    -- * CompleteIPRotationRequest-    , CompleteIPRotationRequest-    , completeIPRotationRequest-    , cirrZone-    , cirrName-    , cirrClusterId-    , cirrProjectId--    -- * OperationOperationType-    , OperationOperationType (..)--    -- * UsableSubnetworkSecondaryRange-    , UsableSubnetworkSecondaryRange-    , usableSubnetworkSecondaryRange-    , ussrStatus-    , ussrRangeName-    , ussrIPCIdRRange--    -- * NodeManagement-    , NodeManagement-    , nodeManagement-    , nmAutoUpgrade-    , nmAutoRepair-    , nmUpgradeOptions--    -- * NodeTaint-    , NodeTaint-    , nodeTaint-    , ntEffect-    , ntValue-    , ntKey--    -- * NodePoolAutoscaling-    , NodePoolAutoscaling-    , nodePoolAutoscaling-    , npaMaxNodeCount-    , npaEnabled-    , npaMinNodeCount--    -- * SetMaintenancePolicyRequest-    , SetMaintenancePolicyRequest-    , setMaintenancePolicyRequest-    , smprZone-    , smprName-    , smprClusterId-    , smprMaintenancePolicy-    , smprProjectId--    -- * UsableSubnetwork-    , UsableSubnetwork-    , usableSubnetwork-    , usNetwork-    , usStatusMessage-    , usSecondaryIPRanges-    , usIPCIdRRange-    , usSubnetwork--    -- * KubernetesDashboard-    , KubernetesDashboard-    , kubernetesDashboard-    , kdDisabled--    -- * ClientCertificateConfig-    , ClientCertificateConfig-    , clientCertificateConfig-    , cccIssueClientCertificate--    -- * SetLabelsRequest-    , SetLabelsRequest-    , setLabelsRequest-    , slrResourceLabels-    , slrZone-    , slrName-    , slrClusterId-    , slrProjectId-    , slrLabelFingerprint--    -- * GetOpenIdConfigResponse-    , GetOpenIdConfigResponse-    , getOpenIdConfigResponse-    , goicrIdTokenSigningAlgValuesSupported-    , goicrResponseTypesSupported-    , goicrJWKsURI-    , goicrGrantTypes-    , goicrClaimsSupported-    , goicrIssuer-    , goicrSubjectTypesSupported--    -- * JWK-    , JWK-    , jwk-    , jCrv-    , jAlg-    , jUse-    , jKid-    , jN-    , jE-    , jX-    , jKty-    , jY--    -- * OperationStatus-    , OperationStatus (..)--    -- * MaintenanceWindow-    , MaintenanceWindow-    , maintenanceWindow-    , mwDailyMaintenanceWindow--    -- * MaxPodsConstraint-    , MaxPodsConstraint-    , maxPodsConstraint-    , mpcMaxPodsPerNode--    -- * IPAllocationPolicy-    , IPAllocationPolicy-    , ipAllocationPolicy-    , iapServicesSecondaryRangeName-    , iapTpuIPv4CIdRBlock-    , iapNodeIPv4CIdR-    , iapUseIPAliases-    , iapClusterIPv4CIdR-    , iapSubnetworkName-    , iapClusterSecondaryRangeName-    , iapNodeIPv4CIdRBlock-    , iapServicesIPv4CIdR-    , iapClusterIPv4CIdRBlock-    , iapServicesIPv4CIdRBlock-    , iapCreateSubnetwork--    -- * AddonsConfig-    , AddonsConfig-    , addonsConfig-    , acNetworkPolicyConfig-    , acHorizontalPodAutoscaling-    , acHTTPLoadBalancing-    , acKubernetesDashboard--    -- * NetworkConfig-    , NetworkConfig-    , networkConfig-    , ncNetwork-    , ncSubnetwork--    -- * NodePool-    , NodePool-    , nodePool-    , npStatus-    , npAutoscaling-    , npConfig-    , npInitialNodeCount-    , npManagement-    , npMaxPodsConstraint-    , npSelfLink-    , npName-    , npStatusMessage-    , npVersion-    , npConditions-    , npInstanceGroupURLs--    -- * SetNodePoolManagementRequest-    , SetNodePoolManagementRequest-    , setNodePoolManagementRequest-    , snpmrManagement-    , snpmrZone-    , snpmrNodePoolId-    , snpmrName-    , snpmrClusterId-    , snpmrProjectId--    -- * MasterAuthorizedNetworksConfig-    , MasterAuthorizedNetworksConfig-    , masterAuthorizedNetworksConfig-    , mancEnabled-    , mancCIdRBlocks--    -- * LegacyAbac-    , LegacyAbac-    , legacyAbac-    , laEnabled--    -- * MasterAuth-    , MasterAuth-    , masterAuth-    , maClientKey-    , maUsername-    , maClientCertificateConfig-    , maClientCertificate-    , maPassword-    , maClusterCaCertificate--    -- * StatusCondition-    , StatusCondition-    , statusCondition-    , scCode-    , scMessage--    -- * NodeConfigMetadata-    , NodeConfigMetadata-    , nodeConfigMetadata-    , ncmAddtional--    -- * NodeConfigLabels-    , NodeConfigLabels-    , nodeConfigLabels-    , nclAddtional--    -- * ServerConfig-    , ServerConfig-    , serverConfig-    , scDefaultImageType-    , scValidNodeVersions-    , scValidImageTypes-    , scDefaultClusterVersion-    , scValidMasterVersions--    -- * NetworkPolicyProvider-    , NetworkPolicyProvider (..)--    -- * AutoUpgradeOptions-    , AutoUpgradeOptions-    , autoUpgradeOptions-    , auoAutoUpgradeStartTime-    , auoDescription--    -- * SetNodePoolSizeRequest-    , SetNodePoolSizeRequest-    , setNodePoolSizeRequest-    , snpsrNodeCount-    , snpsrZone-    , snpsrNodePoolId-    , snpsrName-    , snpsrClusterId-    , snpsrProjectId--    -- * Xgafv-    , Xgafv (..)--    -- * SetMonitoringServiceRequest-    , SetMonitoringServiceRequest-    , setMonitoringServiceRequest-    , smsrZone-    , smsrName-    , smsrClusterId-    , smsrProjectId-    , smsrMonitoringService--    -- * SetLoggingServiceRequest-    , SetLoggingServiceRequest-    , setLoggingServiceRequest-    , slsrZone-    , slsrName-    , slsrClusterId-    , slsrProjectId-    , slsrLoggingService--    -- * MaintenancePolicy-    , MaintenancePolicy-    , maintenancePolicy-    , mpWindow--    -- * CIdRBlock-    , CIdRBlock-    , cIdRBlock-    , cirbCIdRBlock-    , cirbDisplayName--    -- * AcceleratorConfig-    , AcceleratorConfig-    , acceleratorConfig-    , acAcceleratorCount-    , acAcceleratorType--    -- * SetLocationsRequest-    , SetLocationsRequest-    , setLocationsRequest-    , sZone-    , sName-    , sClusterId-    , sProjectId-    , sLocations--    -- * SetNetworkPolicyRequest-    , SetNetworkPolicyRequest-    , setNetworkPolicyRequest-    , snprZone-    , snprName-    , snprClusterId-    , snprProjectId-    , snprNetworkPolicy--    -- * PrivateClusterConfig-    , PrivateClusterConfig-    , privateClusterConfig-    , pccEnablePrivateNodes-    , pccEnablePrivateEndpoint-    , pccPublicEndpoint-    , pccMasterIPv4CIdRBlock-    , pccPrivateEndpoint--    -- * DailyMaintenanceWindow-    , DailyMaintenanceWindow-    , dailyMaintenanceWindow-    , dmwStartTime-    , dmwDuration--    -- * NodePoolStatus-    , NodePoolStatus (..)--    -- * ListClustersResponse-    , ListClustersResponse-    , listClustersResponse-    , lcrClusters-    , lcrMissingZones--    -- * ClusterUpdate-    , ClusterUpdate-    , clusterUpdate-    , cuDesiredNodePoolAutoscaling-    , cuDesiredAddonsConfig-    , cuDesiredNodePoolId-    , cuDesiredMasterAuthorizedNetworksConfig-    , cuDesiredImageType-    , cuDesiredNodeVersion-    , cuDesiredMasterVersion-    , cuDesiredLocations-    , cuDesiredMonitoringService--    -- * RollbackNodePoolUpgradeRequest-    , RollbackNodePoolUpgradeRequest-    , rollbackNodePoolUpgradeRequest-    , rnpurZone-    , rnpurNodePoolId-    , rnpurName-    , rnpurClusterId-    , rnpurProjectId--    -- * NetworkPolicy-    , NetworkPolicy-    , networkPolicy-    , npEnabled-    , npProvider--    -- * ListNodePoolsResponse-    , ListNodePoolsResponse-    , listNodePoolsResponse-    , lnprNodePools--    -- * ClusterStatus-    , ClusterStatus (..)--    -- * GetJSONWebKeysResponse-    , GetJSONWebKeysResponse-    , getJSONWebKeysResponse-    , gjwkrKeys--    -- * NodeTaintEffect-    , NodeTaintEffect (..)--    -- * CreateNodePoolRequest-    , CreateNodePoolRequest-    , createNodePoolRequest-    , cnprParent-    , cnprZone-    , cnprNodePool-    , cnprClusterId-    , cnprProjectId--    -- * SetLabelsRequestResourceLabels-    , SetLabelsRequestResourceLabels-    , setLabelsRequestResourceLabels-    , slrrlAddtional--    -- * SetMasterAuthRequestAction-    , SetMasterAuthRequestAction (..)-    ) where--import           Network.Google.Container.Types.Product-import           Network.Google.Container.Types.Sum-import           Network.Google.Prelude---- | Default request referring to version 'v1' of the Kubernetes Engine API. This contains the host and root path used as a starting point for constructing service requests.-containerService :: ServiceConfig-containerService-  = defaultService (ServiceId "container:v1")-      "container.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/Container/Types/Product.hs
@@ -1,5845 +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.Container.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.Container.Types.Product where--import           Network.Google.Container.Types.Sum-import           Network.Google.Prelude---- | Configuration for NetworkPolicy. This only tracks whether the addon is--- enabled or not on the Master, it does not track whether network policy--- is enabled for the nodes.------ /See:/ 'networkPolicyConfig' smart constructor.-newtype NetworkPolicyConfig =-  NetworkPolicyConfig'-    { _npcDisabled :: Maybe Bool-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NetworkPolicyConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'npcDisabled'-networkPolicyConfig-    :: NetworkPolicyConfig-networkPolicyConfig = NetworkPolicyConfig' {_npcDisabled = Nothing}----- | Whether NetworkPolicy is enabled for this cluster.-npcDisabled :: Lens' NetworkPolicyConfig (Maybe Bool)-npcDisabled-  = lens _npcDisabled (\ s a -> s{_npcDisabled = a})--instance FromJSON NetworkPolicyConfig where-        parseJSON-          = withObject "NetworkPolicyConfig"-              (\ o -> NetworkPolicyConfig' <$> (o .:? "disabled"))--instance ToJSON NetworkPolicyConfig where-        toJSON NetworkPolicyConfig'{..}-          = object-              (catMaybes [("disabled" .=) <$> _npcDisabled])---- | ListUsableSubnetworksResponse is the response of--- ListUsableSubnetworksRequest.------ /See:/ 'listUsableSubnetworksResponse' smart constructor.-data ListUsableSubnetworksResponse =-  ListUsableSubnetworksResponse'-    { _lusrNextPageToken :: !(Maybe Text)-    , _lusrSubnetworks   :: !(Maybe [UsableSubnetwork])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ListUsableSubnetworksResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lusrNextPageToken'------ * 'lusrSubnetworks'-listUsableSubnetworksResponse-    :: ListUsableSubnetworksResponse-listUsableSubnetworksResponse =-  ListUsableSubnetworksResponse'-    {_lusrNextPageToken = Nothing, _lusrSubnetworks = Nothing}----- | This token allows you to get the next page of results for list requests.--- If the number of results is larger than \`page_size\`, use the--- \`next_page_token\` as a value for the query parameter \`page_token\` in--- the next request. The value will become empty when there are no more--- pages.-lusrNextPageToken :: Lens' ListUsableSubnetworksResponse (Maybe Text)-lusrNextPageToken-  = lens _lusrNextPageToken-      (\ s a -> s{_lusrNextPageToken = a})---- | A list of usable subnetworks in the specified network project.-lusrSubnetworks :: Lens' ListUsableSubnetworksResponse [UsableSubnetwork]-lusrSubnetworks-  = lens _lusrSubnetworks-      (\ s a -> s{_lusrSubnetworks = a})-      . _Default-      . _Coerce--instance FromJSON ListUsableSubnetworksResponse where-        parseJSON-          = withObject "ListUsableSubnetworksResponse"-              (\ o ->-                 ListUsableSubnetworksResponse' <$>-                   (o .:? "nextPageToken") <*>-                     (o .:? "subnetworks" .!= mempty))--instance ToJSON ListUsableSubnetworksResponse where-        toJSON ListUsableSubnetworksResponse'{..}-          = object-              (catMaybes-                 [("nextPageToken" .=) <$> _lusrNextPageToken,-                  ("subnetworks" .=) <$> _lusrSubnetworks])---- | UpdateNodePoolRequests update a node pool\'s image and\/or version.------ /See:/ 'updateNodePoolRequest' smart constructor.-data UpdateNodePoolRequest =-  UpdateNodePoolRequest'-    { _unprZone        :: !(Maybe Text)-    , _unprNodePoolId  :: !(Maybe Text)-    , _unprImageType   :: !(Maybe Text)-    , _unprName        :: !(Maybe Text)-    , _unprClusterId   :: !(Maybe Text)-    , _unprNodeVersion :: !(Maybe Text)-    , _unprProjectId   :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'UpdateNodePoolRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'unprZone'------ * 'unprNodePoolId'------ * 'unprImageType'------ * 'unprName'------ * 'unprClusterId'------ * 'unprNodeVersion'------ * 'unprProjectId'-updateNodePoolRequest-    :: UpdateNodePoolRequest-updateNodePoolRequest =-  UpdateNodePoolRequest'-    { _unprZone = Nothing-    , _unprNodePoolId = Nothing-    , _unprImageType = Nothing-    , _unprName = Nothing-    , _unprClusterId = Nothing-    , _unprNodeVersion = Nothing-    , _unprProjectId = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-unprZone :: Lens' UpdateNodePoolRequest (Maybe Text)-unprZone = lens _unprZone (\ s a -> s{_unprZone = a})---- | Deprecated. The name of the node pool to upgrade. This field has been--- deprecated and replaced by the name field.-unprNodePoolId :: Lens' UpdateNodePoolRequest (Maybe Text)-unprNodePoolId-  = lens _unprNodePoolId-      (\ s a -> s{_unprNodePoolId = a})---- | The desired image type for the node pool.-unprImageType :: Lens' UpdateNodePoolRequest (Maybe Text)-unprImageType-  = lens _unprImageType-      (\ s a -> s{_unprImageType = a})---- | The name (project, location, cluster, node pool) of the node pool to--- update. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-unprName :: Lens' UpdateNodePoolRequest (Maybe Text)-unprName = lens _unprName (\ s a -> s{_unprName = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-unprClusterId :: Lens' UpdateNodePoolRequest (Maybe Text)-unprClusterId-  = lens _unprClusterId-      (\ s a -> s{_unprClusterId = a})---- | The Kubernetes version to change the nodes to (typically an upgrade).--- Users may specify either explicit versions offered by Kubernetes Engine--- or version aliases, which have the following behavior: - \"latest\":--- picks the highest valid Kubernetes version - \"1.X\": picks the highest--- valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the--- highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks--- an explicit Kubernetes version - \"-\": picks the Kubernetes master--- version-unprNodeVersion :: Lens' UpdateNodePoolRequest (Maybe Text)-unprNodeVersion-  = lens _unprNodeVersion-      (\ s a -> s{_unprNodeVersion = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-unprProjectId :: Lens' UpdateNodePoolRequest (Maybe Text)-unprProjectId-  = lens _unprProjectId-      (\ s a -> s{_unprProjectId = a})--instance FromJSON UpdateNodePoolRequest where-        parseJSON-          = withObject "UpdateNodePoolRequest"-              (\ o ->-                 UpdateNodePoolRequest' <$>-                   (o .:? "zone") <*> (o .:? "nodePoolId") <*>-                     (o .:? "imageType")-                     <*> (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "nodeVersion")-                     <*> (o .:? "projectId"))--instance ToJSON UpdateNodePoolRequest where-        toJSON UpdateNodePoolRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _unprZone,-                  ("nodePoolId" .=) <$> _unprNodePoolId,-                  ("imageType" .=) <$> _unprImageType,-                  ("name" .=) <$> _unprName,-                  ("clusterId" .=) <$> _unprClusterId,-                  ("nodeVersion" .=) <$> _unprNodeVersion,-                  ("projectId" .=) <$> _unprProjectId])---- | UpdateMasterRequest updates the master of the cluster.------ /See:/ 'updateMasterRequest' smart constructor.-data UpdateMasterRequest =-  UpdateMasterRequest'-    { _umrZone          :: !(Maybe Text)-    , _umrName          :: !(Maybe Text)-    , _umrClusterId     :: !(Maybe Text)-    , _umrProjectId     :: !(Maybe Text)-    , _umrMasterVersion :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'UpdateMasterRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'umrZone'------ * 'umrName'------ * 'umrClusterId'------ * 'umrProjectId'------ * 'umrMasterVersion'-updateMasterRequest-    :: UpdateMasterRequest-updateMasterRequest =-  UpdateMasterRequest'-    { _umrZone = Nothing-    , _umrName = Nothing-    , _umrClusterId = Nothing-    , _umrProjectId = Nothing-    , _umrMasterVersion = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-umrZone :: Lens' UpdateMasterRequest (Maybe Text)-umrZone = lens _umrZone (\ s a -> s{_umrZone = a})---- | The name (project, location, cluster) of the cluster to update.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-umrName :: Lens' UpdateMasterRequest (Maybe Text)-umrName = lens _umrName (\ s a -> s{_umrName = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-umrClusterId :: Lens' UpdateMasterRequest (Maybe Text)-umrClusterId-  = lens _umrClusterId (\ s a -> s{_umrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-umrProjectId :: Lens' UpdateMasterRequest (Maybe Text)-umrProjectId-  = lens _umrProjectId (\ s a -> s{_umrProjectId = a})---- | The Kubernetes version to change the master to. Users may specify either--- explicit versions offered by Kubernetes Engine or version aliases, which--- have the following behavior: - \"latest\": picks the highest valid--- Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch--- in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in--- the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes--- version - \"-\": picks the default Kubernetes version-umrMasterVersion :: Lens' UpdateMasterRequest (Maybe Text)-umrMasterVersion-  = lens _umrMasterVersion-      (\ s a -> s{_umrMasterVersion = a})--instance FromJSON UpdateMasterRequest where-        parseJSON-          = withObject "UpdateMasterRequest"-              (\ o ->-                 UpdateMasterRequest' <$>-                   (o .:? "zone") <*> (o .:? "name") <*>-                     (o .:? "clusterId")-                     <*> (o .:? "projectId")-                     <*> (o .:? "masterVersion"))--instance ToJSON UpdateMasterRequest where-        toJSON UpdateMasterRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _umrZone, ("name" .=) <$> _umrName,-                  ("clusterId" .=) <$> _umrClusterId,-                  ("projectId" .=) <$> _umrProjectId,-                  ("masterVersion" .=) <$> _umrMasterVersion])---- | StartIPRotationRequest creates a new IP for the cluster and then--- performs a node upgrade on each node pool to point to the new IP.------ /See:/ 'startIPRotationRequest' smart constructor.-data StartIPRotationRequest =-  StartIPRotationRequest'-    { _sirrZone              :: !(Maybe Text)-    , _sirrRotateCredentials :: !(Maybe Bool)-    , _sirrName              :: !(Maybe Text)-    , _sirrClusterId         :: !(Maybe Text)-    , _sirrProjectId         :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'StartIPRotationRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sirrZone'------ * 'sirrRotateCredentials'------ * 'sirrName'------ * 'sirrClusterId'------ * 'sirrProjectId'-startIPRotationRequest-    :: StartIPRotationRequest-startIPRotationRequest =-  StartIPRotationRequest'-    { _sirrZone = Nothing-    , _sirrRotateCredentials = Nothing-    , _sirrName = Nothing-    , _sirrClusterId = Nothing-    , _sirrProjectId = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-sirrZone :: Lens' StartIPRotationRequest (Maybe Text)-sirrZone = lens _sirrZone (\ s a -> s{_sirrZone = a})---- | Whether to rotate credentials during IP rotation.-sirrRotateCredentials :: Lens' StartIPRotationRequest (Maybe Bool)-sirrRotateCredentials-  = lens _sirrRotateCredentials-      (\ s a -> s{_sirrRotateCredentials = a})---- | The name (project, location, cluster id) of the cluster to start IP--- rotation. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-sirrName :: Lens' StartIPRotationRequest (Maybe Text)-sirrName = lens _sirrName (\ s a -> s{_sirrName = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-sirrClusterId :: Lens' StartIPRotationRequest (Maybe Text)-sirrClusterId-  = lens _sirrClusterId-      (\ s a -> s{_sirrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-sirrProjectId :: Lens' StartIPRotationRequest (Maybe Text)-sirrProjectId-  = lens _sirrProjectId-      (\ s a -> s{_sirrProjectId = a})--instance FromJSON StartIPRotationRequest where-        parseJSON-          = withObject "StartIPRotationRequest"-              (\ o ->-                 StartIPRotationRequest' <$>-                   (o .:? "zone") <*> (o .:? "rotateCredentials") <*>-                     (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId"))--instance ToJSON StartIPRotationRequest where-        toJSON StartIPRotationRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _sirrZone,-                  ("rotateCredentials" .=) <$> _sirrRotateCredentials,-                  ("name" .=) <$> _sirrName,-                  ("clusterId" .=) <$> _sirrClusterId,-                  ("projectId" .=) <$> _sirrProjectId])---- | SetLegacyAbacRequest enables or disables the ABAC authorization--- mechanism for a cluster.------ /See:/ 'setLegacyAbacRequest' smart constructor.-data SetLegacyAbacRequest =-  SetLegacyAbacRequest'-    { _slarEnabled   :: !(Maybe Bool)-    , _slarZone      :: !(Maybe Text)-    , _slarName      :: !(Maybe Text)-    , _slarClusterId :: !(Maybe Text)-    , _slarProjectId :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetLegacyAbacRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'slarEnabled'------ * 'slarZone'------ * 'slarName'------ * 'slarClusterId'------ * 'slarProjectId'-setLegacyAbacRequest-    :: SetLegacyAbacRequest-setLegacyAbacRequest =-  SetLegacyAbacRequest'-    { _slarEnabled = Nothing-    , _slarZone = Nothing-    , _slarName = Nothing-    , _slarClusterId = Nothing-    , _slarProjectId = Nothing-    }----- | Whether ABAC authorization will be enabled in the cluster.-slarEnabled :: Lens' SetLegacyAbacRequest (Maybe Bool)-slarEnabled-  = lens _slarEnabled (\ s a -> s{_slarEnabled = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-slarZone :: Lens' SetLegacyAbacRequest (Maybe Text)-slarZone = lens _slarZone (\ s a -> s{_slarZone = a})---- | The name (project, location, cluster id) of the cluster to set legacy--- abac. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-slarName :: Lens' SetLegacyAbacRequest (Maybe Text)-slarName = lens _slarName (\ s a -> s{_slarName = a})---- | Deprecated. The name of the cluster to update. This field has been--- deprecated and replaced by the name field.-slarClusterId :: Lens' SetLegacyAbacRequest (Maybe Text)-slarClusterId-  = lens _slarClusterId-      (\ s a -> s{_slarClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-slarProjectId :: Lens' SetLegacyAbacRequest (Maybe Text)-slarProjectId-  = lens _slarProjectId-      (\ s a -> s{_slarProjectId = a})--instance FromJSON SetLegacyAbacRequest where-        parseJSON-          = withObject "SetLegacyAbacRequest"-              (\ o ->-                 SetLegacyAbacRequest' <$>-                   (o .:? "enabled") <*> (o .:? "zone") <*>-                     (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId"))--instance ToJSON SetLegacyAbacRequest where-        toJSON SetLegacyAbacRequest'{..}-          = object-              (catMaybes-                 [("enabled" .=) <$> _slarEnabled,-                  ("zone" .=) <$> _slarZone, ("name" .=) <$> _slarName,-                  ("clusterId" .=) <$> _slarClusterId,-                  ("projectId" .=) <$> _slarProjectId])---- | Configuration options for the horizontal pod autoscaling feature, which--- increases or decreases the number of replica pods a replication--- controller has based on the resource usage of the existing pods.------ /See:/ 'horizontalPodAutoscaling' smart constructor.-newtype HorizontalPodAutoscaling =-  HorizontalPodAutoscaling'-    { _hpaDisabled :: Maybe Bool-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'HorizontalPodAutoscaling' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'hpaDisabled'-horizontalPodAutoscaling-    :: HorizontalPodAutoscaling-horizontalPodAutoscaling = HorizontalPodAutoscaling' {_hpaDisabled = Nothing}----- | Whether the Horizontal Pod Autoscaling feature is enabled in the--- cluster. When enabled, it ensures that a Heapster pod is running in the--- cluster, which is also used by the Cloud Monitoring service.-hpaDisabled :: Lens' HorizontalPodAutoscaling (Maybe Bool)-hpaDisabled-  = lens _hpaDisabled (\ s a -> s{_hpaDisabled = a})--instance FromJSON HorizontalPodAutoscaling where-        parseJSON-          = withObject "HorizontalPodAutoscaling"-              (\ o ->-                 HorizontalPodAutoscaling' <$> (o .:? "disabled"))--instance ToJSON HorizontalPodAutoscaling where-        toJSON HorizontalPodAutoscaling'{..}-          = object-              (catMaybes [("disabled" .=) <$> _hpaDisabled])---- | SetMasterAuthRequest updates the admin password of a cluster.------ /See:/ 'setMasterAuthRequest' smart constructor.-data SetMasterAuthRequest =-  SetMasterAuthRequest'-    { _smarAction    :: !(Maybe SetMasterAuthRequestAction)-    , _smarZone      :: !(Maybe Text)-    , _smarName      :: !(Maybe Text)-    , _smarClusterId :: !(Maybe Text)-    , _smarProjectId :: !(Maybe Text)-    , _smarUpdate    :: !(Maybe MasterAuth)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetMasterAuthRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'smarAction'------ * 'smarZone'------ * 'smarName'------ * 'smarClusterId'------ * 'smarProjectId'------ * 'smarUpdate'-setMasterAuthRequest-    :: SetMasterAuthRequest-setMasterAuthRequest =-  SetMasterAuthRequest'-    { _smarAction = Nothing-    , _smarZone = Nothing-    , _smarName = Nothing-    , _smarClusterId = Nothing-    , _smarProjectId = Nothing-    , _smarUpdate = Nothing-    }----- | The exact form of action to be taken on the master auth.-smarAction :: Lens' SetMasterAuthRequest (Maybe SetMasterAuthRequestAction)-smarAction-  = lens _smarAction (\ s a -> s{_smarAction = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-smarZone :: Lens' SetMasterAuthRequest (Maybe Text)-smarZone = lens _smarZone (\ s a -> s{_smarZone = a})---- | The name (project, location, cluster) of the cluster to set auth.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-smarName :: Lens' SetMasterAuthRequest (Maybe Text)-smarName = lens _smarName (\ s a -> s{_smarName = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-smarClusterId :: Lens' SetMasterAuthRequest (Maybe Text)-smarClusterId-  = lens _smarClusterId-      (\ s a -> s{_smarClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-smarProjectId :: Lens' SetMasterAuthRequest (Maybe Text)-smarProjectId-  = lens _smarProjectId-      (\ s a -> s{_smarProjectId = a})---- | A description of the update.-smarUpdate :: Lens' SetMasterAuthRequest (Maybe MasterAuth)-smarUpdate-  = lens _smarUpdate (\ s a -> s{_smarUpdate = a})--instance FromJSON SetMasterAuthRequest where-        parseJSON-          = withObject "SetMasterAuthRequest"-              (\ o ->-                 SetMasterAuthRequest' <$>-                   (o .:? "action") <*> (o .:? "zone") <*>-                     (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId")-                     <*> (o .:? "update"))--instance ToJSON SetMasterAuthRequest where-        toJSON SetMasterAuthRequest'{..}-          = object-              (catMaybes-                 [("action" .=) <$> _smarAction,-                  ("zone" .=) <$> _smarZone, ("name" .=) <$> _smarName,-                  ("clusterId" .=) <$> _smarClusterId,-                  ("projectId" .=) <$> _smarProjectId,-                  ("update" .=) <$> _smarUpdate])---- | ListOperationsResponse is the result of ListOperationsRequest.------ /See:/ 'listOperationsResponse' smart constructor.-data ListOperationsResponse =-  ListOperationsResponse'-    { _lorOperations   :: !(Maybe [Operation])-    , _lorMissingZones :: !(Maybe [Text])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ListOperationsResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lorOperations'------ * 'lorMissingZones'-listOperationsResponse-    :: ListOperationsResponse-listOperationsResponse =-  ListOperationsResponse' {_lorOperations = Nothing, _lorMissingZones = Nothing}----- | A list of operations in the project in the specified zone.-lorOperations :: Lens' ListOperationsResponse [Operation]-lorOperations-  = lens _lorOperations-      (\ s a -> s{_lorOperations = a})-      . _Default-      . _Coerce---- | If any zones are listed here, the list of operations returned may be--- missing the operations from those zones.-lorMissingZones :: Lens' ListOperationsResponse [Text]-lorMissingZones-  = lens _lorMissingZones-      (\ s a -> s{_lorMissingZones = a})-      . _Default-      . _Coerce--instance FromJSON ListOperationsResponse where-        parseJSON-          = withObject "ListOperationsResponse"-              (\ o ->-                 ListOperationsResponse' <$>-                   (o .:? "operations" .!= mempty) <*>-                     (o .:? "missingZones" .!= mempty))--instance ToJSON ListOperationsResponse where-        toJSON ListOperationsResponse'{..}-          = object-              (catMaybes-                 [("operations" .=) <$> _lorOperations,-                  ("missingZones" .=) <$> _lorMissingZones])---- | CreateClusterRequest creates a cluster.------ /See:/ 'createClusterRequest' smart constructor.-data CreateClusterRequest =-  CreateClusterRequest'-    { _ccrParent    :: !(Maybe Text)-    , _ccrCluster   :: !(Maybe Cluster)-    , _ccrZone      :: !(Maybe Text)-    , _ccrProjectId :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CreateClusterRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ccrParent'------ * 'ccrCluster'------ * 'ccrZone'------ * 'ccrProjectId'-createClusterRequest-    :: CreateClusterRequest-createClusterRequest =-  CreateClusterRequest'-    { _ccrParent = Nothing-    , _ccrCluster = Nothing-    , _ccrZone = Nothing-    , _ccrProjectId = Nothing-    }----- | The parent (project and location) where the cluster will be created.--- Specified in the format \'projects\/*\/locations\/*\'.-ccrParent :: Lens' CreateClusterRequest (Maybe Text)-ccrParent-  = lens _ccrParent (\ s a -> s{_ccrParent = a})---- | A [cluster--- resource](\/container-engine\/reference\/rest\/v1\/projects.zones.clusters)-ccrCluster :: Lens' CreateClusterRequest (Maybe Cluster)-ccrCluster-  = lens _ccrCluster (\ s a -> s{_ccrCluster = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the parent field.-ccrZone :: Lens' CreateClusterRequest (Maybe Text)-ccrZone = lens _ccrZone (\ s a -> s{_ccrZone = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the parent field.-ccrProjectId :: Lens' CreateClusterRequest (Maybe Text)-ccrProjectId-  = lens _ccrProjectId (\ s a -> s{_ccrProjectId = a})--instance FromJSON CreateClusterRequest where-        parseJSON-          = withObject "CreateClusterRequest"-              (\ o ->-                 CreateClusterRequest' <$>-                   (o .:? "parent") <*> (o .:? "cluster") <*>-                     (o .:? "zone")-                     <*> (o .:? "projectId"))--instance ToJSON CreateClusterRequest where-        toJSON CreateClusterRequest'{..}-          = object-              (catMaybes-                 [("parent" .=) <$> _ccrParent,-                  ("cluster" .=) <$> _ccrCluster,-                  ("zone" .=) <$> _ccrZone,-                  ("projectId" .=) <$> _ccrProjectId])---- | A Google Kubernetes Engine cluster.------ /See:/ 'cluster' smart constructor.-data Cluster =-  Cluster'-    { _cStatus                         :: !(Maybe ClusterStatus)-    , _cNodePools                      :: !(Maybe [NodePool])-    , _cEnableKubernetesAlpha          :: !(Maybe Bool)-    , _cResourceLabels                 :: !(Maybe ClusterResourceLabels)-    , _cTpuIPv4CIdRBlock               :: !(Maybe Text)-    , _cNodeConfig                     :: !(Maybe NodeConfig)-    , _cNodeIPv4CIdRSize               :: !(Maybe (Textual Int32))-    , _cClusterIPv4CIdR                :: !(Maybe Text)-    , _cLocation                       :: !(Maybe Text)-    , _cInitialNodeCount               :: !(Maybe (Textual Int32))-    , _cCurrentNodeVersion             :: !(Maybe Text)-    , _cNetwork                        :: !(Maybe Text)-    , _cInitialClusterVersion          :: !(Maybe Text)-    , _cZone                           :: !(Maybe Text)-    , _cAddonsConfig                   :: !(Maybe AddonsConfig)-    , _cServicesIPv4CIdR               :: !(Maybe Text)-    , _cIPAllocationPolicy             :: !(Maybe IPAllocationPolicy)-    , _cMasterAuthorizedNetworksConfig :: !(Maybe MasterAuthorizedNetworksConfig)-    , _cLegacyAbac                     :: !(Maybe LegacyAbac)-    , _cNetworkConfig                  :: !(Maybe NetworkConfig)-    , _cMasterAuth                     :: !(Maybe MasterAuth)-    , _cSelfLink                       :: !(Maybe Text)-    , _cName                           :: !(Maybe Text)-    , _cCurrentMasterVersion           :: !(Maybe Text)-    , _cStatusMessage                  :: !(Maybe Text)-    , _cDefaultMaxPodsConstraint       :: !(Maybe MaxPodsConstraint)-    , _cSubnetwork                     :: !(Maybe Text)-    , _cCurrentNodeCount               :: !(Maybe (Textual Int32))-    , _cPrivateClusterConfig           :: !(Maybe PrivateClusterConfig)-    , _cMaintenancePolicy              :: !(Maybe MaintenancePolicy)-    , _cConditions                     :: !(Maybe [StatusCondition])-    , _cEnableTpu                      :: !(Maybe Bool)-    , _cEndpoint                       :: !(Maybe Text)-    , _cExpireTime                     :: !(Maybe Text)-    , _cNetworkPolicy                  :: !(Maybe NetworkPolicy)-    , _cLocations                      :: !(Maybe [Text])-    , _cLoggingService                 :: !(Maybe Text)-    , _cLabelFingerprint               :: !(Maybe Text)-    , _cDescription                    :: !(Maybe Text)-    , _cInstanceGroupURLs              :: !(Maybe [Text])-    , _cMonitoringService              :: !(Maybe Text)-    , _cCreateTime                     :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Cluster' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cStatus'------ * 'cNodePools'------ * 'cEnableKubernetesAlpha'------ * 'cResourceLabels'------ * 'cTpuIPv4CIdRBlock'------ * 'cNodeConfig'------ * 'cNodeIPv4CIdRSize'------ * 'cClusterIPv4CIdR'------ * 'cLocation'------ * 'cInitialNodeCount'------ * 'cCurrentNodeVersion'------ * 'cNetwork'------ * 'cInitialClusterVersion'------ * 'cZone'------ * 'cAddonsConfig'------ * 'cServicesIPv4CIdR'------ * 'cIPAllocationPolicy'------ * 'cMasterAuthorizedNetworksConfig'------ * 'cLegacyAbac'------ * 'cNetworkConfig'------ * 'cMasterAuth'------ * 'cSelfLink'------ * 'cName'------ * 'cCurrentMasterVersion'------ * 'cStatusMessage'------ * 'cDefaultMaxPodsConstraint'------ * 'cSubnetwork'------ * 'cCurrentNodeCount'------ * 'cPrivateClusterConfig'------ * 'cMaintenancePolicy'------ * 'cConditions'------ * 'cEnableTpu'------ * 'cEndpoint'------ * 'cExpireTime'------ * 'cNetworkPolicy'------ * 'cLocations'------ * 'cLoggingService'------ * 'cLabelFingerprint'------ * 'cDescription'------ * 'cInstanceGroupURLs'------ * 'cMonitoringService'------ * 'cCreateTime'-cluster-    :: Cluster-cluster =-  Cluster'-    { _cStatus = Nothing-    , _cNodePools = Nothing-    , _cEnableKubernetesAlpha = Nothing-    , _cResourceLabels = Nothing-    , _cTpuIPv4CIdRBlock = Nothing-    , _cNodeConfig = Nothing-    , _cNodeIPv4CIdRSize = Nothing-    , _cClusterIPv4CIdR = Nothing-    , _cLocation = Nothing-    , _cInitialNodeCount = Nothing-    , _cCurrentNodeVersion = Nothing-    , _cNetwork = Nothing-    , _cInitialClusterVersion = Nothing-    , _cZone = Nothing-    , _cAddonsConfig = Nothing-    , _cServicesIPv4CIdR = Nothing-    , _cIPAllocationPolicy = Nothing-    , _cMasterAuthorizedNetworksConfig = Nothing-    , _cLegacyAbac = Nothing-    , _cNetworkConfig = Nothing-    , _cMasterAuth = Nothing-    , _cSelfLink = Nothing-    , _cName = Nothing-    , _cCurrentMasterVersion = Nothing-    , _cStatusMessage = Nothing-    , _cDefaultMaxPodsConstraint = Nothing-    , _cSubnetwork = Nothing-    , _cCurrentNodeCount = Nothing-    , _cPrivateClusterConfig = Nothing-    , _cMaintenancePolicy = Nothing-    , _cConditions = Nothing-    , _cEnableTpu = Nothing-    , _cEndpoint = Nothing-    , _cExpireTime = Nothing-    , _cNetworkPolicy = Nothing-    , _cLocations = Nothing-    , _cLoggingService = Nothing-    , _cLabelFingerprint = Nothing-    , _cDescription = Nothing-    , _cInstanceGroupURLs = Nothing-    , _cMonitoringService = Nothing-    , _cCreateTime = Nothing-    }----- | [Output only] The current status of this cluster.-cStatus :: Lens' Cluster (Maybe ClusterStatus)-cStatus = lens _cStatus (\ s a -> s{_cStatus = a})---- | The node pools associated with this cluster. This field should not be--- set if \"node_config\" or \"initial_node_count\" are specified.-cNodePools :: Lens' Cluster [NodePool]-cNodePools-  = lens _cNodePools (\ s a -> s{_cNodePools = a}) .-      _Default-      . _Coerce---- | Kubernetes alpha features are enabled on this cluster. This includes--- alpha API groups (e.g. v1alpha1) and features that may not be production--- ready in the kubernetes version of the master and nodes. The cluster has--- no SLA for uptime and master\/node upgrades are disabled. Alpha enabled--- clusters are automatically deleted thirty days after creation.-cEnableKubernetesAlpha :: Lens' Cluster (Maybe Bool)-cEnableKubernetesAlpha-  = lens _cEnableKubernetesAlpha-      (\ s a -> s{_cEnableKubernetesAlpha = a})---- | The resource labels for the cluster to use to annotate any related--- Google Compute Engine resources.-cResourceLabels :: Lens' Cluster (Maybe ClusterResourceLabels)-cResourceLabels-  = lens _cResourceLabels-      (\ s a -> s{_cResourceLabels = a})---- | [Output only] The IP address range of the Cloud TPUs in this cluster, in--- [CIDR](http:\/\/en.wikipedia.org\/wiki\/Classless_Inter-Domain_Routing)--- notation (e.g. \`1.2.3.4\/29\`).-cTpuIPv4CIdRBlock :: Lens' Cluster (Maybe Text)-cTpuIPv4CIdRBlock-  = lens _cTpuIPv4CIdRBlock-      (\ s a -> s{_cTpuIPv4CIdRBlock = a})---- | Parameters used in creating the cluster\'s nodes. See \`nodeConfig\` for--- the description of its properties. For requests, this field should only--- be used in lieu of a \"node_pool\" object, since this configuration--- (along with the \"initial_node_count\") will be used to create a--- \"NodePool\" object with an auto-generated name. Do not use this and a--- node_pool at the same time. For responses, this field will be populated--- with the node configuration of the first node pool. If unspecified, the--- defaults are used.-cNodeConfig :: Lens' Cluster (Maybe NodeConfig)-cNodeConfig-  = lens _cNodeConfig (\ s a -> s{_cNodeConfig = a})---- | [Output only] The size of the address space on each node for hosting--- containers. This is provisioned from within the \`container_ipv4_cidr\`--- range.-cNodeIPv4CIdRSize :: Lens' Cluster (Maybe Int32)-cNodeIPv4CIdRSize-  = lens _cNodeIPv4CIdRSize-      (\ s a -> s{_cNodeIPv4CIdRSize = a})-      . mapping _Coerce---- | The IP address range of the container pods in this cluster, in--- [CIDR](http:\/\/en.wikipedia.org\/wiki\/Classless_Inter-Domain_Routing)--- notation (e.g. \`10.96.0.0\/14\`). Leave blank to have one automatically--- chosen or specify a \`\/14\` block in \`10.0.0.0\/8\`.-cClusterIPv4CIdR :: Lens' Cluster (Maybe Text)-cClusterIPv4CIdR-  = lens _cClusterIPv4CIdR-      (\ s a -> s{_cClusterIPv4CIdR = a})---- | [Output only] The name of the Google Compute Engine--- [zone](\/compute\/docs\/regions-zones\/regions-zones#available) or--- [region](\/compute\/docs\/regions-zones\/regions-zones#available) in--- which the cluster resides.-cLocation :: Lens' Cluster (Maybe Text)-cLocation-  = lens _cLocation (\ s a -> s{_cLocation = a})---- | The number of nodes to create in this cluster. You must ensure that your--- Compute Engine </compute/docs/resource-quotas resource quota> is--- sufficient for this number of instances. You must also have available--- firewall and routes quota. For requests, this field should only be used--- in lieu of a \"node_pool\" object, since this configuration (along with--- the \"node_config\") will be used to create a \"NodePool\" object with--- an auto-generated name. Do not use this and a node_pool at the same--- time.-cInitialNodeCount :: Lens' Cluster (Maybe Int32)-cInitialNodeCount-  = lens _cInitialNodeCount-      (\ s a -> s{_cInitialNodeCount = a})-      . mapping _Coerce---- | [Output only] Deprecated, use--- [NodePools.version](\/kubernetes-engine\/docs\/reference\/rest\/v1\/projects.zones.clusters.nodePools)--- instead. The current version of the node software components. If they--- are currently at multiple versions because they\'re in the process of--- being upgraded, this reflects the minimum version of all nodes.-cCurrentNodeVersion :: Lens' Cluster (Maybe Text)-cCurrentNodeVersion-  = lens _cCurrentNodeVersion-      (\ s a -> s{_cCurrentNodeVersion = a})---- | The name of the Google Compute Engine--- [network](\/compute\/docs\/networks-and-firewalls#networks) to which the--- cluster is connected. If left unspecified, the \`default\` network will--- be used.-cNetwork :: Lens' Cluster (Maybe Text)-cNetwork = lens _cNetwork (\ s a -> s{_cNetwork = a})---- | The initial Kubernetes version for this cluster. Valid versions are--- those found in validMasterVersions returned by getServerConfig. The--- version can be upgraded over time; such upgrades are reflected in--- currentMasterVersion and currentNodeVersion. Users may specify either--- explicit versions offered by Kubernetes Engine or version aliases, which--- have the following behavior: - \"latest\": picks the highest valid--- Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch--- in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in--- the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes--- version - \"\",\"-\": picks the default Kubernetes version-cInitialClusterVersion :: Lens' Cluster (Maybe Text)-cInitialClusterVersion-  = lens _cInitialClusterVersion-      (\ s a -> s{_cInitialClusterVersion = a})---- | [Output only] The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field is deprecated, use location instead.-cZone :: Lens' Cluster (Maybe Text)-cZone = lens _cZone (\ s a -> s{_cZone = a})---- | Configurations for the various addons available to run in the cluster.-cAddonsConfig :: Lens' Cluster (Maybe AddonsConfig)-cAddonsConfig-  = lens _cAddonsConfig-      (\ s a -> s{_cAddonsConfig = a})---- | [Output only] The IP address range of the Kubernetes services in this--- cluster, in--- [CIDR](http:\/\/en.wikipedia.org\/wiki\/Classless_Inter-Domain_Routing)--- notation (e.g. \`1.2.3.4\/29\`). Service addresses are typically put in--- the last \`\/16\` from the container CIDR.-cServicesIPv4CIdR :: Lens' Cluster (Maybe Text)-cServicesIPv4CIdR-  = lens _cServicesIPv4CIdR-      (\ s a -> s{_cServicesIPv4CIdR = a})---- | Configuration for cluster IP allocation.-cIPAllocationPolicy :: Lens' Cluster (Maybe IPAllocationPolicy)-cIPAllocationPolicy-  = lens _cIPAllocationPolicy-      (\ s a -> s{_cIPAllocationPolicy = a})---- | The configuration options for master authorized networks feature.-cMasterAuthorizedNetworksConfig :: Lens' Cluster (Maybe MasterAuthorizedNetworksConfig)-cMasterAuthorizedNetworksConfig-  = lens _cMasterAuthorizedNetworksConfig-      (\ s a -> s{_cMasterAuthorizedNetworksConfig = a})---- | Configuration for the legacy ABAC authorization mode.-cLegacyAbac :: Lens' Cluster (Maybe LegacyAbac)-cLegacyAbac-  = lens _cLegacyAbac (\ s a -> s{_cLegacyAbac = a})---- | Configuration for cluster networking.-cNetworkConfig :: Lens' Cluster (Maybe NetworkConfig)-cNetworkConfig-  = lens _cNetworkConfig-      (\ s a -> s{_cNetworkConfig = a})---- | The authentication information for accessing the master endpoint. If--- unspecified, the defaults are used: For clusters before v1.12, if--- master_auth is unspecified, \`username\` will be set to \"admin\", a--- random password will be generated, and a client certificate will be--- issued.-cMasterAuth :: Lens' Cluster (Maybe MasterAuth)-cMasterAuth-  = lens _cMasterAuth (\ s a -> s{_cMasterAuth = a})---- | [Output only] Server-defined URL for the resource.-cSelfLink :: Lens' Cluster (Maybe Text)-cSelfLink-  = lens _cSelfLink (\ s a -> s{_cSelfLink = a})---- | The name of this cluster. The name must be unique within this project--- and zone, and can be up to 40 characters with the following--- restrictions: * Lowercase letters, numbers, and hyphens only. * Must--- start with a letter. * Must end with a number or a letter.-cName :: Lens' Cluster (Maybe Text)-cName = lens _cName (\ s a -> s{_cName = a})---- | [Output only] The current software version of the master endpoint.-cCurrentMasterVersion :: Lens' Cluster (Maybe Text)-cCurrentMasterVersion-  = lens _cCurrentMasterVersion-      (\ s a -> s{_cCurrentMasterVersion = a})---- | [Output only] Additional information about the current status of this--- cluster, if available.-cStatusMessage :: Lens' Cluster (Maybe Text)-cStatusMessage-  = lens _cStatusMessage-      (\ s a -> s{_cStatusMessage = a})---- | The default constraint on the maximum number of pods that can be run--- simultaneously on a node in the node pool of this cluster. Only honored--- if cluster created with IP Alias support.-cDefaultMaxPodsConstraint :: Lens' Cluster (Maybe MaxPodsConstraint)-cDefaultMaxPodsConstraint-  = lens _cDefaultMaxPodsConstraint-      (\ s a -> s{_cDefaultMaxPodsConstraint = a})---- | The name of the Google Compute Engine--- [subnetwork](\/compute\/docs\/subnetworks) to which the cluster is--- connected.-cSubnetwork :: Lens' Cluster (Maybe Text)-cSubnetwork-  = lens _cSubnetwork (\ s a -> s{_cSubnetwork = a})---- | [Output only] The number of nodes currently in the cluster. Deprecated.--- Call Kubernetes API directly to retrieve node information.-cCurrentNodeCount :: Lens' Cluster (Maybe Int32)-cCurrentNodeCount-  = lens _cCurrentNodeCount-      (\ s a -> s{_cCurrentNodeCount = a})-      . mapping _Coerce---- | Configuration for private cluster.-cPrivateClusterConfig :: Lens' Cluster (Maybe PrivateClusterConfig)-cPrivateClusterConfig-  = lens _cPrivateClusterConfig-      (\ s a -> s{_cPrivateClusterConfig = a})---- | Configure the maintenance policy for this cluster.-cMaintenancePolicy :: Lens' Cluster (Maybe MaintenancePolicy)-cMaintenancePolicy-  = lens _cMaintenancePolicy-      (\ s a -> s{_cMaintenancePolicy = a})---- | Which conditions caused the current cluster state.-cConditions :: Lens' Cluster [StatusCondition]-cConditions-  = lens _cConditions (\ s a -> s{_cConditions = a}) .-      _Default-      . _Coerce---- | Enable the ability to use Cloud TPUs in this cluster.-cEnableTpu :: Lens' Cluster (Maybe Bool)-cEnableTpu-  = lens _cEnableTpu (\ s a -> s{_cEnableTpu = a})---- | [Output only] The IP address of this cluster\'s master endpoint. The--- endpoint can be accessed from the internet at--- \`https:\/\/username:password\'endpoint\/\`. See the \`masterAuth\`--- property of this resource for username and password information.-cEndpoint :: Lens' Cluster (Maybe Text)-cEndpoint-  = lens _cEndpoint (\ s a -> s{_cEndpoint = a})---- | [Output only] The time the cluster will be automatically deleted in--- [RFC3339](https:\/\/www.ietf.org\/rfc\/rfc3339.txt) text format.-cExpireTime :: Lens' Cluster (Maybe Text)-cExpireTime-  = lens _cExpireTime (\ s a -> s{_cExpireTime = a})---- | Configuration options for the NetworkPolicy feature.-cNetworkPolicy :: Lens' Cluster (Maybe NetworkPolicy)-cNetworkPolicy-  = lens _cNetworkPolicy-      (\ s a -> s{_cNetworkPolicy = a})---- | The list of Google Compute Engine--- [zones](\/compute\/docs\/zones#available) in which the cluster\'s nodes--- should be located.-cLocations :: Lens' Cluster [Text]-cLocations-  = lens _cLocations (\ s a -> s{_cLocations = a}) .-      _Default-      . _Coerce---- | The logging service the cluster should use to write logs. Currently--- available options: * \`logging.googleapis.com\` - the Google Cloud--- Logging service. * \`none\` - no logs will be exported from the cluster.--- * if left as an empty string,\`logging.googleapis.com\` will be used.-cLoggingService :: Lens' Cluster (Maybe Text)-cLoggingService-  = lens _cLoggingService-      (\ s a -> s{_cLoggingService = a})---- | The fingerprint of the set of labels for this cluster.-cLabelFingerprint :: Lens' Cluster (Maybe Text)-cLabelFingerprint-  = lens _cLabelFingerprint-      (\ s a -> s{_cLabelFingerprint = a})---- | An optional description of this cluster.-cDescription :: Lens' Cluster (Maybe Text)-cDescription-  = lens _cDescription (\ s a -> s{_cDescription = a})---- | Deprecated. Use node_pools.instance_group_urls.-cInstanceGroupURLs :: Lens' Cluster [Text]-cInstanceGroupURLs-  = lens _cInstanceGroupURLs-      (\ s a -> s{_cInstanceGroupURLs = a})-      . _Default-      . _Coerce---- | The monitoring service the cluster should use to write metrics.--- Currently available options: * \`monitoring.googleapis.com\` - the--- Google Cloud Monitoring service. * \`none\` - no metrics will be--- exported from the cluster. * if left as an empty string,--- \`monitoring.googleapis.com\` will be used.-cMonitoringService :: Lens' Cluster (Maybe Text)-cMonitoringService-  = lens _cMonitoringService-      (\ s a -> s{_cMonitoringService = a})---- | [Output only] The time the cluster was created, in--- [RFC3339](https:\/\/www.ietf.org\/rfc\/rfc3339.txt) text format.-cCreateTime :: Lens' Cluster (Maybe Text)-cCreateTime-  = lens _cCreateTime (\ s a -> s{_cCreateTime = a})--instance FromJSON Cluster where-        parseJSON-          = withObject "Cluster"-              (\ o ->-                 Cluster' <$>-                   (o .:? "status") <*> (o .:? "nodePools" .!= mempty)-                     <*> (o .:? "enableKubernetesAlpha")-                     <*> (o .:? "resourceLabels")-                     <*> (o .:? "tpuIpv4CidrBlock")-                     <*> (o .:? "nodeConfig")-                     <*> (o .:? "nodeIpv4CidrSize")-                     <*> (o .:? "clusterIpv4Cidr")-                     <*> (o .:? "location")-                     <*> (o .:? "initialNodeCount")-                     <*> (o .:? "currentNodeVersion")-                     <*> (o .:? "network")-                     <*> (o .:? "initialClusterVersion")-                     <*> (o .:? "zone")-                     <*> (o .:? "addonsConfig")-                     <*> (o .:? "servicesIpv4Cidr")-                     <*> (o .:? "ipAllocationPolicy")-                     <*> (o .:? "masterAuthorizedNetworksConfig")-                     <*> (o .:? "legacyAbac")-                     <*> (o .:? "networkConfig")-                     <*> (o .:? "masterAuth")-                     <*> (o .:? "selfLink")-                     <*> (o .:? "name")-                     <*> (o .:? "currentMasterVersion")-                     <*> (o .:? "statusMessage")-                     <*> (o .:? "defaultMaxPodsConstraint")-                     <*> (o .:? "subnetwork")-                     <*> (o .:? "currentNodeCount")-                     <*> (o .:? "privateClusterConfig")-                     <*> (o .:? "maintenancePolicy")-                     <*> (o .:? "conditions" .!= mempty)-                     <*> (o .:? "enableTpu")-                     <*> (o .:? "endpoint")-                     <*> (o .:? "expireTime")-                     <*> (o .:? "networkPolicy")-                     <*> (o .:? "locations" .!= mempty)-                     <*> (o .:? "loggingService")-                     <*> (o .:? "labelFingerprint")-                     <*> (o .:? "description")-                     <*> (o .:? "instanceGroupUrls" .!= mempty)-                     <*> (o .:? "monitoringService")-                     <*> (o .:? "createTime"))--instance ToJSON Cluster where-        toJSON Cluster'{..}-          = object-              (catMaybes-                 [("status" .=) <$> _cStatus,-                  ("nodePools" .=) <$> _cNodePools,-                  ("enableKubernetesAlpha" .=) <$>-                    _cEnableKubernetesAlpha,-                  ("resourceLabels" .=) <$> _cResourceLabels,-                  ("tpuIpv4CidrBlock" .=) <$> _cTpuIPv4CIdRBlock,-                  ("nodeConfig" .=) <$> _cNodeConfig,-                  ("nodeIpv4CidrSize" .=) <$> _cNodeIPv4CIdRSize,-                  ("clusterIpv4Cidr" .=) <$> _cClusterIPv4CIdR,-                  ("location" .=) <$> _cLocation,-                  ("initialNodeCount" .=) <$> _cInitialNodeCount,-                  ("currentNodeVersion" .=) <$> _cCurrentNodeVersion,-                  ("network" .=) <$> _cNetwork,-                  ("initialClusterVersion" .=) <$>-                    _cInitialClusterVersion,-                  ("zone" .=) <$> _cZone,-                  ("addonsConfig" .=) <$> _cAddonsConfig,-                  ("servicesIpv4Cidr" .=) <$> _cServicesIPv4CIdR,-                  ("ipAllocationPolicy" .=) <$> _cIPAllocationPolicy,-                  ("masterAuthorizedNetworksConfig" .=) <$>-                    _cMasterAuthorizedNetworksConfig,-                  ("legacyAbac" .=) <$> _cLegacyAbac,-                  ("networkConfig" .=) <$> _cNetworkConfig,-                  ("masterAuth" .=) <$> _cMasterAuth,-                  ("selfLink" .=) <$> _cSelfLink,-                  ("name" .=) <$> _cName,-                  ("currentMasterVersion" .=) <$>-                    _cCurrentMasterVersion,-                  ("statusMessage" .=) <$> _cStatusMessage,-                  ("defaultMaxPodsConstraint" .=) <$>-                    _cDefaultMaxPodsConstraint,-                  ("subnetwork" .=) <$> _cSubnetwork,-                  ("currentNodeCount" .=) <$> _cCurrentNodeCount,-                  ("privateClusterConfig" .=) <$>-                    _cPrivateClusterConfig,-                  ("maintenancePolicy" .=) <$> _cMaintenancePolicy,-                  ("conditions" .=) <$> _cConditions,-                  ("enableTpu" .=) <$> _cEnableTpu,-                  ("endpoint" .=) <$> _cEndpoint,-                  ("expireTime" .=) <$> _cExpireTime,-                  ("networkPolicy" .=) <$> _cNetworkPolicy,-                  ("locations" .=) <$> _cLocations,-                  ("loggingService" .=) <$> _cLoggingService,-                  ("labelFingerprint" .=) <$> _cLabelFingerprint,-                  ("description" .=) <$> _cDescription,-                  ("instanceGroupUrls" .=) <$> _cInstanceGroupURLs,-                  ("monitoringService" .=) <$> _cMonitoringService,-                  ("createTime" .=) <$> _cCreateTime])---- | CancelOperationRequest cancels a single operation.------ /See:/ 'cancelOperationRequest' smart constructor.-data CancelOperationRequest =-  CancelOperationRequest'-    { _corZone        :: !(Maybe Text)-    , _corName        :: !(Maybe Text)-    , _corProjectId   :: !(Maybe Text)-    , _corOperationId :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CancelOperationRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'corZone'------ * 'corName'------ * 'corProjectId'------ * 'corOperationId'-cancelOperationRequest-    :: CancelOperationRequest-cancelOperationRequest =-  CancelOperationRequest'-    { _corZone = Nothing-    , _corName = Nothing-    , _corProjectId = Nothing-    , _corOperationId = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the operation resides.--- This field has been deprecated and replaced by the name field.-corZone :: Lens' CancelOperationRequest (Maybe Text)-corZone = lens _corZone (\ s a -> s{_corZone = a})---- | The name (project, location, operation id) of the operation to cancel.--- Specified in the format \'projects\/*\/locations\/*\/operations\/*\'.-corName :: Lens' CancelOperationRequest (Maybe Text)-corName = lens _corName (\ s a -> s{_corName = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-corProjectId :: Lens' CancelOperationRequest (Maybe Text)-corProjectId-  = lens _corProjectId (\ s a -> s{_corProjectId = a})---- | Deprecated. The server-assigned \`name\` of the operation. This field--- has been deprecated and replaced by the name field.-corOperationId :: Lens' CancelOperationRequest (Maybe Text)-corOperationId-  = lens _corOperationId-      (\ s a -> s{_corOperationId = a})--instance FromJSON CancelOperationRequest where-        parseJSON-          = withObject "CancelOperationRequest"-              (\ o ->-                 CancelOperationRequest' <$>-                   (o .:? "zone") <*> (o .:? "name") <*>-                     (o .:? "projectId")-                     <*> (o .:? "operationId"))--instance ToJSON CancelOperationRequest where-        toJSON CancelOperationRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _corZone, ("name" .=) <$> _corName,-                  ("projectId" .=) <$> _corProjectId,-                  ("operationId" .=) <$> _corOperationId])---- | UpdateClusterRequest updates the settings of a cluster.------ /See:/ 'updateClusterRequest' smart constructor.-data UpdateClusterRequest =-  UpdateClusterRequest'-    { _ucrZone      :: !(Maybe Text)-    , _ucrName      :: !(Maybe Text)-    , _ucrClusterId :: !(Maybe Text)-    , _ucrProjectId :: !(Maybe Text)-    , _ucrUpdate    :: !(Maybe ClusterUpdate)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'UpdateClusterRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ucrZone'------ * 'ucrName'------ * 'ucrClusterId'------ * 'ucrProjectId'------ * 'ucrUpdate'-updateClusterRequest-    :: UpdateClusterRequest-updateClusterRequest =-  UpdateClusterRequest'-    { _ucrZone = Nothing-    , _ucrName = Nothing-    , _ucrClusterId = Nothing-    , _ucrProjectId = Nothing-    , _ucrUpdate = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-ucrZone :: Lens' UpdateClusterRequest (Maybe Text)-ucrZone = lens _ucrZone (\ s a -> s{_ucrZone = a})---- | The name (project, location, cluster) of the cluster to update.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-ucrName :: Lens' UpdateClusterRequest (Maybe Text)-ucrName = lens _ucrName (\ s a -> s{_ucrName = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-ucrClusterId :: Lens' UpdateClusterRequest (Maybe Text)-ucrClusterId-  = lens _ucrClusterId (\ s a -> s{_ucrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-ucrProjectId :: Lens' UpdateClusterRequest (Maybe Text)-ucrProjectId-  = lens _ucrProjectId (\ s a -> s{_ucrProjectId = a})---- | A description of the update.-ucrUpdate :: Lens' UpdateClusterRequest (Maybe ClusterUpdate)-ucrUpdate-  = lens _ucrUpdate (\ s a -> s{_ucrUpdate = a})--instance FromJSON UpdateClusterRequest where-        parseJSON-          = withObject "UpdateClusterRequest"-              (\ o ->-                 UpdateClusterRequest' <$>-                   (o .:? "zone") <*> (o .:? "name") <*>-                     (o .:? "clusterId")-                     <*> (o .:? "projectId")-                     <*> (o .:? "update"))--instance ToJSON UpdateClusterRequest where-        toJSON UpdateClusterRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _ucrZone, ("name" .=) <$> _ucrName,-                  ("clusterId" .=) <$> _ucrClusterId,-                  ("projectId" .=) <$> _ucrProjectId,-                  ("update" .=) <$> _ucrUpdate])---- | SetAddonsConfigRequest sets the addons associated with the cluster.------ /See:/ 'setAddonsConfigRequest' smart constructor.-data SetAddonsConfigRequest =-  SetAddonsConfigRequest'-    { _sacrZone         :: !(Maybe Text)-    , _sacrAddonsConfig :: !(Maybe AddonsConfig)-    , _sacrName         :: !(Maybe Text)-    , _sacrClusterId    :: !(Maybe Text)-    , _sacrProjectId    :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetAddonsConfigRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sacrZone'------ * 'sacrAddonsConfig'------ * 'sacrName'------ * 'sacrClusterId'------ * 'sacrProjectId'-setAddonsConfigRequest-    :: SetAddonsConfigRequest-setAddonsConfigRequest =-  SetAddonsConfigRequest'-    { _sacrZone = Nothing-    , _sacrAddonsConfig = Nothing-    , _sacrName = Nothing-    , _sacrClusterId = Nothing-    , _sacrProjectId = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-sacrZone :: Lens' SetAddonsConfigRequest (Maybe Text)-sacrZone = lens _sacrZone (\ s a -> s{_sacrZone = a})---- | The desired configurations for the various addons available to run in--- the cluster.-sacrAddonsConfig :: Lens' SetAddonsConfigRequest (Maybe AddonsConfig)-sacrAddonsConfig-  = lens _sacrAddonsConfig-      (\ s a -> s{_sacrAddonsConfig = a})---- | The name (project, location, cluster) of the cluster to set addons.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-sacrName :: Lens' SetAddonsConfigRequest (Maybe Text)-sacrName = lens _sacrName (\ s a -> s{_sacrName = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-sacrClusterId :: Lens' SetAddonsConfigRequest (Maybe Text)-sacrClusterId-  = lens _sacrClusterId-      (\ s a -> s{_sacrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-sacrProjectId :: Lens' SetAddonsConfigRequest (Maybe Text)-sacrProjectId-  = lens _sacrProjectId-      (\ s a -> s{_sacrProjectId = a})--instance FromJSON SetAddonsConfigRequest where-        parseJSON-          = withObject "SetAddonsConfigRequest"-              (\ o ->-                 SetAddonsConfigRequest' <$>-                   (o .:? "zone") <*> (o .:? "addonsConfig") <*>-                     (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId"))--instance ToJSON SetAddonsConfigRequest where-        toJSON SetAddonsConfigRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _sacrZone,-                  ("addonsConfig" .=) <$> _sacrAddonsConfig,-                  ("name" .=) <$> _sacrName,-                  ("clusterId" .=) <$> _sacrClusterId,-                  ("projectId" .=) <$> _sacrProjectId])---- | Parameters that describe the nodes in a cluster.------ /See:/ 'nodeConfig' smart constructor.-data NodeConfig =-  NodeConfig'-    { _ncLocalSsdCount  :: !(Maybe (Textual Int32))-    , _ncDiskSizeGb     :: !(Maybe (Textual Int32))-    , _ncTaints         :: !(Maybe [NodeTaint])-    , _ncOAuthScopes    :: !(Maybe [Text])-    , _ncServiceAccount :: !(Maybe Text)-    , _ncAccelerators   :: !(Maybe [AcceleratorConfig])-    , _ncImageType      :: !(Maybe Text)-    , _ncMachineType    :: !(Maybe Text)-    , _ncMetadata       :: !(Maybe NodeConfigMetadata)-    , _ncDiskType       :: !(Maybe Text)-    , _ncLabels         :: !(Maybe NodeConfigLabels)-    , _ncMinCPUPlatform :: !(Maybe Text)-    , _ncTags           :: !(Maybe [Text])-    , _ncPreemptible    :: !(Maybe Bool)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NodeConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ncLocalSsdCount'------ * 'ncDiskSizeGb'------ * 'ncTaints'------ * 'ncOAuthScopes'------ * 'ncServiceAccount'------ * 'ncAccelerators'------ * 'ncImageType'------ * 'ncMachineType'------ * 'ncMetadata'------ * 'ncDiskType'------ * 'ncLabels'------ * 'ncMinCPUPlatform'------ * 'ncTags'------ * 'ncPreemptible'-nodeConfig-    :: NodeConfig-nodeConfig =-  NodeConfig'-    { _ncLocalSsdCount = Nothing-    , _ncDiskSizeGb = Nothing-    , _ncTaints = Nothing-    , _ncOAuthScopes = Nothing-    , _ncServiceAccount = Nothing-    , _ncAccelerators = Nothing-    , _ncImageType = Nothing-    , _ncMachineType = Nothing-    , _ncMetadata = Nothing-    , _ncDiskType = Nothing-    , _ncLabels = Nothing-    , _ncMinCPUPlatform = Nothing-    , _ncTags = Nothing-    , _ncPreemptible = Nothing-    }----- | The number of local SSD disks to be attached to the node. The limit for--- this value is dependant upon the maximum number of disks available on a--- machine per zone. See:--- https:\/\/cloud.google.com\/compute\/docs\/disks\/local-ssd#local_ssd_limits--- for more information.-ncLocalSsdCount :: Lens' NodeConfig (Maybe Int32)-ncLocalSsdCount-  = lens _ncLocalSsdCount-      (\ s a -> s{_ncLocalSsdCount = a})-      . mapping _Coerce---- | Size of the disk attached to each node, specified in GB. The smallest--- allowed disk size is 10GB. If unspecified, the default disk size is--- 100GB.-ncDiskSizeGb :: Lens' NodeConfig (Maybe Int32)-ncDiskSizeGb-  = lens _ncDiskSizeGb (\ s a -> s{_ncDiskSizeGb = a})-      . mapping _Coerce---- | List of kubernetes taints to be applied to each node. For more--- information, including usage and the valid values, see:--- https:\/\/kubernetes.io\/docs\/concepts\/configuration\/taint-and-toleration\/-ncTaints :: Lens' NodeConfig [NodeTaint]-ncTaints-  = lens _ncTaints (\ s a -> s{_ncTaints = a}) .-      _Default-      . _Coerce---- | The set of Google API scopes to be made available on all of the node VMs--- under the \"default\" service account. The following scopes are--- recommended, but not required, and by default are not included: *--- \`https:\/\/www.googleapis.com\/auth\/compute\` is required for mounting--- persistent storage on your nodes. *--- \`https:\/\/www.googleapis.com\/auth\/devstorage.read_only\` is required--- for communicating with **gcr.io** (the [Google Container--- Registry](\/container-registry\/)). If unspecified, no scopes are added,--- unless Cloud Logging or Cloud Monitoring are enabled, in which case--- their required scopes will be added.-ncOAuthScopes :: Lens' NodeConfig [Text]-ncOAuthScopes-  = lens _ncOAuthScopes-      (\ s a -> s{_ncOAuthScopes = a})-      . _Default-      . _Coerce---- | The Google Cloud Platform Service Account to be used by the node VMs. If--- no Service Account is specified, the \"default\" service account is--- used.-ncServiceAccount :: Lens' NodeConfig (Maybe Text)-ncServiceAccount-  = lens _ncServiceAccount-      (\ s a -> s{_ncServiceAccount = a})---- | A list of hardware accelerators to be attached to each node. See--- https:\/\/cloud.google.com\/compute\/docs\/gpus for more information--- about support for GPUs.-ncAccelerators :: Lens' NodeConfig [AcceleratorConfig]-ncAccelerators-  = lens _ncAccelerators-      (\ s a -> s{_ncAccelerators = a})-      . _Default-      . _Coerce---- | The image type to use for this node. Note that for a given image type,--- the latest version of it will be used.-ncImageType :: Lens' NodeConfig (Maybe Text)-ncImageType-  = lens _ncImageType (\ s a -> s{_ncImageType = a})---- | The name of a Google Compute Engine [machine--- type](\/compute\/docs\/machine-types) (e.g. \`n1-standard-1\`). If--- unspecified, the default machine type is \`n1-standard-1\`.-ncMachineType :: Lens' NodeConfig (Maybe Text)-ncMachineType-  = lens _ncMachineType-      (\ s a -> s{_ncMachineType = a})---- | The metadata key\/value pairs assigned to instances in the cluster. Keys--- must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in--- length. These are reflected as part of a URL in the metadata server.--- Additionally, to avoid ambiguity, keys must not conflict with any other--- metadata keys for the project or be one of the reserved keys:--- \"cluster-location\" \"cluster-name\" \"cluster-uid\" \"configure-sh\"--- \"containerd-configure-sh\" \"enable-os-login\" \"gci-update-strategy\"--- \"gci-ensure-gke-docker\" \"instance-template\" \"kube-env\"--- \"startup-script\" \"user-data\" Values are free-form strings, and only--- have meaning as interpreted by the image running in the instance. The--- only restriction placed on them is that each value\'s size must be less--- than or equal to 32 KB. The total size of all keys and values must be--- less than 512 KB.-ncMetadata :: Lens' NodeConfig (Maybe NodeConfigMetadata)-ncMetadata-  = lens _ncMetadata (\ s a -> s{_ncMetadata = a})---- | Type of the disk attached to each node (e.g. \'pd-standard\' or--- \'pd-ssd\') If unspecified, the default disk type is \'pd-standard\'-ncDiskType :: Lens' NodeConfig (Maybe Text)-ncDiskType-  = lens _ncDiskType (\ s a -> s{_ncDiskType = a})---- | The map of Kubernetes labels (key\/value pairs) to be applied to each--- node. These will added in addition to any default label(s) that--- Kubernetes may apply to the node. In case of conflict in label keys, the--- applied set may differ depending on the Kubernetes version -- it\'s best--- to assume the behavior is undefined and conflicts should be avoided. For--- more information, including usage and the valid values, see:--- https:\/\/kubernetes.io\/docs\/concepts\/overview\/working-with-objects\/labels\/-ncLabels :: Lens' NodeConfig (Maybe NodeConfigLabels)-ncLabels = lens _ncLabels (\ s a -> s{_ncLabels = a})---- | Minimum CPU platform to be used by this instance. The instance may be--- scheduled on the specified or newer CPU platform. Applicable values are--- the friendly names of CPU platforms, such as--- 'minCpuPlatform: \"Intel Haswell\"' or--- 'minCpuPlatform: \"Intel Sandy Bridge\"'. For more information, read--- [how to specify min CPU--- platform](https:\/\/cloud.google.com\/compute\/docs\/instances\/specify-min-cpu-platform)-ncMinCPUPlatform :: Lens' NodeConfig (Maybe Text)-ncMinCPUPlatform-  = lens _ncMinCPUPlatform-      (\ s a -> s{_ncMinCPUPlatform = a})---- | The list of instance tags applied to all nodes. Tags are used to--- identify valid sources or targets for network firewalls and are--- specified by the client during cluster or node pool creation. Each tag--- within the list must comply with RFC1035.-ncTags :: Lens' NodeConfig [Text]-ncTags-  = lens _ncTags (\ s a -> s{_ncTags = a}) . _Default .-      _Coerce---- | Whether the nodes are created as preemptible VM instances. See:--- https:\/\/cloud.google.com\/compute\/docs\/instances\/preemptible for--- more information about preemptible VM instances.-ncPreemptible :: Lens' NodeConfig (Maybe Bool)-ncPreemptible-  = lens _ncPreemptible-      (\ s a -> s{_ncPreemptible = a})--instance FromJSON NodeConfig where-        parseJSON-          = withObject "NodeConfig"-              (\ o ->-                 NodeConfig' <$>-                   (o .:? "localSsdCount") <*> (o .:? "diskSizeGb") <*>-                     (o .:? "taints" .!= mempty)-                     <*> (o .:? "oauthScopes" .!= mempty)-                     <*> (o .:? "serviceAccount")-                     <*> (o .:? "accelerators" .!= mempty)-                     <*> (o .:? "imageType")-                     <*> (o .:? "machineType")-                     <*> (o .:? "metadata")-                     <*> (o .:? "diskType")-                     <*> (o .:? "labels")-                     <*> (o .:? "minCpuPlatform")-                     <*> (o .:? "tags" .!= mempty)-                     <*> (o .:? "preemptible"))--instance ToJSON NodeConfig where-        toJSON NodeConfig'{..}-          = object-              (catMaybes-                 [("localSsdCount" .=) <$> _ncLocalSsdCount,-                  ("diskSizeGb" .=) <$> _ncDiskSizeGb,-                  ("taints" .=) <$> _ncTaints,-                  ("oauthScopes" .=) <$> _ncOAuthScopes,-                  ("serviceAccount" .=) <$> _ncServiceAccount,-                  ("accelerators" .=) <$> _ncAccelerators,-                  ("imageType" .=) <$> _ncImageType,-                  ("machineType" .=) <$> _ncMachineType,-                  ("metadata" .=) <$> _ncMetadata,-                  ("diskType" .=) <$> _ncDiskType,-                  ("labels" .=) <$> _ncLabels,-                  ("minCpuPlatform" .=) <$> _ncMinCPUPlatform,-                  ("tags" .=) <$> _ncTags,-                  ("preemptible" .=) <$> _ncPreemptible])---- | Configuration options for the HTTP (L7) load balancing controller addon,--- which makes it easy to set up HTTP load balancers for services in a--- cluster.------ /See:/ 'hTTPLoadBalancing' smart constructor.-newtype HTTPLoadBalancing =-  HTTPLoadBalancing'-    { _httplbDisabled :: Maybe Bool-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'HTTPLoadBalancing' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'httplbDisabled'-hTTPLoadBalancing-    :: HTTPLoadBalancing-hTTPLoadBalancing = HTTPLoadBalancing' {_httplbDisabled = Nothing}----- | Whether the HTTP Load Balancing controller is enabled in the cluster.--- When enabled, it runs a small pod in the cluster that manages the load--- balancers.-httplbDisabled :: Lens' HTTPLoadBalancing (Maybe Bool)-httplbDisabled-  = lens _httplbDisabled-      (\ s a -> s{_httplbDisabled = a})--instance FromJSON HTTPLoadBalancing where-        parseJSON-          = withObject "HTTPLoadBalancing"-              (\ o -> HTTPLoadBalancing' <$> (o .:? "disabled"))--instance ToJSON HTTPLoadBalancing where-        toJSON HTTPLoadBalancing'{..}-          = object-              (catMaybes [("disabled" .=) <$> _httplbDisabled])---- | This operation resource represents operations that may have happened or--- are happening on the cluster. All fields are output only.------ /See:/ 'operation' smart constructor.-data Operation =-  Operation'-    { _oNodepoolConditions :: !(Maybe [StatusCondition])-    , _oStatus             :: !(Maybe OperationStatus)-    , _oLocation           :: !(Maybe Text)-    , _oStartTime          :: !(Maybe Text)-    , _oZone               :: !(Maybe Text)-    , _oSelfLink           :: !(Maybe Text)-    , _oName               :: !(Maybe Text)-    , _oStatusMessage      :: !(Maybe Text)-    , _oEndTime            :: !(Maybe Text)-    , _oClusterConditions  :: !(Maybe [StatusCondition])-    , _oOperationType      :: !(Maybe OperationOperationType)-    , _oTargetLink         :: !(Maybe Text)-    , _oDetail             :: !(Maybe Text)-    }-  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:------ * 'oNodepoolConditions'------ * 'oStatus'------ * 'oLocation'------ * 'oStartTime'------ * 'oZone'------ * 'oSelfLink'------ * 'oName'------ * 'oStatusMessage'------ * 'oEndTime'------ * 'oClusterConditions'------ * 'oOperationType'------ * 'oTargetLink'------ * 'oDetail'-operation-    :: Operation-operation =-  Operation'-    { _oNodepoolConditions = Nothing-    , _oStatus = Nothing-    , _oLocation = Nothing-    , _oStartTime = Nothing-    , _oZone = Nothing-    , _oSelfLink = Nothing-    , _oName = Nothing-    , _oStatusMessage = Nothing-    , _oEndTime = Nothing-    , _oClusterConditions = Nothing-    , _oOperationType = Nothing-    , _oTargetLink = Nothing-    , _oDetail = Nothing-    }----- | Which conditions caused the current node pool state.-oNodepoolConditions :: Lens' Operation [StatusCondition]-oNodepoolConditions-  = lens _oNodepoolConditions-      (\ s a -> s{_oNodepoolConditions = a})-      . _Default-      . _Coerce---- | The current status of the operation.-oStatus :: Lens' Operation (Maybe OperationStatus)-oStatus = lens _oStatus (\ s a -> s{_oStatus = a})---- | [Output only] The name of the Google Compute Engine--- [zone](\/compute\/docs\/regions-zones\/regions-zones#available) or--- [region](\/compute\/docs\/regions-zones\/regions-zones#available) in--- which the cluster resides.-oLocation :: Lens' Operation (Maybe Text)-oLocation-  = lens _oLocation (\ s a -> s{_oLocation = a})---- | [Output only] The time the operation started, in--- [RFC3339](https:\/\/www.ietf.org\/rfc\/rfc3339.txt) text format.-oStartTime :: Lens' Operation (Maybe Text)-oStartTime-  = lens _oStartTime (\ s a -> s{_oStartTime = a})---- | The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the operation is--- taking place. This field is deprecated, use location instead.-oZone :: Lens' Operation (Maybe Text)-oZone = lens _oZone (\ s a -> s{_oZone = a})---- | Server-defined URL for the resource.-oSelfLink :: Lens' Operation (Maybe Text)-oSelfLink-  = lens _oSelfLink (\ s a -> s{_oSelfLink = a})---- | The server-assigned ID for the operation.-oName :: Lens' Operation (Maybe Text)-oName = lens _oName (\ s a -> s{_oName = a})---- | If an error has occurred, a textual description of the error.-oStatusMessage :: Lens' Operation (Maybe Text)-oStatusMessage-  = lens _oStatusMessage-      (\ s a -> s{_oStatusMessage = a})---- | [Output only] The time the operation completed, in--- [RFC3339](https:\/\/www.ietf.org\/rfc\/rfc3339.txt) text format.-oEndTime :: Lens' Operation (Maybe Text)-oEndTime = lens _oEndTime (\ s a -> s{_oEndTime = a})---- | Which conditions caused the current cluster state.-oClusterConditions :: Lens' Operation [StatusCondition]-oClusterConditions-  = lens _oClusterConditions-      (\ s a -> s{_oClusterConditions = a})-      . _Default-      . _Coerce---- | The operation type.-oOperationType :: Lens' Operation (Maybe OperationOperationType)-oOperationType-  = lens _oOperationType-      (\ s a -> s{_oOperationType = a})---- | Server-defined URL for the target of the operation.-oTargetLink :: Lens' Operation (Maybe Text)-oTargetLink-  = lens _oTargetLink (\ s a -> s{_oTargetLink = a})---- | Detailed operation progress, if available.-oDetail :: Lens' Operation (Maybe Text)-oDetail = lens _oDetail (\ s a -> s{_oDetail = a})--instance FromJSON Operation where-        parseJSON-          = withObject "Operation"-              (\ o ->-                 Operation' <$>-                   (o .:? "nodepoolConditions" .!= mempty) <*>-                     (o .:? "status")-                     <*> (o .:? "location")-                     <*> (o .:? "startTime")-                     <*> (o .:? "zone")-                     <*> (o .:? "selfLink")-                     <*> (o .:? "name")-                     <*> (o .:? "statusMessage")-                     <*> (o .:? "endTime")-                     <*> (o .:? "clusterConditions" .!= mempty)-                     <*> (o .:? "operationType")-                     <*> (o .:? "targetLink")-                     <*> (o .:? "detail"))--instance ToJSON Operation where-        toJSON Operation'{..}-          = object-              (catMaybes-                 [("nodepoolConditions" .=) <$> _oNodepoolConditions,-                  ("status" .=) <$> _oStatus,-                  ("location" .=) <$> _oLocation,-                  ("startTime" .=) <$> _oStartTime,-                  ("zone" .=) <$> _oZone,-                  ("selfLink" .=) <$> _oSelfLink,-                  ("name" .=) <$> _oName,-                  ("statusMessage" .=) <$> _oStatusMessage,-                  ("endTime" .=) <$> _oEndTime,-                  ("clusterConditions" .=) <$> _oClusterConditions,-                  ("operationType" .=) <$> _oOperationType,-                  ("targetLink" .=) <$> _oTargetLink,-                  ("detail" .=) <$> _oDetail])---- | The resource labels for the cluster to use to annotate any related--- Google Compute Engine resources.------ /See:/ 'clusterResourceLabels' smart constructor.-newtype ClusterResourceLabels =-  ClusterResourceLabels'-    { _crlAddtional :: HashMap Text Text-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ClusterResourceLabels' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'crlAddtional'-clusterResourceLabels-    :: HashMap Text Text -- ^ 'crlAddtional'-    -> ClusterResourceLabels-clusterResourceLabels pCrlAddtional_ =-  ClusterResourceLabels' {_crlAddtional = _Coerce # pCrlAddtional_}---crlAddtional :: Lens' ClusterResourceLabels (HashMap Text Text)-crlAddtional-  = lens _crlAddtional (\ s a -> s{_crlAddtional = a})-      . _Coerce--instance FromJSON ClusterResourceLabels where-        parseJSON-          = withObject "ClusterResourceLabels"-              (\ o ->-                 ClusterResourceLabels' <$> (parseJSONObject o))--instance ToJSON ClusterResourceLabels where-        toJSON = toJSON . _crlAddtional---- | A generic empty message that you can re-use to avoid defining duplicated--- empty messages in your APIs. A typical example is to use it as the--- request or the response type of an API method. For instance: service Foo--- { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The--- JSON representation for \`Empty\` is empty JSON object \`{}\`.------ /See:/ 'empty' smart constructor.-data Empty =-  Empty'-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'Empty' with the minimum fields required to make a request.----empty-    :: Empty-empty = Empty'---instance FromJSON Empty where-        parseJSON = withObject "Empty" (\ o -> pure Empty')--instance ToJSON Empty where-        toJSON = const emptyObject---- | SetNodePoolAutoscalingRequest sets the autoscaler settings of a node--- pool.------ /See:/ 'setNodePoolAutoscalingRequest' smart constructor.-data SetNodePoolAutoscalingRequest =-  SetNodePoolAutoscalingRequest'-    { _snparAutoscaling :: !(Maybe NodePoolAutoscaling)-    , _snparZone        :: !(Maybe Text)-    , _snparNodePoolId  :: !(Maybe Text)-    , _snparName        :: !(Maybe Text)-    , _snparClusterId   :: !(Maybe Text)-    , _snparProjectId   :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetNodePoolAutoscalingRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'snparAutoscaling'------ * 'snparZone'------ * 'snparNodePoolId'------ * 'snparName'------ * 'snparClusterId'------ * 'snparProjectId'-setNodePoolAutoscalingRequest-    :: SetNodePoolAutoscalingRequest-setNodePoolAutoscalingRequest =-  SetNodePoolAutoscalingRequest'-    { _snparAutoscaling = Nothing-    , _snparZone = Nothing-    , _snparNodePoolId = Nothing-    , _snparName = Nothing-    , _snparClusterId = Nothing-    , _snparProjectId = Nothing-    }----- | Autoscaling configuration for the node pool.-snparAutoscaling :: Lens' SetNodePoolAutoscalingRequest (Maybe NodePoolAutoscaling)-snparAutoscaling-  = lens _snparAutoscaling-      (\ s a -> s{_snparAutoscaling = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-snparZone :: Lens' SetNodePoolAutoscalingRequest (Maybe Text)-snparZone-  = lens _snparZone (\ s a -> s{_snparZone = a})---- | Deprecated. The name of the node pool to upgrade. This field has been--- deprecated and replaced by the name field.-snparNodePoolId :: Lens' SetNodePoolAutoscalingRequest (Maybe Text)-snparNodePoolId-  = lens _snparNodePoolId-      (\ s a -> s{_snparNodePoolId = a})---- | The name (project, location, cluster, node pool) of the node pool to set--- autoscaler settings. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-snparName :: Lens' SetNodePoolAutoscalingRequest (Maybe Text)-snparName-  = lens _snparName (\ s a -> s{_snparName = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-snparClusterId :: Lens' SetNodePoolAutoscalingRequest (Maybe Text)-snparClusterId-  = lens _snparClusterId-      (\ s a -> s{_snparClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-snparProjectId :: Lens' SetNodePoolAutoscalingRequest (Maybe Text)-snparProjectId-  = lens _snparProjectId-      (\ s a -> s{_snparProjectId = a})--instance FromJSON SetNodePoolAutoscalingRequest where-        parseJSON-          = withObject "SetNodePoolAutoscalingRequest"-              (\ o ->-                 SetNodePoolAutoscalingRequest' <$>-                   (o .:? "autoscaling") <*> (o .:? "zone") <*>-                     (o .:? "nodePoolId")-                     <*> (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId"))--instance ToJSON SetNodePoolAutoscalingRequest where-        toJSON SetNodePoolAutoscalingRequest'{..}-          = object-              (catMaybes-                 [("autoscaling" .=) <$> _snparAutoscaling,-                  ("zone" .=) <$> _snparZone,-                  ("nodePoolId" .=) <$> _snparNodePoolId,-                  ("name" .=) <$> _snparName,-                  ("clusterId" .=) <$> _snparClusterId,-                  ("projectId" .=) <$> _snparProjectId])---- | CompleteIPRotationRequest moves the cluster master back into single-IP--- mode.------ /See:/ 'completeIPRotationRequest' smart constructor.-data CompleteIPRotationRequest =-  CompleteIPRotationRequest'-    { _cirrZone      :: !(Maybe Text)-    , _cirrName      :: !(Maybe Text)-    , _cirrClusterId :: !(Maybe Text)-    , _cirrProjectId :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CompleteIPRotationRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cirrZone'------ * 'cirrName'------ * 'cirrClusterId'------ * 'cirrProjectId'-completeIPRotationRequest-    :: CompleteIPRotationRequest-completeIPRotationRequest =-  CompleteIPRotationRequest'-    { _cirrZone = Nothing-    , _cirrName = Nothing-    , _cirrClusterId = Nothing-    , _cirrProjectId = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-cirrZone :: Lens' CompleteIPRotationRequest (Maybe Text)-cirrZone = lens _cirrZone (\ s a -> s{_cirrZone = a})---- | The name (project, location, cluster id) of the cluster to complete IP--- rotation. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-cirrName :: Lens' CompleteIPRotationRequest (Maybe Text)-cirrName = lens _cirrName (\ s a -> s{_cirrName = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-cirrClusterId :: Lens' CompleteIPRotationRequest (Maybe Text)-cirrClusterId-  = lens _cirrClusterId-      (\ s a -> s{_cirrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-cirrProjectId :: Lens' CompleteIPRotationRequest (Maybe Text)-cirrProjectId-  = lens _cirrProjectId-      (\ s a -> s{_cirrProjectId = a})--instance FromJSON CompleteIPRotationRequest where-        parseJSON-          = withObject "CompleteIPRotationRequest"-              (\ o ->-                 CompleteIPRotationRequest' <$>-                   (o .:? "zone") <*> (o .:? "name") <*>-                     (o .:? "clusterId")-                     <*> (o .:? "projectId"))--instance ToJSON CompleteIPRotationRequest where-        toJSON CompleteIPRotationRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _cirrZone,-                  ("name" .=) <$> _cirrName,-                  ("clusterId" .=) <$> _cirrClusterId,-                  ("projectId" .=) <$> _cirrProjectId])---- | Secondary IP range of a usable subnetwork.------ /See:/ 'usableSubnetworkSecondaryRange' smart constructor.-data UsableSubnetworkSecondaryRange =-  UsableSubnetworkSecondaryRange'-    { _ussrStatus      :: !(Maybe UsableSubnetworkSecondaryRangeStatus)-    , _ussrRangeName   :: !(Maybe Text)-    , _ussrIPCIdRRange :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'UsableSubnetworkSecondaryRange' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ussrStatus'------ * 'ussrRangeName'------ * 'ussrIPCIdRRange'-usableSubnetworkSecondaryRange-    :: UsableSubnetworkSecondaryRange-usableSubnetworkSecondaryRange =-  UsableSubnetworkSecondaryRange'-    { _ussrStatus = Nothing-    , _ussrRangeName = Nothing-    , _ussrIPCIdRRange = Nothing-    }----- | This field is to determine the status of the secondary range--- programmably.-ussrStatus :: Lens' UsableSubnetworkSecondaryRange (Maybe UsableSubnetworkSecondaryRangeStatus)-ussrStatus-  = lens _ussrStatus (\ s a -> s{_ussrStatus = a})---- | The name associated with this subnetwork secondary range, used when--- adding an alias IP range to a VM instance.-ussrRangeName :: Lens' UsableSubnetworkSecondaryRange (Maybe Text)-ussrRangeName-  = lens _ussrRangeName-      (\ s a -> s{_ussrRangeName = a})---- | The range of IP addresses belonging to this subnetwork secondary range.-ussrIPCIdRRange :: Lens' UsableSubnetworkSecondaryRange (Maybe Text)-ussrIPCIdRRange-  = lens _ussrIPCIdRRange-      (\ s a -> s{_ussrIPCIdRRange = a})--instance FromJSON UsableSubnetworkSecondaryRange-         where-        parseJSON-          = withObject "UsableSubnetworkSecondaryRange"-              (\ o ->-                 UsableSubnetworkSecondaryRange' <$>-                   (o .:? "status") <*> (o .:? "rangeName") <*>-                     (o .:? "ipCidrRange"))--instance ToJSON UsableSubnetworkSecondaryRange where-        toJSON UsableSubnetworkSecondaryRange'{..}-          = object-              (catMaybes-                 [("status" .=) <$> _ussrStatus,-                  ("rangeName" .=) <$> _ussrRangeName,-                  ("ipCidrRange" .=) <$> _ussrIPCIdRRange])---- | NodeManagement defines the set of node management services turned on for--- the node pool.------ /See:/ 'nodeManagement' smart constructor.-data NodeManagement =-  NodeManagement'-    { _nmAutoUpgrade    :: !(Maybe Bool)-    , _nmAutoRepair     :: !(Maybe Bool)-    , _nmUpgradeOptions :: !(Maybe AutoUpgradeOptions)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NodeManagement' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'nmAutoUpgrade'------ * 'nmAutoRepair'------ * 'nmUpgradeOptions'-nodeManagement-    :: NodeManagement-nodeManagement =-  NodeManagement'-    { _nmAutoUpgrade = Nothing-    , _nmAutoRepair = Nothing-    , _nmUpgradeOptions = Nothing-    }----- | A flag that specifies whether node auto-upgrade is enabled for the node--- pool. If enabled, node auto-upgrade helps keep the nodes in your node--- pool up to date with the latest release version of Kubernetes.-nmAutoUpgrade :: Lens' NodeManagement (Maybe Bool)-nmAutoUpgrade-  = lens _nmAutoUpgrade-      (\ s a -> s{_nmAutoUpgrade = a})---- | A flag that specifies whether the node auto-repair is enabled for the--- node pool. If enabled, the nodes in this node pool will be monitored--- and, if they fail health checks too many times, an automatic repair--- action will be triggered.-nmAutoRepair :: Lens' NodeManagement (Maybe Bool)-nmAutoRepair-  = lens _nmAutoRepair (\ s a -> s{_nmAutoRepair = a})---- | Specifies the Auto Upgrade knobs for the node pool.-nmUpgradeOptions :: Lens' NodeManagement (Maybe AutoUpgradeOptions)-nmUpgradeOptions-  = lens _nmUpgradeOptions-      (\ s a -> s{_nmUpgradeOptions = a})--instance FromJSON NodeManagement where-        parseJSON-          = withObject "NodeManagement"-              (\ o ->-                 NodeManagement' <$>-                   (o .:? "autoUpgrade") <*> (o .:? "autoRepair") <*>-                     (o .:? "upgradeOptions"))--instance ToJSON NodeManagement where-        toJSON NodeManagement'{..}-          = object-              (catMaybes-                 [("autoUpgrade" .=) <$> _nmAutoUpgrade,-                  ("autoRepair" .=) <$> _nmAutoRepair,-                  ("upgradeOptions" .=) <$> _nmUpgradeOptions])---- | Kubernetes taint is comprised of three fields: key, value, and effect.--- Effect can only be one of three types: NoSchedule, PreferNoSchedule or--- NoExecute. For more information, including usage and the valid values,--- see:--- https:\/\/kubernetes.io\/docs\/concepts\/configuration\/taint-and-toleration\/------ /See:/ 'nodeTaint' smart constructor.-data NodeTaint =-  NodeTaint'-    { _ntEffect :: !(Maybe NodeTaintEffect)-    , _ntValue  :: !(Maybe Text)-    , _ntKey    :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NodeTaint' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ntEffect'------ * 'ntValue'------ * 'ntKey'-nodeTaint-    :: NodeTaint-nodeTaint =-  NodeTaint' {_ntEffect = Nothing, _ntValue = Nothing, _ntKey = Nothing}----- | Effect for taint.-ntEffect :: Lens' NodeTaint (Maybe NodeTaintEffect)-ntEffect = lens _ntEffect (\ s a -> s{_ntEffect = a})---- | Value for taint.-ntValue :: Lens' NodeTaint (Maybe Text)-ntValue = lens _ntValue (\ s a -> s{_ntValue = a})---- | Key for taint.-ntKey :: Lens' NodeTaint (Maybe Text)-ntKey = lens _ntKey (\ s a -> s{_ntKey = a})--instance FromJSON NodeTaint where-        parseJSON-          = withObject "NodeTaint"-              (\ o ->-                 NodeTaint' <$>-                   (o .:? "effect") <*> (o .:? "value") <*>-                     (o .:? "key"))--instance ToJSON NodeTaint where-        toJSON NodeTaint'{..}-          = object-              (catMaybes-                 [("effect" .=) <$> _ntEffect,-                  ("value" .=) <$> _ntValue, ("key" .=) <$> _ntKey])---- | NodePoolAutoscaling contains information required by cluster autoscaler--- to adjust the size of the node pool to the current cluster usage.------ /See:/ 'nodePoolAutoscaling' smart constructor.-data NodePoolAutoscaling =-  NodePoolAutoscaling'-    { _npaMaxNodeCount :: !(Maybe (Textual Int32))-    , _npaEnabled      :: !(Maybe Bool)-    , _npaMinNodeCount :: !(Maybe (Textual Int32))-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NodePoolAutoscaling' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'npaMaxNodeCount'------ * 'npaEnabled'------ * 'npaMinNodeCount'-nodePoolAutoscaling-    :: NodePoolAutoscaling-nodePoolAutoscaling =-  NodePoolAutoscaling'-    { _npaMaxNodeCount = Nothing-    , _npaEnabled = Nothing-    , _npaMinNodeCount = Nothing-    }----- | Maximum number of nodes in the NodePool. Must be >= min_node_count.--- There has to enough quota to scale up the cluster.-npaMaxNodeCount :: Lens' NodePoolAutoscaling (Maybe Int32)-npaMaxNodeCount-  = lens _npaMaxNodeCount-      (\ s a -> s{_npaMaxNodeCount = a})-      . mapping _Coerce---- | Is autoscaling enabled for this node pool.-npaEnabled :: Lens' NodePoolAutoscaling (Maybe Bool)-npaEnabled-  = lens _npaEnabled (\ s a -> s{_npaEnabled = a})---- | Minimum number of nodes in the NodePool. Must be >= 1 and \<=--- max_node_count.-npaMinNodeCount :: Lens' NodePoolAutoscaling (Maybe Int32)-npaMinNodeCount-  = lens _npaMinNodeCount-      (\ s a -> s{_npaMinNodeCount = a})-      . mapping _Coerce--instance FromJSON NodePoolAutoscaling where-        parseJSON-          = withObject "NodePoolAutoscaling"-              (\ o ->-                 NodePoolAutoscaling' <$>-                   (o .:? "maxNodeCount") <*> (o .:? "enabled") <*>-                     (o .:? "minNodeCount"))--instance ToJSON NodePoolAutoscaling where-        toJSON NodePoolAutoscaling'{..}-          = object-              (catMaybes-                 [("maxNodeCount" .=) <$> _npaMaxNodeCount,-                  ("enabled" .=) <$> _npaEnabled,-                  ("minNodeCount" .=) <$> _npaMinNodeCount])---- | SetMaintenancePolicyRequest sets the maintenance policy for a cluster.------ /See:/ 'setMaintenancePolicyRequest' smart constructor.-data SetMaintenancePolicyRequest =-  SetMaintenancePolicyRequest'-    { _smprZone              :: !(Maybe Text)-    , _smprName              :: !(Maybe Text)-    , _smprClusterId         :: !(Maybe Text)-    , _smprMaintenancePolicy :: !(Maybe MaintenancePolicy)-    , _smprProjectId         :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetMaintenancePolicyRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'smprZone'------ * 'smprName'------ * 'smprClusterId'------ * 'smprMaintenancePolicy'------ * 'smprProjectId'-setMaintenancePolicyRequest-    :: SetMaintenancePolicyRequest-setMaintenancePolicyRequest =-  SetMaintenancePolicyRequest'-    { _smprZone = Nothing-    , _smprName = Nothing-    , _smprClusterId = Nothing-    , _smprMaintenancePolicy = Nothing-    , _smprProjectId = Nothing-    }----- | The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.-smprZone :: Lens' SetMaintenancePolicyRequest (Maybe Text)-smprZone = lens _smprZone (\ s a -> s{_smprZone = a})---- | The name (project, location, cluster id) of the cluster to set--- maintenance policy. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-smprName :: Lens' SetMaintenancePolicyRequest (Maybe Text)-smprName = lens _smprName (\ s a -> s{_smprName = a})---- | The name of the cluster to update.-smprClusterId :: Lens' SetMaintenancePolicyRequest (Maybe Text)-smprClusterId-  = lens _smprClusterId-      (\ s a -> s{_smprClusterId = a})---- | The maintenance policy to be set for the cluster. An empty field clears--- the existing maintenance policy.-smprMaintenancePolicy :: Lens' SetMaintenancePolicyRequest (Maybe MaintenancePolicy)-smprMaintenancePolicy-  = lens _smprMaintenancePolicy-      (\ s a -> s{_smprMaintenancePolicy = a})---- | The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840).-smprProjectId :: Lens' SetMaintenancePolicyRequest (Maybe Text)-smprProjectId-  = lens _smprProjectId-      (\ s a -> s{_smprProjectId = a})--instance FromJSON SetMaintenancePolicyRequest where-        parseJSON-          = withObject "SetMaintenancePolicyRequest"-              (\ o ->-                 SetMaintenancePolicyRequest' <$>-                   (o .:? "zone") <*> (o .:? "name") <*>-                     (o .:? "clusterId")-                     <*> (o .:? "maintenancePolicy")-                     <*> (o .:? "projectId"))--instance ToJSON SetMaintenancePolicyRequest where-        toJSON SetMaintenancePolicyRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _smprZone,-                  ("name" .=) <$> _smprName,-                  ("clusterId" .=) <$> _smprClusterId,-                  ("maintenancePolicy" .=) <$> _smprMaintenancePolicy,-                  ("projectId" .=) <$> _smprProjectId])---- | UsableSubnetwork resource returns the subnetwork name, its associated--- network and the primary CIDR range.------ /See:/ 'usableSubnetwork' smart constructor.-data UsableSubnetwork =-  UsableSubnetwork'-    { _usNetwork           :: !(Maybe Text)-    , _usStatusMessage     :: !(Maybe Text)-    , _usSecondaryIPRanges :: !(Maybe [UsableSubnetworkSecondaryRange])-    , _usIPCIdRRange       :: !(Maybe Text)-    , _usSubnetwork        :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'UsableSubnetwork' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'usNetwork'------ * 'usStatusMessage'------ * 'usSecondaryIPRanges'------ * 'usIPCIdRRange'------ * 'usSubnetwork'-usableSubnetwork-    :: UsableSubnetwork-usableSubnetwork =-  UsableSubnetwork'-    { _usNetwork = Nothing-    , _usStatusMessage = Nothing-    , _usSecondaryIPRanges = Nothing-    , _usIPCIdRRange = Nothing-    , _usSubnetwork = Nothing-    }----- | Network Name. Example:--- projects\/my-project\/global\/networks\/my-network-usNetwork :: Lens' UsableSubnetwork (Maybe Text)-usNetwork-  = lens _usNetwork (\ s a -> s{_usNetwork = a})---- | A human readable status message representing the reasons for cases where--- the caller cannot use the secondary ranges under the subnet. For example--- if the secondary_ip_ranges is empty due to a permission issue, an--- insufficient permission message will be given by status_message.-usStatusMessage :: Lens' UsableSubnetwork (Maybe Text)-usStatusMessage-  = lens _usStatusMessage-      (\ s a -> s{_usStatusMessage = a})---- | Secondary IP ranges.-usSecondaryIPRanges :: Lens' UsableSubnetwork [UsableSubnetworkSecondaryRange]-usSecondaryIPRanges-  = lens _usSecondaryIPRanges-      (\ s a -> s{_usSecondaryIPRanges = a})-      . _Default-      . _Coerce---- | The range of internal addresses that are owned by this subnetwork.-usIPCIdRRange :: Lens' UsableSubnetwork (Maybe Text)-usIPCIdRRange-  = lens _usIPCIdRRange-      (\ s a -> s{_usIPCIdRRange = a})---- | Subnetwork Name. Example:--- projects\/my-project\/regions\/us-central1\/subnetworks\/my-subnet-usSubnetwork :: Lens' UsableSubnetwork (Maybe Text)-usSubnetwork-  = lens _usSubnetwork (\ s a -> s{_usSubnetwork = a})--instance FromJSON UsableSubnetwork where-        parseJSON-          = withObject "UsableSubnetwork"-              (\ o ->-                 UsableSubnetwork' <$>-                   (o .:? "network") <*> (o .:? "statusMessage") <*>-                     (o .:? "secondaryIpRanges" .!= mempty)-                     <*> (o .:? "ipCidrRange")-                     <*> (o .:? "subnetwork"))--instance ToJSON UsableSubnetwork where-        toJSON UsableSubnetwork'{..}-          = object-              (catMaybes-                 [("network" .=) <$> _usNetwork,-                  ("statusMessage" .=) <$> _usStatusMessage,-                  ("secondaryIpRanges" .=) <$> _usSecondaryIPRanges,-                  ("ipCidrRange" .=) <$> _usIPCIdRRange,-                  ("subnetwork" .=) <$> _usSubnetwork])---- | Configuration for the Kubernetes Dashboard.------ /See:/ 'kubernetesDashboard' smart constructor.-newtype KubernetesDashboard =-  KubernetesDashboard'-    { _kdDisabled :: Maybe Bool-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'KubernetesDashboard' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'kdDisabled'-kubernetesDashboard-    :: KubernetesDashboard-kubernetesDashboard = KubernetesDashboard' {_kdDisabled = Nothing}----- | Whether the Kubernetes Dashboard is enabled for this cluster.-kdDisabled :: Lens' KubernetesDashboard (Maybe Bool)-kdDisabled-  = lens _kdDisabled (\ s a -> s{_kdDisabled = a})--instance FromJSON KubernetesDashboard where-        parseJSON-          = withObject "KubernetesDashboard"-              (\ o -> KubernetesDashboard' <$> (o .:? "disabled"))--instance ToJSON KubernetesDashboard where-        toJSON KubernetesDashboard'{..}-          = object-              (catMaybes [("disabled" .=) <$> _kdDisabled])---- | Configuration for client certificates on the cluster.------ /See:/ 'clientCertificateConfig' smart constructor.-newtype ClientCertificateConfig =-  ClientCertificateConfig'-    { _cccIssueClientCertificate :: Maybe Bool-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ClientCertificateConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cccIssueClientCertificate'-clientCertificateConfig-    :: ClientCertificateConfig-clientCertificateConfig =-  ClientCertificateConfig' {_cccIssueClientCertificate = Nothing}----- | Issue a client certificate.-cccIssueClientCertificate :: Lens' ClientCertificateConfig (Maybe Bool)-cccIssueClientCertificate-  = lens _cccIssueClientCertificate-      (\ s a -> s{_cccIssueClientCertificate = a})--instance FromJSON ClientCertificateConfig where-        parseJSON-          = withObject "ClientCertificateConfig"-              (\ o ->-                 ClientCertificateConfig' <$>-                   (o .:? "issueClientCertificate"))--instance ToJSON ClientCertificateConfig where-        toJSON ClientCertificateConfig'{..}-          = object-              (catMaybes-                 [("issueClientCertificate" .=) <$>-                    _cccIssueClientCertificate])---- | SetLabelsRequest sets the Google Cloud Platform labels on a Google--- Container Engine cluster, which will in turn set them for Google Compute--- Engine resources used by that cluster------ /See:/ 'setLabelsRequest' smart constructor.-data SetLabelsRequest =-  SetLabelsRequest'-    { _slrResourceLabels   :: !(Maybe SetLabelsRequestResourceLabels)-    , _slrZone             :: !(Maybe Text)-    , _slrName             :: !(Maybe Text)-    , _slrClusterId        :: !(Maybe Text)-    , _slrProjectId        :: !(Maybe Text)-    , _slrLabelFingerprint :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetLabelsRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'slrResourceLabels'------ * 'slrZone'------ * 'slrName'------ * 'slrClusterId'------ * 'slrProjectId'------ * 'slrLabelFingerprint'-setLabelsRequest-    :: SetLabelsRequest-setLabelsRequest =-  SetLabelsRequest'-    { _slrResourceLabels = Nothing-    , _slrZone = Nothing-    , _slrName = Nothing-    , _slrClusterId = Nothing-    , _slrProjectId = Nothing-    , _slrLabelFingerprint = Nothing-    }----- | The labels to set for that cluster.-slrResourceLabels :: Lens' SetLabelsRequest (Maybe SetLabelsRequestResourceLabels)-slrResourceLabels-  = lens _slrResourceLabels-      (\ s a -> s{_slrResourceLabels = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-slrZone :: Lens' SetLabelsRequest (Maybe Text)-slrZone = lens _slrZone (\ s a -> s{_slrZone = a})---- | The name (project, location, cluster id) of the cluster to set labels.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-slrName :: Lens' SetLabelsRequest (Maybe Text)-slrName = lens _slrName (\ s a -> s{_slrName = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-slrClusterId :: Lens' SetLabelsRequest (Maybe Text)-slrClusterId-  = lens _slrClusterId (\ s a -> s{_slrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-slrProjectId :: Lens' SetLabelsRequest (Maybe Text)-slrProjectId-  = lens _slrProjectId (\ s a -> s{_slrProjectId = a})---- | The fingerprint of the previous set of labels for this resource, used to--- detect conflicts. The fingerprint is initially generated by Kubernetes--- Engine and changes after every request to modify or update labels. You--- must always provide an up-to-date fingerprint hash when updating or--- changing labels. Make a 'get()' request to the resource to get the--- latest fingerprint.-slrLabelFingerprint :: Lens' SetLabelsRequest (Maybe Text)-slrLabelFingerprint-  = lens _slrLabelFingerprint-      (\ s a -> s{_slrLabelFingerprint = a})--instance FromJSON SetLabelsRequest where-        parseJSON-          = withObject "SetLabelsRequest"-              (\ o ->-                 SetLabelsRequest' <$>-                   (o .:? "resourceLabels") <*> (o .:? "zone") <*>-                     (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId")-                     <*> (o .:? "labelFingerprint"))--instance ToJSON SetLabelsRequest where-        toJSON SetLabelsRequest'{..}-          = object-              (catMaybes-                 [("resourceLabels" .=) <$> _slrResourceLabels,-                  ("zone" .=) <$> _slrZone, ("name" .=) <$> _slrName,-                  ("clusterId" .=) <$> _slrClusterId,-                  ("projectId" .=) <$> _slrProjectId,-                  ("labelFingerprint" .=) <$> _slrLabelFingerprint])---- | GetOpenIDConfigResponse is an OIDC discovery document for the cluster.--- See the OpenID Connect Discovery 1.0 specification for details.------ /See:/ 'getOpenIdConfigResponse' smart constructor.-data GetOpenIdConfigResponse =-  GetOpenIdConfigResponse'-    { _goicrIdTokenSigningAlgValuesSupported :: !(Maybe [Text])-    , _goicrResponseTypesSupported           :: !(Maybe [Text])-    , _goicrJWKsURI                          :: !(Maybe Text)-    , _goicrGrantTypes                       :: !(Maybe [Text])-    , _goicrClaimsSupported                  :: !(Maybe [Text])-    , _goicrIssuer                           :: !(Maybe Text)-    , _goicrSubjectTypesSupported            :: !(Maybe [Text])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'GetOpenIdConfigResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'goicrIdTokenSigningAlgValuesSupported'------ * 'goicrResponseTypesSupported'------ * 'goicrJWKsURI'------ * 'goicrGrantTypes'------ * 'goicrClaimsSupported'------ * 'goicrIssuer'------ * 'goicrSubjectTypesSupported'-getOpenIdConfigResponse-    :: GetOpenIdConfigResponse-getOpenIdConfigResponse =-  GetOpenIdConfigResponse'-    { _goicrIdTokenSigningAlgValuesSupported = Nothing-    , _goicrResponseTypesSupported = Nothing-    , _goicrJWKsURI = Nothing-    , _goicrGrantTypes = Nothing-    , _goicrClaimsSupported = Nothing-    , _goicrIssuer = Nothing-    , _goicrSubjectTypesSupported = Nothing-    }----- | NOLINT-goicrIdTokenSigningAlgValuesSupported :: Lens' GetOpenIdConfigResponse [Text]-goicrIdTokenSigningAlgValuesSupported-  = lens _goicrIdTokenSigningAlgValuesSupported-      (\ s a ->-         s{_goicrIdTokenSigningAlgValuesSupported = a})-      . _Default-      . _Coerce---- | NOLINT-goicrResponseTypesSupported :: Lens' GetOpenIdConfigResponse [Text]-goicrResponseTypesSupported-  = lens _goicrResponseTypesSupported-      (\ s a -> s{_goicrResponseTypesSupported = a})-      . _Default-      . _Coerce---- | NOLINT-goicrJWKsURI :: Lens' GetOpenIdConfigResponse (Maybe Text)-goicrJWKsURI-  = lens _goicrJWKsURI (\ s a -> s{_goicrJWKsURI = a})---- | NOLINT-goicrGrantTypes :: Lens' GetOpenIdConfigResponse [Text]-goicrGrantTypes-  = lens _goicrGrantTypes-      (\ s a -> s{_goicrGrantTypes = a})-      . _Default-      . _Coerce---- | NOLINT-goicrClaimsSupported :: Lens' GetOpenIdConfigResponse [Text]-goicrClaimsSupported-  = lens _goicrClaimsSupported-      (\ s a -> s{_goicrClaimsSupported = a})-      . _Default-      . _Coerce---- | NOLINT-goicrIssuer :: Lens' GetOpenIdConfigResponse (Maybe Text)-goicrIssuer-  = lens _goicrIssuer (\ s a -> s{_goicrIssuer = a})---- | NOLINT-goicrSubjectTypesSupported :: Lens' GetOpenIdConfigResponse [Text]-goicrSubjectTypesSupported-  = lens _goicrSubjectTypesSupported-      (\ s a -> s{_goicrSubjectTypesSupported = a})-      . _Default-      . _Coerce--instance FromJSON GetOpenIdConfigResponse where-        parseJSON-          = withObject "GetOpenIdConfigResponse"-              (\ o ->-                 GetOpenIdConfigResponse' <$>-                   (o .:? "id_token_signing_alg_values_supported" .!=-                      mempty)-                     <*> (o .:? "response_types_supported" .!= mempty)-                     <*> (o .:? "jwks_uri")-                     <*> (o .:? "grant_types" .!= mempty)-                     <*> (o .:? "claims_supported" .!= mempty)-                     <*> (o .:? "issuer")-                     <*> (o .:? "subject_types_supported" .!= mempty))--instance ToJSON GetOpenIdConfigResponse where-        toJSON GetOpenIdConfigResponse'{..}-          = object-              (catMaybes-                 [("id_token_signing_alg_values_supported" .=) <$>-                    _goicrIdTokenSigningAlgValuesSupported,-                  ("response_types_supported" .=) <$>-                    _goicrResponseTypesSupported,-                  ("jwks_uri" .=) <$> _goicrJWKsURI,-                  ("grant_types" .=) <$> _goicrGrantTypes,-                  ("claims_supported" .=) <$> _goicrClaimsSupported,-                  ("issuer" .=) <$> _goicrIssuer,-                  ("subject_types_supported" .=) <$>-                    _goicrSubjectTypesSupported])---- | Jwk is a JSON Web Key as specified in RFC 7517------ /See:/ 'jwk' smart constructor.-data JWK =-  JWK'-    { _jCrv :: !(Maybe Text)-    , _jAlg :: !(Maybe Text)-    , _jUse :: !(Maybe Text)-    , _jKid :: !(Maybe Text)-    , _jN   :: !(Maybe Text)-    , _jE   :: !(Maybe Text)-    , _jX   :: !(Maybe Text)-    , _jKty :: !(Maybe Text)-    , _jY   :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'JWK' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'jCrv'------ * 'jAlg'------ * 'jUse'------ * 'jKid'------ * 'jN'------ * 'jE'------ * 'jX'------ * 'jKty'------ * 'jY'-jwk-    :: JWK-jwk =-  JWK'-    { _jCrv = Nothing-    , _jAlg = Nothing-    , _jUse = Nothing-    , _jKid = Nothing-    , _jN = Nothing-    , _jE = Nothing-    , _jX = Nothing-    , _jKty = Nothing-    , _jY = Nothing-    }----- | NOLINT-jCrv :: Lens' JWK (Maybe Text)-jCrv = lens _jCrv (\ s a -> s{_jCrv = a})---- | NOLINT-jAlg :: Lens' JWK (Maybe Text)-jAlg = lens _jAlg (\ s a -> s{_jAlg = a})---- | NOLINT-jUse :: Lens' JWK (Maybe Text)-jUse = lens _jUse (\ s a -> s{_jUse = a})---- | NOLINT-jKid :: Lens' JWK (Maybe Text)-jKid = lens _jKid (\ s a -> s{_jKid = a})---- | Fields for RSA keys. NOLINT-jN :: Lens' JWK (Maybe Text)-jN = lens _jN (\ s a -> s{_jN = a})---- | NOLINT-jE :: Lens' JWK (Maybe Text)-jE = lens _jE (\ s a -> s{_jE = a})---- | Fields for ECDSA keys. NOLINT-jX :: Lens' JWK (Maybe Text)-jX = lens _jX (\ s a -> s{_jX = a})---- | NOLINT-jKty :: Lens' JWK (Maybe Text)-jKty = lens _jKty (\ s a -> s{_jKty = a})---- | NOLINT-jY :: Lens' JWK (Maybe Text)-jY = lens _jY (\ s a -> s{_jY = a})--instance FromJSON JWK where-        parseJSON-          = withObject "JWK"-              (\ o ->-                 JWK' <$>-                   (o .:? "crv") <*> (o .:? "alg") <*> (o .:? "use") <*>-                     (o .:? "kid")-                     <*> (o .:? "n")-                     <*> (o .:? "e")-                     <*> (o .:? "x")-                     <*> (o .:? "kty")-                     <*> (o .:? "y"))--instance ToJSON JWK where-        toJSON JWK'{..}-          = object-              (catMaybes-                 [("crv" .=) <$> _jCrv, ("alg" .=) <$> _jAlg,-                  ("use" .=) <$> _jUse, ("kid" .=) <$> _jKid,-                  ("n" .=) <$> _jN, ("e" .=) <$> _jE, ("x" .=) <$> _jX,-                  ("kty" .=) <$> _jKty, ("y" .=) <$> _jY])---- | MaintenanceWindow defines the maintenance window to be used for the--- cluster.------ /See:/ 'maintenanceWindow' smart constructor.-newtype MaintenanceWindow =-  MaintenanceWindow'-    { _mwDailyMaintenanceWindow :: Maybe DailyMaintenanceWindow-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'MaintenanceWindow' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'mwDailyMaintenanceWindow'-maintenanceWindow-    :: MaintenanceWindow-maintenanceWindow = MaintenanceWindow' {_mwDailyMaintenanceWindow = Nothing}----- | DailyMaintenanceWindow specifies a daily maintenance operation window.-mwDailyMaintenanceWindow :: Lens' MaintenanceWindow (Maybe DailyMaintenanceWindow)-mwDailyMaintenanceWindow-  = lens _mwDailyMaintenanceWindow-      (\ s a -> s{_mwDailyMaintenanceWindow = a})--instance FromJSON MaintenanceWindow where-        parseJSON-          = withObject "MaintenanceWindow"-              (\ o ->-                 MaintenanceWindow' <$>-                   (o .:? "dailyMaintenanceWindow"))--instance ToJSON MaintenanceWindow where-        toJSON MaintenanceWindow'{..}-          = object-              (catMaybes-                 [("dailyMaintenanceWindow" .=) <$>-                    _mwDailyMaintenanceWindow])---- | Constraints applied to pods.------ /See:/ 'maxPodsConstraint' smart constructor.-newtype MaxPodsConstraint =-  MaxPodsConstraint'-    { _mpcMaxPodsPerNode :: Maybe (Textual Int64)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'MaxPodsConstraint' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'mpcMaxPodsPerNode'-maxPodsConstraint-    :: MaxPodsConstraint-maxPodsConstraint = MaxPodsConstraint' {_mpcMaxPodsPerNode = Nothing}----- | Constraint enforced on the max num of pods per node.-mpcMaxPodsPerNode :: Lens' MaxPodsConstraint (Maybe Int64)-mpcMaxPodsPerNode-  = lens _mpcMaxPodsPerNode-      (\ s a -> s{_mpcMaxPodsPerNode = a})-      . mapping _Coerce--instance FromJSON MaxPodsConstraint where-        parseJSON-          = withObject "MaxPodsConstraint"-              (\ o ->-                 MaxPodsConstraint' <$> (o .:? "maxPodsPerNode"))--instance ToJSON MaxPodsConstraint where-        toJSON MaxPodsConstraint'{..}-          = object-              (catMaybes-                 [("maxPodsPerNode" .=) <$> _mpcMaxPodsPerNode])---- | Configuration for controlling how IPs are allocated in the cluster.------ /See:/ 'ipAllocationPolicy' smart constructor.-data IPAllocationPolicy =-  IPAllocationPolicy'-    { _iapServicesSecondaryRangeName :: !(Maybe Text)-    , _iapTpuIPv4CIdRBlock           :: !(Maybe Text)-    , _iapNodeIPv4CIdR               :: !(Maybe Text)-    , _iapUseIPAliases               :: !(Maybe Bool)-    , _iapClusterIPv4CIdR            :: !(Maybe Text)-    , _iapSubnetworkName             :: !(Maybe Text)-    , _iapClusterSecondaryRangeName  :: !(Maybe Text)-    , _iapNodeIPv4CIdRBlock          :: !(Maybe Text)-    , _iapServicesIPv4CIdR           :: !(Maybe Text)-    , _iapClusterIPv4CIdRBlock       :: !(Maybe Text)-    , _iapServicesIPv4CIdRBlock      :: !(Maybe Text)-    , _iapCreateSubnetwork           :: !(Maybe Bool)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'IPAllocationPolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'iapServicesSecondaryRangeName'------ * 'iapTpuIPv4CIdRBlock'------ * 'iapNodeIPv4CIdR'------ * 'iapUseIPAliases'------ * 'iapClusterIPv4CIdR'------ * 'iapSubnetworkName'------ * 'iapClusterSecondaryRangeName'------ * 'iapNodeIPv4CIdRBlock'------ * 'iapServicesIPv4CIdR'------ * 'iapClusterIPv4CIdRBlock'------ * 'iapServicesIPv4CIdRBlock'------ * 'iapCreateSubnetwork'-ipAllocationPolicy-    :: IPAllocationPolicy-ipAllocationPolicy =-  IPAllocationPolicy'-    { _iapServicesSecondaryRangeName = Nothing-    , _iapTpuIPv4CIdRBlock = Nothing-    , _iapNodeIPv4CIdR = Nothing-    , _iapUseIPAliases = Nothing-    , _iapClusterIPv4CIdR = Nothing-    , _iapSubnetworkName = Nothing-    , _iapClusterSecondaryRangeName = Nothing-    , _iapNodeIPv4CIdRBlock = Nothing-    , _iapServicesIPv4CIdR = Nothing-    , _iapClusterIPv4CIdRBlock = Nothing-    , _iapServicesIPv4CIdRBlock = Nothing-    , _iapCreateSubnetwork = Nothing-    }----- | The name of the secondary range to be used as for the services CIDR--- block. The secondary range will be used for service ClusterIPs. This--- must be an existing secondary range associated with the cluster--- subnetwork. This field is only applicable with use_ip_aliases is true--- and create_subnetwork is false.-iapServicesSecondaryRangeName :: Lens' IPAllocationPolicy (Maybe Text)-iapServicesSecondaryRangeName-  = lens _iapServicesSecondaryRangeName-      (\ s a -> s{_iapServicesSecondaryRangeName = a})---- | The IP address range of the Cloud TPUs in this cluster. If unspecified,--- a range will be automatically chosen with the default size. This field--- is only applicable when \`use_ip_aliases\` is true. If unspecified, the--- range will use the default size. Set to \/netmask (e.g. \`\/14\`) to--- have a range chosen with a specific netmask. Set to a--- [CIDR](http:\/\/en.wikipedia.org\/wiki\/Classless_Inter-Domain_Routing)--- notation (e.g. \`10.96.0.0\/14\`) from the RFC-1918 private networks--- (e.g. \`10.0.0.0\/8\`, \`172.16.0.0\/12\`, \`192.168.0.0\/16\`) to pick--- a specific range to use.-iapTpuIPv4CIdRBlock :: Lens' IPAllocationPolicy (Maybe Text)-iapTpuIPv4CIdRBlock-  = lens _iapTpuIPv4CIdRBlock-      (\ s a -> s{_iapTpuIPv4CIdRBlock = a})---- | This field is deprecated, use node_ipv4_cidr_block.-iapNodeIPv4CIdR :: Lens' IPAllocationPolicy (Maybe Text)-iapNodeIPv4CIdR-  = lens _iapNodeIPv4CIdR-      (\ s a -> s{_iapNodeIPv4CIdR = a})---- | Whether alias IPs will be used for pod IPs in the cluster.-iapUseIPAliases :: Lens' IPAllocationPolicy (Maybe Bool)-iapUseIPAliases-  = lens _iapUseIPAliases-      (\ s a -> s{_iapUseIPAliases = a})---- | This field is deprecated, use cluster_ipv4_cidr_block.-iapClusterIPv4CIdR :: Lens' IPAllocationPolicy (Maybe Text)-iapClusterIPv4CIdR-  = lens _iapClusterIPv4CIdR-      (\ s a -> s{_iapClusterIPv4CIdR = a})---- | A custom subnetwork name to be used if \`create_subnetwork\` is true. If--- this field is empty, then an automatic name will be chosen for the new--- subnetwork.-iapSubnetworkName :: Lens' IPAllocationPolicy (Maybe Text)-iapSubnetworkName-  = lens _iapSubnetworkName-      (\ s a -> s{_iapSubnetworkName = a})---- | The name of the secondary range to be used for the cluster CIDR block.--- The secondary range will be used for pod IP addresses. This must be an--- existing secondary range associated with the cluster subnetwork. This--- field is only applicable with use_ip_aliases is true and--- create_subnetwork is false.-iapClusterSecondaryRangeName :: Lens' IPAllocationPolicy (Maybe Text)-iapClusterSecondaryRangeName-  = lens _iapClusterSecondaryRangeName-      (\ s a -> s{_iapClusterSecondaryRangeName = a})---- | The IP address range of the instance IPs in this cluster. This is--- applicable only if \`create_subnetwork\` is true. Set to blank to have a--- range chosen with the default size. Set to \/netmask (e.g. \`\/14\`) to--- have a range chosen with a specific netmask. Set to a--- [CIDR](http:\/\/en.wikipedia.org\/wiki\/Classless_Inter-Domain_Routing)--- notation (e.g. \`10.96.0.0\/14\`) from the RFC-1918 private networks--- (e.g. \`10.0.0.0\/8\`, \`172.16.0.0\/12\`, \`192.168.0.0\/16\`) to pick--- a specific range to use.-iapNodeIPv4CIdRBlock :: Lens' IPAllocationPolicy (Maybe Text)-iapNodeIPv4CIdRBlock-  = lens _iapNodeIPv4CIdRBlock-      (\ s a -> s{_iapNodeIPv4CIdRBlock = a})---- | This field is deprecated, use services_ipv4_cidr_block.-iapServicesIPv4CIdR :: Lens' IPAllocationPolicy (Maybe Text)-iapServicesIPv4CIdR-  = lens _iapServicesIPv4CIdR-      (\ s a -> s{_iapServicesIPv4CIdR = a})---- | The IP address range for the cluster pod IPs. If this field is set, then--- \`cluster.cluster_ipv4_cidr\` must be left blank. This field is only--- applicable when \`use_ip_aliases\` is true. Set to blank to have a range--- chosen with the default size. Set to \/netmask (e.g. \`\/14\`) to have a--- range chosen with a specific netmask. Set to a--- [CIDR](http:\/\/en.wikipedia.org\/wiki\/Classless_Inter-Domain_Routing)--- notation (e.g. \`10.96.0.0\/14\`) from the RFC-1918 private networks--- (e.g. \`10.0.0.0\/8\`, \`172.16.0.0\/12\`, \`192.168.0.0\/16\`) to pick--- a specific range to use.-iapClusterIPv4CIdRBlock :: Lens' IPAllocationPolicy (Maybe Text)-iapClusterIPv4CIdRBlock-  = lens _iapClusterIPv4CIdRBlock-      (\ s a -> s{_iapClusterIPv4CIdRBlock = a})---- | The IP address range of the services IPs in this cluster. If blank, a--- range will be automatically chosen with the default size. This field is--- only applicable when \`use_ip_aliases\` is true. Set to blank to have a--- range chosen with the default size. Set to \/netmask (e.g. \`\/14\`) to--- have a range chosen with a specific netmask. Set to a--- [CIDR](http:\/\/en.wikipedia.org\/wiki\/Classless_Inter-Domain_Routing)--- notation (e.g. \`10.96.0.0\/14\`) from the RFC-1918 private networks--- (e.g. \`10.0.0.0\/8\`, \`172.16.0.0\/12\`, \`192.168.0.0\/16\`) to pick--- a specific range to use.-iapServicesIPv4CIdRBlock :: Lens' IPAllocationPolicy (Maybe Text)-iapServicesIPv4CIdRBlock-  = lens _iapServicesIPv4CIdRBlock-      (\ s a -> s{_iapServicesIPv4CIdRBlock = a})---- | Whether a new subnetwork will be created automatically for the cluster.--- This field is only applicable when \`use_ip_aliases\` is true.-iapCreateSubnetwork :: Lens' IPAllocationPolicy (Maybe Bool)-iapCreateSubnetwork-  = lens _iapCreateSubnetwork-      (\ s a -> s{_iapCreateSubnetwork = a})--instance FromJSON IPAllocationPolicy where-        parseJSON-          = withObject "IPAllocationPolicy"-              (\ o ->-                 IPAllocationPolicy' <$>-                   (o .:? "servicesSecondaryRangeName") <*>-                     (o .:? "tpuIpv4CidrBlock")-                     <*> (o .:? "nodeIpv4Cidr")-                     <*> (o .:? "useIpAliases")-                     <*> (o .:? "clusterIpv4Cidr")-                     <*> (o .:? "subnetworkName")-                     <*> (o .:? "clusterSecondaryRangeName")-                     <*> (o .:? "nodeIpv4CidrBlock")-                     <*> (o .:? "servicesIpv4Cidr")-                     <*> (o .:? "clusterIpv4CidrBlock")-                     <*> (o .:? "servicesIpv4CidrBlock")-                     <*> (o .:? "createSubnetwork"))--instance ToJSON IPAllocationPolicy where-        toJSON IPAllocationPolicy'{..}-          = object-              (catMaybes-                 [("servicesSecondaryRangeName" .=) <$>-                    _iapServicesSecondaryRangeName,-                  ("tpuIpv4CidrBlock" .=) <$> _iapTpuIPv4CIdRBlock,-                  ("nodeIpv4Cidr" .=) <$> _iapNodeIPv4CIdR,-                  ("useIpAliases" .=) <$> _iapUseIPAliases,-                  ("clusterIpv4Cidr" .=) <$> _iapClusterIPv4CIdR,-                  ("subnetworkName" .=) <$> _iapSubnetworkName,-                  ("clusterSecondaryRangeName" .=) <$>-                    _iapClusterSecondaryRangeName,-                  ("nodeIpv4CidrBlock" .=) <$> _iapNodeIPv4CIdRBlock,-                  ("servicesIpv4Cidr" .=) <$> _iapServicesIPv4CIdR,-                  ("clusterIpv4CidrBlock" .=) <$>-                    _iapClusterIPv4CIdRBlock,-                  ("servicesIpv4CidrBlock" .=) <$>-                    _iapServicesIPv4CIdRBlock,-                  ("createSubnetwork" .=) <$> _iapCreateSubnetwork])---- | Configuration for the addons that can be automatically spun up in the--- cluster, enabling additional functionality.------ /See:/ 'addonsConfig' smart constructor.-data AddonsConfig =-  AddonsConfig'-    { _acNetworkPolicyConfig      :: !(Maybe NetworkPolicyConfig)-    , _acHorizontalPodAutoscaling :: !(Maybe HorizontalPodAutoscaling)-    , _acHTTPLoadBalancing        :: !(Maybe HTTPLoadBalancing)-    , _acKubernetesDashboard      :: !(Maybe KubernetesDashboard)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'AddonsConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'acNetworkPolicyConfig'------ * 'acHorizontalPodAutoscaling'------ * 'acHTTPLoadBalancing'------ * 'acKubernetesDashboard'-addonsConfig-    :: AddonsConfig-addonsConfig =-  AddonsConfig'-    { _acNetworkPolicyConfig = Nothing-    , _acHorizontalPodAutoscaling = Nothing-    , _acHTTPLoadBalancing = Nothing-    , _acKubernetesDashboard = Nothing-    }----- | Configuration for NetworkPolicy. This only tracks whether the addon is--- enabled or not on the Master, it does not track whether network policy--- is enabled for the nodes.-acNetworkPolicyConfig :: Lens' AddonsConfig (Maybe NetworkPolicyConfig)-acNetworkPolicyConfig-  = lens _acNetworkPolicyConfig-      (\ s a -> s{_acNetworkPolicyConfig = a})---- | Configuration for the horizontal pod autoscaling feature, which--- increases or decreases the number of replica pods a replication--- controller has based on the resource usage of the existing pods.-acHorizontalPodAutoscaling :: Lens' AddonsConfig (Maybe HorizontalPodAutoscaling)-acHorizontalPodAutoscaling-  = lens _acHorizontalPodAutoscaling-      (\ s a -> s{_acHorizontalPodAutoscaling = a})---- | Configuration for the HTTP (L7) load balancing controller addon, which--- makes it easy to set up HTTP load balancers for services in a cluster.-acHTTPLoadBalancing :: Lens' AddonsConfig (Maybe HTTPLoadBalancing)-acHTTPLoadBalancing-  = lens _acHTTPLoadBalancing-      (\ s a -> s{_acHTTPLoadBalancing = a})---- | Configuration for the Kubernetes Dashboard.-acKubernetesDashboard :: Lens' AddonsConfig (Maybe KubernetesDashboard)-acKubernetesDashboard-  = lens _acKubernetesDashboard-      (\ s a -> s{_acKubernetesDashboard = a})--instance FromJSON AddonsConfig where-        parseJSON-          = withObject "AddonsConfig"-              (\ o ->-                 AddonsConfig' <$>-                   (o .:? "networkPolicyConfig") <*>-                     (o .:? "horizontalPodAutoscaling")-                     <*> (o .:? "httpLoadBalancing")-                     <*> (o .:? "kubernetesDashboard"))--instance ToJSON AddonsConfig where-        toJSON AddonsConfig'{..}-          = object-              (catMaybes-                 [("networkPolicyConfig" .=) <$>-                    _acNetworkPolicyConfig,-                  ("horizontalPodAutoscaling" .=) <$>-                    _acHorizontalPodAutoscaling,-                  ("httpLoadBalancing" .=) <$> _acHTTPLoadBalancing,-                  ("kubernetesDashboard" .=) <$>-                    _acKubernetesDashboard])---- | NetworkConfig reports the relative names of network & subnetwork.------ /See:/ 'networkConfig' smart constructor.-data NetworkConfig =-  NetworkConfig'-    { _ncNetwork    :: !(Maybe Text)-    , _ncSubnetwork :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NetworkConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ncNetwork'------ * 'ncSubnetwork'-networkConfig-    :: NetworkConfig-networkConfig = NetworkConfig' {_ncNetwork = Nothing, _ncSubnetwork = Nothing}----- | Output only. The relative name of the Google Compute Engine--- network(\/compute\/docs\/networks-and-firewalls#networks) to which the--- cluster is connected. Example:--- projects\/my-project\/global\/networks\/my-network-ncNetwork :: Lens' NetworkConfig (Maybe Text)-ncNetwork-  = lens _ncNetwork (\ s a -> s{_ncNetwork = a})---- | Output only. The relative name of the Google Compute Engine--- [subnetwork](\/compute\/docs\/vpc) to which the cluster is connected.--- Example:--- projects\/my-project\/regions\/us-central1\/subnetworks\/my-subnet-ncSubnetwork :: Lens' NetworkConfig (Maybe Text)-ncSubnetwork-  = lens _ncSubnetwork (\ s a -> s{_ncSubnetwork = a})--instance FromJSON NetworkConfig where-        parseJSON-          = withObject "NetworkConfig"-              (\ o ->-                 NetworkConfig' <$>-                   (o .:? "network") <*> (o .:? "subnetwork"))--instance ToJSON NetworkConfig where-        toJSON NetworkConfig'{..}-          = object-              (catMaybes-                 [("network" .=) <$> _ncNetwork,-                  ("subnetwork" .=) <$> _ncSubnetwork])---- | NodePool contains the name and configuration for a cluster\'s node pool.--- Node pools are a set of nodes (i.e. VM\'s), with a common configuration--- and specification, under the control of the cluster master. They may--- have a set of Kubernetes labels applied to them, which may be used to--- reference them during pod scheduling. They may also be resized up or--- down, to accommodate the workload.------ /See:/ 'nodePool' smart constructor.-data NodePool =-  NodePool'-    { _npStatus            :: !(Maybe NodePoolStatus)-    , _npAutoscaling       :: !(Maybe NodePoolAutoscaling)-    , _npConfig            :: !(Maybe NodeConfig)-    , _npInitialNodeCount  :: !(Maybe (Textual Int32))-    , _npManagement        :: !(Maybe NodeManagement)-    , _npMaxPodsConstraint :: !(Maybe MaxPodsConstraint)-    , _npSelfLink          :: !(Maybe Text)-    , _npName              :: !(Maybe Text)-    , _npStatusMessage     :: !(Maybe Text)-    , _npVersion           :: !(Maybe Text)-    , _npConditions        :: !(Maybe [StatusCondition])-    , _npInstanceGroupURLs :: !(Maybe [Text])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NodePool' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'npStatus'------ * 'npAutoscaling'------ * 'npConfig'------ * 'npInitialNodeCount'------ * 'npManagement'------ * 'npMaxPodsConstraint'------ * 'npSelfLink'------ * 'npName'------ * 'npStatusMessage'------ * 'npVersion'------ * 'npConditions'------ * 'npInstanceGroupURLs'-nodePool-    :: NodePool-nodePool =-  NodePool'-    { _npStatus = Nothing-    , _npAutoscaling = Nothing-    , _npConfig = Nothing-    , _npInitialNodeCount = Nothing-    , _npManagement = Nothing-    , _npMaxPodsConstraint = Nothing-    , _npSelfLink = Nothing-    , _npName = Nothing-    , _npStatusMessage = Nothing-    , _npVersion = Nothing-    , _npConditions = Nothing-    , _npInstanceGroupURLs = Nothing-    }----- | [Output only] The status of the nodes in this pool instance.-npStatus :: Lens' NodePool (Maybe NodePoolStatus)-npStatus = lens _npStatus (\ s a -> s{_npStatus = a})---- | Autoscaler configuration for this NodePool. Autoscaler is enabled only--- if a valid configuration is present.-npAutoscaling :: Lens' NodePool (Maybe NodePoolAutoscaling)-npAutoscaling-  = lens _npAutoscaling-      (\ s a -> s{_npAutoscaling = a})---- | The node configuration of the pool.-npConfig :: Lens' NodePool (Maybe NodeConfig)-npConfig = lens _npConfig (\ s a -> s{_npConfig = a})---- | The initial node count for the pool. You must ensure that your Compute--- Engine </compute/docs/resource-quotas resource quota> is sufficient for--- this number of instances. You must also have available firewall and--- routes quota.-npInitialNodeCount :: Lens' NodePool (Maybe Int32)-npInitialNodeCount-  = lens _npInitialNodeCount-      (\ s a -> s{_npInitialNodeCount = a})-      . mapping _Coerce---- | NodeManagement configuration for this NodePool.-npManagement :: Lens' NodePool (Maybe NodeManagement)-npManagement-  = lens _npManagement (\ s a -> s{_npManagement = a})---- | The constraint on the maximum number of pods that can be run--- simultaneously on a node in the node pool.-npMaxPodsConstraint :: Lens' NodePool (Maybe MaxPodsConstraint)-npMaxPodsConstraint-  = lens _npMaxPodsConstraint-      (\ s a -> s{_npMaxPodsConstraint = a})---- | [Output only] Server-defined URL for the resource.-npSelfLink :: Lens' NodePool (Maybe Text)-npSelfLink-  = lens _npSelfLink (\ s a -> s{_npSelfLink = a})---- | The name of the node pool.-npName :: Lens' NodePool (Maybe Text)-npName = lens _npName (\ s a -> s{_npName = a})---- | [Output only] Additional information about the current status of this--- node pool instance, if available.-npStatusMessage :: Lens' NodePool (Maybe Text)-npStatusMessage-  = lens _npStatusMessage-      (\ s a -> s{_npStatusMessage = a})---- | The version of the Kubernetes of this node.-npVersion :: Lens' NodePool (Maybe Text)-npVersion-  = lens _npVersion (\ s a -> s{_npVersion = a})---- | Which conditions caused the current node pool state.-npConditions :: Lens' NodePool [StatusCondition]-npConditions-  = lens _npConditions (\ s a -> s{_npConditions = a})-      . _Default-      . _Coerce---- | [Output only] The resource URLs of the [managed instance--- groups](\/compute\/docs\/instance-groups\/creating-groups-of-managed-instances)--- associated with this node pool.-npInstanceGroupURLs :: Lens' NodePool [Text]-npInstanceGroupURLs-  = lens _npInstanceGroupURLs-      (\ s a -> s{_npInstanceGroupURLs = a})-      . _Default-      . _Coerce--instance FromJSON NodePool where-        parseJSON-          = withObject "NodePool"-              (\ o ->-                 NodePool' <$>-                   (o .:? "status") <*> (o .:? "autoscaling") <*>-                     (o .:? "config")-                     <*> (o .:? "initialNodeCount")-                     <*> (o .:? "management")-                     <*> (o .:? "maxPodsConstraint")-                     <*> (o .:? "selfLink")-                     <*> (o .:? "name")-                     <*> (o .:? "statusMessage")-                     <*> (o .:? "version")-                     <*> (o .:? "conditions" .!= mempty)-                     <*> (o .:? "instanceGroupUrls" .!= mempty))--instance ToJSON NodePool where-        toJSON NodePool'{..}-          = object-              (catMaybes-                 [("status" .=) <$> _npStatus,-                  ("autoscaling" .=) <$> _npAutoscaling,-                  ("config" .=) <$> _npConfig,-                  ("initialNodeCount" .=) <$> _npInitialNodeCount,-                  ("management" .=) <$> _npManagement,-                  ("maxPodsConstraint" .=) <$> _npMaxPodsConstraint,-                  ("selfLink" .=) <$> _npSelfLink,-                  ("name" .=) <$> _npName,-                  ("statusMessage" .=) <$> _npStatusMessage,-                  ("version" .=) <$> _npVersion,-                  ("conditions" .=) <$> _npConditions,-                  ("instanceGroupUrls" .=) <$> _npInstanceGroupURLs])---- | SetNodePoolManagementRequest sets the node management properties of a--- node pool.------ /See:/ 'setNodePoolManagementRequest' smart constructor.-data SetNodePoolManagementRequest =-  SetNodePoolManagementRequest'-    { _snpmrManagement :: !(Maybe NodeManagement)-    , _snpmrZone       :: !(Maybe Text)-    , _snpmrNodePoolId :: !(Maybe Text)-    , _snpmrName       :: !(Maybe Text)-    , _snpmrClusterId  :: !(Maybe Text)-    , _snpmrProjectId  :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetNodePoolManagementRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'snpmrManagement'------ * 'snpmrZone'------ * 'snpmrNodePoolId'------ * 'snpmrName'------ * 'snpmrClusterId'------ * 'snpmrProjectId'-setNodePoolManagementRequest-    :: SetNodePoolManagementRequest-setNodePoolManagementRequest =-  SetNodePoolManagementRequest'-    { _snpmrManagement = Nothing-    , _snpmrZone = Nothing-    , _snpmrNodePoolId = Nothing-    , _snpmrName = Nothing-    , _snpmrClusterId = Nothing-    , _snpmrProjectId = Nothing-    }----- | NodeManagement configuration for the node pool.-snpmrManagement :: Lens' SetNodePoolManagementRequest (Maybe NodeManagement)-snpmrManagement-  = lens _snpmrManagement-      (\ s a -> s{_snpmrManagement = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-snpmrZone :: Lens' SetNodePoolManagementRequest (Maybe Text)-snpmrZone-  = lens _snpmrZone (\ s a -> s{_snpmrZone = a})---- | Deprecated. The name of the node pool to update. This field has been--- deprecated and replaced by the name field.-snpmrNodePoolId :: Lens' SetNodePoolManagementRequest (Maybe Text)-snpmrNodePoolId-  = lens _snpmrNodePoolId-      (\ s a -> s{_snpmrNodePoolId = a})---- | The name (project, location, cluster, node pool id) of the node pool to--- set management properties. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-snpmrName :: Lens' SetNodePoolManagementRequest (Maybe Text)-snpmrName-  = lens _snpmrName (\ s a -> s{_snpmrName = a})---- | Deprecated. The name of the cluster to update. This field has been--- deprecated and replaced by the name field.-snpmrClusterId :: Lens' SetNodePoolManagementRequest (Maybe Text)-snpmrClusterId-  = lens _snpmrClusterId-      (\ s a -> s{_snpmrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-snpmrProjectId :: Lens' SetNodePoolManagementRequest (Maybe Text)-snpmrProjectId-  = lens _snpmrProjectId-      (\ s a -> s{_snpmrProjectId = a})--instance FromJSON SetNodePoolManagementRequest where-        parseJSON-          = withObject "SetNodePoolManagementRequest"-              (\ o ->-                 SetNodePoolManagementRequest' <$>-                   (o .:? "management") <*> (o .:? "zone") <*>-                     (o .:? "nodePoolId")-                     <*> (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId"))--instance ToJSON SetNodePoolManagementRequest where-        toJSON SetNodePoolManagementRequest'{..}-          = object-              (catMaybes-                 [("management" .=) <$> _snpmrManagement,-                  ("zone" .=) <$> _snpmrZone,-                  ("nodePoolId" .=) <$> _snpmrNodePoolId,-                  ("name" .=) <$> _snpmrName,-                  ("clusterId" .=) <$> _snpmrClusterId,-                  ("projectId" .=) <$> _snpmrProjectId])---- | Configuration options for the master authorized networks feature.--- Enabled master authorized networks will disallow all external traffic to--- access Kubernetes master through HTTPS except traffic from the given--- CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.------ /See:/ 'masterAuthorizedNetworksConfig' smart constructor.-data MasterAuthorizedNetworksConfig =-  MasterAuthorizedNetworksConfig'-    { _mancEnabled    :: !(Maybe Bool)-    , _mancCIdRBlocks :: !(Maybe [CIdRBlock])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'MasterAuthorizedNetworksConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'mancEnabled'------ * 'mancCIdRBlocks'-masterAuthorizedNetworksConfig-    :: MasterAuthorizedNetworksConfig-masterAuthorizedNetworksConfig =-  MasterAuthorizedNetworksConfig'-    {_mancEnabled = Nothing, _mancCIdRBlocks = Nothing}----- | Whether or not master authorized networks is enabled.-mancEnabled :: Lens' MasterAuthorizedNetworksConfig (Maybe Bool)-mancEnabled-  = lens _mancEnabled (\ s a -> s{_mancEnabled = a})---- | cidr_blocks define up to 10 external networks that could access--- Kubernetes master through HTTPS.-mancCIdRBlocks :: Lens' MasterAuthorizedNetworksConfig [CIdRBlock]-mancCIdRBlocks-  = lens _mancCIdRBlocks-      (\ s a -> s{_mancCIdRBlocks = a})-      . _Default-      . _Coerce--instance FromJSON MasterAuthorizedNetworksConfig-         where-        parseJSON-          = withObject "MasterAuthorizedNetworksConfig"-              (\ o ->-                 MasterAuthorizedNetworksConfig' <$>-                   (o .:? "enabled") <*>-                     (o .:? "cidrBlocks" .!= mempty))--instance ToJSON MasterAuthorizedNetworksConfig where-        toJSON MasterAuthorizedNetworksConfig'{..}-          = object-              (catMaybes-                 [("enabled" .=) <$> _mancEnabled,-                  ("cidrBlocks" .=) <$> _mancCIdRBlocks])---- | Configuration for the legacy Attribute Based Access Control--- authorization mode.------ /See:/ 'legacyAbac' smart constructor.-newtype LegacyAbac =-  LegacyAbac'-    { _laEnabled :: Maybe Bool-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'LegacyAbac' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'laEnabled'-legacyAbac-    :: LegacyAbac-legacyAbac = LegacyAbac' {_laEnabled = Nothing}----- | Whether the ABAC authorizer is enabled for this cluster. When enabled,--- identities in the system, including service accounts, nodes, and--- controllers, will have statically granted permissions beyond those--- provided by the RBAC configuration or IAM.-laEnabled :: Lens' LegacyAbac (Maybe Bool)-laEnabled-  = lens _laEnabled (\ s a -> s{_laEnabled = a})--instance FromJSON LegacyAbac where-        parseJSON-          = withObject "LegacyAbac"-              (\ o -> LegacyAbac' <$> (o .:? "enabled"))--instance ToJSON LegacyAbac where-        toJSON LegacyAbac'{..}-          = object (catMaybes [("enabled" .=) <$> _laEnabled])---- | The authentication information for accessing the master endpoint.--- Authentication can be done using HTTP basic auth or using client--- certificates.------ /See:/ 'masterAuth' smart constructor.-data MasterAuth =-  MasterAuth'-    { _maClientKey               :: !(Maybe Text)-    , _maUsername                :: !(Maybe Text)-    , _maClientCertificateConfig :: !(Maybe ClientCertificateConfig)-    , _maClientCertificate       :: !(Maybe Text)-    , _maPassword                :: !(Maybe Text)-    , _maClusterCaCertificate    :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'MasterAuth' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'maClientKey'------ * 'maUsername'------ * 'maClientCertificateConfig'------ * 'maClientCertificate'------ * 'maPassword'------ * 'maClusterCaCertificate'-masterAuth-    :: MasterAuth-masterAuth =-  MasterAuth'-    { _maClientKey = Nothing-    , _maUsername = Nothing-    , _maClientCertificateConfig = Nothing-    , _maClientCertificate = Nothing-    , _maPassword = Nothing-    , _maClusterCaCertificate = Nothing-    }----- | [Output only] Base64-encoded private key used by clients to authenticate--- to the cluster endpoint.-maClientKey :: Lens' MasterAuth (Maybe Text)-maClientKey-  = lens _maClientKey (\ s a -> s{_maClientKey = a})---- | The username to use for HTTP basic authentication to the master--- endpoint. For clusters v1.6.0 and later, basic authentication can be--- disabled by leaving username unspecified (or setting it to the empty--- string).-maUsername :: Lens' MasterAuth (Maybe Text)-maUsername-  = lens _maUsername (\ s a -> s{_maUsername = a})---- | Configuration for client certificate authentication on the cluster. For--- clusters before v1.12, if no configuration is specified, a client--- certificate is issued.-maClientCertificateConfig :: Lens' MasterAuth (Maybe ClientCertificateConfig)-maClientCertificateConfig-  = lens _maClientCertificateConfig-      (\ s a -> s{_maClientCertificateConfig = a})---- | [Output only] Base64-encoded public certificate used by clients to--- authenticate to the cluster endpoint.-maClientCertificate :: Lens' MasterAuth (Maybe Text)-maClientCertificate-  = lens _maClientCertificate-      (\ s a -> s{_maClientCertificate = a})---- | The password to use for HTTP basic authentication to the master--- endpoint. Because the master endpoint is open to the Internet, you--- should create a strong password. If a password is provided for cluster--- creation, username must be non-empty.-maPassword :: Lens' MasterAuth (Maybe Text)-maPassword-  = lens _maPassword (\ s a -> s{_maPassword = a})---- | [Output only] Base64-encoded public certificate that is the root of--- trust for the cluster.-maClusterCaCertificate :: Lens' MasterAuth (Maybe Text)-maClusterCaCertificate-  = lens _maClusterCaCertificate-      (\ s a -> s{_maClusterCaCertificate = a})--instance FromJSON MasterAuth where-        parseJSON-          = withObject "MasterAuth"-              (\ o ->-                 MasterAuth' <$>-                   (o .:? "clientKey") <*> (o .:? "username") <*>-                     (o .:? "clientCertificateConfig")-                     <*> (o .:? "clientCertificate")-                     <*> (o .:? "password")-                     <*> (o .:? "clusterCaCertificate"))--instance ToJSON MasterAuth where-        toJSON MasterAuth'{..}-          = object-              (catMaybes-                 [("clientKey" .=) <$> _maClientKey,-                  ("username" .=) <$> _maUsername,-                  ("clientCertificateConfig" .=) <$>-                    _maClientCertificateConfig,-                  ("clientCertificate" .=) <$> _maClientCertificate,-                  ("password" .=) <$> _maPassword,-                  ("clusterCaCertificate" .=) <$>-                    _maClusterCaCertificate])---- | StatusCondition describes why a cluster or a node pool has a certain--- status (e.g., ERROR or DEGRADED).------ /See:/ 'statusCondition' smart constructor.-data StatusCondition =-  StatusCondition'-    { _scCode    :: !(Maybe StatusConditionCode)-    , _scMessage :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'StatusCondition' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'scCode'------ * 'scMessage'-statusCondition-    :: StatusCondition-statusCondition = StatusCondition' {_scCode = Nothing, _scMessage = Nothing}----- | Machine-friendly representation of the condition-scCode :: Lens' StatusCondition (Maybe StatusConditionCode)-scCode = lens _scCode (\ s a -> s{_scCode = a})---- | Human-friendly representation of the condition-scMessage :: Lens' StatusCondition (Maybe Text)-scMessage-  = lens _scMessage (\ s a -> s{_scMessage = a})--instance FromJSON StatusCondition where-        parseJSON-          = withObject "StatusCondition"-              (\ o ->-                 StatusCondition' <$>-                   (o .:? "code") <*> (o .:? "message"))--instance ToJSON StatusCondition where-        toJSON StatusCondition'{..}-          = object-              (catMaybes-                 [("code" .=) <$> _scCode,-                  ("message" .=) <$> _scMessage])---- | The metadata key\/value pairs assigned to instances in the cluster. Keys--- must conform to the regexp [a-zA-Z0-9-_]+ and be less than 128 bytes in--- length. These are reflected as part of a URL in the metadata server.--- Additionally, to avoid ambiguity, keys must not conflict with any other--- metadata keys for the project or be one of the reserved keys:--- \"cluster-location\" \"cluster-name\" \"cluster-uid\" \"configure-sh\"--- \"containerd-configure-sh\" \"enable-os-login\" \"gci-update-strategy\"--- \"gci-ensure-gke-docker\" \"instance-template\" \"kube-env\"--- \"startup-script\" \"user-data\" Values are free-form strings, and only--- have meaning as interpreted by the image running in the instance. The--- only restriction placed on them is that each value\'s size must be less--- than or equal to 32 KB. The total size of all keys and values must be--- less than 512 KB.------ /See:/ 'nodeConfigMetadata' smart constructor.-newtype NodeConfigMetadata =-  NodeConfigMetadata'-    { _ncmAddtional :: HashMap Text Text-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NodeConfigMetadata' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'ncmAddtional'-nodeConfigMetadata-    :: HashMap Text Text -- ^ 'ncmAddtional'-    -> NodeConfigMetadata-nodeConfigMetadata pNcmAddtional_ =-  NodeConfigMetadata' {_ncmAddtional = _Coerce # pNcmAddtional_}---ncmAddtional :: Lens' NodeConfigMetadata (HashMap Text Text)-ncmAddtional-  = lens _ncmAddtional (\ s a -> s{_ncmAddtional = a})-      . _Coerce--instance FromJSON NodeConfigMetadata where-        parseJSON-          = withObject "NodeConfigMetadata"-              (\ o -> NodeConfigMetadata' <$> (parseJSONObject o))--instance ToJSON NodeConfigMetadata where-        toJSON = toJSON . _ncmAddtional---- | The map of Kubernetes labels (key\/value pairs) to be applied to each--- node. These will added in addition to any default label(s) that--- Kubernetes may apply to the node. In case of conflict in label keys, the--- applied set may differ depending on the Kubernetes version -- it\'s best--- to assume the behavior is undefined and conflicts should be avoided. For--- more information, including usage and the valid values, see:--- https:\/\/kubernetes.io\/docs\/concepts\/overview\/working-with-objects\/labels\/------ /See:/ 'nodeConfigLabels' smart constructor.-newtype NodeConfigLabels =-  NodeConfigLabels'-    { _nclAddtional :: HashMap Text Text-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NodeConfigLabels' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'nclAddtional'-nodeConfigLabels-    :: HashMap Text Text -- ^ 'nclAddtional'-    -> NodeConfigLabels-nodeConfigLabels pNclAddtional_ =-  NodeConfigLabels' {_nclAddtional = _Coerce # pNclAddtional_}---nclAddtional :: Lens' NodeConfigLabels (HashMap Text Text)-nclAddtional-  = lens _nclAddtional (\ s a -> s{_nclAddtional = a})-      . _Coerce--instance FromJSON NodeConfigLabels where-        parseJSON-          = withObject "NodeConfigLabels"-              (\ o -> NodeConfigLabels' <$> (parseJSONObject o))--instance ToJSON NodeConfigLabels where-        toJSON = toJSON . _nclAddtional---- | Kubernetes Engine service configuration.------ /See:/ 'serverConfig' smart constructor.-data ServerConfig =-  ServerConfig'-    { _scDefaultImageType      :: !(Maybe Text)-    , _scValidNodeVersions     :: !(Maybe [Text])-    , _scValidImageTypes       :: !(Maybe [Text])-    , _scDefaultClusterVersion :: !(Maybe Text)-    , _scValidMasterVersions   :: !(Maybe [Text])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ServerConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'scDefaultImageType'------ * 'scValidNodeVersions'------ * 'scValidImageTypes'------ * 'scDefaultClusterVersion'------ * 'scValidMasterVersions'-serverConfig-    :: ServerConfig-serverConfig =-  ServerConfig'-    { _scDefaultImageType = Nothing-    , _scValidNodeVersions = Nothing-    , _scValidImageTypes = Nothing-    , _scDefaultClusterVersion = Nothing-    , _scValidMasterVersions = Nothing-    }----- | Default image type.-scDefaultImageType :: Lens' ServerConfig (Maybe Text)-scDefaultImageType-  = lens _scDefaultImageType-      (\ s a -> s{_scDefaultImageType = a})---- | List of valid node upgrade target versions.-scValidNodeVersions :: Lens' ServerConfig [Text]-scValidNodeVersions-  = lens _scValidNodeVersions-      (\ s a -> s{_scValidNodeVersions = a})-      . _Default-      . _Coerce---- | List of valid image types.-scValidImageTypes :: Lens' ServerConfig [Text]-scValidImageTypes-  = lens _scValidImageTypes-      (\ s a -> s{_scValidImageTypes = a})-      . _Default-      . _Coerce---- | Version of Kubernetes the service deploys by default.-scDefaultClusterVersion :: Lens' ServerConfig (Maybe Text)-scDefaultClusterVersion-  = lens _scDefaultClusterVersion-      (\ s a -> s{_scDefaultClusterVersion = a})---- | List of valid master versions.-scValidMasterVersions :: Lens' ServerConfig [Text]-scValidMasterVersions-  = lens _scValidMasterVersions-      (\ s a -> s{_scValidMasterVersions = a})-      . _Default-      . _Coerce--instance FromJSON ServerConfig where-        parseJSON-          = withObject "ServerConfig"-              (\ o ->-                 ServerConfig' <$>-                   (o .:? "defaultImageType") <*>-                     (o .:? "validNodeVersions" .!= mempty)-                     <*> (o .:? "validImageTypes" .!= mempty)-                     <*> (o .:? "defaultClusterVersion")-                     <*> (o .:? "validMasterVersions" .!= mempty))--instance ToJSON ServerConfig where-        toJSON ServerConfig'{..}-          = object-              (catMaybes-                 [("defaultImageType" .=) <$> _scDefaultImageType,-                  ("validNodeVersions" .=) <$> _scValidNodeVersions,-                  ("validImageTypes" .=) <$> _scValidImageTypes,-                  ("defaultClusterVersion" .=) <$>-                    _scDefaultClusterVersion,-                  ("validMasterVersions" .=) <$>-                    _scValidMasterVersions])---- | AutoUpgradeOptions defines the set of options for the user to control--- how the Auto Upgrades will proceed.------ /See:/ 'autoUpgradeOptions' smart constructor.-data AutoUpgradeOptions =-  AutoUpgradeOptions'-    { _auoAutoUpgradeStartTime :: !(Maybe Text)-    , _auoDescription          :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'AutoUpgradeOptions' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'auoAutoUpgradeStartTime'------ * 'auoDescription'-autoUpgradeOptions-    :: AutoUpgradeOptions-autoUpgradeOptions =-  AutoUpgradeOptions'-    {_auoAutoUpgradeStartTime = Nothing, _auoDescription = Nothing}----- | [Output only] This field is set when upgrades are about to commence with--- the approximate start time for the upgrades, in--- [RFC3339](https:\/\/www.ietf.org\/rfc\/rfc3339.txt) text format.-auoAutoUpgradeStartTime :: Lens' AutoUpgradeOptions (Maybe Text)-auoAutoUpgradeStartTime-  = lens _auoAutoUpgradeStartTime-      (\ s a -> s{_auoAutoUpgradeStartTime = a})---- | [Output only] This field is set when upgrades are about to commence with--- the description of the upgrade.-auoDescription :: Lens' AutoUpgradeOptions (Maybe Text)-auoDescription-  = lens _auoDescription-      (\ s a -> s{_auoDescription = a})--instance FromJSON AutoUpgradeOptions where-        parseJSON-          = withObject "AutoUpgradeOptions"-              (\ o ->-                 AutoUpgradeOptions' <$>-                   (o .:? "autoUpgradeStartTime") <*>-                     (o .:? "description"))--instance ToJSON AutoUpgradeOptions where-        toJSON AutoUpgradeOptions'{..}-          = object-              (catMaybes-                 [("autoUpgradeStartTime" .=) <$>-                    _auoAutoUpgradeStartTime,-                  ("description" .=) <$> _auoDescription])---- | SetNodePoolSizeRequest sets the size a node pool.------ /See:/ 'setNodePoolSizeRequest' smart constructor.-data SetNodePoolSizeRequest =-  SetNodePoolSizeRequest'-    { _snpsrNodeCount  :: !(Maybe (Textual Int32))-    , _snpsrZone       :: !(Maybe Text)-    , _snpsrNodePoolId :: !(Maybe Text)-    , _snpsrName       :: !(Maybe Text)-    , _snpsrClusterId  :: !(Maybe Text)-    , _snpsrProjectId  :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetNodePoolSizeRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'snpsrNodeCount'------ * 'snpsrZone'------ * 'snpsrNodePoolId'------ * 'snpsrName'------ * 'snpsrClusterId'------ * 'snpsrProjectId'-setNodePoolSizeRequest-    :: SetNodePoolSizeRequest-setNodePoolSizeRequest =-  SetNodePoolSizeRequest'-    { _snpsrNodeCount = Nothing-    , _snpsrZone = Nothing-    , _snpsrNodePoolId = Nothing-    , _snpsrName = Nothing-    , _snpsrClusterId = Nothing-    , _snpsrProjectId = Nothing-    }----- | The desired node count for the pool.-snpsrNodeCount :: Lens' SetNodePoolSizeRequest (Maybe Int32)-snpsrNodeCount-  = lens _snpsrNodeCount-      (\ s a -> s{_snpsrNodeCount = a})-      . mapping _Coerce---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-snpsrZone :: Lens' SetNodePoolSizeRequest (Maybe Text)-snpsrZone-  = lens _snpsrZone (\ s a -> s{_snpsrZone = a})---- | Deprecated. The name of the node pool to update. This field has been--- deprecated and replaced by the name field.-snpsrNodePoolId :: Lens' SetNodePoolSizeRequest (Maybe Text)-snpsrNodePoolId-  = lens _snpsrNodePoolId-      (\ s a -> s{_snpsrNodePoolId = a})---- | The name (project, location, cluster, node pool id) of the node pool to--- set size. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-snpsrName :: Lens' SetNodePoolSizeRequest (Maybe Text)-snpsrName-  = lens _snpsrName (\ s a -> s{_snpsrName = a})---- | Deprecated. The name of the cluster to update. This field has been--- deprecated and replaced by the name field.-snpsrClusterId :: Lens' SetNodePoolSizeRequest (Maybe Text)-snpsrClusterId-  = lens _snpsrClusterId-      (\ s a -> s{_snpsrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-snpsrProjectId :: Lens' SetNodePoolSizeRequest (Maybe Text)-snpsrProjectId-  = lens _snpsrProjectId-      (\ s a -> s{_snpsrProjectId = a})--instance FromJSON SetNodePoolSizeRequest where-        parseJSON-          = withObject "SetNodePoolSizeRequest"-              (\ o ->-                 SetNodePoolSizeRequest' <$>-                   (o .:? "nodeCount") <*> (o .:? "zone") <*>-                     (o .:? "nodePoolId")-                     <*> (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId"))--instance ToJSON SetNodePoolSizeRequest where-        toJSON SetNodePoolSizeRequest'{..}-          = object-              (catMaybes-                 [("nodeCount" .=) <$> _snpsrNodeCount,-                  ("zone" .=) <$> _snpsrZone,-                  ("nodePoolId" .=) <$> _snpsrNodePoolId,-                  ("name" .=) <$> _snpsrName,-                  ("clusterId" .=) <$> _snpsrClusterId,-                  ("projectId" .=) <$> _snpsrProjectId])---- | SetMonitoringServiceRequest sets the monitoring service of a cluster.------ /See:/ 'setMonitoringServiceRequest' smart constructor.-data SetMonitoringServiceRequest =-  SetMonitoringServiceRequest'-    { _smsrZone              :: !(Maybe Text)-    , _smsrName              :: !(Maybe Text)-    , _smsrClusterId         :: !(Maybe Text)-    , _smsrProjectId         :: !(Maybe Text)-    , _smsrMonitoringService :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetMonitoringServiceRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'smsrZone'------ * 'smsrName'------ * 'smsrClusterId'------ * 'smsrProjectId'------ * 'smsrMonitoringService'-setMonitoringServiceRequest-    :: SetMonitoringServiceRequest-setMonitoringServiceRequest =-  SetMonitoringServiceRequest'-    { _smsrZone = Nothing-    , _smsrName = Nothing-    , _smsrClusterId = Nothing-    , _smsrProjectId = Nothing-    , _smsrMonitoringService = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-smsrZone :: Lens' SetMonitoringServiceRequest (Maybe Text)-smsrZone = lens _smsrZone (\ s a -> s{_smsrZone = a})---- | The name (project, location, cluster) of the cluster to set monitoring.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-smsrName :: Lens' SetMonitoringServiceRequest (Maybe Text)-smsrName = lens _smsrName (\ s a -> s{_smsrName = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-smsrClusterId :: Lens' SetMonitoringServiceRequest (Maybe Text)-smsrClusterId-  = lens _smsrClusterId-      (\ s a -> s{_smsrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-smsrProjectId :: Lens' SetMonitoringServiceRequest (Maybe Text)-smsrProjectId-  = lens _smsrProjectId-      (\ s a -> s{_smsrProjectId = a})---- | The monitoring service the cluster should use to write metrics.--- Currently available options: * \"monitoring.googleapis.com\" - the--- Google Cloud Monitoring service * \"none\" - no metrics will be exported--- from the cluster-smsrMonitoringService :: Lens' SetMonitoringServiceRequest (Maybe Text)-smsrMonitoringService-  = lens _smsrMonitoringService-      (\ s a -> s{_smsrMonitoringService = a})--instance FromJSON SetMonitoringServiceRequest where-        parseJSON-          = withObject "SetMonitoringServiceRequest"-              (\ o ->-                 SetMonitoringServiceRequest' <$>-                   (o .:? "zone") <*> (o .:? "name") <*>-                     (o .:? "clusterId")-                     <*> (o .:? "projectId")-                     <*> (o .:? "monitoringService"))--instance ToJSON SetMonitoringServiceRequest where-        toJSON SetMonitoringServiceRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _smsrZone,-                  ("name" .=) <$> _smsrName,-                  ("clusterId" .=) <$> _smsrClusterId,-                  ("projectId" .=) <$> _smsrProjectId,-                  ("monitoringService" .=) <$> _smsrMonitoringService])---- | SetLoggingServiceRequest sets the logging service of a cluster.------ /See:/ 'setLoggingServiceRequest' smart constructor.-data SetLoggingServiceRequest =-  SetLoggingServiceRequest'-    { _slsrZone           :: !(Maybe Text)-    , _slsrName           :: !(Maybe Text)-    , _slsrClusterId      :: !(Maybe Text)-    , _slsrProjectId      :: !(Maybe Text)-    , _slsrLoggingService :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetLoggingServiceRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'slsrZone'------ * 'slsrName'------ * 'slsrClusterId'------ * 'slsrProjectId'------ * 'slsrLoggingService'-setLoggingServiceRequest-    :: SetLoggingServiceRequest-setLoggingServiceRequest =-  SetLoggingServiceRequest'-    { _slsrZone = Nothing-    , _slsrName = Nothing-    , _slsrClusterId = Nothing-    , _slsrProjectId = Nothing-    , _slsrLoggingService = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-slsrZone :: Lens' SetLoggingServiceRequest (Maybe Text)-slsrZone = lens _slsrZone (\ s a -> s{_slsrZone = a})---- | The name (project, location, cluster) of the cluster to set logging.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-slsrName :: Lens' SetLoggingServiceRequest (Maybe Text)-slsrName = lens _slsrName (\ s a -> s{_slsrName = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-slsrClusterId :: Lens' SetLoggingServiceRequest (Maybe Text)-slsrClusterId-  = lens _slsrClusterId-      (\ s a -> s{_slsrClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-slsrProjectId :: Lens' SetLoggingServiceRequest (Maybe Text)-slsrProjectId-  = lens _slsrProjectId-      (\ s a -> s{_slsrProjectId = a})---- | The logging service the cluster should use to write metrics. Currently--- available options: * \"logging.googleapis.com\" - the Google Cloud--- Logging service * \"none\" - no metrics will be exported from the--- cluster-slsrLoggingService :: Lens' SetLoggingServiceRequest (Maybe Text)-slsrLoggingService-  = lens _slsrLoggingService-      (\ s a -> s{_slsrLoggingService = a})--instance FromJSON SetLoggingServiceRequest where-        parseJSON-          = withObject "SetLoggingServiceRequest"-              (\ o ->-                 SetLoggingServiceRequest' <$>-                   (o .:? "zone") <*> (o .:? "name") <*>-                     (o .:? "clusterId")-                     <*> (o .:? "projectId")-                     <*> (o .:? "loggingService"))--instance ToJSON SetLoggingServiceRequest where-        toJSON SetLoggingServiceRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _slsrZone,-                  ("name" .=) <$> _slsrName,-                  ("clusterId" .=) <$> _slsrClusterId,-                  ("projectId" .=) <$> _slsrProjectId,-                  ("loggingService" .=) <$> _slsrLoggingService])---- | MaintenancePolicy defines the maintenance policy to be used for the--- cluster.------ /See:/ 'maintenancePolicy' smart constructor.-newtype MaintenancePolicy =-  MaintenancePolicy'-    { _mpWindow :: Maybe MaintenanceWindow-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'MaintenancePolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'mpWindow'-maintenancePolicy-    :: MaintenancePolicy-maintenancePolicy = MaintenancePolicy' {_mpWindow = Nothing}----- | Specifies the maintenance window in which maintenance may be performed.-mpWindow :: Lens' MaintenancePolicy (Maybe MaintenanceWindow)-mpWindow = lens _mpWindow (\ s a -> s{_mpWindow = a})--instance FromJSON MaintenancePolicy where-        parseJSON-          = withObject "MaintenancePolicy"-              (\ o -> MaintenancePolicy' <$> (o .:? "window"))--instance ToJSON MaintenancePolicy where-        toJSON MaintenancePolicy'{..}-          = object (catMaybes [("window" .=) <$> _mpWindow])---- | CidrBlock contains an optional name and one CIDR block.------ /See:/ 'cIdRBlock' smart constructor.-data CIdRBlock =-  CIdRBlock'-    { _cirbCIdRBlock   :: !(Maybe Text)-    , _cirbDisplayName :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CIdRBlock' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cirbCIdRBlock'------ * 'cirbDisplayName'-cIdRBlock-    :: CIdRBlock-cIdRBlock = CIdRBlock' {_cirbCIdRBlock = Nothing, _cirbDisplayName = Nothing}----- | cidr_block must be specified in CIDR notation.-cirbCIdRBlock :: Lens' CIdRBlock (Maybe Text)-cirbCIdRBlock-  = lens _cirbCIdRBlock-      (\ s a -> s{_cirbCIdRBlock = a})---- | display_name is an optional field for users to identify CIDR blocks.-cirbDisplayName :: Lens' CIdRBlock (Maybe Text)-cirbDisplayName-  = lens _cirbDisplayName-      (\ s a -> s{_cirbDisplayName = a})--instance FromJSON CIdRBlock where-        parseJSON-          = withObject "CIdRBlock"-              (\ o ->-                 CIdRBlock' <$>-                   (o .:? "cidrBlock") <*> (o .:? "displayName"))--instance ToJSON CIdRBlock where-        toJSON CIdRBlock'{..}-          = object-              (catMaybes-                 [("cidrBlock" .=) <$> _cirbCIdRBlock,-                  ("displayName" .=) <$> _cirbDisplayName])---- | AcceleratorConfig represents a Hardware Accelerator request.------ /See:/ 'acceleratorConfig' smart constructor.-data AcceleratorConfig =-  AcceleratorConfig'-    { _acAcceleratorCount :: !(Maybe (Textual Int64))-    , _acAcceleratorType  :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'AcceleratorConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'acAcceleratorCount'------ * 'acAcceleratorType'-acceleratorConfig-    :: AcceleratorConfig-acceleratorConfig =-  AcceleratorConfig'-    {_acAcceleratorCount = Nothing, _acAcceleratorType = Nothing}----- | The number of the accelerator cards exposed to an instance.-acAcceleratorCount :: Lens' AcceleratorConfig (Maybe Int64)-acAcceleratorCount-  = lens _acAcceleratorCount-      (\ s a -> s{_acAcceleratorCount = a})-      . mapping _Coerce---- | The accelerator type resource name. List of supported accelerators--- [here](\/compute\/docs\/gpus\/#Introduction)-acAcceleratorType :: Lens' AcceleratorConfig (Maybe Text)-acAcceleratorType-  = lens _acAcceleratorType-      (\ s a -> s{_acAcceleratorType = a})--instance FromJSON AcceleratorConfig where-        parseJSON-          = withObject "AcceleratorConfig"-              (\ o ->-                 AcceleratorConfig' <$>-                   (o .:? "acceleratorCount") <*>-                     (o .:? "acceleratorType"))--instance ToJSON AcceleratorConfig where-        toJSON AcceleratorConfig'{..}-          = object-              (catMaybes-                 [("acceleratorCount" .=) <$> _acAcceleratorCount,-                  ("acceleratorType" .=) <$> _acAcceleratorType])---- | SetLocationsRequest sets the locations of the cluster.------ /See:/ 'setLocationsRequest' smart constructor.-data SetLocationsRequest =-  SetLocationsRequest'-    { _sZone      :: !(Maybe Text)-    , _sName      :: !(Maybe Text)-    , _sClusterId :: !(Maybe Text)-    , _sProjectId :: !(Maybe Text)-    , _sLocations :: !(Maybe [Text])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetLocationsRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'sZone'------ * 'sName'------ * 'sClusterId'------ * 'sProjectId'------ * 'sLocations'-setLocationsRequest-    :: SetLocationsRequest-setLocationsRequest =-  SetLocationsRequest'-    { _sZone = Nothing-    , _sName = Nothing-    , _sClusterId = Nothing-    , _sProjectId = Nothing-    , _sLocations = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-sZone :: Lens' SetLocationsRequest (Maybe Text)-sZone = lens _sZone (\ s a -> s{_sZone = a})---- | The name (project, location, cluster) of the cluster to set locations.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-sName :: Lens' SetLocationsRequest (Maybe Text)-sName = lens _sName (\ s a -> s{_sName = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-sClusterId :: Lens' SetLocationsRequest (Maybe Text)-sClusterId-  = lens _sClusterId (\ s a -> s{_sClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-sProjectId :: Lens' SetLocationsRequest (Maybe Text)-sProjectId-  = lens _sProjectId (\ s a -> s{_sProjectId = a})---- | The desired list of Google Compute Engine--- [zones](\/compute\/docs\/zones#available) in which the cluster\'s nodes--- should be located. Changing the locations a cluster is in will result in--- nodes being either created or removed from the cluster, depending on--- whether locations are being added or removed. This list must always--- include the cluster\'s primary zone.-sLocations :: Lens' SetLocationsRequest [Text]-sLocations-  = lens _sLocations (\ s a -> s{_sLocations = a}) .-      _Default-      . _Coerce--instance FromJSON SetLocationsRequest where-        parseJSON-          = withObject "SetLocationsRequest"-              (\ o ->-                 SetLocationsRequest' <$>-                   (o .:? "zone") <*> (o .:? "name") <*>-                     (o .:? "clusterId")-                     <*> (o .:? "projectId")-                     <*> (o .:? "locations" .!= mempty))--instance ToJSON SetLocationsRequest where-        toJSON SetLocationsRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _sZone, ("name" .=) <$> _sName,-                  ("clusterId" .=) <$> _sClusterId,-                  ("projectId" .=) <$> _sProjectId,-                  ("locations" .=) <$> _sLocations])---- | SetNetworkPolicyRequest enables\/disables network policy for a cluster.------ /See:/ 'setNetworkPolicyRequest' smart constructor.-data SetNetworkPolicyRequest =-  SetNetworkPolicyRequest'-    { _snprZone          :: !(Maybe Text)-    , _snprName          :: !(Maybe Text)-    , _snprClusterId     :: !(Maybe Text)-    , _snprProjectId     :: !(Maybe Text)-    , _snprNetworkPolicy :: !(Maybe NetworkPolicy)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetNetworkPolicyRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'snprZone'------ * 'snprName'------ * 'snprClusterId'------ * 'snprProjectId'------ * 'snprNetworkPolicy'-setNetworkPolicyRequest-    :: SetNetworkPolicyRequest-setNetworkPolicyRequest =-  SetNetworkPolicyRequest'-    { _snprZone = Nothing-    , _snprName = Nothing-    , _snprClusterId = Nothing-    , _snprProjectId = Nothing-    , _snprNetworkPolicy = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-snprZone :: Lens' SetNetworkPolicyRequest (Maybe Text)-snprZone = lens _snprZone (\ s a -> s{_snprZone = a})---- | The name (project, location, cluster id) of the cluster to set--- networking policy. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-snprName :: Lens' SetNetworkPolicyRequest (Maybe Text)-snprName = lens _snprName (\ s a -> s{_snprName = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-snprClusterId :: Lens' SetNetworkPolicyRequest (Maybe Text)-snprClusterId-  = lens _snprClusterId-      (\ s a -> s{_snprClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-snprProjectId :: Lens' SetNetworkPolicyRequest (Maybe Text)-snprProjectId-  = lens _snprProjectId-      (\ s a -> s{_snprProjectId = a})---- | Configuration options for the NetworkPolicy feature.-snprNetworkPolicy :: Lens' SetNetworkPolicyRequest (Maybe NetworkPolicy)-snprNetworkPolicy-  = lens _snprNetworkPolicy-      (\ s a -> s{_snprNetworkPolicy = a})--instance FromJSON SetNetworkPolicyRequest where-        parseJSON-          = withObject "SetNetworkPolicyRequest"-              (\ o ->-                 SetNetworkPolicyRequest' <$>-                   (o .:? "zone") <*> (o .:? "name") <*>-                     (o .:? "clusterId")-                     <*> (o .:? "projectId")-                     <*> (o .:? "networkPolicy"))--instance ToJSON SetNetworkPolicyRequest where-        toJSON SetNetworkPolicyRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _snprZone,-                  ("name" .=) <$> _snprName,-                  ("clusterId" .=) <$> _snprClusterId,-                  ("projectId" .=) <$> _snprProjectId,-                  ("networkPolicy" .=) <$> _snprNetworkPolicy])---- | Configuration options for private clusters.------ /See:/ 'privateClusterConfig' smart constructor.-data PrivateClusterConfig =-  PrivateClusterConfig'-    { _pccEnablePrivateNodes    :: !(Maybe Bool)-    , _pccEnablePrivateEndpoint :: !(Maybe Bool)-    , _pccPublicEndpoint        :: !(Maybe Text)-    , _pccMasterIPv4CIdRBlock   :: !(Maybe Text)-    , _pccPrivateEndpoint       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'PrivateClusterConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pccEnablePrivateNodes'------ * 'pccEnablePrivateEndpoint'------ * 'pccPublicEndpoint'------ * 'pccMasterIPv4CIdRBlock'------ * 'pccPrivateEndpoint'-privateClusterConfig-    :: PrivateClusterConfig-privateClusterConfig =-  PrivateClusterConfig'-    { _pccEnablePrivateNodes = Nothing-    , _pccEnablePrivateEndpoint = Nothing-    , _pccPublicEndpoint = Nothing-    , _pccMasterIPv4CIdRBlock = Nothing-    , _pccPrivateEndpoint = Nothing-    }----- | Whether nodes have internal IP addresses only. If enabled, all nodes are--- given only RFC 1918 private addresses and communicate with the master--- via private networking.-pccEnablePrivateNodes :: Lens' PrivateClusterConfig (Maybe Bool)-pccEnablePrivateNodes-  = lens _pccEnablePrivateNodes-      (\ s a -> s{_pccEnablePrivateNodes = a})---- | Whether the master\'s internal IP address is used as the cluster--- endpoint.-pccEnablePrivateEndpoint :: Lens' PrivateClusterConfig (Maybe Bool)-pccEnablePrivateEndpoint-  = lens _pccEnablePrivateEndpoint-      (\ s a -> s{_pccEnablePrivateEndpoint = a})---- | Output only. The external IP address of this cluster\'s master endpoint.-pccPublicEndpoint :: Lens' PrivateClusterConfig (Maybe Text)-pccPublicEndpoint-  = lens _pccPublicEndpoint-      (\ s a -> s{_pccPublicEndpoint = a})---- | The IP range in CIDR notation to use for the hosted master network. This--- range will be used for assigning internal IP addresses to the master or--- set of masters, as well as the ILB VIP. This range must not overlap with--- any other ranges in use within the cluster\'s network.-pccMasterIPv4CIdRBlock :: Lens' PrivateClusterConfig (Maybe Text)-pccMasterIPv4CIdRBlock-  = lens _pccMasterIPv4CIdRBlock-      (\ s a -> s{_pccMasterIPv4CIdRBlock = a})---- | Output only. The internal IP address of this cluster\'s master endpoint.-pccPrivateEndpoint :: Lens' PrivateClusterConfig (Maybe Text)-pccPrivateEndpoint-  = lens _pccPrivateEndpoint-      (\ s a -> s{_pccPrivateEndpoint = a})--instance FromJSON PrivateClusterConfig where-        parseJSON-          = withObject "PrivateClusterConfig"-              (\ o ->-                 PrivateClusterConfig' <$>-                   (o .:? "enablePrivateNodes") <*>-                     (o .:? "enablePrivateEndpoint")-                     <*> (o .:? "publicEndpoint")-                     <*> (o .:? "masterIpv4CidrBlock")-                     <*> (o .:? "privateEndpoint"))--instance ToJSON PrivateClusterConfig where-        toJSON PrivateClusterConfig'{..}-          = object-              (catMaybes-                 [("enablePrivateNodes" .=) <$>-                    _pccEnablePrivateNodes,-                  ("enablePrivateEndpoint" .=) <$>-                    _pccEnablePrivateEndpoint,-                  ("publicEndpoint" .=) <$> _pccPublicEndpoint,-                  ("masterIpv4CidrBlock" .=) <$>-                    _pccMasterIPv4CIdRBlock,-                  ("privateEndpoint" .=) <$> _pccPrivateEndpoint])---- | Time window specified for daily maintenance operations.------ /See:/ 'dailyMaintenanceWindow' smart constructor.-data DailyMaintenanceWindow =-  DailyMaintenanceWindow'-    { _dmwStartTime :: !(Maybe Text)-    , _dmwDuration  :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'DailyMaintenanceWindow' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'dmwStartTime'------ * 'dmwDuration'-dailyMaintenanceWindow-    :: DailyMaintenanceWindow-dailyMaintenanceWindow =-  DailyMaintenanceWindow' {_dmwStartTime = Nothing, _dmwDuration = Nothing}----- | Time within the maintenance window to start the maintenance operations.--- Time format should be in--- [RFC3339](https:\/\/www.ietf.org\/rfc\/rfc3339.txt) format \"HH:MM”,--- where HH : [00-23] and MM : [00-59] GMT.-dmwStartTime :: Lens' DailyMaintenanceWindow (Maybe Text)-dmwStartTime-  = lens _dmwStartTime (\ s a -> s{_dmwStartTime = a})---- | [Output only] Duration of the time window, automatically chosen to be--- smallest possible in the given scenario. Duration will be in--- [RFC3339](https:\/\/www.ietf.org\/rfc\/rfc3339.txt) format \"PTnHnMnS\".-dmwDuration :: Lens' DailyMaintenanceWindow (Maybe Text)-dmwDuration-  = lens _dmwDuration (\ s a -> s{_dmwDuration = a})--instance FromJSON DailyMaintenanceWindow where-        parseJSON-          = withObject "DailyMaintenanceWindow"-              (\ o ->-                 DailyMaintenanceWindow' <$>-                   (o .:? "startTime") <*> (o .:? "duration"))--instance ToJSON DailyMaintenanceWindow where-        toJSON DailyMaintenanceWindow'{..}-          = object-              (catMaybes-                 [("startTime" .=) <$> _dmwStartTime,-                  ("duration" .=) <$> _dmwDuration])---- | ListClustersResponse is the result of ListClustersRequest.------ /See:/ 'listClustersResponse' smart constructor.-data ListClustersResponse =-  ListClustersResponse'-    { _lcrClusters     :: !(Maybe [Cluster])-    , _lcrMissingZones :: !(Maybe [Text])-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ListClustersResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lcrClusters'------ * 'lcrMissingZones'-listClustersResponse-    :: ListClustersResponse-listClustersResponse =-  ListClustersResponse' {_lcrClusters = Nothing, _lcrMissingZones = Nothing}----- | A list of clusters in the project in the specified zone, or across all--- ones.-lcrClusters :: Lens' ListClustersResponse [Cluster]-lcrClusters-  = lens _lcrClusters (\ s a -> s{_lcrClusters = a}) .-      _Default-      . _Coerce---- | If any zones are listed here, the list of clusters returned may be--- missing those zones.-lcrMissingZones :: Lens' ListClustersResponse [Text]-lcrMissingZones-  = lens _lcrMissingZones-      (\ s a -> s{_lcrMissingZones = a})-      . _Default-      . _Coerce--instance FromJSON ListClustersResponse where-        parseJSON-          = withObject "ListClustersResponse"-              (\ o ->-                 ListClustersResponse' <$>-                   (o .:? "clusters" .!= mempty) <*>-                     (o .:? "missingZones" .!= mempty))--instance ToJSON ListClustersResponse where-        toJSON ListClustersResponse'{..}-          = object-              (catMaybes-                 [("clusters" .=) <$> _lcrClusters,-                  ("missingZones" .=) <$> _lcrMissingZones])---- | ClusterUpdate describes an update to the cluster. Exactly one update can--- be applied to a cluster with each request, so at most one field can be--- provided.------ /See:/ 'clusterUpdate' smart constructor.-data ClusterUpdate =-  ClusterUpdate'-    { _cuDesiredNodePoolAutoscaling            :: !(Maybe NodePoolAutoscaling)-    , _cuDesiredAddonsConfig                   :: !(Maybe AddonsConfig)-    , _cuDesiredNodePoolId                     :: !(Maybe Text)-    , _cuDesiredMasterAuthorizedNetworksConfig :: !(Maybe MasterAuthorizedNetworksConfig)-    , _cuDesiredImageType                      :: !(Maybe Text)-    , _cuDesiredNodeVersion                    :: !(Maybe Text)-    , _cuDesiredMasterVersion                  :: !(Maybe Text)-    , _cuDesiredLocations                      :: !(Maybe [Text])-    , _cuDesiredMonitoringService              :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ClusterUpdate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cuDesiredNodePoolAutoscaling'------ * 'cuDesiredAddonsConfig'------ * 'cuDesiredNodePoolId'------ * 'cuDesiredMasterAuthorizedNetworksConfig'------ * 'cuDesiredImageType'------ * 'cuDesiredNodeVersion'------ * 'cuDesiredMasterVersion'------ * 'cuDesiredLocations'------ * 'cuDesiredMonitoringService'-clusterUpdate-    :: ClusterUpdate-clusterUpdate =-  ClusterUpdate'-    { _cuDesiredNodePoolAutoscaling = Nothing-    , _cuDesiredAddonsConfig = Nothing-    , _cuDesiredNodePoolId = Nothing-    , _cuDesiredMasterAuthorizedNetworksConfig = Nothing-    , _cuDesiredImageType = Nothing-    , _cuDesiredNodeVersion = Nothing-    , _cuDesiredMasterVersion = Nothing-    , _cuDesiredLocations = Nothing-    , _cuDesiredMonitoringService = Nothing-    }----- | Autoscaler configuration for the node pool specified in--- desired_node_pool_id. If there is only one pool in the cluster and--- desired_node_pool_id is not provided then the change applies to that--- single node pool.-cuDesiredNodePoolAutoscaling :: Lens' ClusterUpdate (Maybe NodePoolAutoscaling)-cuDesiredNodePoolAutoscaling-  = lens _cuDesiredNodePoolAutoscaling-      (\ s a -> s{_cuDesiredNodePoolAutoscaling = a})---- | Configurations for the various addons available to run in the cluster.-cuDesiredAddonsConfig :: Lens' ClusterUpdate (Maybe AddonsConfig)-cuDesiredAddonsConfig-  = lens _cuDesiredAddonsConfig-      (\ s a -> s{_cuDesiredAddonsConfig = a})---- | The node pool to be upgraded. This field is mandatory if--- \"desired_node_version\", \"desired_image_family\" or--- \"desired_node_pool_autoscaling\" is specified and there is more than--- one node pool on the cluster.-cuDesiredNodePoolId :: Lens' ClusterUpdate (Maybe Text)-cuDesiredNodePoolId-  = lens _cuDesiredNodePoolId-      (\ s a -> s{_cuDesiredNodePoolId = a})---- | The desired configuration options for master authorized networks--- feature.-cuDesiredMasterAuthorizedNetworksConfig :: Lens' ClusterUpdate (Maybe MasterAuthorizedNetworksConfig)-cuDesiredMasterAuthorizedNetworksConfig-  = lens _cuDesiredMasterAuthorizedNetworksConfig-      (\ s a ->-         s{_cuDesiredMasterAuthorizedNetworksConfig = a})---- | The desired image type for the node pool. NOTE: Set the--- \"desired_node_pool\" field as well.-cuDesiredImageType :: Lens' ClusterUpdate (Maybe Text)-cuDesiredImageType-  = lens _cuDesiredImageType-      (\ s a -> s{_cuDesiredImageType = a})---- | The Kubernetes version to change the nodes to (typically an upgrade).--- Users may specify either explicit versions offered by Kubernetes Engine--- or version aliases, which have the following behavior: - \"latest\":--- picks the highest valid Kubernetes version - \"1.X\": picks the highest--- valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the--- highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks--- an explicit Kubernetes version - \"-\": picks the Kubernetes master--- version-cuDesiredNodeVersion :: Lens' ClusterUpdate (Maybe Text)-cuDesiredNodeVersion-  = lens _cuDesiredNodeVersion-      (\ s a -> s{_cuDesiredNodeVersion = a})---- | The Kubernetes version to change the master to. Users may specify either--- explicit versions offered by Kubernetes Engine or version aliases, which--- have the following behavior: - \"latest\": picks the highest valid--- Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch--- in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in--- the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes--- version - \"-\": picks the default Kubernetes version-cuDesiredMasterVersion :: Lens' ClusterUpdate (Maybe Text)-cuDesiredMasterVersion-  = lens _cuDesiredMasterVersion-      (\ s a -> s{_cuDesiredMasterVersion = a})---- | The desired list of Google Compute Engine--- [zones](\/compute\/docs\/zones#available) in which the cluster\'s nodes--- should be located. Changing the locations a cluster is in will result in--- nodes being either created or removed from the cluster, depending on--- whether locations are being added or removed. This list must always--- include the cluster\'s primary zone.-cuDesiredLocations :: Lens' ClusterUpdate [Text]-cuDesiredLocations-  = lens _cuDesiredLocations-      (\ s a -> s{_cuDesiredLocations = a})-      . _Default-      . _Coerce---- | The monitoring service the cluster should use to write metrics.--- Currently available options: * \"monitoring.googleapis.com\" - the--- Google Cloud Monitoring service * \"none\" - no metrics will be exported--- from the cluster-cuDesiredMonitoringService :: Lens' ClusterUpdate (Maybe Text)-cuDesiredMonitoringService-  = lens _cuDesiredMonitoringService-      (\ s a -> s{_cuDesiredMonitoringService = a})--instance FromJSON ClusterUpdate where-        parseJSON-          = withObject "ClusterUpdate"-              (\ o ->-                 ClusterUpdate' <$>-                   (o .:? "desiredNodePoolAutoscaling") <*>-                     (o .:? "desiredAddonsConfig")-                     <*> (o .:? "desiredNodePoolId")-                     <*> (o .:? "desiredMasterAuthorizedNetworksConfig")-                     <*> (o .:? "desiredImageType")-                     <*> (o .:? "desiredNodeVersion")-                     <*> (o .:? "desiredMasterVersion")-                     <*> (o .:? "desiredLocations" .!= mempty)-                     <*> (o .:? "desiredMonitoringService"))--instance ToJSON ClusterUpdate where-        toJSON ClusterUpdate'{..}-          = object-              (catMaybes-                 [("desiredNodePoolAutoscaling" .=) <$>-                    _cuDesiredNodePoolAutoscaling,-                  ("desiredAddonsConfig" .=) <$>-                    _cuDesiredAddonsConfig,-                  ("desiredNodePoolId" .=) <$> _cuDesiredNodePoolId,-                  ("desiredMasterAuthorizedNetworksConfig" .=) <$>-                    _cuDesiredMasterAuthorizedNetworksConfig,-                  ("desiredImageType" .=) <$> _cuDesiredImageType,-                  ("desiredNodeVersion" .=) <$> _cuDesiredNodeVersion,-                  ("desiredMasterVersion" .=) <$>-                    _cuDesiredMasterVersion,-                  ("desiredLocations" .=) <$> _cuDesiredLocations,-                  ("desiredMonitoringService" .=) <$>-                    _cuDesiredMonitoringService])---- | RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or--- Failed NodePool upgrade. This will be an no-op if the last upgrade--- successfully completed.------ /See:/ 'rollbackNodePoolUpgradeRequest' smart constructor.-data RollbackNodePoolUpgradeRequest =-  RollbackNodePoolUpgradeRequest'-    { _rnpurZone       :: !(Maybe Text)-    , _rnpurNodePoolId :: !(Maybe Text)-    , _rnpurName       :: !(Maybe Text)-    , _rnpurClusterId  :: !(Maybe Text)-    , _rnpurProjectId  :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'RollbackNodePoolUpgradeRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'rnpurZone'------ * 'rnpurNodePoolId'------ * 'rnpurName'------ * 'rnpurClusterId'------ * 'rnpurProjectId'-rollbackNodePoolUpgradeRequest-    :: RollbackNodePoolUpgradeRequest-rollbackNodePoolUpgradeRequest =-  RollbackNodePoolUpgradeRequest'-    { _rnpurZone = Nothing-    , _rnpurNodePoolId = Nothing-    , _rnpurName = Nothing-    , _rnpurClusterId = Nothing-    , _rnpurProjectId = Nothing-    }----- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-rnpurZone :: Lens' RollbackNodePoolUpgradeRequest (Maybe Text)-rnpurZone-  = lens _rnpurZone (\ s a -> s{_rnpurZone = a})---- | Deprecated. The name of the node pool to rollback. This field has been--- deprecated and replaced by the name field.-rnpurNodePoolId :: Lens' RollbackNodePoolUpgradeRequest (Maybe Text)-rnpurNodePoolId-  = lens _rnpurNodePoolId-      (\ s a -> s{_rnpurNodePoolId = a})---- | The name (project, location, cluster, node pool id) of the node poll to--- rollback upgrade. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-rnpurName :: Lens' RollbackNodePoolUpgradeRequest (Maybe Text)-rnpurName-  = lens _rnpurName (\ s a -> s{_rnpurName = a})---- | Deprecated. The name of the cluster to rollback. This field has been--- deprecated and replaced by the name field.-rnpurClusterId :: Lens' RollbackNodePoolUpgradeRequest (Maybe Text)-rnpurClusterId-  = lens _rnpurClusterId-      (\ s a -> s{_rnpurClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-rnpurProjectId :: Lens' RollbackNodePoolUpgradeRequest (Maybe Text)-rnpurProjectId-  = lens _rnpurProjectId-      (\ s a -> s{_rnpurProjectId = a})--instance FromJSON RollbackNodePoolUpgradeRequest-         where-        parseJSON-          = withObject "RollbackNodePoolUpgradeRequest"-              (\ o ->-                 RollbackNodePoolUpgradeRequest' <$>-                   (o .:? "zone") <*> (o .:? "nodePoolId") <*>-                     (o .:? "name")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId"))--instance ToJSON RollbackNodePoolUpgradeRequest where-        toJSON RollbackNodePoolUpgradeRequest'{..}-          = object-              (catMaybes-                 [("zone" .=) <$> _rnpurZone,-                  ("nodePoolId" .=) <$> _rnpurNodePoolId,-                  ("name" .=) <$> _rnpurName,-                  ("clusterId" .=) <$> _rnpurClusterId,-                  ("projectId" .=) <$> _rnpurProjectId])---- | Configuration options for the NetworkPolicy feature.--- https:\/\/kubernetes.io\/docs\/concepts\/services-networking\/networkpolicies\/------ /See:/ 'networkPolicy' smart constructor.-data NetworkPolicy =-  NetworkPolicy'-    { _npEnabled  :: !(Maybe Bool)-    , _npProvider :: !(Maybe NetworkPolicyProvider)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'NetworkPolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'npEnabled'------ * 'npProvider'-networkPolicy-    :: NetworkPolicy-networkPolicy = NetworkPolicy' {_npEnabled = Nothing, _npProvider = Nothing}----- | Whether network policy is enabled on the cluster.-npEnabled :: Lens' NetworkPolicy (Maybe Bool)-npEnabled-  = lens _npEnabled (\ s a -> s{_npEnabled = a})---- | The selected network policy provider.-npProvider :: Lens' NetworkPolicy (Maybe NetworkPolicyProvider)-npProvider-  = lens _npProvider (\ s a -> s{_npProvider = a})--instance FromJSON NetworkPolicy where-        parseJSON-          = withObject "NetworkPolicy"-              (\ o ->-                 NetworkPolicy' <$>-                   (o .:? "enabled") <*> (o .:? "provider"))--instance ToJSON NetworkPolicy where-        toJSON NetworkPolicy'{..}-          = object-              (catMaybes-                 [("enabled" .=) <$> _npEnabled,-                  ("provider" .=) <$> _npProvider])---- | ListNodePoolsResponse is the result of ListNodePoolsRequest.------ /See:/ 'listNodePoolsResponse' smart constructor.-newtype ListNodePoolsResponse =-  ListNodePoolsResponse'-    { _lnprNodePools :: Maybe [NodePool]-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ListNodePoolsResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'lnprNodePools'-listNodePoolsResponse-    :: ListNodePoolsResponse-listNodePoolsResponse = ListNodePoolsResponse' {_lnprNodePools = Nothing}----- | A list of node pools for a cluster.-lnprNodePools :: Lens' ListNodePoolsResponse [NodePool]-lnprNodePools-  = lens _lnprNodePools-      (\ s a -> s{_lnprNodePools = a})-      . _Default-      . _Coerce--instance FromJSON ListNodePoolsResponse where-        parseJSON-          = withObject "ListNodePoolsResponse"-              (\ o ->-                 ListNodePoolsResponse' <$>-                   (o .:? "nodePools" .!= mempty))--instance ToJSON ListNodePoolsResponse where-        toJSON ListNodePoolsResponse'{..}-          = object-              (catMaybes [("nodePools" .=) <$> _lnprNodePools])---- | GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc--- 7517------ /See:/ 'getJSONWebKeysResponse' smart constructor.-newtype GetJSONWebKeysResponse =-  GetJSONWebKeysResponse'-    { _gjwkrKeys :: Maybe [JWK]-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'GetJSONWebKeysResponse' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'gjwkrKeys'-getJSONWebKeysResponse-    :: GetJSONWebKeysResponse-getJSONWebKeysResponse = GetJSONWebKeysResponse' {_gjwkrKeys = Nothing}----- | The public component of the keys used by the cluster to sign token--- requests.-gjwkrKeys :: Lens' GetJSONWebKeysResponse [JWK]-gjwkrKeys-  = lens _gjwkrKeys (\ s a -> s{_gjwkrKeys = a}) .-      _Default-      . _Coerce--instance FromJSON GetJSONWebKeysResponse where-        parseJSON-          = withObject "GetJSONWebKeysResponse"-              (\ o ->-                 GetJSONWebKeysResponse' <$>-                   (o .:? "keys" .!= mempty))--instance ToJSON GetJSONWebKeysResponse where-        toJSON GetJSONWebKeysResponse'{..}-          = object (catMaybes [("keys" .=) <$> _gjwkrKeys])---- | CreateNodePoolRequest creates a node pool for a cluster.------ /See:/ 'createNodePoolRequest' smart constructor.-data CreateNodePoolRequest =-  CreateNodePoolRequest'-    { _cnprParent    :: !(Maybe Text)-    , _cnprZone      :: !(Maybe Text)-    , _cnprNodePool  :: !(Maybe NodePool)-    , _cnprClusterId :: !(Maybe Text)-    , _cnprProjectId :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'CreateNodePoolRequest' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'cnprParent'------ * 'cnprZone'------ * 'cnprNodePool'------ * 'cnprClusterId'------ * 'cnprProjectId'-createNodePoolRequest-    :: CreateNodePoolRequest-createNodePoolRequest =-  CreateNodePoolRequest'-    { _cnprParent = Nothing-    , _cnprZone = Nothing-    , _cnprNodePool = Nothing-    , _cnprClusterId = Nothing-    , _cnprProjectId = Nothing-    }----- | The parent (project, location, cluster id) where the node pool will be--- created. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-cnprParent :: Lens' CreateNodePoolRequest (Maybe Text)-cnprParent-  = lens _cnprParent (\ s a -> s{_cnprParent = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the parent field.-cnprZone :: Lens' CreateNodePoolRequest (Maybe Text)-cnprZone = lens _cnprZone (\ s a -> s{_cnprZone = a})---- | The node pool to create.-cnprNodePool :: Lens' CreateNodePoolRequest (Maybe NodePool)-cnprNodePool-  = lens _cnprNodePool (\ s a -> s{_cnprNodePool = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the parent field.-cnprClusterId :: Lens' CreateNodePoolRequest (Maybe Text)-cnprClusterId-  = lens _cnprClusterId-      (\ s a -> s{_cnprClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the parent field.-cnprProjectId :: Lens' CreateNodePoolRequest (Maybe Text)-cnprProjectId-  = lens _cnprProjectId-      (\ s a -> s{_cnprProjectId = a})--instance FromJSON CreateNodePoolRequest where-        parseJSON-          = withObject "CreateNodePoolRequest"-              (\ o ->-                 CreateNodePoolRequest' <$>-                   (o .:? "parent") <*> (o .:? "zone") <*>-                     (o .:? "nodePool")-                     <*> (o .:? "clusterId")-                     <*> (o .:? "projectId"))--instance ToJSON CreateNodePoolRequest where-        toJSON CreateNodePoolRequest'{..}-          = object-              (catMaybes-                 [("parent" .=) <$> _cnprParent,-                  ("zone" .=) <$> _cnprZone,-                  ("nodePool" .=) <$> _cnprNodePool,-                  ("clusterId" .=) <$> _cnprClusterId,-                  ("projectId" .=) <$> _cnprProjectId])---- | The labels to set for that cluster.------ /See:/ 'setLabelsRequestResourceLabels' smart constructor.-newtype SetLabelsRequestResourceLabels =-  SetLabelsRequestResourceLabels'-    { _slrrlAddtional :: HashMap Text Text-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'SetLabelsRequestResourceLabels' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'slrrlAddtional'-setLabelsRequestResourceLabels-    :: HashMap Text Text -- ^ 'slrrlAddtional'-    -> SetLabelsRequestResourceLabels-setLabelsRequestResourceLabels pSlrrlAddtional_ =-  SetLabelsRequestResourceLabels' {_slrrlAddtional = _Coerce # pSlrrlAddtional_}---slrrlAddtional :: Lens' SetLabelsRequestResourceLabels (HashMap Text Text)-slrrlAddtional-  = lens _slrrlAddtional-      (\ s a -> s{_slrrlAddtional = a})-      . _Coerce--instance FromJSON SetLabelsRequestResourceLabels-         where-        parseJSON-          = withObject "SetLabelsRequestResourceLabels"-              (\ o ->-                 SetLabelsRequestResourceLabels' <$>-                   (parseJSONObject o))--instance ToJSON SetLabelsRequestResourceLabels where-        toJSON = toJSON . _slrrlAddtional
− gen/Network/Google/Container/Types/Sum.hs
@@ -1,521 +0,0 @@-{-# LANGUAGE DeriveDataTypeable #-}-{-# LANGUAGE DeriveGeneric      #-}-{-# LANGUAGE LambdaCase         #-}-{-# LANGUAGE NoImplicitPrelude  #-}-{-# LANGUAGE OverloadedStrings  #-}--{-# OPTIONS_GHC -fno-warn-unused-imports #-}---- |--- Module      : Network.Google.Container.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.Container.Types.Sum where--import           Network.Google.Prelude hiding (Bytes)---- | This field is to determine the status of the secondary range--- programmably.-data UsableSubnetworkSecondaryRangeStatus-    = Unknown-      -- ^ @UNKNOWN@-      -- UNKNOWN is the zero value of the Status enum. It\'s not a valid status.-    | Unused-      -- ^ @UNUSED@-      -- UNUSED denotes that this range is unclaimed by any cluster.-    | InUseService-      -- ^ @IN_USE_SERVICE@-      -- IN_USE_SERVICE denotes that this range is claimed by a cluster for-      -- services. It cannot be used for other clusters.-    | InUseShareablePod-      -- ^ @IN_USE_SHAREABLE_POD@-      -- IN_USE_SHAREABLE_POD denotes this range was created by the network admin-      -- and is currently claimed by a cluster for pods. It can only be used by-      -- other clusters as a pod range.-    | InUseManagedPod-      -- ^ @IN_USE_MANAGED_POD@-      -- IN_USE_MANAGED_POD denotes this range was created by GKE and is claimed-      -- for pods. It cannot be used for other clusters.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable UsableSubnetworkSecondaryRangeStatus--instance FromHttpApiData UsableSubnetworkSecondaryRangeStatus where-    parseQueryParam = \case-        "UNKNOWN" -> Right Unknown-        "UNUSED" -> Right Unused-        "IN_USE_SERVICE" -> Right InUseService-        "IN_USE_SHAREABLE_POD" -> Right InUseShareablePod-        "IN_USE_MANAGED_POD" -> Right InUseManagedPod-        x -> Left ("Unable to parse UsableSubnetworkSecondaryRangeStatus from: " <> x)--instance ToHttpApiData UsableSubnetworkSecondaryRangeStatus where-    toQueryParam = \case-        Unknown -> "UNKNOWN"-        Unused -> "UNUSED"-        InUseService -> "IN_USE_SERVICE"-        InUseShareablePod -> "IN_USE_SHAREABLE_POD"-        InUseManagedPod -> "IN_USE_MANAGED_POD"--instance FromJSON UsableSubnetworkSecondaryRangeStatus where-    parseJSON = parseJSONText "UsableSubnetworkSecondaryRangeStatus"--instance ToJSON UsableSubnetworkSecondaryRangeStatus where-    toJSON = toJSONText---- | Machine-friendly representation of the condition-data StatusConditionCode-    = SCCUnknown-      -- ^ @UNKNOWN@-      -- UNKNOWN indicates a generic condition.-    | SCCGceStockout-      -- ^ @GCE_STOCKOUT@-      -- GCE_STOCKOUT indicates a Google Compute Engine stockout.-    | SCCGkeServiceAccountDeleted-      -- ^ @GKE_SERVICE_ACCOUNT_DELETED@-      -- GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot-      -- service account.-    | SCCGceQuotaExceeded-      -- ^ @GCE_QUOTA_EXCEEDED@-      -- Google Compute Engine quota was exceeded.-    | SCCSetByOperator-      -- ^ @SET_BY_OPERATOR@-      -- Cluster state was manually changed by an SRE due to a system logic-      -- error. More codes TBA-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable StatusConditionCode--instance FromHttpApiData StatusConditionCode where-    parseQueryParam = \case-        "UNKNOWN" -> Right SCCUnknown-        "GCE_STOCKOUT" -> Right SCCGceStockout-        "GKE_SERVICE_ACCOUNT_DELETED" -> Right SCCGkeServiceAccountDeleted-        "GCE_QUOTA_EXCEEDED" -> Right SCCGceQuotaExceeded-        "SET_BY_OPERATOR" -> Right SCCSetByOperator-        x -> Left ("Unable to parse StatusConditionCode from: " <> x)--instance ToHttpApiData StatusConditionCode where-    toQueryParam = \case-        SCCUnknown -> "UNKNOWN"-        SCCGceStockout -> "GCE_STOCKOUT"-        SCCGkeServiceAccountDeleted -> "GKE_SERVICE_ACCOUNT_DELETED"-        SCCGceQuotaExceeded -> "GCE_QUOTA_EXCEEDED"-        SCCSetByOperator -> "SET_BY_OPERATOR"--instance FromJSON StatusConditionCode where-    parseJSON = parseJSONText "StatusConditionCode"--instance ToJSON StatusConditionCode where-    toJSON = toJSONText---- | The operation type.-data OperationOperationType-    = TypeUnspecified-      -- ^ @TYPE_UNSPECIFIED@-      -- Not set.-    | CreateCluster-      -- ^ @CREATE_CLUSTER@-      -- Cluster create.-    | DeleteCluster-      -- ^ @DELETE_CLUSTER@-      -- Cluster delete.-    | UpgradeMaster-      -- ^ @UPGRADE_MASTER@-      -- A master upgrade.-    | UpgradeNodes-      -- ^ @UPGRADE_NODES@-      -- A node upgrade.-    | RepairCluster-      -- ^ @REPAIR_CLUSTER@-      -- Cluster repair.-    | UpdateCluster-      -- ^ @UPDATE_CLUSTER@-      -- Cluster update.-    | CreateNodePool-      -- ^ @CREATE_NODE_POOL@-      -- Node pool create.-    | DeleteNodePool-      -- ^ @DELETE_NODE_POOL@-      -- Node pool delete.-    | SetNodePoolManagement-      -- ^ @SET_NODE_POOL_MANAGEMENT@-      -- Set node pool management.-    | AutoRepairNodes-      -- ^ @AUTO_REPAIR_NODES@-      -- Automatic node pool repair.-    | AutoUpgradeNodes-      -- ^ @AUTO_UPGRADE_NODES@-      -- Automatic node upgrade.-    | SetLabels-      -- ^ @SET_LABELS@-      -- Set labels.-    | SetMasterAuth-      -- ^ @SET_MASTER_AUTH@-      -- Set\/generate master auth materials-    | SetNodePoolSize-      -- ^ @SET_NODE_POOL_SIZE@-      -- Set node pool size.-    | SetNetworkPolicy-      -- ^ @SET_NETWORK_POLICY@-      -- Updates network policy for a cluster.-    | SetMaintenancePolicy-      -- ^ @SET_MAINTENANCE_POLICY@-      -- Set the maintenance policy.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable OperationOperationType--instance FromHttpApiData OperationOperationType where-    parseQueryParam = \case-        "TYPE_UNSPECIFIED" -> Right TypeUnspecified-        "CREATE_CLUSTER" -> Right CreateCluster-        "DELETE_CLUSTER" -> Right DeleteCluster-        "UPGRADE_MASTER" -> Right UpgradeMaster-        "UPGRADE_NODES" -> Right UpgradeNodes-        "REPAIR_CLUSTER" -> Right RepairCluster-        "UPDATE_CLUSTER" -> Right UpdateCluster-        "CREATE_NODE_POOL" -> Right CreateNodePool-        "DELETE_NODE_POOL" -> Right DeleteNodePool-        "SET_NODE_POOL_MANAGEMENT" -> Right SetNodePoolManagement-        "AUTO_REPAIR_NODES" -> Right AutoRepairNodes-        "AUTO_UPGRADE_NODES" -> Right AutoUpgradeNodes-        "SET_LABELS" -> Right SetLabels-        "SET_MASTER_AUTH" -> Right SetMasterAuth-        "SET_NODE_POOL_SIZE" -> Right SetNodePoolSize-        "SET_NETWORK_POLICY" -> Right SetNetworkPolicy-        "SET_MAINTENANCE_POLICY" -> Right SetMaintenancePolicy-        x -> Left ("Unable to parse OperationOperationType from: " <> x)--instance ToHttpApiData OperationOperationType where-    toQueryParam = \case-        TypeUnspecified -> "TYPE_UNSPECIFIED"-        CreateCluster -> "CREATE_CLUSTER"-        DeleteCluster -> "DELETE_CLUSTER"-        UpgradeMaster -> "UPGRADE_MASTER"-        UpgradeNodes -> "UPGRADE_NODES"-        RepairCluster -> "REPAIR_CLUSTER"-        UpdateCluster -> "UPDATE_CLUSTER"-        CreateNodePool -> "CREATE_NODE_POOL"-        DeleteNodePool -> "DELETE_NODE_POOL"-        SetNodePoolManagement -> "SET_NODE_POOL_MANAGEMENT"-        AutoRepairNodes -> "AUTO_REPAIR_NODES"-        AutoUpgradeNodes -> "AUTO_UPGRADE_NODES"-        SetLabels -> "SET_LABELS"-        SetMasterAuth -> "SET_MASTER_AUTH"-        SetNodePoolSize -> "SET_NODE_POOL_SIZE"-        SetNetworkPolicy -> "SET_NETWORK_POLICY"-        SetMaintenancePolicy -> "SET_MAINTENANCE_POLICY"--instance FromJSON OperationOperationType where-    parseJSON = parseJSONText "OperationOperationType"--instance ToJSON OperationOperationType where-    toJSON = toJSONText---- | The current status of the operation.-data OperationStatus-    = StatusUnspecified-      -- ^ @STATUS_UNSPECIFIED@-      -- Not set.-    | Pending-      -- ^ @PENDING@-      -- The operation has been created.-    | Running-      -- ^ @RUNNING@-      -- The operation is currently running.-    | Done-      -- ^ @DONE@-      -- The operation is done, either cancelled or completed.-    | Aborting-      -- ^ @ABORTING@-      -- The operation is aborting.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable OperationStatus--instance FromHttpApiData OperationStatus where-    parseQueryParam = \case-        "STATUS_UNSPECIFIED" -> Right StatusUnspecified-        "PENDING" -> Right Pending-        "RUNNING" -> Right Running-        "DONE" -> Right Done-        "ABORTING" -> Right Aborting-        x -> Left ("Unable to parse OperationStatus from: " <> x)--instance ToHttpApiData OperationStatus where-    toQueryParam = \case-        StatusUnspecified -> "STATUS_UNSPECIFIED"-        Pending -> "PENDING"-        Running -> "RUNNING"-        Done -> "DONE"-        Aborting -> "ABORTING"--instance FromJSON OperationStatus where-    parseJSON = parseJSONText "OperationStatus"--instance ToJSON OperationStatus where-    toJSON = toJSONText---- | The selected network policy provider.-data NetworkPolicyProvider-    = ProviderUnspecified-      -- ^ @PROVIDER_UNSPECIFIED@-      -- Not set-    | Calico-      -- ^ @CALICO@-      -- Tigera (Calico Felix).-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable NetworkPolicyProvider--instance FromHttpApiData NetworkPolicyProvider where-    parseQueryParam = \case-        "PROVIDER_UNSPECIFIED" -> Right ProviderUnspecified-        "CALICO" -> Right Calico-        x -> Left ("Unable to parse NetworkPolicyProvider from: " <> x)--instance ToHttpApiData NetworkPolicyProvider where-    toQueryParam = \case-        ProviderUnspecified -> "PROVIDER_UNSPECIFIED"-        Calico -> "CALICO"--instance FromJSON NetworkPolicyProvider where-    parseJSON = parseJSONText "NetworkPolicyProvider"--instance ToJSON NetworkPolicyProvider 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---- | [Output only] The status of the nodes in this pool instance.-data NodePoolStatus-    = NPSStatusUnspecified-      -- ^ @STATUS_UNSPECIFIED@-      -- Not set.-    | NPSProvisioning-      -- ^ @PROVISIONING@-      -- The PROVISIONING state indicates the node pool is being created.-    | NPSRunning-      -- ^ @RUNNING@-      -- The RUNNING state indicates the node pool has been created and is fully-      -- usable.-    | NPSRunningWithError-      -- ^ @RUNNING_WITH_ERROR@-      -- The RUNNING_WITH_ERROR state indicates the node pool has been created-      -- and is partially usable. Some error state has occurred and some-      -- functionality may be impaired. Customer may need to reissue a request or-      -- trigger a new update.-    | NPSReconciling-      -- ^ @RECONCILING@-      -- The RECONCILING state indicates that some work is actively being done on-      -- the node pool, such as upgrading node software. Details can be found in-      -- the \`statusMessage\` field.-    | NPSStopping-      -- ^ @STOPPING@-      -- The STOPPING state indicates the node pool is being deleted.-    | NPSError'-      -- ^ @ERROR@-      -- The ERROR state indicates the node pool may be unusable. Details can be-      -- found in the \`statusMessage\` field.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable NodePoolStatus--instance FromHttpApiData NodePoolStatus where-    parseQueryParam = \case-        "STATUS_UNSPECIFIED" -> Right NPSStatusUnspecified-        "PROVISIONING" -> Right NPSProvisioning-        "RUNNING" -> Right NPSRunning-        "RUNNING_WITH_ERROR" -> Right NPSRunningWithError-        "RECONCILING" -> Right NPSReconciling-        "STOPPING" -> Right NPSStopping-        "ERROR" -> Right NPSError'-        x -> Left ("Unable to parse NodePoolStatus from: " <> x)--instance ToHttpApiData NodePoolStatus where-    toQueryParam = \case-        NPSStatusUnspecified -> "STATUS_UNSPECIFIED"-        NPSProvisioning -> "PROVISIONING"-        NPSRunning -> "RUNNING"-        NPSRunningWithError -> "RUNNING_WITH_ERROR"-        NPSReconciling -> "RECONCILING"-        NPSStopping -> "STOPPING"-        NPSError' -> "ERROR"--instance FromJSON NodePoolStatus where-    parseJSON = parseJSONText "NodePoolStatus"--instance ToJSON NodePoolStatus where-    toJSON = toJSONText---- | [Output only] The current status of this cluster.-data ClusterStatus-    = CSStatusUnspecified-      -- ^ @STATUS_UNSPECIFIED@-      -- Not set.-    | CSProvisioning-      -- ^ @PROVISIONING@-      -- The PROVISIONING state indicates the cluster is being created.-    | CSRunning-      -- ^ @RUNNING@-      -- The RUNNING state indicates the cluster has been created and is fully-      -- usable.-    | CSReconciling-      -- ^ @RECONCILING@-      -- The RECONCILING state indicates that some work is actively being done on-      -- the cluster, such as upgrading the master or node software. Details can-      -- be found in the \`statusMessage\` field.-    | CSStopping-      -- ^ @STOPPING@-      -- The STOPPING state indicates the cluster is being deleted.-    | CSError'-      -- ^ @ERROR@-      -- The ERROR state indicates the cluster may be unusable. Details can be-      -- found in the \`statusMessage\` field.-    | CSDegraded-      -- ^ @DEGRADED@-      -- The DEGRADED state indicates the cluster requires user action to restore-      -- full functionality. Details can be found in the \`statusMessage\` field.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable ClusterStatus--instance FromHttpApiData ClusterStatus where-    parseQueryParam = \case-        "STATUS_UNSPECIFIED" -> Right CSStatusUnspecified-        "PROVISIONING" -> Right CSProvisioning-        "RUNNING" -> Right CSRunning-        "RECONCILING" -> Right CSReconciling-        "STOPPING" -> Right CSStopping-        "ERROR" -> Right CSError'-        "DEGRADED" -> Right CSDegraded-        x -> Left ("Unable to parse ClusterStatus from: " <> x)--instance ToHttpApiData ClusterStatus where-    toQueryParam = \case-        CSStatusUnspecified -> "STATUS_UNSPECIFIED"-        CSProvisioning -> "PROVISIONING"-        CSRunning -> "RUNNING"-        CSReconciling -> "RECONCILING"-        CSStopping -> "STOPPING"-        CSError' -> "ERROR"-        CSDegraded -> "DEGRADED"--instance FromJSON ClusterStatus where-    parseJSON = parseJSONText "ClusterStatus"--instance ToJSON ClusterStatus where-    toJSON = toJSONText---- | Effect for taint.-data NodeTaintEffect-    = EffectUnspecified-      -- ^ @EFFECT_UNSPECIFIED@-      -- Not set-    | NoSchedule-      -- ^ @NO_SCHEDULE@-      -- NoSchedule-    | PreferNoSchedule-      -- ^ @PREFER_NO_SCHEDULE@-      -- PreferNoSchedule-    | NoExecute-      -- ^ @NO_EXECUTE@-      -- NoExecute-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable NodeTaintEffect--instance FromHttpApiData NodeTaintEffect where-    parseQueryParam = \case-        "EFFECT_UNSPECIFIED" -> Right EffectUnspecified-        "NO_SCHEDULE" -> Right NoSchedule-        "PREFER_NO_SCHEDULE" -> Right PreferNoSchedule-        "NO_EXECUTE" -> Right NoExecute-        x -> Left ("Unable to parse NodeTaintEffect from: " <> x)--instance ToHttpApiData NodeTaintEffect where-    toQueryParam = \case-        EffectUnspecified -> "EFFECT_UNSPECIFIED"-        NoSchedule -> "NO_SCHEDULE"-        PreferNoSchedule -> "PREFER_NO_SCHEDULE"-        NoExecute -> "NO_EXECUTE"--instance FromJSON NodeTaintEffect where-    parseJSON = parseJSONText "NodeTaintEffect"--instance ToJSON NodeTaintEffect where-    toJSON = toJSONText---- | The exact form of action to be taken on the master auth.-data SetMasterAuthRequestAction-    = SMARAUnknown-      -- ^ @UNKNOWN@-      -- Operation is unknown and will error out.-    | SMARASetPassword-      -- ^ @SET_PASSWORD@-      -- Set the password to a user generated value.-    | SMARAGeneratePassword-      -- ^ @GENERATE_PASSWORD@-      -- Generate a new password and set it to that.-    | SMARASetUsername-      -- ^ @SET_USERNAME@-      -- Set the username. If an empty username is provided, basic authentication-      -- is disabled for the cluster. If a non-empty username is provided, basic-      -- authentication is enabled, with either a provided password or a-      -- generated one.-      deriving (Eq, Ord, Enum, Read, Show, Data, Typeable, Generic)--instance Hashable SetMasterAuthRequestAction--instance FromHttpApiData SetMasterAuthRequestAction where-    parseQueryParam = \case-        "UNKNOWN" -> Right SMARAUnknown-        "SET_PASSWORD" -> Right SMARASetPassword-        "GENERATE_PASSWORD" -> Right SMARAGeneratePassword-        "SET_USERNAME" -> Right SMARASetUsername-        x -> Left ("Unable to parse SetMasterAuthRequestAction from: " <> x)--instance ToHttpApiData SetMasterAuthRequestAction where-    toQueryParam = \case-        SMARAUnknown -> "UNKNOWN"-        SMARASetPassword -> "SET_PASSWORD"-        SMARAGeneratePassword -> "GENERATE_PASSWORD"-        SMARASetUsername -> "SET_USERNAME"--instance FromJSON SetMasterAuthRequestAction where-    parseJSON = parseJSONText "SetMasterAuthRequestAction"--instance ToJSON SetMasterAuthRequestAction where-    toJSON = toJSONText
− gen/Network/Google/Resource/Container/Projects/Aggregated/UsableSubnetworks/List.hs
@@ -1,209 +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.Container.Projects.Aggregated.UsableSubnetworks.List--- 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)------ Lists subnetworks that are usable for creating clusters in a project.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.aggregated.usableSubnetworks.list@.-module Network.Google.Resource.Container.Projects.Aggregated.UsableSubnetworks.List-    (-    -- * REST Resource-      ProjectsAggregatedUsableSubnetworksListResource--    -- * Creating a Request-    , projectsAggregatedUsableSubnetworksList-    , ProjectsAggregatedUsableSubnetworksList--    -- * Request Lenses-    , pauslParent-    , pauslXgafv-    , pauslUploadProtocol-    , pauslAccessToken-    , pauslUploadType-    , pauslFilter-    , pauslPageToken-    , pauslPageSize-    , pauslCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.aggregated.usableSubnetworks.list@ method which the--- 'ProjectsAggregatedUsableSubnetworksList' request conforms to.-type ProjectsAggregatedUsableSubnetworksListResource-     =-     "v1" :>-       Capture "parent" Text :>-         "aggregated" :>-           "usableSubnetworks" :>-             QueryParam "$.xgafv" Xgafv :>-               QueryParam "upload_protocol" Text :>-                 QueryParam "access_token" Text :>-                   QueryParam "uploadType" Text :>-                     QueryParam "filter" Text :>-                       QueryParam "pageToken" Text :>-                         QueryParam "pageSize" (Textual Int32) :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               Get '[JSON] ListUsableSubnetworksResponse---- | Lists subnetworks that are usable for creating clusters in a project.------ /See:/ 'projectsAggregatedUsableSubnetworksList' smart constructor.-data ProjectsAggregatedUsableSubnetworksList =-  ProjectsAggregatedUsableSubnetworksList'-    { _pauslParent         :: !Text-    , _pauslXgafv          :: !(Maybe Xgafv)-    , _pauslUploadProtocol :: !(Maybe Text)-    , _pauslAccessToken    :: !(Maybe Text)-    , _pauslUploadType     :: !(Maybe Text)-    , _pauslFilter         :: !(Maybe Text)-    , _pauslPageToken      :: !(Maybe Text)-    , _pauslPageSize       :: !(Maybe (Textual Int32))-    , _pauslCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsAggregatedUsableSubnetworksList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pauslParent'------ * 'pauslXgafv'------ * 'pauslUploadProtocol'------ * 'pauslAccessToken'------ * 'pauslUploadType'------ * 'pauslFilter'------ * 'pauslPageToken'------ * 'pauslPageSize'------ * 'pauslCallback'-projectsAggregatedUsableSubnetworksList-    :: Text -- ^ 'pauslParent'-    -> ProjectsAggregatedUsableSubnetworksList-projectsAggregatedUsableSubnetworksList pPauslParent_ =-  ProjectsAggregatedUsableSubnetworksList'-    { _pauslParent = pPauslParent_-    , _pauslXgafv = Nothing-    , _pauslUploadProtocol = Nothing-    , _pauslAccessToken = Nothing-    , _pauslUploadType = Nothing-    , _pauslFilter = Nothing-    , _pauslPageToken = Nothing-    , _pauslPageSize = Nothing-    , _pauslCallback = Nothing-    }----- | The parent project where subnetworks are usable. Specified in the format--- \'projects\/*\'.-pauslParent :: Lens' ProjectsAggregatedUsableSubnetworksList Text-pauslParent-  = lens _pauslParent (\ s a -> s{_pauslParent = a})---- | V1 error format.-pauslXgafv :: Lens' ProjectsAggregatedUsableSubnetworksList (Maybe Xgafv)-pauslXgafv-  = lens _pauslXgafv (\ s a -> s{_pauslXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pauslUploadProtocol :: Lens' ProjectsAggregatedUsableSubnetworksList (Maybe Text)-pauslUploadProtocol-  = lens _pauslUploadProtocol-      (\ s a -> s{_pauslUploadProtocol = a})---- | OAuth access token.-pauslAccessToken :: Lens' ProjectsAggregatedUsableSubnetworksList (Maybe Text)-pauslAccessToken-  = lens _pauslAccessToken-      (\ s a -> s{_pauslAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pauslUploadType :: Lens' ProjectsAggregatedUsableSubnetworksList (Maybe Text)-pauslUploadType-  = lens _pauslUploadType-      (\ s a -> s{_pauslUploadType = a})---- | Filtering currently only supports equality on the networkProjectId and--- must be in the form: \"networkProjectId=[PROJECTID]\", where--- \`networkProjectId\` is the project which owns the listed subnetworks.--- This defaults to the parent project ID.-pauslFilter :: Lens' ProjectsAggregatedUsableSubnetworksList (Maybe Text)-pauslFilter-  = lens _pauslFilter (\ s a -> s{_pauslFilter = a})---- | Specifies a page token to use. Set this to the nextPageToken returned by--- previous list requests to get the next page of results.-pauslPageToken :: Lens' ProjectsAggregatedUsableSubnetworksList (Maybe Text)-pauslPageToken-  = lens _pauslPageToken-      (\ s a -> s{_pauslPageToken = a})---- | The max number of results per page that should be returned. If the--- number of available results is larger than \`page_size\`, a--- \`next_page_token\` is returned which can be used to get the next page--- of results in subsequent requests. Acceptable values are 0 to 500,--- inclusive. (Default: 500)-pauslPageSize :: Lens' ProjectsAggregatedUsableSubnetworksList (Maybe Int32)-pauslPageSize-  = lens _pauslPageSize-      (\ s a -> s{_pauslPageSize = a})-      . mapping _Coerce---- | JSONP-pauslCallback :: Lens' ProjectsAggregatedUsableSubnetworksList (Maybe Text)-pauslCallback-  = lens _pauslCallback-      (\ s a -> s{_pauslCallback = a})--instance GoogleRequest-           ProjectsAggregatedUsableSubnetworksList-         where-        type Rs ProjectsAggregatedUsableSubnetworksList =-             ListUsableSubnetworksResponse-        type Scopes ProjectsAggregatedUsableSubnetworksList =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsAggregatedUsableSubnetworksList'{..}-          = go _pauslParent _pauslXgafv _pauslUploadProtocol-              _pauslAccessToken-              _pauslUploadType-              _pauslFilter-              _pauslPageToken-              _pauslPageSize-              _pauslCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsAggregatedUsableSubnetworksListResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/CompleteIPRotation.hs
@@ -1,176 +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.Container.Projects.Locations.Clusters.CompleteIPRotation--- 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)------ Completes master IP rotation.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.completeIpRotation@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.CompleteIPRotation-    (-    -- * REST Resource-      ProjectsLocationsClustersCompleteIPRotationResource--    -- * Creating a Request-    , projectsLocationsClustersCompleteIPRotation-    , ProjectsLocationsClustersCompleteIPRotation--    -- * Request Lenses-    , plccirXgafv-    , plccirUploadProtocol-    , plccirAccessToken-    , plccirUploadType-    , plccirPayload-    , plccirName-    , plccirCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.completeIpRotation@ method which the--- 'ProjectsLocationsClustersCompleteIPRotation' request conforms to.-type ProjectsLocationsClustersCompleteIPRotationResource-     =-     "v1" :>-       CaptureMode "name" "completeIpRotation" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] CompleteIPRotationRequest :>-                       Post '[JSON] Operation---- | Completes master IP rotation.------ /See:/ 'projectsLocationsClustersCompleteIPRotation' smart constructor.-data ProjectsLocationsClustersCompleteIPRotation =-  ProjectsLocationsClustersCompleteIPRotation'-    { _plccirXgafv          :: !(Maybe Xgafv)-    , _plccirUploadProtocol :: !(Maybe Text)-    , _plccirAccessToken    :: !(Maybe Text)-    , _plccirUploadType     :: !(Maybe Text)-    , _plccirPayload        :: !CompleteIPRotationRequest-    , _plccirName           :: !Text-    , _plccirCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersCompleteIPRotation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plccirXgafv'------ * 'plccirUploadProtocol'------ * 'plccirAccessToken'------ * 'plccirUploadType'------ * 'plccirPayload'------ * 'plccirName'------ * 'plccirCallback'-projectsLocationsClustersCompleteIPRotation-    :: CompleteIPRotationRequest -- ^ 'plccirPayload'-    -> Text -- ^ 'plccirName'-    -> ProjectsLocationsClustersCompleteIPRotation-projectsLocationsClustersCompleteIPRotation pPlccirPayload_ pPlccirName_ =-  ProjectsLocationsClustersCompleteIPRotation'-    { _plccirXgafv = Nothing-    , _plccirUploadProtocol = Nothing-    , _plccirAccessToken = Nothing-    , _plccirUploadType = Nothing-    , _plccirPayload = pPlccirPayload_-    , _plccirName = pPlccirName_-    , _plccirCallback = Nothing-    }----- | V1 error format.-plccirXgafv :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Xgafv)-plccirXgafv-  = lens _plccirXgafv (\ s a -> s{_plccirXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plccirUploadProtocol :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text)-plccirUploadProtocol-  = lens _plccirUploadProtocol-      (\ s a -> s{_plccirUploadProtocol = a})---- | OAuth access token.-plccirAccessToken :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text)-plccirAccessToken-  = lens _plccirAccessToken-      (\ s a -> s{_plccirAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plccirUploadType :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text)-plccirUploadType-  = lens _plccirUploadType-      (\ s a -> s{_plccirUploadType = a})---- | Multipart request metadata.-plccirPayload :: Lens' ProjectsLocationsClustersCompleteIPRotation CompleteIPRotationRequest-plccirPayload-  = lens _plccirPayload-      (\ s a -> s{_plccirPayload = a})---- | The name (project, location, cluster id) of the cluster to complete IP--- rotation. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-plccirName :: Lens' ProjectsLocationsClustersCompleteIPRotation Text-plccirName-  = lens _plccirName (\ s a -> s{_plccirName = a})---- | JSONP-plccirCallback :: Lens' ProjectsLocationsClustersCompleteIPRotation (Maybe Text)-plccirCallback-  = lens _plccirCallback-      (\ s a -> s{_plccirCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersCompleteIPRotation-         where-        type Rs ProjectsLocationsClustersCompleteIPRotation =-             Operation-        type Scopes-               ProjectsLocationsClustersCompleteIPRotation-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersCompleteIPRotation'{..}-          = go _plccirName _plccirXgafv _plccirUploadProtocol-              _plccirAccessToken-              _plccirUploadType-              _plccirCallback-              (Just AltJSON)-              _plccirPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersCompleteIPRotationResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/Create.hs
@@ -1,185 +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.Container.Projects.Locations.Clusters.Create--- 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)------ Creates a cluster, consisting of the specified number and type of Google--- Compute Engine instances. By default, the cluster is created in the--- project\'s [default--- network](\/compute\/docs\/networks-and-firewalls#networks). One firewall--- is added for the cluster. After cluster creation, the Kubelet creates--- routes for each node to allow the containers on that node to communicate--- with all other instances in the cluster. Finally, an entry is added to--- the project\'s global metadata indicating which CIDR range the cluster--- is using.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.create@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.Create-    (-    -- * REST Resource-      ProjectsLocationsClustersCreateResource--    -- * Creating a Request-    , projectsLocationsClustersCreate-    , ProjectsLocationsClustersCreate--    -- * Request Lenses-    , plccParent-    , plccXgafv-    , plccUploadProtocol-    , plccAccessToken-    , plccUploadType-    , plccPayload-    , plccCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.create@ method which the--- 'ProjectsLocationsClustersCreate' request conforms to.-type ProjectsLocationsClustersCreateResource =-     "v1" :>-       Capture "parent" Text :>-         "clusters" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "callback" Text :>-                     QueryParam "alt" AltJSON :>-                       ReqBody '[JSON] CreateClusterRequest :>-                         Post '[JSON] Operation---- | Creates a cluster, consisting of the specified number and type of Google--- Compute Engine instances. By default, the cluster is created in the--- project\'s [default--- network](\/compute\/docs\/networks-and-firewalls#networks). One firewall--- is added for the cluster. After cluster creation, the Kubelet creates--- routes for each node to allow the containers on that node to communicate--- with all other instances in the cluster. Finally, an entry is added to--- the project\'s global metadata indicating which CIDR range the cluster--- is using.------ /See:/ 'projectsLocationsClustersCreate' smart constructor.-data ProjectsLocationsClustersCreate =-  ProjectsLocationsClustersCreate'-    { _plccParent         :: !Text-    , _plccXgafv          :: !(Maybe Xgafv)-    , _plccUploadProtocol :: !(Maybe Text)-    , _plccAccessToken    :: !(Maybe Text)-    , _plccUploadType     :: !(Maybe Text)-    , _plccPayload        :: !CreateClusterRequest-    , _plccCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersCreate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plccParent'------ * 'plccXgafv'------ * 'plccUploadProtocol'------ * 'plccAccessToken'------ * 'plccUploadType'------ * 'plccPayload'------ * 'plccCallback'-projectsLocationsClustersCreate-    :: Text -- ^ 'plccParent'-    -> CreateClusterRequest -- ^ 'plccPayload'-    -> ProjectsLocationsClustersCreate-projectsLocationsClustersCreate pPlccParent_ pPlccPayload_ =-  ProjectsLocationsClustersCreate'-    { _plccParent = pPlccParent_-    , _plccXgafv = Nothing-    , _plccUploadProtocol = Nothing-    , _plccAccessToken = Nothing-    , _plccUploadType = Nothing-    , _plccPayload = pPlccPayload_-    , _plccCallback = Nothing-    }----- | The parent (project and location) where the cluster will be created.--- Specified in the format \'projects\/*\/locations\/*\'.-plccParent :: Lens' ProjectsLocationsClustersCreate Text-plccParent-  = lens _plccParent (\ s a -> s{_plccParent = a})---- | V1 error format.-plccXgafv :: Lens' ProjectsLocationsClustersCreate (Maybe Xgafv)-plccXgafv-  = lens _plccXgafv (\ s a -> s{_plccXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plccUploadProtocol :: Lens' ProjectsLocationsClustersCreate (Maybe Text)-plccUploadProtocol-  = lens _plccUploadProtocol-      (\ s a -> s{_plccUploadProtocol = a})---- | OAuth access token.-plccAccessToken :: Lens' ProjectsLocationsClustersCreate (Maybe Text)-plccAccessToken-  = lens _plccAccessToken-      (\ s a -> s{_plccAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plccUploadType :: Lens' ProjectsLocationsClustersCreate (Maybe Text)-plccUploadType-  = lens _plccUploadType-      (\ s a -> s{_plccUploadType = a})---- | Multipart request metadata.-plccPayload :: Lens' ProjectsLocationsClustersCreate CreateClusterRequest-plccPayload-  = lens _plccPayload (\ s a -> s{_plccPayload = a})---- | JSONP-plccCallback :: Lens' ProjectsLocationsClustersCreate (Maybe Text)-plccCallback-  = lens _plccCallback (\ s a -> s{_plccCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersCreate-         where-        type Rs ProjectsLocationsClustersCreate = Operation-        type Scopes ProjectsLocationsClustersCreate =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsClustersCreate'{..}-          = go _plccParent _plccXgafv _plccUploadProtocol-              _plccAccessToken-              _plccUploadType-              _plccCallback-              (Just AltJSON)-              _plccPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersCreateResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/Delete.hs
@@ -1,203 +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.Container.Projects.Locations.Clusters.Delete--- 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)------ Deletes the cluster, including the Kubernetes endpoint and all worker--- nodes. Firewalls and routes that were configured during cluster creation--- are also deleted. Other Google Compute Engine resources that might be in--- use by the cluster, such as load balancer resources, are not deleted if--- they weren\'t present when the cluster was initially created.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.delete@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.Delete-    (-    -- * REST Resource-      ProjectsLocationsClustersDeleteResource--    -- * Creating a Request-    , projectsLocationsClustersDelete-    , ProjectsLocationsClustersDelete--    -- * Request Lenses-    , plcdXgafv-    , plcdUploadProtocol-    , plcdAccessToken-    , plcdUploadType-    , plcdZone-    , plcdName-    , plcdClusterId-    , plcdProjectId-    , plcdCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.delete@ method which the--- 'ProjectsLocationsClustersDelete' request conforms to.-type ProjectsLocationsClustersDeleteResource =-     "v1" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "zone" Text :>-                   QueryParam "clusterId" Text :>-                     QueryParam "projectId" Text :>-                       QueryParam "callback" Text :>-                         QueryParam "alt" AltJSON :> Delete '[JSON] Operation---- | Deletes the cluster, including the Kubernetes endpoint and all worker--- nodes. Firewalls and routes that were configured during cluster creation--- are also deleted. Other Google Compute Engine resources that might be in--- use by the cluster, such as load balancer resources, are not deleted if--- they weren\'t present when the cluster was initially created.------ /See:/ 'projectsLocationsClustersDelete' smart constructor.-data ProjectsLocationsClustersDelete =-  ProjectsLocationsClustersDelete'-    { _plcdXgafv          :: !(Maybe Xgafv)-    , _plcdUploadProtocol :: !(Maybe Text)-    , _plcdAccessToken    :: !(Maybe Text)-    , _plcdUploadType     :: !(Maybe Text)-    , _plcdZone           :: !(Maybe Text)-    , _plcdName           :: !Text-    , _plcdClusterId      :: !(Maybe Text)-    , _plcdProjectId      :: !(Maybe Text)-    , _plcdCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersDelete' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcdXgafv'------ * 'plcdUploadProtocol'------ * 'plcdAccessToken'------ * 'plcdUploadType'------ * 'plcdZone'------ * 'plcdName'------ * 'plcdClusterId'------ * 'plcdProjectId'------ * 'plcdCallback'-projectsLocationsClustersDelete-    :: Text -- ^ 'plcdName'-    -> ProjectsLocationsClustersDelete-projectsLocationsClustersDelete pPlcdName_ =-  ProjectsLocationsClustersDelete'-    { _plcdXgafv = Nothing-    , _plcdUploadProtocol = Nothing-    , _plcdAccessToken = Nothing-    , _plcdUploadType = Nothing-    , _plcdZone = Nothing-    , _plcdName = pPlcdName_-    , _plcdClusterId = Nothing-    , _plcdProjectId = Nothing-    , _plcdCallback = Nothing-    }----- | V1 error format.-plcdXgafv :: Lens' ProjectsLocationsClustersDelete (Maybe Xgafv)-plcdXgafv-  = lens _plcdXgafv (\ s a -> s{_plcdXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcdUploadProtocol :: Lens' ProjectsLocationsClustersDelete (Maybe Text)-plcdUploadProtocol-  = lens _plcdUploadProtocol-      (\ s a -> s{_plcdUploadProtocol = a})---- | OAuth access token.-plcdAccessToken :: Lens' ProjectsLocationsClustersDelete (Maybe Text)-plcdAccessToken-  = lens _plcdAccessToken-      (\ s a -> s{_plcdAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcdUploadType :: Lens' ProjectsLocationsClustersDelete (Maybe Text)-plcdUploadType-  = lens _plcdUploadType-      (\ s a -> s{_plcdUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-plcdZone :: Lens' ProjectsLocationsClustersDelete (Maybe Text)-plcdZone = lens _plcdZone (\ s a -> s{_plcdZone = a})---- | The name (project, location, cluster) of the cluster to delete.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcdName :: Lens' ProjectsLocationsClustersDelete Text-plcdName = lens _plcdName (\ s a -> s{_plcdName = a})---- | Deprecated. The name of the cluster to delete. This field has been--- deprecated and replaced by the name field.-plcdClusterId :: Lens' ProjectsLocationsClustersDelete (Maybe Text)-plcdClusterId-  = lens _plcdClusterId-      (\ s a -> s{_plcdClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-plcdProjectId :: Lens' ProjectsLocationsClustersDelete (Maybe Text)-plcdProjectId-  = lens _plcdProjectId-      (\ s a -> s{_plcdProjectId = a})---- | JSONP-plcdCallback :: Lens' ProjectsLocationsClustersDelete (Maybe Text)-plcdCallback-  = lens _plcdCallback (\ s a -> s{_plcdCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersDelete-         where-        type Rs ProjectsLocationsClustersDelete = Operation-        type Scopes ProjectsLocationsClustersDelete =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsClustersDelete'{..}-          = go _plcdName _plcdXgafv _plcdUploadProtocol-              _plcdAccessToken-              _plcdUploadType-              _plcdZone-              _plcdClusterId-              _plcdProjectId-              _plcdCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersDeleteResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/Get.hs
@@ -1,193 +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.Container.Projects.Locations.Clusters.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 details of a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.get@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.Get-    (-    -- * REST Resource-      ProjectsLocationsClustersGetResource--    -- * Creating a Request-    , projectsLocationsClustersGet-    , ProjectsLocationsClustersGet--    -- * Request Lenses-    , plcgXgafv-    , plcgUploadProtocol-    , plcgAccessToken-    , plcgUploadType-    , plcgZone-    , plcgName-    , plcgClusterId-    , plcgProjectId-    , plcgCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.get@ method which the--- 'ProjectsLocationsClustersGet' request conforms to.-type ProjectsLocationsClustersGetResource =-     "v1" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "zone" Text :>-                   QueryParam "clusterId" Text :>-                     QueryParam "projectId" Text :>-                       QueryParam "callback" Text :>-                         QueryParam "alt" AltJSON :> Get '[JSON] Cluster---- | Gets the details of a specific cluster.------ /See:/ 'projectsLocationsClustersGet' smart constructor.-data ProjectsLocationsClustersGet =-  ProjectsLocationsClustersGet'-    { _plcgXgafv          :: !(Maybe Xgafv)-    , _plcgUploadProtocol :: !(Maybe Text)-    , _plcgAccessToken    :: !(Maybe Text)-    , _plcgUploadType     :: !(Maybe Text)-    , _plcgZone           :: !(Maybe Text)-    , _plcgName           :: !Text-    , _plcgClusterId      :: !(Maybe Text)-    , _plcgProjectId      :: !(Maybe Text)-    , _plcgCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcgXgafv'------ * 'plcgUploadProtocol'------ * 'plcgAccessToken'------ * 'plcgUploadType'------ * 'plcgZone'------ * 'plcgName'------ * 'plcgClusterId'------ * 'plcgProjectId'------ * 'plcgCallback'-projectsLocationsClustersGet-    :: Text -- ^ 'plcgName'-    -> ProjectsLocationsClustersGet-projectsLocationsClustersGet pPlcgName_ =-  ProjectsLocationsClustersGet'-    { _plcgXgafv = Nothing-    , _plcgUploadProtocol = Nothing-    , _plcgAccessToken = Nothing-    , _plcgUploadType = Nothing-    , _plcgZone = Nothing-    , _plcgName = pPlcgName_-    , _plcgClusterId = Nothing-    , _plcgProjectId = Nothing-    , _plcgCallback = Nothing-    }----- | V1 error format.-plcgXgafv :: Lens' ProjectsLocationsClustersGet (Maybe Xgafv)-plcgXgafv-  = lens _plcgXgafv (\ s a -> s{_plcgXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcgUploadProtocol :: Lens' ProjectsLocationsClustersGet (Maybe Text)-plcgUploadProtocol-  = lens _plcgUploadProtocol-      (\ s a -> s{_plcgUploadProtocol = a})---- | OAuth access token.-plcgAccessToken :: Lens' ProjectsLocationsClustersGet (Maybe Text)-plcgAccessToken-  = lens _plcgAccessToken-      (\ s a -> s{_plcgAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcgUploadType :: Lens' ProjectsLocationsClustersGet (Maybe Text)-plcgUploadType-  = lens _plcgUploadType-      (\ s a -> s{_plcgUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-plcgZone :: Lens' ProjectsLocationsClustersGet (Maybe Text)-plcgZone = lens _plcgZone (\ s a -> s{_plcgZone = a})---- | The name (project, location, cluster) of the cluster to retrieve.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcgName :: Lens' ProjectsLocationsClustersGet Text-plcgName = lens _plcgName (\ s a -> s{_plcgName = a})---- | Deprecated. The name of the cluster to retrieve. This field has been--- deprecated and replaced by the name field.-plcgClusterId :: Lens' ProjectsLocationsClustersGet (Maybe Text)-plcgClusterId-  = lens _plcgClusterId-      (\ s a -> s{_plcgClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-plcgProjectId :: Lens' ProjectsLocationsClustersGet (Maybe Text)-plcgProjectId-  = lens _plcgProjectId-      (\ s a -> s{_plcgProjectId = a})---- | JSONP-plcgCallback :: Lens' ProjectsLocationsClustersGet (Maybe Text)-plcgCallback-  = lens _plcgCallback (\ s a -> s{_plcgCallback = a})--instance GoogleRequest ProjectsLocationsClustersGet-         where-        type Rs ProjectsLocationsClustersGet = Cluster-        type Scopes ProjectsLocationsClustersGet =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsClustersGet'{..}-          = go _plcgName _plcgXgafv _plcgUploadProtocol-              _plcgAccessToken-              _plcgUploadType-              _plcgZone-              _plcgClusterId-              _plcgProjectId-              _plcgCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsLocationsClustersGetResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/GetJWKs.hs
@@ -1,162 +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.Container.Projects.Locations.Clusters.GetJWKs--- 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 public component of the cluster signing keys in JSON Web Key--- format. This API is not yet intended for general use, and is not--- available for all clusters.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.getJwks@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.GetJWKs-    (-    -- * REST Resource-      ProjectsLocationsClustersGetJWKsResource--    -- * Creating a Request-    , projectsLocationsClustersGetJWKs-    , ProjectsLocationsClustersGetJWKs--    -- * Request Lenses-    , plcgjParent-    , plcgjXgafv-    , plcgjUploadProtocol-    , plcgjAccessToken-    , plcgjUploadType-    , plcgjCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.getJwks@ method which the--- 'ProjectsLocationsClustersGetJWKs' request conforms to.-type ProjectsLocationsClustersGetJWKsResource =-     "v1" :>-       Capture "parent" Text :>-         "jwks" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "callback" Text :>-                     QueryParam "alt" AltJSON :>-                       Get '[JSON] GetJSONWebKeysResponse---- | Gets the public component of the cluster signing keys in JSON Web Key--- format. This API is not yet intended for general use, and is not--- available for all clusters.------ /See:/ 'projectsLocationsClustersGetJWKs' smart constructor.-data ProjectsLocationsClustersGetJWKs =-  ProjectsLocationsClustersGetJWKs'-    { _plcgjParent         :: !Text-    , _plcgjXgafv          :: !(Maybe Xgafv)-    , _plcgjUploadProtocol :: !(Maybe Text)-    , _plcgjAccessToken    :: !(Maybe Text)-    , _plcgjUploadType     :: !(Maybe Text)-    , _plcgjCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersGetJWKs' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcgjParent'------ * 'plcgjXgafv'------ * 'plcgjUploadProtocol'------ * 'plcgjAccessToken'------ * 'plcgjUploadType'------ * 'plcgjCallback'-projectsLocationsClustersGetJWKs-    :: Text -- ^ 'plcgjParent'-    -> ProjectsLocationsClustersGetJWKs-projectsLocationsClustersGetJWKs pPlcgjParent_ =-  ProjectsLocationsClustersGetJWKs'-    { _plcgjParent = pPlcgjParent_-    , _plcgjXgafv = Nothing-    , _plcgjUploadProtocol = Nothing-    , _plcgjAccessToken = Nothing-    , _plcgjUploadType = Nothing-    , _plcgjCallback = Nothing-    }----- | The cluster (project, location, cluster id) to get keys for. Specified--- in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcgjParent :: Lens' ProjectsLocationsClustersGetJWKs Text-plcgjParent-  = lens _plcgjParent (\ s a -> s{_plcgjParent = a})---- | V1 error format.-plcgjXgafv :: Lens' ProjectsLocationsClustersGetJWKs (Maybe Xgafv)-plcgjXgafv-  = lens _plcgjXgafv (\ s a -> s{_plcgjXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcgjUploadProtocol :: Lens' ProjectsLocationsClustersGetJWKs (Maybe Text)-plcgjUploadProtocol-  = lens _plcgjUploadProtocol-      (\ s a -> s{_plcgjUploadProtocol = a})---- | OAuth access token.-plcgjAccessToken :: Lens' ProjectsLocationsClustersGetJWKs (Maybe Text)-plcgjAccessToken-  = lens _plcgjAccessToken-      (\ s a -> s{_plcgjAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcgjUploadType :: Lens' ProjectsLocationsClustersGetJWKs (Maybe Text)-plcgjUploadType-  = lens _plcgjUploadType-      (\ s a -> s{_plcgjUploadType = a})---- | JSONP-plcgjCallback :: Lens' ProjectsLocationsClustersGetJWKs (Maybe Text)-plcgjCallback-  = lens _plcgjCallback-      (\ s a -> s{_plcgjCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersGetJWKs-         where-        type Rs ProjectsLocationsClustersGetJWKs =-             GetJSONWebKeysResponse-        type Scopes ProjectsLocationsClustersGetJWKs =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsClustersGetJWKs'{..}-          = go _plcgjParent _plcgjXgafv _plcgjUploadProtocol-              _plcgjAccessToken-              _plcgjUploadType-              _plcgjCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersGetJWKsResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/List.hs
@@ -1,188 +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.Container.Projects.Locations.Clusters.List--- 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)------ Lists all clusters owned by a project in either the specified zone or--- all zones.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.list@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.List-    (-    -- * REST Resource-      ProjectsLocationsClustersListResource--    -- * Creating a Request-    , projectsLocationsClustersList-    , ProjectsLocationsClustersList--    -- * Request Lenses-    , plclParent-    , plclXgafv-    , plclUploadProtocol-    , plclAccessToken-    , plclUploadType-    , plclZone-    , plclProjectId-    , plclCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.list@ method which the--- 'ProjectsLocationsClustersList' request conforms to.-type ProjectsLocationsClustersListResource =-     "v1" :>-       Capture "parent" Text :>-         "clusters" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "zone" Text :>-                     QueryParam "projectId" Text :>-                       QueryParam "callback" Text :>-                         QueryParam "alt" AltJSON :>-                           Get '[JSON] ListClustersResponse---- | Lists all clusters owned by a project in either the specified zone or--- all zones.------ /See:/ 'projectsLocationsClustersList' smart constructor.-data ProjectsLocationsClustersList =-  ProjectsLocationsClustersList'-    { _plclParent         :: !Text-    , _plclXgafv          :: !(Maybe Xgafv)-    , _plclUploadProtocol :: !(Maybe Text)-    , _plclAccessToken    :: !(Maybe Text)-    , _plclUploadType     :: !(Maybe Text)-    , _plclZone           :: !(Maybe Text)-    , _plclProjectId      :: !(Maybe Text)-    , _plclCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plclParent'------ * 'plclXgafv'------ * 'plclUploadProtocol'------ * 'plclAccessToken'------ * 'plclUploadType'------ * 'plclZone'------ * 'plclProjectId'------ * 'plclCallback'-projectsLocationsClustersList-    :: Text -- ^ 'plclParent'-    -> ProjectsLocationsClustersList-projectsLocationsClustersList pPlclParent_ =-  ProjectsLocationsClustersList'-    { _plclParent = pPlclParent_-    , _plclXgafv = Nothing-    , _plclUploadProtocol = Nothing-    , _plclAccessToken = Nothing-    , _plclUploadType = Nothing-    , _plclZone = Nothing-    , _plclProjectId = Nothing-    , _plclCallback = Nothing-    }----- | The parent (project and location) where the clusters will be listed.--- Specified in the format \'projects\/*\/locations\/*\'. Location \"-\"--- matches all zones and all regions.-plclParent :: Lens' ProjectsLocationsClustersList Text-plclParent-  = lens _plclParent (\ s a -> s{_plclParent = a})---- | V1 error format.-plclXgafv :: Lens' ProjectsLocationsClustersList (Maybe Xgafv)-plclXgafv-  = lens _plclXgafv (\ s a -> s{_plclXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plclUploadProtocol :: Lens' ProjectsLocationsClustersList (Maybe Text)-plclUploadProtocol-  = lens _plclUploadProtocol-      (\ s a -> s{_plclUploadProtocol = a})---- | OAuth access token.-plclAccessToken :: Lens' ProjectsLocationsClustersList (Maybe Text)-plclAccessToken-  = lens _plclAccessToken-      (\ s a -> s{_plclAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plclUploadType :: Lens' ProjectsLocationsClustersList (Maybe Text)-plclUploadType-  = lens _plclUploadType-      (\ s a -> s{_plclUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides,--- or \"-\" for all zones. This field has been deprecated and replaced by--- the parent field.-plclZone :: Lens' ProjectsLocationsClustersList (Maybe Text)-plclZone = lens _plclZone (\ s a -> s{_plclZone = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the parent field.-plclProjectId :: Lens' ProjectsLocationsClustersList (Maybe Text)-plclProjectId-  = lens _plclProjectId-      (\ s a -> s{_plclProjectId = a})---- | JSONP-plclCallback :: Lens' ProjectsLocationsClustersList (Maybe Text)-plclCallback-  = lens _plclCallback (\ s a -> s{_plclCallback = a})--instance GoogleRequest ProjectsLocationsClustersList-         where-        type Rs ProjectsLocationsClustersList =-             ListClustersResponse-        type Scopes ProjectsLocationsClustersList =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsClustersList'{..}-          = go _plclParent _plclXgafv _plclUploadProtocol-              _plclAccessToken-              _plclUploadType-              _plclZone-              _plclProjectId-              _plclCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersListResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/NodePools/Create.hs
@@ -1,176 +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.Container.Projects.Locations.Clusters.NodePools.Create--- 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)------ Creates a node pool for a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.create@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Create-    (-    -- * REST Resource-      ProjectsLocationsClustersNodePoolsCreateResource--    -- * Creating a Request-    , projectsLocationsClustersNodePoolsCreate-    , ProjectsLocationsClustersNodePoolsCreate--    -- * Request Lenses-    , plcnpcParent-    , plcnpcXgafv-    , plcnpcUploadProtocol-    , plcnpcAccessToken-    , plcnpcUploadType-    , plcnpcPayload-    , plcnpcCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.nodePools.create@ method which the--- 'ProjectsLocationsClustersNodePoolsCreate' request conforms to.-type ProjectsLocationsClustersNodePoolsCreateResource-     =-     "v1" :>-       Capture "parent" Text :>-         "nodePools" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "callback" Text :>-                     QueryParam "alt" AltJSON :>-                       ReqBody '[JSON] CreateNodePoolRequest :>-                         Post '[JSON] Operation---- | Creates a node pool for a cluster.------ /See:/ 'projectsLocationsClustersNodePoolsCreate' smart constructor.-data ProjectsLocationsClustersNodePoolsCreate =-  ProjectsLocationsClustersNodePoolsCreate'-    { _plcnpcParent         :: !Text-    , _plcnpcXgafv          :: !(Maybe Xgafv)-    , _plcnpcUploadProtocol :: !(Maybe Text)-    , _plcnpcAccessToken    :: !(Maybe Text)-    , _plcnpcUploadType     :: !(Maybe Text)-    , _plcnpcPayload        :: !CreateNodePoolRequest-    , _plcnpcCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersNodePoolsCreate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcnpcParent'------ * 'plcnpcXgafv'------ * 'plcnpcUploadProtocol'------ * 'plcnpcAccessToken'------ * 'plcnpcUploadType'------ * 'plcnpcPayload'------ * 'plcnpcCallback'-projectsLocationsClustersNodePoolsCreate-    :: Text -- ^ 'plcnpcParent'-    -> CreateNodePoolRequest -- ^ 'plcnpcPayload'-    -> ProjectsLocationsClustersNodePoolsCreate-projectsLocationsClustersNodePoolsCreate pPlcnpcParent_ pPlcnpcPayload_ =-  ProjectsLocationsClustersNodePoolsCreate'-    { _plcnpcParent = pPlcnpcParent_-    , _plcnpcXgafv = Nothing-    , _plcnpcUploadProtocol = Nothing-    , _plcnpcAccessToken = Nothing-    , _plcnpcUploadType = Nothing-    , _plcnpcPayload = pPlcnpcPayload_-    , _plcnpcCallback = Nothing-    }----- | The parent (project, location, cluster id) where the node pool will be--- created. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-plcnpcParent :: Lens' ProjectsLocationsClustersNodePoolsCreate Text-plcnpcParent-  = lens _plcnpcParent (\ s a -> s{_plcnpcParent = a})---- | V1 error format.-plcnpcXgafv :: Lens' ProjectsLocationsClustersNodePoolsCreate (Maybe Xgafv)-plcnpcXgafv-  = lens _plcnpcXgafv (\ s a -> s{_plcnpcXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcnpcUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsCreate (Maybe Text)-plcnpcUploadProtocol-  = lens _plcnpcUploadProtocol-      (\ s a -> s{_plcnpcUploadProtocol = a})---- | OAuth access token.-plcnpcAccessToken :: Lens' ProjectsLocationsClustersNodePoolsCreate (Maybe Text)-plcnpcAccessToken-  = lens _plcnpcAccessToken-      (\ s a -> s{_plcnpcAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcnpcUploadType :: Lens' ProjectsLocationsClustersNodePoolsCreate (Maybe Text)-plcnpcUploadType-  = lens _plcnpcUploadType-      (\ s a -> s{_plcnpcUploadType = a})---- | Multipart request metadata.-plcnpcPayload :: Lens' ProjectsLocationsClustersNodePoolsCreate CreateNodePoolRequest-plcnpcPayload-  = lens _plcnpcPayload-      (\ s a -> s{_plcnpcPayload = a})---- | JSONP-plcnpcCallback :: Lens' ProjectsLocationsClustersNodePoolsCreate (Maybe Text)-plcnpcCallback-  = lens _plcnpcCallback-      (\ s a -> s{_plcnpcCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersNodePoolsCreate-         where-        type Rs ProjectsLocationsClustersNodePoolsCreate =-             Operation-        type Scopes ProjectsLocationsClustersNodePoolsCreate-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersNodePoolsCreate'{..}-          = go _plcnpcParent _plcnpcXgafv _plcnpcUploadProtocol-              _plcnpcAccessToken-              _plcnpcUploadType-              _plcnpcCallback-              (Just AltJSON)-              _plcnpcPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersNodePoolsCreateResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/NodePools/Delete.hs
@@ -1,217 +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.Container.Projects.Locations.Clusters.NodePools.Delete--- 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)------ Deletes a node pool from a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.delete@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Delete-    (-    -- * REST Resource-      ProjectsLocationsClustersNodePoolsDeleteResource--    -- * Creating a Request-    , projectsLocationsClustersNodePoolsDelete-    , ProjectsLocationsClustersNodePoolsDelete--    -- * Request Lenses-    , plcnpdXgafv-    , plcnpdUploadProtocol-    , plcnpdAccessToken-    , plcnpdUploadType-    , plcnpdZone-    , plcnpdNodePoolId-    , plcnpdName-    , plcnpdClusterId-    , plcnpdProjectId-    , plcnpdCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.nodePools.delete@ method which the--- 'ProjectsLocationsClustersNodePoolsDelete' request conforms to.-type ProjectsLocationsClustersNodePoolsDeleteResource-     =-     "v1" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "zone" Text :>-                   QueryParam "nodePoolId" Text :>-                     QueryParam "clusterId" Text :>-                       QueryParam "projectId" Text :>-                         QueryParam "callback" Text :>-                           QueryParam "alt" AltJSON :> Delete '[JSON] Operation---- | Deletes a node pool from a cluster.------ /See:/ 'projectsLocationsClustersNodePoolsDelete' smart constructor.-data ProjectsLocationsClustersNodePoolsDelete =-  ProjectsLocationsClustersNodePoolsDelete'-    { _plcnpdXgafv          :: !(Maybe Xgafv)-    , _plcnpdUploadProtocol :: !(Maybe Text)-    , _plcnpdAccessToken    :: !(Maybe Text)-    , _plcnpdUploadType     :: !(Maybe Text)-    , _plcnpdZone           :: !(Maybe Text)-    , _plcnpdNodePoolId     :: !(Maybe Text)-    , _plcnpdName           :: !Text-    , _plcnpdClusterId      :: !(Maybe Text)-    , _plcnpdProjectId      :: !(Maybe Text)-    , _plcnpdCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersNodePoolsDelete' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcnpdXgafv'------ * 'plcnpdUploadProtocol'------ * 'plcnpdAccessToken'------ * 'plcnpdUploadType'------ * 'plcnpdZone'------ * 'plcnpdNodePoolId'------ * 'plcnpdName'------ * 'plcnpdClusterId'------ * 'plcnpdProjectId'------ * 'plcnpdCallback'-projectsLocationsClustersNodePoolsDelete-    :: Text -- ^ 'plcnpdName'-    -> ProjectsLocationsClustersNodePoolsDelete-projectsLocationsClustersNodePoolsDelete pPlcnpdName_ =-  ProjectsLocationsClustersNodePoolsDelete'-    { _plcnpdXgafv = Nothing-    , _plcnpdUploadProtocol = Nothing-    , _plcnpdAccessToken = Nothing-    , _plcnpdUploadType = Nothing-    , _plcnpdZone = Nothing-    , _plcnpdNodePoolId = Nothing-    , _plcnpdName = pPlcnpdName_-    , _plcnpdClusterId = Nothing-    , _plcnpdProjectId = Nothing-    , _plcnpdCallback = Nothing-    }----- | V1 error format.-plcnpdXgafv :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Xgafv)-plcnpdXgafv-  = lens _plcnpdXgafv (\ s a -> s{_plcnpdXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcnpdUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)-plcnpdUploadProtocol-  = lens _plcnpdUploadProtocol-      (\ s a -> s{_plcnpdUploadProtocol = a})---- | OAuth access token.-plcnpdAccessToken :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)-plcnpdAccessToken-  = lens _plcnpdAccessToken-      (\ s a -> s{_plcnpdAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcnpdUploadType :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)-plcnpdUploadType-  = lens _plcnpdUploadType-      (\ s a -> s{_plcnpdUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-plcnpdZone :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)-plcnpdZone-  = lens _plcnpdZone (\ s a -> s{_plcnpdZone = a})---- | Deprecated. The name of the node pool to delete. This field has been--- deprecated and replaced by the name field.-plcnpdNodePoolId :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)-plcnpdNodePoolId-  = lens _plcnpdNodePoolId-      (\ s a -> s{_plcnpdNodePoolId = a})---- | The name (project, location, cluster, node pool id) of the node pool to--- delete. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-plcnpdName :: Lens' ProjectsLocationsClustersNodePoolsDelete Text-plcnpdName-  = lens _plcnpdName (\ s a -> s{_plcnpdName = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-plcnpdClusterId :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)-plcnpdClusterId-  = lens _plcnpdClusterId-      (\ s a -> s{_plcnpdClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-plcnpdProjectId :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)-plcnpdProjectId-  = lens _plcnpdProjectId-      (\ s a -> s{_plcnpdProjectId = a})---- | JSONP-plcnpdCallback :: Lens' ProjectsLocationsClustersNodePoolsDelete (Maybe Text)-plcnpdCallback-  = lens _plcnpdCallback-      (\ s a -> s{_plcnpdCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersNodePoolsDelete-         where-        type Rs ProjectsLocationsClustersNodePoolsDelete =-             Operation-        type Scopes ProjectsLocationsClustersNodePoolsDelete-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersNodePoolsDelete'{..}-          = go _plcnpdName _plcnpdXgafv _plcnpdUploadProtocol-              _plcnpdAccessToken-              _plcnpdUploadType-              _plcnpdZone-              _plcnpdNodePoolId-              _plcnpdClusterId-              _plcnpdProjectId-              _plcnpdCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersNodePoolsDeleteResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/NodePools/Get.hs
@@ -1,215 +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.Container.Projects.Locations.Clusters.NodePools.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)------ Retrieves the requested node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.get@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get-    (-    -- * REST Resource-      ProjectsLocationsClustersNodePoolsGetResource--    -- * Creating a Request-    , projectsLocationsClustersNodePoolsGet-    , ProjectsLocationsClustersNodePoolsGet--    -- * Request Lenses-    , plcnpgXgafv-    , plcnpgUploadProtocol-    , plcnpgAccessToken-    , plcnpgUploadType-    , plcnpgZone-    , plcnpgNodePoolId-    , plcnpgName-    , plcnpgClusterId-    , plcnpgProjectId-    , plcnpgCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.nodePools.get@ method which the--- 'ProjectsLocationsClustersNodePoolsGet' request conforms to.-type ProjectsLocationsClustersNodePoolsGetResource =-     "v1" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "zone" Text :>-                   QueryParam "nodePoolId" Text :>-                     QueryParam "clusterId" Text :>-                       QueryParam "projectId" Text :>-                         QueryParam "callback" Text :>-                           QueryParam "alt" AltJSON :> Get '[JSON] NodePool---- | Retrieves the requested node pool.------ /See:/ 'projectsLocationsClustersNodePoolsGet' smart constructor.-data ProjectsLocationsClustersNodePoolsGet =-  ProjectsLocationsClustersNodePoolsGet'-    { _plcnpgXgafv          :: !(Maybe Xgafv)-    , _plcnpgUploadProtocol :: !(Maybe Text)-    , _plcnpgAccessToken    :: !(Maybe Text)-    , _plcnpgUploadType     :: !(Maybe Text)-    , _plcnpgZone           :: !(Maybe Text)-    , _plcnpgNodePoolId     :: !(Maybe Text)-    , _plcnpgName           :: !Text-    , _plcnpgClusterId      :: !(Maybe Text)-    , _plcnpgProjectId      :: !(Maybe Text)-    , _plcnpgCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersNodePoolsGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcnpgXgafv'------ * 'plcnpgUploadProtocol'------ * 'plcnpgAccessToken'------ * 'plcnpgUploadType'------ * 'plcnpgZone'------ * 'plcnpgNodePoolId'------ * 'plcnpgName'------ * 'plcnpgClusterId'------ * 'plcnpgProjectId'------ * 'plcnpgCallback'-projectsLocationsClustersNodePoolsGet-    :: Text -- ^ 'plcnpgName'-    -> ProjectsLocationsClustersNodePoolsGet-projectsLocationsClustersNodePoolsGet pPlcnpgName_ =-  ProjectsLocationsClustersNodePoolsGet'-    { _plcnpgXgafv = Nothing-    , _plcnpgUploadProtocol = Nothing-    , _plcnpgAccessToken = Nothing-    , _plcnpgUploadType = Nothing-    , _plcnpgZone = Nothing-    , _plcnpgNodePoolId = Nothing-    , _plcnpgName = pPlcnpgName_-    , _plcnpgClusterId = Nothing-    , _plcnpgProjectId = Nothing-    , _plcnpgCallback = Nothing-    }----- | V1 error format.-plcnpgXgafv :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Xgafv)-plcnpgXgafv-  = lens _plcnpgXgafv (\ s a -> s{_plcnpgXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcnpgUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)-plcnpgUploadProtocol-  = lens _plcnpgUploadProtocol-      (\ s a -> s{_plcnpgUploadProtocol = a})---- | OAuth access token.-plcnpgAccessToken :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)-plcnpgAccessToken-  = lens _plcnpgAccessToken-      (\ s a -> s{_plcnpgAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcnpgUploadType :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)-plcnpgUploadType-  = lens _plcnpgUploadType-      (\ s a -> s{_plcnpgUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-plcnpgZone :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)-plcnpgZone-  = lens _plcnpgZone (\ s a -> s{_plcnpgZone = a})---- | Deprecated. The name of the node pool. This field has been deprecated--- and replaced by the name field.-plcnpgNodePoolId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)-plcnpgNodePoolId-  = lens _plcnpgNodePoolId-      (\ s a -> s{_plcnpgNodePoolId = a})---- | The name (project, location, cluster, node pool id) of the node pool to--- get. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-plcnpgName :: Lens' ProjectsLocationsClustersNodePoolsGet Text-plcnpgName-  = lens _plcnpgName (\ s a -> s{_plcnpgName = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-plcnpgClusterId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)-plcnpgClusterId-  = lens _plcnpgClusterId-      (\ s a -> s{_plcnpgClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-plcnpgProjectId :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)-plcnpgProjectId-  = lens _plcnpgProjectId-      (\ s a -> s{_plcnpgProjectId = a})---- | JSONP-plcnpgCallback :: Lens' ProjectsLocationsClustersNodePoolsGet (Maybe Text)-plcnpgCallback-  = lens _plcnpgCallback-      (\ s a -> s{_plcnpgCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersNodePoolsGet-         where-        type Rs ProjectsLocationsClustersNodePoolsGet =-             NodePool-        type Scopes ProjectsLocationsClustersNodePoolsGet =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersNodePoolsGet'{..}-          = go _plcnpgName _plcnpgXgafv _plcnpgUploadProtocol-              _plcnpgAccessToken-              _plcnpgUploadType-              _plcnpgZone-              _plcnpgNodePoolId-              _plcnpgClusterId-              _plcnpgProjectId-              _plcnpgCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersNodePoolsGetResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/NodePools/List.hs
@@ -1,203 +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.Container.Projects.Locations.Clusters.NodePools.List--- 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)------ Lists the node pools for a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.list@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.List-    (-    -- * REST Resource-      ProjectsLocationsClustersNodePoolsListResource--    -- * Creating a Request-    , projectsLocationsClustersNodePoolsList-    , ProjectsLocationsClustersNodePoolsList--    -- * Request Lenses-    , plcnplParent-    , plcnplXgafv-    , plcnplUploadProtocol-    , plcnplAccessToken-    , plcnplUploadType-    , plcnplZone-    , plcnplClusterId-    , plcnplProjectId-    , plcnplCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.nodePools.list@ method which the--- 'ProjectsLocationsClustersNodePoolsList' request conforms to.-type ProjectsLocationsClustersNodePoolsListResource =-     "v1" :>-       Capture "parent" Text :>-         "nodePools" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "zone" Text :>-                     QueryParam "clusterId" Text :>-                       QueryParam "projectId" Text :>-                         QueryParam "callback" Text :>-                           QueryParam "alt" AltJSON :>-                             Get '[JSON] ListNodePoolsResponse---- | Lists the node pools for a cluster.------ /See:/ 'projectsLocationsClustersNodePoolsList' smart constructor.-data ProjectsLocationsClustersNodePoolsList =-  ProjectsLocationsClustersNodePoolsList'-    { _plcnplParent         :: !Text-    , _plcnplXgafv          :: !(Maybe Xgafv)-    , _plcnplUploadProtocol :: !(Maybe Text)-    , _plcnplAccessToken    :: !(Maybe Text)-    , _plcnplUploadType     :: !(Maybe Text)-    , _plcnplZone           :: !(Maybe Text)-    , _plcnplClusterId      :: !(Maybe Text)-    , _plcnplProjectId      :: !(Maybe Text)-    , _plcnplCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersNodePoolsList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcnplParent'------ * 'plcnplXgafv'------ * 'plcnplUploadProtocol'------ * 'plcnplAccessToken'------ * 'plcnplUploadType'------ * 'plcnplZone'------ * 'plcnplClusterId'------ * 'plcnplProjectId'------ * 'plcnplCallback'-projectsLocationsClustersNodePoolsList-    :: Text -- ^ 'plcnplParent'-    -> ProjectsLocationsClustersNodePoolsList-projectsLocationsClustersNodePoolsList pPlcnplParent_ =-  ProjectsLocationsClustersNodePoolsList'-    { _plcnplParent = pPlcnplParent_-    , _plcnplXgafv = Nothing-    , _plcnplUploadProtocol = Nothing-    , _plcnplAccessToken = Nothing-    , _plcnplUploadType = Nothing-    , _plcnplZone = Nothing-    , _plcnplClusterId = Nothing-    , _plcnplProjectId = Nothing-    , _plcnplCallback = Nothing-    }----- | The parent (project, location, cluster id) where the node pools will be--- listed. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-plcnplParent :: Lens' ProjectsLocationsClustersNodePoolsList Text-plcnplParent-  = lens _plcnplParent (\ s a -> s{_plcnplParent = a})---- | V1 error format.-plcnplXgafv :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Xgafv)-plcnplXgafv-  = lens _plcnplXgafv (\ s a -> s{_plcnplXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcnplUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)-plcnplUploadProtocol-  = lens _plcnplUploadProtocol-      (\ s a -> s{_plcnplUploadProtocol = a})---- | OAuth access token.-plcnplAccessToken :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)-plcnplAccessToken-  = lens _plcnplAccessToken-      (\ s a -> s{_plcnplAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcnplUploadType :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)-plcnplUploadType-  = lens _plcnplUploadType-      (\ s a -> s{_plcnplUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the parent field.-plcnplZone :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)-plcnplZone-  = lens _plcnplZone (\ s a -> s{_plcnplZone = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the parent field.-plcnplClusterId :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)-plcnplClusterId-  = lens _plcnplClusterId-      (\ s a -> s{_plcnplClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the parent field.-plcnplProjectId :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)-plcnplProjectId-  = lens _plcnplProjectId-      (\ s a -> s{_plcnplProjectId = a})---- | JSONP-plcnplCallback :: Lens' ProjectsLocationsClustersNodePoolsList (Maybe Text)-plcnplCallback-  = lens _plcnplCallback-      (\ s a -> s{_plcnplCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersNodePoolsList-         where-        type Rs ProjectsLocationsClustersNodePoolsList =-             ListNodePoolsResponse-        type Scopes ProjectsLocationsClustersNodePoolsList =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersNodePoolsList'{..}-          = go _plcnplParent _plcnplXgafv _plcnplUploadProtocol-              _plcnplAccessToken-              _plcnplUploadType-              _plcnplZone-              _plcnplClusterId-              _plcnplProjectId-              _plcnplCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersNodePoolsListResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/NodePools/Rollback.hs
@@ -1,178 +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.Container.Projects.Locations.Clusters.NodePools.Rollback--- 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)------ Rolls back a previously Aborted or Failed NodePool upgrade. This makes--- no changes if the last upgrade successfully completed.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.rollback@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Rollback-    (-    -- * REST Resource-      ProjectsLocationsClustersNodePoolsRollbackResource--    -- * Creating a Request-    , projectsLocationsClustersNodePoolsRollback-    , ProjectsLocationsClustersNodePoolsRollback--    -- * Request Lenses-    , plcnprXgafv-    , plcnprUploadProtocol-    , plcnprAccessToken-    , plcnprUploadType-    , plcnprPayload-    , plcnprName-    , plcnprCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.nodePools.rollback@ method which the--- 'ProjectsLocationsClustersNodePoolsRollback' request conforms to.-type ProjectsLocationsClustersNodePoolsRollbackResource-     =-     "v1" :>-       CaptureMode "name" "rollback" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] RollbackNodePoolUpgradeRequest :>-                       Post '[JSON] Operation---- | Rolls back a previously Aborted or Failed NodePool upgrade. This makes--- no changes if the last upgrade successfully completed.------ /See:/ 'projectsLocationsClustersNodePoolsRollback' smart constructor.-data ProjectsLocationsClustersNodePoolsRollback =-  ProjectsLocationsClustersNodePoolsRollback'-    { _plcnprXgafv          :: !(Maybe Xgafv)-    , _plcnprUploadProtocol :: !(Maybe Text)-    , _plcnprAccessToken    :: !(Maybe Text)-    , _plcnprUploadType     :: !(Maybe Text)-    , _plcnprPayload        :: !RollbackNodePoolUpgradeRequest-    , _plcnprName           :: !Text-    , _plcnprCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersNodePoolsRollback' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcnprXgafv'------ * 'plcnprUploadProtocol'------ * 'plcnprAccessToken'------ * 'plcnprUploadType'------ * 'plcnprPayload'------ * 'plcnprName'------ * 'plcnprCallback'-projectsLocationsClustersNodePoolsRollback-    :: RollbackNodePoolUpgradeRequest -- ^ 'plcnprPayload'-    -> Text -- ^ 'plcnprName'-    -> ProjectsLocationsClustersNodePoolsRollback-projectsLocationsClustersNodePoolsRollback pPlcnprPayload_ pPlcnprName_ =-  ProjectsLocationsClustersNodePoolsRollback'-    { _plcnprXgafv = Nothing-    , _plcnprUploadProtocol = Nothing-    , _plcnprAccessToken = Nothing-    , _plcnprUploadType = Nothing-    , _plcnprPayload = pPlcnprPayload_-    , _plcnprName = pPlcnprName_-    , _plcnprCallback = Nothing-    }----- | V1 error format.-plcnprXgafv :: Lens' ProjectsLocationsClustersNodePoolsRollback (Maybe Xgafv)-plcnprXgafv-  = lens _plcnprXgafv (\ s a -> s{_plcnprXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcnprUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsRollback (Maybe Text)-plcnprUploadProtocol-  = lens _plcnprUploadProtocol-      (\ s a -> s{_plcnprUploadProtocol = a})---- | OAuth access token.-plcnprAccessToken :: Lens' ProjectsLocationsClustersNodePoolsRollback (Maybe Text)-plcnprAccessToken-  = lens _plcnprAccessToken-      (\ s a -> s{_plcnprAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcnprUploadType :: Lens' ProjectsLocationsClustersNodePoolsRollback (Maybe Text)-plcnprUploadType-  = lens _plcnprUploadType-      (\ s a -> s{_plcnprUploadType = a})---- | Multipart request metadata.-plcnprPayload :: Lens' ProjectsLocationsClustersNodePoolsRollback RollbackNodePoolUpgradeRequest-plcnprPayload-  = lens _plcnprPayload-      (\ s a -> s{_plcnprPayload = a})---- | The name (project, location, cluster, node pool id) of the node poll to--- rollback upgrade. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-plcnprName :: Lens' ProjectsLocationsClustersNodePoolsRollback Text-plcnprName-  = lens _plcnprName (\ s a -> s{_plcnprName = a})---- | JSONP-plcnprCallback :: Lens' ProjectsLocationsClustersNodePoolsRollback (Maybe Text)-plcnprCallback-  = lens _plcnprCallback-      (\ s a -> s{_plcnprCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersNodePoolsRollback-         where-        type Rs ProjectsLocationsClustersNodePoolsRollback =-             Operation-        type Scopes-               ProjectsLocationsClustersNodePoolsRollback-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersNodePoolsRollback'{..}-          = go _plcnprName _plcnprXgafv _plcnprUploadProtocol-              _plcnprAccessToken-              _plcnprUploadType-              _plcnprCallback-              (Just AltJSON)-              _plcnprPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersNodePoolsRollbackResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/NodePools/SetAutoscaling.hs
@@ -1,178 +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.Container.Projects.Locations.Clusters.NodePools.SetAutoscaling--- 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)------ Sets the autoscaling settings for the specified node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.setAutoscaling@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetAutoscaling-    (-    -- * REST Resource-      ProjectsLocationsClustersNodePoolsSetAutoscalingResource--    -- * Creating a Request-    , projectsLocationsClustersNodePoolsSetAutoscaling-    , ProjectsLocationsClustersNodePoolsSetAutoscaling--    -- * Request Lenses-    , plcnpsaXgafv-    , plcnpsaUploadProtocol-    , plcnpsaAccessToken-    , plcnpsaUploadType-    , plcnpsaPayload-    , plcnpsaName-    , plcnpsaCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.nodePools.setAutoscaling@ method which the--- 'ProjectsLocationsClustersNodePoolsSetAutoscaling' request conforms to.-type ProjectsLocationsClustersNodePoolsSetAutoscalingResource-     =-     "v1" :>-       CaptureMode "name" "setAutoscaling" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetNodePoolAutoscalingRequest :>-                       Post '[JSON] Operation---- | Sets the autoscaling settings for the specified node pool.------ /See:/ 'projectsLocationsClustersNodePoolsSetAutoscaling' smart constructor.-data ProjectsLocationsClustersNodePoolsSetAutoscaling =-  ProjectsLocationsClustersNodePoolsSetAutoscaling'-    { _plcnpsaXgafv          :: !(Maybe Xgafv)-    , _plcnpsaUploadProtocol :: !(Maybe Text)-    , _plcnpsaAccessToken    :: !(Maybe Text)-    , _plcnpsaUploadType     :: !(Maybe Text)-    , _plcnpsaPayload        :: !SetNodePoolAutoscalingRequest-    , _plcnpsaName           :: !Text-    , _plcnpsaCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersNodePoolsSetAutoscaling' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcnpsaXgafv'------ * 'plcnpsaUploadProtocol'------ * 'plcnpsaAccessToken'------ * 'plcnpsaUploadType'------ * 'plcnpsaPayload'------ * 'plcnpsaName'------ * 'plcnpsaCallback'-projectsLocationsClustersNodePoolsSetAutoscaling-    :: SetNodePoolAutoscalingRequest -- ^ 'plcnpsaPayload'-    -> Text -- ^ 'plcnpsaName'-    -> ProjectsLocationsClustersNodePoolsSetAutoscaling-projectsLocationsClustersNodePoolsSetAutoscaling pPlcnpsaPayload_ pPlcnpsaName_ =-  ProjectsLocationsClustersNodePoolsSetAutoscaling'-    { _plcnpsaXgafv = Nothing-    , _plcnpsaUploadProtocol = Nothing-    , _plcnpsaAccessToken = Nothing-    , _plcnpsaUploadType = Nothing-    , _plcnpsaPayload = pPlcnpsaPayload_-    , _plcnpsaName = pPlcnpsaName_-    , _plcnpsaCallback = Nothing-    }----- | V1 error format.-plcnpsaXgafv :: Lens' ProjectsLocationsClustersNodePoolsSetAutoscaling (Maybe Xgafv)-plcnpsaXgafv-  = lens _plcnpsaXgafv (\ s a -> s{_plcnpsaXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcnpsaUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsSetAutoscaling (Maybe Text)-plcnpsaUploadProtocol-  = lens _plcnpsaUploadProtocol-      (\ s a -> s{_plcnpsaUploadProtocol = a})---- | OAuth access token.-plcnpsaAccessToken :: Lens' ProjectsLocationsClustersNodePoolsSetAutoscaling (Maybe Text)-plcnpsaAccessToken-  = lens _plcnpsaAccessToken-      (\ s a -> s{_plcnpsaAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcnpsaUploadType :: Lens' ProjectsLocationsClustersNodePoolsSetAutoscaling (Maybe Text)-plcnpsaUploadType-  = lens _plcnpsaUploadType-      (\ s a -> s{_plcnpsaUploadType = a})---- | Multipart request metadata.-plcnpsaPayload :: Lens' ProjectsLocationsClustersNodePoolsSetAutoscaling SetNodePoolAutoscalingRequest-plcnpsaPayload-  = lens _plcnpsaPayload-      (\ s a -> s{_plcnpsaPayload = a})---- | The name (project, location, cluster, node pool) of the node pool to set--- autoscaler settings. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-plcnpsaName :: Lens' ProjectsLocationsClustersNodePoolsSetAutoscaling Text-plcnpsaName-  = lens _plcnpsaName (\ s a -> s{_plcnpsaName = a})---- | JSONP-plcnpsaCallback :: Lens' ProjectsLocationsClustersNodePoolsSetAutoscaling (Maybe Text)-plcnpsaCallback-  = lens _plcnpsaCallback-      (\ s a -> s{_plcnpsaCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersNodePoolsSetAutoscaling-         where-        type Rs-               ProjectsLocationsClustersNodePoolsSetAutoscaling-             = Operation-        type Scopes-               ProjectsLocationsClustersNodePoolsSetAutoscaling-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersNodePoolsSetAutoscaling'{..}-          = go _plcnpsaName _plcnpsaXgafv-              _plcnpsaUploadProtocol-              _plcnpsaAccessToken-              _plcnpsaUploadType-              _plcnpsaCallback-              (Just AltJSON)-              _plcnpsaPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersNodePoolsSetAutoscalingResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/NodePools/SetManagement.hs
@@ -1,178 +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.Container.Projects.Locations.Clusters.NodePools.SetManagement--- 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)------ Sets the NodeManagement options for a node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.setManagement@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetManagement-    (-    -- * REST Resource-      ProjectsLocationsClustersNodePoolsSetManagementResource--    -- * Creating a Request-    , projectsLocationsClustersNodePoolsSetManagement-    , ProjectsLocationsClustersNodePoolsSetManagement--    -- * Request Lenses-    , plcnpsmXgafv-    , plcnpsmUploadProtocol-    , plcnpsmAccessToken-    , plcnpsmUploadType-    , plcnpsmPayload-    , plcnpsmName-    , plcnpsmCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.nodePools.setManagement@ method which the--- 'ProjectsLocationsClustersNodePoolsSetManagement' request conforms to.-type ProjectsLocationsClustersNodePoolsSetManagementResource-     =-     "v1" :>-       CaptureMode "name" "setManagement" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetNodePoolManagementRequest :>-                       Post '[JSON] Operation---- | Sets the NodeManagement options for a node pool.------ /See:/ 'projectsLocationsClustersNodePoolsSetManagement' smart constructor.-data ProjectsLocationsClustersNodePoolsSetManagement =-  ProjectsLocationsClustersNodePoolsSetManagement'-    { _plcnpsmXgafv          :: !(Maybe Xgafv)-    , _plcnpsmUploadProtocol :: !(Maybe Text)-    , _plcnpsmAccessToken    :: !(Maybe Text)-    , _plcnpsmUploadType     :: !(Maybe Text)-    , _plcnpsmPayload        :: !SetNodePoolManagementRequest-    , _plcnpsmName           :: !Text-    , _plcnpsmCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersNodePoolsSetManagement' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcnpsmXgafv'------ * 'plcnpsmUploadProtocol'------ * 'plcnpsmAccessToken'------ * 'plcnpsmUploadType'------ * 'plcnpsmPayload'------ * 'plcnpsmName'------ * 'plcnpsmCallback'-projectsLocationsClustersNodePoolsSetManagement-    :: SetNodePoolManagementRequest -- ^ 'plcnpsmPayload'-    -> Text -- ^ 'plcnpsmName'-    -> ProjectsLocationsClustersNodePoolsSetManagement-projectsLocationsClustersNodePoolsSetManagement pPlcnpsmPayload_ pPlcnpsmName_ =-  ProjectsLocationsClustersNodePoolsSetManagement'-    { _plcnpsmXgafv = Nothing-    , _plcnpsmUploadProtocol = Nothing-    , _plcnpsmAccessToken = Nothing-    , _plcnpsmUploadType = Nothing-    , _plcnpsmPayload = pPlcnpsmPayload_-    , _plcnpsmName = pPlcnpsmName_-    , _plcnpsmCallback = Nothing-    }----- | V1 error format.-plcnpsmXgafv :: Lens' ProjectsLocationsClustersNodePoolsSetManagement (Maybe Xgafv)-plcnpsmXgafv-  = lens _plcnpsmXgafv (\ s a -> s{_plcnpsmXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcnpsmUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsSetManagement (Maybe Text)-plcnpsmUploadProtocol-  = lens _plcnpsmUploadProtocol-      (\ s a -> s{_plcnpsmUploadProtocol = a})---- | OAuth access token.-plcnpsmAccessToken :: Lens' ProjectsLocationsClustersNodePoolsSetManagement (Maybe Text)-plcnpsmAccessToken-  = lens _plcnpsmAccessToken-      (\ s a -> s{_plcnpsmAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcnpsmUploadType :: Lens' ProjectsLocationsClustersNodePoolsSetManagement (Maybe Text)-plcnpsmUploadType-  = lens _plcnpsmUploadType-      (\ s a -> s{_plcnpsmUploadType = a})---- | Multipart request metadata.-plcnpsmPayload :: Lens' ProjectsLocationsClustersNodePoolsSetManagement SetNodePoolManagementRequest-plcnpsmPayload-  = lens _plcnpsmPayload-      (\ s a -> s{_plcnpsmPayload = a})---- | The name (project, location, cluster, node pool id) of the node pool to--- set management properties. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-plcnpsmName :: Lens' ProjectsLocationsClustersNodePoolsSetManagement Text-plcnpsmName-  = lens _plcnpsmName (\ s a -> s{_plcnpsmName = a})---- | JSONP-plcnpsmCallback :: Lens' ProjectsLocationsClustersNodePoolsSetManagement (Maybe Text)-plcnpsmCallback-  = lens _plcnpsmCallback-      (\ s a -> s{_plcnpsmCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersNodePoolsSetManagement-         where-        type Rs-               ProjectsLocationsClustersNodePoolsSetManagement-             = Operation-        type Scopes-               ProjectsLocationsClustersNodePoolsSetManagement-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersNodePoolsSetManagement'{..}-          = go _plcnpsmName _plcnpsmXgafv-              _plcnpsmUploadProtocol-              _plcnpsmAccessToken-              _plcnpsmUploadType-              _plcnpsmCallback-              (Just AltJSON)-              _plcnpsmPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersNodePoolsSetManagementResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/NodePools/SetSize.hs
@@ -1,176 +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.Container.Projects.Locations.Clusters.NodePools.SetSize--- 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)------ Sets the size for a specific node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.setSize@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetSize-    (-    -- * REST Resource-      ProjectsLocationsClustersNodePoolsSetSizeResource--    -- * Creating a Request-    , projectsLocationsClustersNodePoolsSetSize-    , ProjectsLocationsClustersNodePoolsSetSize--    -- * Request Lenses-    , plcnpssXgafv-    , plcnpssUploadProtocol-    , plcnpssAccessToken-    , plcnpssUploadType-    , plcnpssPayload-    , plcnpssName-    , plcnpssCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.nodePools.setSize@ method which the--- 'ProjectsLocationsClustersNodePoolsSetSize' request conforms to.-type ProjectsLocationsClustersNodePoolsSetSizeResource-     =-     "v1" :>-       CaptureMode "name" "setSize" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetNodePoolSizeRequest :>-                       Post '[JSON] Operation---- | Sets the size for a specific node pool.------ /See:/ 'projectsLocationsClustersNodePoolsSetSize' smart constructor.-data ProjectsLocationsClustersNodePoolsSetSize =-  ProjectsLocationsClustersNodePoolsSetSize'-    { _plcnpssXgafv          :: !(Maybe Xgafv)-    , _plcnpssUploadProtocol :: !(Maybe Text)-    , _plcnpssAccessToken    :: !(Maybe Text)-    , _plcnpssUploadType     :: !(Maybe Text)-    , _plcnpssPayload        :: !SetNodePoolSizeRequest-    , _plcnpssName           :: !Text-    , _plcnpssCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersNodePoolsSetSize' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcnpssXgafv'------ * 'plcnpssUploadProtocol'------ * 'plcnpssAccessToken'------ * 'plcnpssUploadType'------ * 'plcnpssPayload'------ * 'plcnpssName'------ * 'plcnpssCallback'-projectsLocationsClustersNodePoolsSetSize-    :: SetNodePoolSizeRequest -- ^ 'plcnpssPayload'-    -> Text -- ^ 'plcnpssName'-    -> ProjectsLocationsClustersNodePoolsSetSize-projectsLocationsClustersNodePoolsSetSize pPlcnpssPayload_ pPlcnpssName_ =-  ProjectsLocationsClustersNodePoolsSetSize'-    { _plcnpssXgafv = Nothing-    , _plcnpssUploadProtocol = Nothing-    , _plcnpssAccessToken = Nothing-    , _plcnpssUploadType = Nothing-    , _plcnpssPayload = pPlcnpssPayload_-    , _plcnpssName = pPlcnpssName_-    , _plcnpssCallback = Nothing-    }----- | V1 error format.-plcnpssXgafv :: Lens' ProjectsLocationsClustersNodePoolsSetSize (Maybe Xgafv)-plcnpssXgafv-  = lens _plcnpssXgafv (\ s a -> s{_plcnpssXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcnpssUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsSetSize (Maybe Text)-plcnpssUploadProtocol-  = lens _plcnpssUploadProtocol-      (\ s a -> s{_plcnpssUploadProtocol = a})---- | OAuth access token.-plcnpssAccessToken :: Lens' ProjectsLocationsClustersNodePoolsSetSize (Maybe Text)-plcnpssAccessToken-  = lens _plcnpssAccessToken-      (\ s a -> s{_plcnpssAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcnpssUploadType :: Lens' ProjectsLocationsClustersNodePoolsSetSize (Maybe Text)-plcnpssUploadType-  = lens _plcnpssUploadType-      (\ s a -> s{_plcnpssUploadType = a})---- | Multipart request metadata.-plcnpssPayload :: Lens' ProjectsLocationsClustersNodePoolsSetSize SetNodePoolSizeRequest-plcnpssPayload-  = lens _plcnpssPayload-      (\ s a -> s{_plcnpssPayload = a})---- | The name (project, location, cluster, node pool id) of the node pool to--- set size. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-plcnpssName :: Lens' ProjectsLocationsClustersNodePoolsSetSize Text-plcnpssName-  = lens _plcnpssName (\ s a -> s{_plcnpssName = a})---- | JSONP-plcnpssCallback :: Lens' ProjectsLocationsClustersNodePoolsSetSize (Maybe Text)-plcnpssCallback-  = lens _plcnpssCallback-      (\ s a -> s{_plcnpssCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersNodePoolsSetSize-         where-        type Rs ProjectsLocationsClustersNodePoolsSetSize =-             Operation-        type Scopes ProjectsLocationsClustersNodePoolsSetSize-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersNodePoolsSetSize'{..}-          = go _plcnpssName _plcnpssXgafv-              _plcnpssUploadProtocol-              _plcnpssAccessToken-              _plcnpssUploadType-              _plcnpssCallback-              (Just AltJSON)-              _plcnpssPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersNodePoolsSetSizeResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/NodePools/Update.hs
@@ -1,175 +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.Container.Projects.Locations.Clusters.NodePools.Update--- 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)------ Updates the version and\/or image type for the specified node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.nodePools.update@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Update-    (-    -- * REST Resource-      ProjectsLocationsClustersNodePoolsUpdateResource--    -- * Creating a Request-    , projectsLocationsClustersNodePoolsUpdate-    , ProjectsLocationsClustersNodePoolsUpdate--    -- * Request Lenses-    , plcnpuXgafv-    , plcnpuUploadProtocol-    , plcnpuAccessToken-    , plcnpuUploadType-    , plcnpuPayload-    , plcnpuName-    , plcnpuCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.nodePools.update@ method which the--- 'ProjectsLocationsClustersNodePoolsUpdate' request conforms to.-type ProjectsLocationsClustersNodePoolsUpdateResource-     =-     "v1" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] UpdateNodePoolRequest :>-                       Put '[JSON] Operation---- | Updates the version and\/or image type for the specified node pool.------ /See:/ 'projectsLocationsClustersNodePoolsUpdate' smart constructor.-data ProjectsLocationsClustersNodePoolsUpdate =-  ProjectsLocationsClustersNodePoolsUpdate'-    { _plcnpuXgafv          :: !(Maybe Xgafv)-    , _plcnpuUploadProtocol :: !(Maybe Text)-    , _plcnpuAccessToken    :: !(Maybe Text)-    , _plcnpuUploadType     :: !(Maybe Text)-    , _plcnpuPayload        :: !UpdateNodePoolRequest-    , _plcnpuName           :: !Text-    , _plcnpuCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersNodePoolsUpdate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcnpuXgafv'------ * 'plcnpuUploadProtocol'------ * 'plcnpuAccessToken'------ * 'plcnpuUploadType'------ * 'plcnpuPayload'------ * 'plcnpuName'------ * 'plcnpuCallback'-projectsLocationsClustersNodePoolsUpdate-    :: UpdateNodePoolRequest -- ^ 'plcnpuPayload'-    -> Text -- ^ 'plcnpuName'-    -> ProjectsLocationsClustersNodePoolsUpdate-projectsLocationsClustersNodePoolsUpdate pPlcnpuPayload_ pPlcnpuName_ =-  ProjectsLocationsClustersNodePoolsUpdate'-    { _plcnpuXgafv = Nothing-    , _plcnpuUploadProtocol = Nothing-    , _plcnpuAccessToken = Nothing-    , _plcnpuUploadType = Nothing-    , _plcnpuPayload = pPlcnpuPayload_-    , _plcnpuName = pPlcnpuName_-    , _plcnpuCallback = Nothing-    }----- | V1 error format.-plcnpuXgafv :: Lens' ProjectsLocationsClustersNodePoolsUpdate (Maybe Xgafv)-plcnpuXgafv-  = lens _plcnpuXgafv (\ s a -> s{_plcnpuXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcnpuUploadProtocol :: Lens' ProjectsLocationsClustersNodePoolsUpdate (Maybe Text)-plcnpuUploadProtocol-  = lens _plcnpuUploadProtocol-      (\ s a -> s{_plcnpuUploadProtocol = a})---- | OAuth access token.-plcnpuAccessToken :: Lens' ProjectsLocationsClustersNodePoolsUpdate (Maybe Text)-plcnpuAccessToken-  = lens _plcnpuAccessToken-      (\ s a -> s{_plcnpuAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcnpuUploadType :: Lens' ProjectsLocationsClustersNodePoolsUpdate (Maybe Text)-plcnpuUploadType-  = lens _plcnpuUploadType-      (\ s a -> s{_plcnpuUploadType = a})---- | Multipart request metadata.-plcnpuPayload :: Lens' ProjectsLocationsClustersNodePoolsUpdate UpdateNodePoolRequest-plcnpuPayload-  = lens _plcnpuPayload-      (\ s a -> s{_plcnpuPayload = a})---- | The name (project, location, cluster, node pool) of the node pool to--- update. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-plcnpuName :: Lens' ProjectsLocationsClustersNodePoolsUpdate Text-plcnpuName-  = lens _plcnpuName (\ s a -> s{_plcnpuName = a})---- | JSONP-plcnpuCallback :: Lens' ProjectsLocationsClustersNodePoolsUpdate (Maybe Text)-plcnpuCallback-  = lens _plcnpuCallback-      (\ s a -> s{_plcnpuCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersNodePoolsUpdate-         where-        type Rs ProjectsLocationsClustersNodePoolsUpdate =-             Operation-        type Scopes ProjectsLocationsClustersNodePoolsUpdate-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersNodePoolsUpdate'{..}-          = go _plcnpuName _plcnpuXgafv _plcnpuUploadProtocol-              _plcnpuAccessToken-              _plcnpuUploadType-              _plcnpuCallback-              (Just AltJSON)-              _plcnpuPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersNodePoolsUpdateResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/SetAddons.hs
@@ -1,170 +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.Container.Projects.Locations.Clusters.SetAddons--- 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)------ Sets the addons for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setAddons@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.SetAddons-    (-    -- * REST Resource-      ProjectsLocationsClustersSetAddonsResource--    -- * Creating a Request-    , projectsLocationsClustersSetAddons-    , ProjectsLocationsClustersSetAddons--    -- * Request Lenses-    , plcsaXgafv-    , plcsaUploadProtocol-    , plcsaAccessToken-    , plcsaUploadType-    , plcsaPayload-    , plcsaName-    , plcsaCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.setAddons@ method which the--- 'ProjectsLocationsClustersSetAddons' request conforms to.-type ProjectsLocationsClustersSetAddonsResource =-     "v1" :>-       CaptureMode "name" "setAddons" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetAddonsConfigRequest :>-                       Post '[JSON] Operation---- | Sets the addons for a specific cluster.------ /See:/ 'projectsLocationsClustersSetAddons' smart constructor.-data ProjectsLocationsClustersSetAddons =-  ProjectsLocationsClustersSetAddons'-    { _plcsaXgafv          :: !(Maybe Xgafv)-    , _plcsaUploadProtocol :: !(Maybe Text)-    , _plcsaAccessToken    :: !(Maybe Text)-    , _plcsaUploadType     :: !(Maybe Text)-    , _plcsaPayload        :: !SetAddonsConfigRequest-    , _plcsaName           :: !Text-    , _plcsaCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersSetAddons' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcsaXgafv'------ * 'plcsaUploadProtocol'------ * 'plcsaAccessToken'------ * 'plcsaUploadType'------ * 'plcsaPayload'------ * 'plcsaName'------ * 'plcsaCallback'-projectsLocationsClustersSetAddons-    :: SetAddonsConfigRequest -- ^ 'plcsaPayload'-    -> Text -- ^ 'plcsaName'-    -> ProjectsLocationsClustersSetAddons-projectsLocationsClustersSetAddons pPlcsaPayload_ pPlcsaName_ =-  ProjectsLocationsClustersSetAddons'-    { _plcsaXgafv = Nothing-    , _plcsaUploadProtocol = Nothing-    , _plcsaAccessToken = Nothing-    , _plcsaUploadType = Nothing-    , _plcsaPayload = pPlcsaPayload_-    , _plcsaName = pPlcsaName_-    , _plcsaCallback = Nothing-    }----- | V1 error format.-plcsaXgafv :: Lens' ProjectsLocationsClustersSetAddons (Maybe Xgafv)-plcsaXgafv-  = lens _plcsaXgafv (\ s a -> s{_plcsaXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcsaUploadProtocol :: Lens' ProjectsLocationsClustersSetAddons (Maybe Text)-plcsaUploadProtocol-  = lens _plcsaUploadProtocol-      (\ s a -> s{_plcsaUploadProtocol = a})---- | OAuth access token.-plcsaAccessToken :: Lens' ProjectsLocationsClustersSetAddons (Maybe Text)-plcsaAccessToken-  = lens _plcsaAccessToken-      (\ s a -> s{_plcsaAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcsaUploadType :: Lens' ProjectsLocationsClustersSetAddons (Maybe Text)-plcsaUploadType-  = lens _plcsaUploadType-      (\ s a -> s{_plcsaUploadType = a})---- | Multipart request metadata.-plcsaPayload :: Lens' ProjectsLocationsClustersSetAddons SetAddonsConfigRequest-plcsaPayload-  = lens _plcsaPayload (\ s a -> s{_plcsaPayload = a})---- | The name (project, location, cluster) of the cluster to set addons.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcsaName :: Lens' ProjectsLocationsClustersSetAddons Text-plcsaName-  = lens _plcsaName (\ s a -> s{_plcsaName = a})---- | JSONP-plcsaCallback :: Lens' ProjectsLocationsClustersSetAddons (Maybe Text)-plcsaCallback-  = lens _plcsaCallback-      (\ s a -> s{_plcsaCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersSetAddons-         where-        type Rs ProjectsLocationsClustersSetAddons =-             Operation-        type Scopes ProjectsLocationsClustersSetAddons =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsClustersSetAddons'{..}-          = go _plcsaName _plcsaXgafv _plcsaUploadProtocol-              _plcsaAccessToken-              _plcsaUploadType-              _plcsaCallback-              (Just AltJSON)-              _plcsaPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersSetAddonsResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/SetLegacyAbac.hs
@@ -1,173 +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.Container.Projects.Locations.Clusters.SetLegacyAbac--- 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)------ Enables or disables the ABAC authorization mechanism on a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setLegacyAbac@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.SetLegacyAbac-    (-    -- * REST Resource-      ProjectsLocationsClustersSetLegacyAbacResource--    -- * Creating a Request-    , projectsLocationsClustersSetLegacyAbac-    , ProjectsLocationsClustersSetLegacyAbac--    -- * Request Lenses-    , plcslaXgafv-    , plcslaUploadProtocol-    , plcslaAccessToken-    , plcslaUploadType-    , plcslaPayload-    , plcslaName-    , plcslaCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.setLegacyAbac@ method which the--- 'ProjectsLocationsClustersSetLegacyAbac' request conforms to.-type ProjectsLocationsClustersSetLegacyAbacResource =-     "v1" :>-       CaptureMode "name" "setLegacyAbac" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetLegacyAbacRequest :>-                       Post '[JSON] Operation---- | Enables or disables the ABAC authorization mechanism on a cluster.------ /See:/ 'projectsLocationsClustersSetLegacyAbac' smart constructor.-data ProjectsLocationsClustersSetLegacyAbac =-  ProjectsLocationsClustersSetLegacyAbac'-    { _plcslaXgafv          :: !(Maybe Xgafv)-    , _plcslaUploadProtocol :: !(Maybe Text)-    , _plcslaAccessToken    :: !(Maybe Text)-    , _plcslaUploadType     :: !(Maybe Text)-    , _plcslaPayload        :: !SetLegacyAbacRequest-    , _plcslaName           :: !Text-    , _plcslaCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersSetLegacyAbac' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcslaXgafv'------ * 'plcslaUploadProtocol'------ * 'plcslaAccessToken'------ * 'plcslaUploadType'------ * 'plcslaPayload'------ * 'plcslaName'------ * 'plcslaCallback'-projectsLocationsClustersSetLegacyAbac-    :: SetLegacyAbacRequest -- ^ 'plcslaPayload'-    -> Text -- ^ 'plcslaName'-    -> ProjectsLocationsClustersSetLegacyAbac-projectsLocationsClustersSetLegacyAbac pPlcslaPayload_ pPlcslaName_ =-  ProjectsLocationsClustersSetLegacyAbac'-    { _plcslaXgafv = Nothing-    , _plcslaUploadProtocol = Nothing-    , _plcslaAccessToken = Nothing-    , _plcslaUploadType = Nothing-    , _plcslaPayload = pPlcslaPayload_-    , _plcslaName = pPlcslaName_-    , _plcslaCallback = Nothing-    }----- | V1 error format.-plcslaXgafv :: Lens' ProjectsLocationsClustersSetLegacyAbac (Maybe Xgafv)-plcslaXgafv-  = lens _plcslaXgafv (\ s a -> s{_plcslaXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcslaUploadProtocol :: Lens' ProjectsLocationsClustersSetLegacyAbac (Maybe Text)-plcslaUploadProtocol-  = lens _plcslaUploadProtocol-      (\ s a -> s{_plcslaUploadProtocol = a})---- | OAuth access token.-plcslaAccessToken :: Lens' ProjectsLocationsClustersSetLegacyAbac (Maybe Text)-plcslaAccessToken-  = lens _plcslaAccessToken-      (\ s a -> s{_plcslaAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcslaUploadType :: Lens' ProjectsLocationsClustersSetLegacyAbac (Maybe Text)-plcslaUploadType-  = lens _plcslaUploadType-      (\ s a -> s{_plcslaUploadType = a})---- | Multipart request metadata.-plcslaPayload :: Lens' ProjectsLocationsClustersSetLegacyAbac SetLegacyAbacRequest-plcslaPayload-  = lens _plcslaPayload-      (\ s a -> s{_plcslaPayload = a})---- | The name (project, location, cluster id) of the cluster to set legacy--- abac. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-plcslaName :: Lens' ProjectsLocationsClustersSetLegacyAbac Text-plcslaName-  = lens _plcslaName (\ s a -> s{_plcslaName = a})---- | JSONP-plcslaCallback :: Lens' ProjectsLocationsClustersSetLegacyAbac (Maybe Text)-plcslaCallback-  = lens _plcslaCallback-      (\ s a -> s{_plcslaCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersSetLegacyAbac-         where-        type Rs ProjectsLocationsClustersSetLegacyAbac =-             Operation-        type Scopes ProjectsLocationsClustersSetLegacyAbac =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersSetLegacyAbac'{..}-          = go _plcslaName _plcslaXgafv _plcslaUploadProtocol-              _plcslaAccessToken-              _plcslaUploadType-              _plcslaCallback-              (Just AltJSON)-              _plcslaPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersSetLegacyAbacResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/SetLocations.hs
@@ -1,172 +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.Container.Projects.Locations.Clusters.SetLocations--- 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)------ Sets the locations for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setLocations@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.SetLocations-    (-    -- * REST Resource-      ProjectsLocationsClustersSetLocationsResource--    -- * Creating a Request-    , projectsLocationsClustersSetLocations-    , ProjectsLocationsClustersSetLocations--    -- * Request Lenses-    , plcslsXgafv-    , plcslsUploadProtocol-    , plcslsAccessToken-    , plcslsUploadType-    , plcslsPayload-    , plcslsName-    , plcslsCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.setLocations@ method which the--- 'ProjectsLocationsClustersSetLocations' request conforms to.-type ProjectsLocationsClustersSetLocationsResource =-     "v1" :>-       CaptureMode "name" "setLocations" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetLocationsRequest :>-                       Post '[JSON] Operation---- | Sets the locations for a specific cluster.------ /See:/ 'projectsLocationsClustersSetLocations' smart constructor.-data ProjectsLocationsClustersSetLocations =-  ProjectsLocationsClustersSetLocations'-    { _plcslsXgafv          :: !(Maybe Xgafv)-    , _plcslsUploadProtocol :: !(Maybe Text)-    , _plcslsAccessToken    :: !(Maybe Text)-    , _plcslsUploadType     :: !(Maybe Text)-    , _plcslsPayload        :: !SetLocationsRequest-    , _plcslsName           :: !Text-    , _plcslsCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersSetLocations' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcslsXgafv'------ * 'plcslsUploadProtocol'------ * 'plcslsAccessToken'------ * 'plcslsUploadType'------ * 'plcslsPayload'------ * 'plcslsName'------ * 'plcslsCallback'-projectsLocationsClustersSetLocations-    :: SetLocationsRequest -- ^ 'plcslsPayload'-    -> Text -- ^ 'plcslsName'-    -> ProjectsLocationsClustersSetLocations-projectsLocationsClustersSetLocations pPlcslsPayload_ pPlcslsName_ =-  ProjectsLocationsClustersSetLocations'-    { _plcslsXgafv = Nothing-    , _plcslsUploadProtocol = Nothing-    , _plcslsAccessToken = Nothing-    , _plcslsUploadType = Nothing-    , _plcslsPayload = pPlcslsPayload_-    , _plcslsName = pPlcslsName_-    , _plcslsCallback = Nothing-    }----- | V1 error format.-plcslsXgafv :: Lens' ProjectsLocationsClustersSetLocations (Maybe Xgafv)-plcslsXgafv-  = lens _plcslsXgafv (\ s a -> s{_plcslsXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcslsUploadProtocol :: Lens' ProjectsLocationsClustersSetLocations (Maybe Text)-plcslsUploadProtocol-  = lens _plcslsUploadProtocol-      (\ s a -> s{_plcslsUploadProtocol = a})---- | OAuth access token.-plcslsAccessToken :: Lens' ProjectsLocationsClustersSetLocations (Maybe Text)-plcslsAccessToken-  = lens _plcslsAccessToken-      (\ s a -> s{_plcslsAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcslsUploadType :: Lens' ProjectsLocationsClustersSetLocations (Maybe Text)-plcslsUploadType-  = lens _plcslsUploadType-      (\ s a -> s{_plcslsUploadType = a})---- | Multipart request metadata.-plcslsPayload :: Lens' ProjectsLocationsClustersSetLocations SetLocationsRequest-plcslsPayload-  = lens _plcslsPayload-      (\ s a -> s{_plcslsPayload = a})---- | The name (project, location, cluster) of the cluster to set locations.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcslsName :: Lens' ProjectsLocationsClustersSetLocations Text-plcslsName-  = lens _plcslsName (\ s a -> s{_plcslsName = a})---- | JSONP-plcslsCallback :: Lens' ProjectsLocationsClustersSetLocations (Maybe Text)-plcslsCallback-  = lens _plcslsCallback-      (\ s a -> s{_plcslsCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersSetLocations-         where-        type Rs ProjectsLocationsClustersSetLocations =-             Operation-        type Scopes ProjectsLocationsClustersSetLocations =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersSetLocations'{..}-          = go _plcslsName _plcslsXgafv _plcslsUploadProtocol-              _plcslsAccessToken-              _plcslsUploadType-              _plcslsCallback-              (Just AltJSON)-              _plcslsPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersSetLocationsResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/SetLogging.hs
@@ -1,171 +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.Container.Projects.Locations.Clusters.SetLogging--- 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)------ Sets the logging service for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setLogging@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.SetLogging-    (-    -- * REST Resource-      ProjectsLocationsClustersSetLoggingResource--    -- * Creating a Request-    , projectsLocationsClustersSetLogging-    , ProjectsLocationsClustersSetLogging--    -- * Request Lenses-    , plcslXgafv-    , plcslUploadProtocol-    , plcslAccessToken-    , plcslUploadType-    , plcslPayload-    , plcslName-    , plcslCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.setLogging@ method which the--- 'ProjectsLocationsClustersSetLogging' request conforms to.-type ProjectsLocationsClustersSetLoggingResource =-     "v1" :>-       CaptureMode "name" "setLogging" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetLoggingServiceRequest :>-                       Post '[JSON] Operation---- | Sets the logging service for a specific cluster.------ /See:/ 'projectsLocationsClustersSetLogging' smart constructor.-data ProjectsLocationsClustersSetLogging =-  ProjectsLocationsClustersSetLogging'-    { _plcslXgafv          :: !(Maybe Xgafv)-    , _plcslUploadProtocol :: !(Maybe Text)-    , _plcslAccessToken    :: !(Maybe Text)-    , _plcslUploadType     :: !(Maybe Text)-    , _plcslPayload        :: !SetLoggingServiceRequest-    , _plcslName           :: !Text-    , _plcslCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersSetLogging' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcslXgafv'------ * 'plcslUploadProtocol'------ * 'plcslAccessToken'------ * 'plcslUploadType'------ * 'plcslPayload'------ * 'plcslName'------ * 'plcslCallback'-projectsLocationsClustersSetLogging-    :: SetLoggingServiceRequest -- ^ 'plcslPayload'-    -> Text -- ^ 'plcslName'-    -> ProjectsLocationsClustersSetLogging-projectsLocationsClustersSetLogging pPlcslPayload_ pPlcslName_ =-  ProjectsLocationsClustersSetLogging'-    { _plcslXgafv = Nothing-    , _plcslUploadProtocol = Nothing-    , _plcslAccessToken = Nothing-    , _plcslUploadType = Nothing-    , _plcslPayload = pPlcslPayload_-    , _plcslName = pPlcslName_-    , _plcslCallback = Nothing-    }----- | V1 error format.-plcslXgafv :: Lens' ProjectsLocationsClustersSetLogging (Maybe Xgafv)-plcslXgafv-  = lens _plcslXgafv (\ s a -> s{_plcslXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcslUploadProtocol :: Lens' ProjectsLocationsClustersSetLogging (Maybe Text)-plcslUploadProtocol-  = lens _plcslUploadProtocol-      (\ s a -> s{_plcslUploadProtocol = a})---- | OAuth access token.-plcslAccessToken :: Lens' ProjectsLocationsClustersSetLogging (Maybe Text)-plcslAccessToken-  = lens _plcslAccessToken-      (\ s a -> s{_plcslAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcslUploadType :: Lens' ProjectsLocationsClustersSetLogging (Maybe Text)-plcslUploadType-  = lens _plcslUploadType-      (\ s a -> s{_plcslUploadType = a})---- | Multipart request metadata.-plcslPayload :: Lens' ProjectsLocationsClustersSetLogging SetLoggingServiceRequest-plcslPayload-  = lens _plcslPayload (\ s a -> s{_plcslPayload = a})---- | The name (project, location, cluster) of the cluster to set logging.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcslName :: Lens' ProjectsLocationsClustersSetLogging Text-plcslName-  = lens _plcslName (\ s a -> s{_plcslName = a})---- | JSONP-plcslCallback :: Lens' ProjectsLocationsClustersSetLogging (Maybe Text)-plcslCallback-  = lens _plcslCallback-      (\ s a -> s{_plcslCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersSetLogging-         where-        type Rs ProjectsLocationsClustersSetLogging =-             Operation-        type Scopes ProjectsLocationsClustersSetLogging =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersSetLogging'{..}-          = go _plcslName _plcslXgafv _plcslUploadProtocol-              _plcslAccessToken-              _plcslUploadType-              _plcslCallback-              (Just AltJSON)-              _plcslPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersSetLoggingResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/SetMaintenancePolicy.hs
@@ -1,176 +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.Container.Projects.Locations.Clusters.SetMaintenancePolicy--- 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)------ Sets the maintenance policy for a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setMaintenancePolicy@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.SetMaintenancePolicy-    (-    -- * REST Resource-      ProjectsLocationsClustersSetMaintenancePolicyResource--    -- * Creating a Request-    , projectsLocationsClustersSetMaintenancePolicy-    , ProjectsLocationsClustersSetMaintenancePolicy--    -- * Request Lenses-    , plcsmpXgafv-    , plcsmpUploadProtocol-    , plcsmpAccessToken-    , plcsmpUploadType-    , plcsmpPayload-    , plcsmpName-    , plcsmpCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.setMaintenancePolicy@ method which the--- 'ProjectsLocationsClustersSetMaintenancePolicy' request conforms to.-type ProjectsLocationsClustersSetMaintenancePolicyResource-     =-     "v1" :>-       CaptureMode "name" "setMaintenancePolicy" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetMaintenancePolicyRequest :>-                       Post '[JSON] Operation---- | Sets the maintenance policy for a cluster.------ /See:/ 'projectsLocationsClustersSetMaintenancePolicy' smart constructor.-data ProjectsLocationsClustersSetMaintenancePolicy =-  ProjectsLocationsClustersSetMaintenancePolicy'-    { _plcsmpXgafv          :: !(Maybe Xgafv)-    , _plcsmpUploadProtocol :: !(Maybe Text)-    , _plcsmpAccessToken    :: !(Maybe Text)-    , _plcsmpUploadType     :: !(Maybe Text)-    , _plcsmpPayload        :: !SetMaintenancePolicyRequest-    , _plcsmpName           :: !Text-    , _plcsmpCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersSetMaintenancePolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcsmpXgafv'------ * 'plcsmpUploadProtocol'------ * 'plcsmpAccessToken'------ * 'plcsmpUploadType'------ * 'plcsmpPayload'------ * 'plcsmpName'------ * 'plcsmpCallback'-projectsLocationsClustersSetMaintenancePolicy-    :: SetMaintenancePolicyRequest -- ^ 'plcsmpPayload'-    -> Text -- ^ 'plcsmpName'-    -> ProjectsLocationsClustersSetMaintenancePolicy-projectsLocationsClustersSetMaintenancePolicy pPlcsmpPayload_ pPlcsmpName_ =-  ProjectsLocationsClustersSetMaintenancePolicy'-    { _plcsmpXgafv = Nothing-    , _plcsmpUploadProtocol = Nothing-    , _plcsmpAccessToken = Nothing-    , _plcsmpUploadType = Nothing-    , _plcsmpPayload = pPlcsmpPayload_-    , _plcsmpName = pPlcsmpName_-    , _plcsmpCallback = Nothing-    }----- | V1 error format.-plcsmpXgafv :: Lens' ProjectsLocationsClustersSetMaintenancePolicy (Maybe Xgafv)-plcsmpXgafv-  = lens _plcsmpXgafv (\ s a -> s{_plcsmpXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcsmpUploadProtocol :: Lens' ProjectsLocationsClustersSetMaintenancePolicy (Maybe Text)-plcsmpUploadProtocol-  = lens _plcsmpUploadProtocol-      (\ s a -> s{_plcsmpUploadProtocol = a})---- | OAuth access token.-plcsmpAccessToken :: Lens' ProjectsLocationsClustersSetMaintenancePolicy (Maybe Text)-plcsmpAccessToken-  = lens _plcsmpAccessToken-      (\ s a -> s{_plcsmpAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcsmpUploadType :: Lens' ProjectsLocationsClustersSetMaintenancePolicy (Maybe Text)-plcsmpUploadType-  = lens _plcsmpUploadType-      (\ s a -> s{_plcsmpUploadType = a})---- | Multipart request metadata.-plcsmpPayload :: Lens' ProjectsLocationsClustersSetMaintenancePolicy SetMaintenancePolicyRequest-plcsmpPayload-  = lens _plcsmpPayload-      (\ s a -> s{_plcsmpPayload = a})---- | The name (project, location, cluster id) of the cluster to set--- maintenance policy. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-plcsmpName :: Lens' ProjectsLocationsClustersSetMaintenancePolicy Text-plcsmpName-  = lens _plcsmpName (\ s a -> s{_plcsmpName = a})---- | JSONP-plcsmpCallback :: Lens' ProjectsLocationsClustersSetMaintenancePolicy (Maybe Text)-plcsmpCallback-  = lens _plcsmpCallback-      (\ s a -> s{_plcsmpCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersSetMaintenancePolicy-         where-        type Rs ProjectsLocationsClustersSetMaintenancePolicy-             = Operation-        type Scopes-               ProjectsLocationsClustersSetMaintenancePolicy-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersSetMaintenancePolicy'{..}-          = go _plcsmpName _plcsmpXgafv _plcsmpUploadProtocol-              _plcsmpAccessToken-              _plcsmpUploadType-              _plcsmpCallback-              (Just AltJSON)-              _plcsmpPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersSetMaintenancePolicyResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/SetMasterAuth.hs
@@ -1,176 +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.Container.Projects.Locations.Clusters.SetMasterAuth--- 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)------ Sets master auth materials. Currently supports changing the admin--- password or a specific cluster, either via password generation or--- explicitly setting the password.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setMasterAuth@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.SetMasterAuth-    (-    -- * REST Resource-      ProjectsLocationsClustersSetMasterAuthResource--    -- * Creating a Request-    , projectsLocationsClustersSetMasterAuth-    , ProjectsLocationsClustersSetMasterAuth--    -- * Request Lenses-    , plcsmaXgafv-    , plcsmaUploadProtocol-    , plcsmaAccessToken-    , plcsmaUploadType-    , plcsmaPayload-    , plcsmaName-    , plcsmaCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.setMasterAuth@ method which the--- 'ProjectsLocationsClustersSetMasterAuth' request conforms to.-type ProjectsLocationsClustersSetMasterAuthResource =-     "v1" :>-       CaptureMode "name" "setMasterAuth" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetMasterAuthRequest :>-                       Post '[JSON] Operation---- | Sets master auth materials. Currently supports changing the admin--- password or a specific cluster, either via password generation or--- explicitly setting the password.------ /See:/ 'projectsLocationsClustersSetMasterAuth' smart constructor.-data ProjectsLocationsClustersSetMasterAuth =-  ProjectsLocationsClustersSetMasterAuth'-    { _plcsmaXgafv          :: !(Maybe Xgafv)-    , _plcsmaUploadProtocol :: !(Maybe Text)-    , _plcsmaAccessToken    :: !(Maybe Text)-    , _plcsmaUploadType     :: !(Maybe Text)-    , _plcsmaPayload        :: !SetMasterAuthRequest-    , _plcsmaName           :: !Text-    , _plcsmaCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersSetMasterAuth' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcsmaXgafv'------ * 'plcsmaUploadProtocol'------ * 'plcsmaAccessToken'------ * 'plcsmaUploadType'------ * 'plcsmaPayload'------ * 'plcsmaName'------ * 'plcsmaCallback'-projectsLocationsClustersSetMasterAuth-    :: SetMasterAuthRequest -- ^ 'plcsmaPayload'-    -> Text -- ^ 'plcsmaName'-    -> ProjectsLocationsClustersSetMasterAuth-projectsLocationsClustersSetMasterAuth pPlcsmaPayload_ pPlcsmaName_ =-  ProjectsLocationsClustersSetMasterAuth'-    { _plcsmaXgafv = Nothing-    , _plcsmaUploadProtocol = Nothing-    , _plcsmaAccessToken = Nothing-    , _plcsmaUploadType = Nothing-    , _plcsmaPayload = pPlcsmaPayload_-    , _plcsmaName = pPlcsmaName_-    , _plcsmaCallback = Nothing-    }----- | V1 error format.-plcsmaXgafv :: Lens' ProjectsLocationsClustersSetMasterAuth (Maybe Xgafv)-plcsmaXgafv-  = lens _plcsmaXgafv (\ s a -> s{_plcsmaXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcsmaUploadProtocol :: Lens' ProjectsLocationsClustersSetMasterAuth (Maybe Text)-plcsmaUploadProtocol-  = lens _plcsmaUploadProtocol-      (\ s a -> s{_plcsmaUploadProtocol = a})---- | OAuth access token.-plcsmaAccessToken :: Lens' ProjectsLocationsClustersSetMasterAuth (Maybe Text)-plcsmaAccessToken-  = lens _plcsmaAccessToken-      (\ s a -> s{_plcsmaAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcsmaUploadType :: Lens' ProjectsLocationsClustersSetMasterAuth (Maybe Text)-plcsmaUploadType-  = lens _plcsmaUploadType-      (\ s a -> s{_plcsmaUploadType = a})---- | Multipart request metadata.-plcsmaPayload :: Lens' ProjectsLocationsClustersSetMasterAuth SetMasterAuthRequest-plcsmaPayload-  = lens _plcsmaPayload-      (\ s a -> s{_plcsmaPayload = a})---- | The name (project, location, cluster) of the cluster to set auth.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcsmaName :: Lens' ProjectsLocationsClustersSetMasterAuth Text-plcsmaName-  = lens _plcsmaName (\ s a -> s{_plcsmaName = a})---- | JSONP-plcsmaCallback :: Lens' ProjectsLocationsClustersSetMasterAuth (Maybe Text)-plcsmaCallback-  = lens _plcsmaCallback-      (\ s a -> s{_plcsmaCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersSetMasterAuth-         where-        type Rs ProjectsLocationsClustersSetMasterAuth =-             Operation-        type Scopes ProjectsLocationsClustersSetMasterAuth =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersSetMasterAuth'{..}-          = go _plcsmaName _plcsmaXgafv _plcsmaUploadProtocol-              _plcsmaAccessToken-              _plcsmaUploadType-              _plcsmaCallback-              (Just AltJSON)-              _plcsmaPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersSetMasterAuthResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/SetMonitoring.hs
@@ -1,171 +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.Container.Projects.Locations.Clusters.SetMonitoring--- 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)------ Sets the monitoring service for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setMonitoring@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.SetMonitoring-    (-    -- * REST Resource-      ProjectsLocationsClustersSetMonitoringResource--    -- * Creating a Request-    , projectsLocationsClustersSetMonitoring-    , ProjectsLocationsClustersSetMonitoring--    -- * Request Lenses-    , plcsmXgafv-    , plcsmUploadProtocol-    , plcsmAccessToken-    , plcsmUploadType-    , plcsmPayload-    , plcsmName-    , plcsmCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.setMonitoring@ method which the--- 'ProjectsLocationsClustersSetMonitoring' request conforms to.-type ProjectsLocationsClustersSetMonitoringResource =-     "v1" :>-       CaptureMode "name" "setMonitoring" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetMonitoringServiceRequest :>-                       Post '[JSON] Operation---- | Sets the monitoring service for a specific cluster.------ /See:/ 'projectsLocationsClustersSetMonitoring' smart constructor.-data ProjectsLocationsClustersSetMonitoring =-  ProjectsLocationsClustersSetMonitoring'-    { _plcsmXgafv          :: !(Maybe Xgafv)-    , _plcsmUploadProtocol :: !(Maybe Text)-    , _plcsmAccessToken    :: !(Maybe Text)-    , _plcsmUploadType     :: !(Maybe Text)-    , _plcsmPayload        :: !SetMonitoringServiceRequest-    , _plcsmName           :: !Text-    , _plcsmCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersSetMonitoring' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcsmXgafv'------ * 'plcsmUploadProtocol'------ * 'plcsmAccessToken'------ * 'plcsmUploadType'------ * 'plcsmPayload'------ * 'plcsmName'------ * 'plcsmCallback'-projectsLocationsClustersSetMonitoring-    :: SetMonitoringServiceRequest -- ^ 'plcsmPayload'-    -> Text -- ^ 'plcsmName'-    -> ProjectsLocationsClustersSetMonitoring-projectsLocationsClustersSetMonitoring pPlcsmPayload_ pPlcsmName_ =-  ProjectsLocationsClustersSetMonitoring'-    { _plcsmXgafv = Nothing-    , _plcsmUploadProtocol = Nothing-    , _plcsmAccessToken = Nothing-    , _plcsmUploadType = Nothing-    , _plcsmPayload = pPlcsmPayload_-    , _plcsmName = pPlcsmName_-    , _plcsmCallback = Nothing-    }----- | V1 error format.-plcsmXgafv :: Lens' ProjectsLocationsClustersSetMonitoring (Maybe Xgafv)-plcsmXgafv-  = lens _plcsmXgafv (\ s a -> s{_plcsmXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcsmUploadProtocol :: Lens' ProjectsLocationsClustersSetMonitoring (Maybe Text)-plcsmUploadProtocol-  = lens _plcsmUploadProtocol-      (\ s a -> s{_plcsmUploadProtocol = a})---- | OAuth access token.-plcsmAccessToken :: Lens' ProjectsLocationsClustersSetMonitoring (Maybe Text)-plcsmAccessToken-  = lens _plcsmAccessToken-      (\ s a -> s{_plcsmAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcsmUploadType :: Lens' ProjectsLocationsClustersSetMonitoring (Maybe Text)-plcsmUploadType-  = lens _plcsmUploadType-      (\ s a -> s{_plcsmUploadType = a})---- | Multipart request metadata.-plcsmPayload :: Lens' ProjectsLocationsClustersSetMonitoring SetMonitoringServiceRequest-plcsmPayload-  = lens _plcsmPayload (\ s a -> s{_plcsmPayload = a})---- | The name (project, location, cluster) of the cluster to set monitoring.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcsmName :: Lens' ProjectsLocationsClustersSetMonitoring Text-plcsmName-  = lens _plcsmName (\ s a -> s{_plcsmName = a})---- | JSONP-plcsmCallback :: Lens' ProjectsLocationsClustersSetMonitoring (Maybe Text)-plcsmCallback-  = lens _plcsmCallback-      (\ s a -> s{_plcsmCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersSetMonitoring-         where-        type Rs ProjectsLocationsClustersSetMonitoring =-             Operation-        type Scopes ProjectsLocationsClustersSetMonitoring =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersSetMonitoring'{..}-          = go _plcsmName _plcsmXgafv _plcsmUploadProtocol-              _plcsmAccessToken-              _plcsmUploadType-              _plcsmCallback-              (Just AltJSON)-              _plcsmPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersSetMonitoringResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/SetNetworkPolicy.hs
@@ -1,175 +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.Container.Projects.Locations.Clusters.SetNetworkPolicy--- 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)------ Enables or disables Network Policy for a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setNetworkPolicy@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.SetNetworkPolicy-    (-    -- * REST Resource-      ProjectsLocationsClustersSetNetworkPolicyResource--    -- * Creating a Request-    , projectsLocationsClustersSetNetworkPolicy-    , ProjectsLocationsClustersSetNetworkPolicy--    -- * Request Lenses-    , plcsnpXgafv-    , plcsnpUploadProtocol-    , plcsnpAccessToken-    , plcsnpUploadType-    , plcsnpPayload-    , plcsnpName-    , plcsnpCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.setNetworkPolicy@ method which the--- 'ProjectsLocationsClustersSetNetworkPolicy' request conforms to.-type ProjectsLocationsClustersSetNetworkPolicyResource-     =-     "v1" :>-       CaptureMode "name" "setNetworkPolicy" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetNetworkPolicyRequest :>-                       Post '[JSON] Operation---- | Enables or disables Network Policy for a cluster.------ /See:/ 'projectsLocationsClustersSetNetworkPolicy' smart constructor.-data ProjectsLocationsClustersSetNetworkPolicy =-  ProjectsLocationsClustersSetNetworkPolicy'-    { _plcsnpXgafv          :: !(Maybe Xgafv)-    , _plcsnpUploadProtocol :: !(Maybe Text)-    , _plcsnpAccessToken    :: !(Maybe Text)-    , _plcsnpUploadType     :: !(Maybe Text)-    , _plcsnpPayload        :: !SetNetworkPolicyRequest-    , _plcsnpName           :: !Text-    , _plcsnpCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersSetNetworkPolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcsnpXgafv'------ * 'plcsnpUploadProtocol'------ * 'plcsnpAccessToken'------ * 'plcsnpUploadType'------ * 'plcsnpPayload'------ * 'plcsnpName'------ * 'plcsnpCallback'-projectsLocationsClustersSetNetworkPolicy-    :: SetNetworkPolicyRequest -- ^ 'plcsnpPayload'-    -> Text -- ^ 'plcsnpName'-    -> ProjectsLocationsClustersSetNetworkPolicy-projectsLocationsClustersSetNetworkPolicy pPlcsnpPayload_ pPlcsnpName_ =-  ProjectsLocationsClustersSetNetworkPolicy'-    { _plcsnpXgafv = Nothing-    , _plcsnpUploadProtocol = Nothing-    , _plcsnpAccessToken = Nothing-    , _plcsnpUploadType = Nothing-    , _plcsnpPayload = pPlcsnpPayload_-    , _plcsnpName = pPlcsnpName_-    , _plcsnpCallback = Nothing-    }----- | V1 error format.-plcsnpXgafv :: Lens' ProjectsLocationsClustersSetNetworkPolicy (Maybe Xgafv)-plcsnpXgafv-  = lens _plcsnpXgafv (\ s a -> s{_plcsnpXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcsnpUploadProtocol :: Lens' ProjectsLocationsClustersSetNetworkPolicy (Maybe Text)-plcsnpUploadProtocol-  = lens _plcsnpUploadProtocol-      (\ s a -> s{_plcsnpUploadProtocol = a})---- | OAuth access token.-plcsnpAccessToken :: Lens' ProjectsLocationsClustersSetNetworkPolicy (Maybe Text)-plcsnpAccessToken-  = lens _plcsnpAccessToken-      (\ s a -> s{_plcsnpAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcsnpUploadType :: Lens' ProjectsLocationsClustersSetNetworkPolicy (Maybe Text)-plcsnpUploadType-  = lens _plcsnpUploadType-      (\ s a -> s{_plcsnpUploadType = a})---- | Multipart request metadata.-plcsnpPayload :: Lens' ProjectsLocationsClustersSetNetworkPolicy SetNetworkPolicyRequest-plcsnpPayload-  = lens _plcsnpPayload-      (\ s a -> s{_plcsnpPayload = a})---- | The name (project, location, cluster id) of the cluster to set--- networking policy. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-plcsnpName :: Lens' ProjectsLocationsClustersSetNetworkPolicy Text-plcsnpName-  = lens _plcsnpName (\ s a -> s{_plcsnpName = a})---- | JSONP-plcsnpCallback :: Lens' ProjectsLocationsClustersSetNetworkPolicy (Maybe Text)-plcsnpCallback-  = lens _plcsnpCallback-      (\ s a -> s{_plcsnpCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersSetNetworkPolicy-         where-        type Rs ProjectsLocationsClustersSetNetworkPolicy =-             Operation-        type Scopes ProjectsLocationsClustersSetNetworkPolicy-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersSetNetworkPolicy'{..}-          = go _plcsnpName _plcsnpXgafv _plcsnpUploadProtocol-              _plcsnpAccessToken-              _plcsnpUploadType-              _plcsnpCallback-              (Just AltJSON)-              _plcsnpPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersSetNetworkPolicyResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/SetResourceLabels.hs
@@ -1,175 +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.Container.Projects.Locations.Clusters.SetResourceLabels--- 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)------ Sets labels on a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.setResourceLabels@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.SetResourceLabels-    (-    -- * REST Resource-      ProjectsLocationsClustersSetResourceLabelsResource--    -- * Creating a Request-    , projectsLocationsClustersSetResourceLabels-    , ProjectsLocationsClustersSetResourceLabels--    -- * Request Lenses-    , plcsrlXgafv-    , plcsrlUploadProtocol-    , plcsrlAccessToken-    , plcsrlUploadType-    , plcsrlPayload-    , plcsrlName-    , plcsrlCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.setResourceLabels@ method which the--- 'ProjectsLocationsClustersSetResourceLabels' request conforms to.-type ProjectsLocationsClustersSetResourceLabelsResource-     =-     "v1" :>-       CaptureMode "name" "setResourceLabels" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] SetLabelsRequest :>-                       Post '[JSON] Operation---- | Sets labels on a cluster.------ /See:/ 'projectsLocationsClustersSetResourceLabels' smart constructor.-data ProjectsLocationsClustersSetResourceLabels =-  ProjectsLocationsClustersSetResourceLabels'-    { _plcsrlXgafv          :: !(Maybe Xgafv)-    , _plcsrlUploadProtocol :: !(Maybe Text)-    , _plcsrlAccessToken    :: !(Maybe Text)-    , _plcsrlUploadType     :: !(Maybe Text)-    , _plcsrlPayload        :: !SetLabelsRequest-    , _plcsrlName           :: !Text-    , _plcsrlCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersSetResourceLabels' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcsrlXgafv'------ * 'plcsrlUploadProtocol'------ * 'plcsrlAccessToken'------ * 'plcsrlUploadType'------ * 'plcsrlPayload'------ * 'plcsrlName'------ * 'plcsrlCallback'-projectsLocationsClustersSetResourceLabels-    :: SetLabelsRequest -- ^ 'plcsrlPayload'-    -> Text -- ^ 'plcsrlName'-    -> ProjectsLocationsClustersSetResourceLabels-projectsLocationsClustersSetResourceLabels pPlcsrlPayload_ pPlcsrlName_ =-  ProjectsLocationsClustersSetResourceLabels'-    { _plcsrlXgafv = Nothing-    , _plcsrlUploadProtocol = Nothing-    , _plcsrlAccessToken = Nothing-    , _plcsrlUploadType = Nothing-    , _plcsrlPayload = pPlcsrlPayload_-    , _plcsrlName = pPlcsrlName_-    , _plcsrlCallback = Nothing-    }----- | V1 error format.-plcsrlXgafv :: Lens' ProjectsLocationsClustersSetResourceLabels (Maybe Xgafv)-plcsrlXgafv-  = lens _plcsrlXgafv (\ s a -> s{_plcsrlXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcsrlUploadProtocol :: Lens' ProjectsLocationsClustersSetResourceLabels (Maybe Text)-plcsrlUploadProtocol-  = lens _plcsrlUploadProtocol-      (\ s a -> s{_plcsrlUploadProtocol = a})---- | OAuth access token.-plcsrlAccessToken :: Lens' ProjectsLocationsClustersSetResourceLabels (Maybe Text)-plcsrlAccessToken-  = lens _plcsrlAccessToken-      (\ s a -> s{_plcsrlAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcsrlUploadType :: Lens' ProjectsLocationsClustersSetResourceLabels (Maybe Text)-plcsrlUploadType-  = lens _plcsrlUploadType-      (\ s a -> s{_plcsrlUploadType = a})---- | Multipart request metadata.-plcsrlPayload :: Lens' ProjectsLocationsClustersSetResourceLabels SetLabelsRequest-plcsrlPayload-  = lens _plcsrlPayload-      (\ s a -> s{_plcsrlPayload = a})---- | The name (project, location, cluster id) of the cluster to set labels.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcsrlName :: Lens' ProjectsLocationsClustersSetResourceLabels Text-plcsrlName-  = lens _plcsrlName (\ s a -> s{_plcsrlName = a})---- | JSONP-plcsrlCallback :: Lens' ProjectsLocationsClustersSetResourceLabels (Maybe Text)-plcsrlCallback-  = lens _plcsrlCallback-      (\ s a -> s{_plcsrlCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersSetResourceLabels-         where-        type Rs ProjectsLocationsClustersSetResourceLabels =-             Operation-        type Scopes-               ProjectsLocationsClustersSetResourceLabels-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersSetResourceLabels'{..}-          = go _plcsrlName _plcsrlXgafv _plcsrlUploadProtocol-              _plcsrlAccessToken-              _plcsrlUploadType-              _plcsrlCallback-              (Just AltJSON)-              _plcsrlPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersSetResourceLabelsResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/StartIPRotation.hs
@@ -1,175 +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.Container.Projects.Locations.Clusters.StartIPRotation--- 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)------ Starts master IP rotation.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.startIpRotation@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.StartIPRotation-    (-    -- * REST Resource-      ProjectsLocationsClustersStartIPRotationResource--    -- * Creating a Request-    , projectsLocationsClustersStartIPRotation-    , ProjectsLocationsClustersStartIPRotation--    -- * Request Lenses-    , plcsirXgafv-    , plcsirUploadProtocol-    , plcsirAccessToken-    , plcsirUploadType-    , plcsirPayload-    , plcsirName-    , plcsirCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.startIpRotation@ method which the--- 'ProjectsLocationsClustersStartIPRotation' request conforms to.-type ProjectsLocationsClustersStartIPRotationResource-     =-     "v1" :>-       CaptureMode "name" "startIpRotation" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] StartIPRotationRequest :>-                       Post '[JSON] Operation---- | Starts master IP rotation.------ /See:/ 'projectsLocationsClustersStartIPRotation' smart constructor.-data ProjectsLocationsClustersStartIPRotation =-  ProjectsLocationsClustersStartIPRotation'-    { _plcsirXgafv          :: !(Maybe Xgafv)-    , _plcsirUploadProtocol :: !(Maybe Text)-    , _plcsirAccessToken    :: !(Maybe Text)-    , _plcsirUploadType     :: !(Maybe Text)-    , _plcsirPayload        :: !StartIPRotationRequest-    , _plcsirName           :: !Text-    , _plcsirCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersStartIPRotation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcsirXgafv'------ * 'plcsirUploadProtocol'------ * 'plcsirAccessToken'------ * 'plcsirUploadType'------ * 'plcsirPayload'------ * 'plcsirName'------ * 'plcsirCallback'-projectsLocationsClustersStartIPRotation-    :: StartIPRotationRequest -- ^ 'plcsirPayload'-    -> Text -- ^ 'plcsirName'-    -> ProjectsLocationsClustersStartIPRotation-projectsLocationsClustersStartIPRotation pPlcsirPayload_ pPlcsirName_ =-  ProjectsLocationsClustersStartIPRotation'-    { _plcsirXgafv = Nothing-    , _plcsirUploadProtocol = Nothing-    , _plcsirAccessToken = Nothing-    , _plcsirUploadType = Nothing-    , _plcsirPayload = pPlcsirPayload_-    , _plcsirName = pPlcsirName_-    , _plcsirCallback = Nothing-    }----- | V1 error format.-plcsirXgafv :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Xgafv)-plcsirXgafv-  = lens _plcsirXgafv (\ s a -> s{_plcsirXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcsirUploadProtocol :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text)-plcsirUploadProtocol-  = lens _plcsirUploadProtocol-      (\ s a -> s{_plcsirUploadProtocol = a})---- | OAuth access token.-plcsirAccessToken :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text)-plcsirAccessToken-  = lens _plcsirAccessToken-      (\ s a -> s{_plcsirAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcsirUploadType :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text)-plcsirUploadType-  = lens _plcsirUploadType-      (\ s a -> s{_plcsirUploadType = a})---- | Multipart request metadata.-plcsirPayload :: Lens' ProjectsLocationsClustersStartIPRotation StartIPRotationRequest-plcsirPayload-  = lens _plcsirPayload-      (\ s a -> s{_plcsirPayload = a})---- | The name (project, location, cluster id) of the cluster to start IP--- rotation. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-plcsirName :: Lens' ProjectsLocationsClustersStartIPRotation Text-plcsirName-  = lens _plcsirName (\ s a -> s{_plcsirName = a})---- | JSONP-plcsirCallback :: Lens' ProjectsLocationsClustersStartIPRotation (Maybe Text)-plcsirCallback-  = lens _plcsirCallback-      (\ s a -> s{_plcsirCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersStartIPRotation-         where-        type Rs ProjectsLocationsClustersStartIPRotation =-             Operation-        type Scopes ProjectsLocationsClustersStartIPRotation-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersStartIPRotation'{..}-          = go _plcsirName _plcsirXgafv _plcsirUploadProtocol-              _plcsirAccessToken-              _plcsirUploadType-              _plcsirCallback-              (Just AltJSON)-              _plcsirPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersStartIPRotationResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/Update.hs
@@ -1,167 +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.Container.Projects.Locations.Clusters.Update--- 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)------ Updates the settings of a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.update@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.Update-    (-    -- * REST Resource-      ProjectsLocationsClustersUpdateResource--    -- * Creating a Request-    , projectsLocationsClustersUpdate-    , ProjectsLocationsClustersUpdate--    -- * Request Lenses-    , plcuXgafv-    , plcuUploadProtocol-    , plcuAccessToken-    , plcuUploadType-    , plcuPayload-    , plcuName-    , plcuCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.update@ method which the--- 'ProjectsLocationsClustersUpdate' request conforms to.-type ProjectsLocationsClustersUpdateResource =-     "v1" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] UpdateClusterRequest :>-                       Put '[JSON] Operation---- | Updates the settings of a specific cluster.------ /See:/ 'projectsLocationsClustersUpdate' smart constructor.-data ProjectsLocationsClustersUpdate =-  ProjectsLocationsClustersUpdate'-    { _plcuXgafv          :: !(Maybe Xgafv)-    , _plcuUploadProtocol :: !(Maybe Text)-    , _plcuAccessToken    :: !(Maybe Text)-    , _plcuUploadType     :: !(Maybe Text)-    , _plcuPayload        :: !UpdateClusterRequest-    , _plcuName           :: !Text-    , _plcuCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersUpdate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcuXgafv'------ * 'plcuUploadProtocol'------ * 'plcuAccessToken'------ * 'plcuUploadType'------ * 'plcuPayload'------ * 'plcuName'------ * 'plcuCallback'-projectsLocationsClustersUpdate-    :: UpdateClusterRequest -- ^ 'plcuPayload'-    -> Text -- ^ 'plcuName'-    -> ProjectsLocationsClustersUpdate-projectsLocationsClustersUpdate pPlcuPayload_ pPlcuName_ =-  ProjectsLocationsClustersUpdate'-    { _plcuXgafv = Nothing-    , _plcuUploadProtocol = Nothing-    , _plcuAccessToken = Nothing-    , _plcuUploadType = Nothing-    , _plcuPayload = pPlcuPayload_-    , _plcuName = pPlcuName_-    , _plcuCallback = Nothing-    }----- | V1 error format.-plcuXgafv :: Lens' ProjectsLocationsClustersUpdate (Maybe Xgafv)-plcuXgafv-  = lens _plcuXgafv (\ s a -> s{_plcuXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcuUploadProtocol :: Lens' ProjectsLocationsClustersUpdate (Maybe Text)-plcuUploadProtocol-  = lens _plcuUploadProtocol-      (\ s a -> s{_plcuUploadProtocol = a})---- | OAuth access token.-plcuAccessToken :: Lens' ProjectsLocationsClustersUpdate (Maybe Text)-plcuAccessToken-  = lens _plcuAccessToken-      (\ s a -> s{_plcuAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcuUploadType :: Lens' ProjectsLocationsClustersUpdate (Maybe Text)-plcuUploadType-  = lens _plcuUploadType-      (\ s a -> s{_plcuUploadType = a})---- | Multipart request metadata.-plcuPayload :: Lens' ProjectsLocationsClustersUpdate UpdateClusterRequest-plcuPayload-  = lens _plcuPayload (\ s a -> s{_plcuPayload = a})---- | The name (project, location, cluster) of the cluster to update.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcuName :: Lens' ProjectsLocationsClustersUpdate Text-plcuName = lens _plcuName (\ s a -> s{_plcuName = a})---- | JSONP-plcuCallback :: Lens' ProjectsLocationsClustersUpdate (Maybe Text)-plcuCallback-  = lens _plcuCallback (\ s a -> s{_plcuCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersUpdate-         where-        type Rs ProjectsLocationsClustersUpdate = Operation-        type Scopes ProjectsLocationsClustersUpdate =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsClustersUpdate'{..}-          = go _plcuName _plcuXgafv _plcuUploadProtocol-              _plcuAccessToken-              _plcuUploadType-              _plcuCallback-              (Just AltJSON)-              _plcuPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersUpdateResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/UpdateMaster.hs
@@ -1,171 +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.Container.Projects.Locations.Clusters.UpdateMaster--- 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)------ Updates the master for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.updateMaster@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.UpdateMaster-    (-    -- * REST Resource-      ProjectsLocationsClustersUpdateMasterResource--    -- * Creating a Request-    , projectsLocationsClustersUpdateMaster-    , ProjectsLocationsClustersUpdateMaster--    -- * Request Lenses-    , plcumXgafv-    , plcumUploadProtocol-    , plcumAccessToken-    , plcumUploadType-    , plcumPayload-    , plcumName-    , plcumCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.updateMaster@ method which the--- 'ProjectsLocationsClustersUpdateMaster' request conforms to.-type ProjectsLocationsClustersUpdateMasterResource =-     "v1" :>-       CaptureMode "name" "updateMaster" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] UpdateMasterRequest :>-                       Post '[JSON] Operation---- | Updates the master for a specific cluster.------ /See:/ 'projectsLocationsClustersUpdateMaster' smart constructor.-data ProjectsLocationsClustersUpdateMaster =-  ProjectsLocationsClustersUpdateMaster'-    { _plcumXgafv          :: !(Maybe Xgafv)-    , _plcumUploadProtocol :: !(Maybe Text)-    , _plcumAccessToken    :: !(Maybe Text)-    , _plcumUploadType     :: !(Maybe Text)-    , _plcumPayload        :: !UpdateMasterRequest-    , _plcumName           :: !Text-    , _plcumCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersUpdateMaster' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcumXgafv'------ * 'plcumUploadProtocol'------ * 'plcumAccessToken'------ * 'plcumUploadType'------ * 'plcumPayload'------ * 'plcumName'------ * 'plcumCallback'-projectsLocationsClustersUpdateMaster-    :: UpdateMasterRequest -- ^ 'plcumPayload'-    -> Text -- ^ 'plcumName'-    -> ProjectsLocationsClustersUpdateMaster-projectsLocationsClustersUpdateMaster pPlcumPayload_ pPlcumName_ =-  ProjectsLocationsClustersUpdateMaster'-    { _plcumXgafv = Nothing-    , _plcumUploadProtocol = Nothing-    , _plcumAccessToken = Nothing-    , _plcumUploadType = Nothing-    , _plcumPayload = pPlcumPayload_-    , _plcumName = pPlcumName_-    , _plcumCallback = Nothing-    }----- | V1 error format.-plcumXgafv :: Lens' ProjectsLocationsClustersUpdateMaster (Maybe Xgafv)-plcumXgafv-  = lens _plcumXgafv (\ s a -> s{_plcumXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcumUploadProtocol :: Lens' ProjectsLocationsClustersUpdateMaster (Maybe Text)-plcumUploadProtocol-  = lens _plcumUploadProtocol-      (\ s a -> s{_plcumUploadProtocol = a})---- | OAuth access token.-plcumAccessToken :: Lens' ProjectsLocationsClustersUpdateMaster (Maybe Text)-plcumAccessToken-  = lens _plcumAccessToken-      (\ s a -> s{_plcumAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcumUploadType :: Lens' ProjectsLocationsClustersUpdateMaster (Maybe Text)-plcumUploadType-  = lens _plcumUploadType-      (\ s a -> s{_plcumUploadType = a})---- | Multipart request metadata.-plcumPayload :: Lens' ProjectsLocationsClustersUpdateMaster UpdateMasterRequest-plcumPayload-  = lens _plcumPayload (\ s a -> s{_plcumPayload = a})---- | The name (project, location, cluster) of the cluster to update.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-plcumName :: Lens' ProjectsLocationsClustersUpdateMaster Text-plcumName-  = lens _plcumName (\ s a -> s{_plcumName = a})---- | JSONP-plcumCallback :: Lens' ProjectsLocationsClustersUpdateMaster (Maybe Text)-plcumCallback-  = lens _plcumCallback-      (\ s a -> s{_plcumCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersUpdateMaster-         where-        type Rs ProjectsLocationsClustersUpdateMaster =-             Operation-        type Scopes ProjectsLocationsClustersUpdateMaster =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersUpdateMaster'{..}-          = go _plcumName _plcumXgafv _plcumUploadProtocol-              _plcumAccessToken-              _plcumUploadType-              _plcumCallback-              (Just AltJSON)-              _plcumPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsClustersUpdateMasterResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Clusters/WellKnown/GetOpenidConfiguration.hs
@@ -1,176 +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.Container.Projects.Locations.Clusters.WellKnown.GetOpenidConfiguration--- 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 OIDC discovery document for the cluster. See the [OpenID--- Connect Discovery 1.0--- specification](https:\/\/openid.net\/specs\/openid-connect-discovery-1_0.html)--- for details. This API is not yet intended for general use, and is not--- available for all clusters.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.clusters.well-known.getOpenid-configuration@.-module Network.Google.Resource.Container.Projects.Locations.Clusters.WellKnown.GetOpenidConfiguration-    (-    -- * REST Resource-      ProjectsLocationsClustersWellKnownGetOpenidConfigurationResource--    -- * Creating a Request-    , projectsLocationsClustersWellKnownGetOpenidConfiguration-    , ProjectsLocationsClustersWellKnownGetOpenidConfiguration--    -- * Request Lenses-    , plcwkgocParent-    , plcwkgocXgafv-    , plcwkgocUploadProtocol-    , plcwkgocAccessToken-    , plcwkgocUploadType-    , plcwkgocCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.clusters.well-known.getOpenid-configuration@ method which the--- 'ProjectsLocationsClustersWellKnownGetOpenidConfiguration' request conforms to.-type ProjectsLocationsClustersWellKnownGetOpenidConfigurationResource-     =-     "v1" :>-       Capture "parent" Text :>-         ".well-known" :>-           "openid-configuration" :>-             QueryParam "$.xgafv" Xgafv :>-               QueryParam "upload_protocol" Text :>-                 QueryParam "access_token" Text :>-                   QueryParam "uploadType" Text :>-                     QueryParam "callback" Text :>-                       QueryParam "alt" AltJSON :>-                         Get '[JSON] GetOpenIdConfigResponse---- | Gets the OIDC discovery document for the cluster. See the [OpenID--- Connect Discovery 1.0--- specification](https:\/\/openid.net\/specs\/openid-connect-discovery-1_0.html)--- for details. This API is not yet intended for general use, and is not--- available for all clusters.------ /See:/ 'projectsLocationsClustersWellKnownGetOpenidConfiguration' smart constructor.-data ProjectsLocationsClustersWellKnownGetOpenidConfiguration =-  ProjectsLocationsClustersWellKnownGetOpenidConfiguration'-    { _plcwkgocParent         :: !Text-    , _plcwkgocXgafv          :: !(Maybe Xgafv)-    , _plcwkgocUploadProtocol :: !(Maybe Text)-    , _plcwkgocAccessToken    :: !(Maybe Text)-    , _plcwkgocUploadType     :: !(Maybe Text)-    , _plcwkgocCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsClustersWellKnownGetOpenidConfiguration' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plcwkgocParent'------ * 'plcwkgocXgafv'------ * 'plcwkgocUploadProtocol'------ * 'plcwkgocAccessToken'------ * 'plcwkgocUploadType'------ * 'plcwkgocCallback'-projectsLocationsClustersWellKnownGetOpenidConfiguration-    :: Text -- ^ 'plcwkgocParent'-    -> ProjectsLocationsClustersWellKnownGetOpenidConfiguration-projectsLocationsClustersWellKnownGetOpenidConfiguration pPlcwkgocParent_ =-  ProjectsLocationsClustersWellKnownGetOpenidConfiguration'-    { _plcwkgocParent = pPlcwkgocParent_-    , _plcwkgocXgafv = Nothing-    , _plcwkgocUploadProtocol = Nothing-    , _plcwkgocAccessToken = Nothing-    , _plcwkgocUploadType = Nothing-    , _plcwkgocCallback = Nothing-    }----- | The cluster (project, location, cluster id) to get the discovery--- document for. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-plcwkgocParent :: Lens' ProjectsLocationsClustersWellKnownGetOpenidConfiguration Text-plcwkgocParent-  = lens _plcwkgocParent-      (\ s a -> s{_plcwkgocParent = a})---- | V1 error format.-plcwkgocXgafv :: Lens' ProjectsLocationsClustersWellKnownGetOpenidConfiguration (Maybe Xgafv)-plcwkgocXgafv-  = lens _plcwkgocXgafv-      (\ s a -> s{_plcwkgocXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plcwkgocUploadProtocol :: Lens' ProjectsLocationsClustersWellKnownGetOpenidConfiguration (Maybe Text)-plcwkgocUploadProtocol-  = lens _plcwkgocUploadProtocol-      (\ s a -> s{_plcwkgocUploadProtocol = a})---- | OAuth access token.-plcwkgocAccessToken :: Lens' ProjectsLocationsClustersWellKnownGetOpenidConfiguration (Maybe Text)-plcwkgocAccessToken-  = lens _plcwkgocAccessToken-      (\ s a -> s{_plcwkgocAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plcwkgocUploadType :: Lens' ProjectsLocationsClustersWellKnownGetOpenidConfiguration (Maybe Text)-plcwkgocUploadType-  = lens _plcwkgocUploadType-      (\ s a -> s{_plcwkgocUploadType = a})---- | JSONP-plcwkgocCallback :: Lens' ProjectsLocationsClustersWellKnownGetOpenidConfiguration (Maybe Text)-plcwkgocCallback-  = lens _plcwkgocCallback-      (\ s a -> s{_plcwkgocCallback = a})--instance GoogleRequest-           ProjectsLocationsClustersWellKnownGetOpenidConfiguration-         where-        type Rs-               ProjectsLocationsClustersWellKnownGetOpenidConfiguration-             = GetOpenIdConfigResponse-        type Scopes-               ProjectsLocationsClustersWellKnownGetOpenidConfiguration-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsLocationsClustersWellKnownGetOpenidConfiguration'{..}-          = go _plcwkgocParent _plcwkgocXgafv-              _plcwkgocUploadProtocol-              _plcwkgocAccessToken-              _plcwkgocUploadType-              _plcwkgocCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsLocationsClustersWellKnownGetOpenidConfigurationResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/GetServerConfig.hs
@@ -1,186 +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.Container.Projects.Locations.GetServerConfig--- 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)------ Returns configuration info about the Google Kubernetes Engine service.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.getServerConfig@.-module Network.Google.Resource.Container.Projects.Locations.GetServerConfig-    (-    -- * REST Resource-      ProjectsLocationsGetServerConfigResource--    -- * Creating a Request-    , projectsLocationsGetServerConfig-    , ProjectsLocationsGetServerConfig--    -- * Request Lenses-    , plgscXgafv-    , plgscUploadProtocol-    , plgscAccessToken-    , plgscUploadType-    , plgscZone-    , plgscName-    , plgscProjectId-    , plgscCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.getServerConfig@ method which the--- 'ProjectsLocationsGetServerConfig' request conforms to.-type ProjectsLocationsGetServerConfigResource =-     "v1" :>-       Capture "name" Text :>-         "serverConfig" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "zone" Text :>-                     QueryParam "projectId" Text :>-                       QueryParam "callback" Text :>-                         QueryParam "alt" AltJSON :> Get '[JSON] ServerConfig---- | Returns configuration info about the Google Kubernetes Engine service.------ /See:/ 'projectsLocationsGetServerConfig' smart constructor.-data ProjectsLocationsGetServerConfig =-  ProjectsLocationsGetServerConfig'-    { _plgscXgafv          :: !(Maybe Xgafv)-    , _plgscUploadProtocol :: !(Maybe Text)-    , _plgscAccessToken    :: !(Maybe Text)-    , _plgscUploadType     :: !(Maybe Text)-    , _plgscZone           :: !(Maybe Text)-    , _plgscName           :: !Text-    , _plgscProjectId      :: !(Maybe Text)-    , _plgscCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsGetServerConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plgscXgafv'------ * 'plgscUploadProtocol'------ * 'plgscAccessToken'------ * 'plgscUploadType'------ * 'plgscZone'------ * 'plgscName'------ * 'plgscProjectId'------ * 'plgscCallback'-projectsLocationsGetServerConfig-    :: Text -- ^ 'plgscName'-    -> ProjectsLocationsGetServerConfig-projectsLocationsGetServerConfig pPlgscName_ =-  ProjectsLocationsGetServerConfig'-    { _plgscXgafv = Nothing-    , _plgscUploadProtocol = Nothing-    , _plgscAccessToken = Nothing-    , _plgscUploadType = Nothing-    , _plgscZone = Nothing-    , _plgscName = pPlgscName_-    , _plgscProjectId = Nothing-    , _plgscCallback = Nothing-    }----- | V1 error format.-plgscXgafv :: Lens' ProjectsLocationsGetServerConfig (Maybe Xgafv)-plgscXgafv-  = lens _plgscXgafv (\ s a -> s{_plgscXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plgscUploadProtocol :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)-plgscUploadProtocol-  = lens _plgscUploadProtocol-      (\ s a -> s{_plgscUploadProtocol = a})---- | OAuth access token.-plgscAccessToken :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)-plgscAccessToken-  = lens _plgscAccessToken-      (\ s a -> s{_plgscAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plgscUploadType :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)-plgscUploadType-  = lens _plgscUploadType-      (\ s a -> s{_plgscUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) to return operations for. This--- field has been deprecated and replaced by the name field.-plgscZone :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)-plgscZone-  = lens _plgscZone (\ s a -> s{_plgscZone = a})---- | The name (project and location) of the server config to get, specified--- in the format \'projects\/*\/locations\/*\'.-plgscName :: Lens' ProjectsLocationsGetServerConfig Text-plgscName-  = lens _plgscName (\ s a -> s{_plgscName = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-plgscProjectId :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)-plgscProjectId-  = lens _plgscProjectId-      (\ s a -> s{_plgscProjectId = a})---- | JSONP-plgscCallback :: Lens' ProjectsLocationsGetServerConfig (Maybe Text)-plgscCallback-  = lens _plgscCallback-      (\ s a -> s{_plgscCallback = a})--instance GoogleRequest-           ProjectsLocationsGetServerConfig-         where-        type Rs ProjectsLocationsGetServerConfig =-             ServerConfig-        type Scopes ProjectsLocationsGetServerConfig =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsGetServerConfig'{..}-          = go _plgscName _plgscXgafv _plgscUploadProtocol-              _plgscAccessToken-              _plgscUploadType-              _plgscZone-              _plgscProjectId-              _plgscCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsGetServerConfigResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Operations/Cancel.hs
@@ -1,167 +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.Container.Projects.Locations.Operations.Cancel--- 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)------ Cancels the specified operation.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.operations.cancel@.-module Network.Google.Resource.Container.Projects.Locations.Operations.Cancel-    (-    -- * REST Resource-      ProjectsLocationsOperationsCancelResource--    -- * Creating a Request-    , projectsLocationsOperationsCancel-    , ProjectsLocationsOperationsCancel--    -- * Request Lenses-    , plocXgafv-    , plocUploadProtocol-    , plocAccessToken-    , plocUploadType-    , plocPayload-    , plocName-    , plocCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.operations.cancel@ method which the--- 'ProjectsLocationsOperationsCancel' request conforms to.-type ProjectsLocationsOperationsCancelResource =-     "v1" :>-       CaptureMode "name" "cancel" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "callback" Text :>-                   QueryParam "alt" AltJSON :>-                     ReqBody '[JSON] CancelOperationRequest :>-                       Post '[JSON] Empty---- | Cancels the specified operation.------ /See:/ 'projectsLocationsOperationsCancel' smart constructor.-data ProjectsLocationsOperationsCancel =-  ProjectsLocationsOperationsCancel'-    { _plocXgafv          :: !(Maybe Xgafv)-    , _plocUploadProtocol :: !(Maybe Text)-    , _plocAccessToken    :: !(Maybe Text)-    , _plocUploadType     :: !(Maybe Text)-    , _plocPayload        :: !CancelOperationRequest-    , _plocName           :: !Text-    , _plocCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsOperationsCancel' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plocXgafv'------ * 'plocUploadProtocol'------ * 'plocAccessToken'------ * 'plocUploadType'------ * 'plocPayload'------ * 'plocName'------ * 'plocCallback'-projectsLocationsOperationsCancel-    :: CancelOperationRequest -- ^ 'plocPayload'-    -> Text -- ^ 'plocName'-    -> ProjectsLocationsOperationsCancel-projectsLocationsOperationsCancel pPlocPayload_ pPlocName_ =-  ProjectsLocationsOperationsCancel'-    { _plocXgafv = Nothing-    , _plocUploadProtocol = Nothing-    , _plocAccessToken = Nothing-    , _plocUploadType = Nothing-    , _plocPayload = pPlocPayload_-    , _plocName = pPlocName_-    , _plocCallback = Nothing-    }----- | V1 error format.-plocXgafv :: Lens' ProjectsLocationsOperationsCancel (Maybe Xgafv)-plocXgafv-  = lens _plocXgafv (\ s a -> s{_plocXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plocUploadProtocol :: Lens' ProjectsLocationsOperationsCancel (Maybe Text)-plocUploadProtocol-  = lens _plocUploadProtocol-      (\ s a -> s{_plocUploadProtocol = a})---- | OAuth access token.-plocAccessToken :: Lens' ProjectsLocationsOperationsCancel (Maybe Text)-plocAccessToken-  = lens _plocAccessToken-      (\ s a -> s{_plocAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plocUploadType :: Lens' ProjectsLocationsOperationsCancel (Maybe Text)-plocUploadType-  = lens _plocUploadType-      (\ s a -> s{_plocUploadType = a})---- | Multipart request metadata.-plocPayload :: Lens' ProjectsLocationsOperationsCancel CancelOperationRequest-plocPayload-  = lens _plocPayload (\ s a -> s{_plocPayload = a})---- | The name (project, location, operation id) of the operation to cancel.--- Specified in the format \'projects\/*\/locations\/*\/operations\/*\'.-plocName :: Lens' ProjectsLocationsOperationsCancel Text-plocName = lens _plocName (\ s a -> s{_plocName = a})---- | JSONP-plocCallback :: Lens' ProjectsLocationsOperationsCancel (Maybe Text)-plocCallback-  = lens _plocCallback (\ s a -> s{_plocCallback = a})--instance GoogleRequest-           ProjectsLocationsOperationsCancel-         where-        type Rs ProjectsLocationsOperationsCancel = Empty-        type Scopes ProjectsLocationsOperationsCancel =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsOperationsCancel'{..}-          = go _plocName _plocXgafv _plocUploadProtocol-              _plocAccessToken-              _plocUploadType-              _plocCallback-              (Just AltJSON)-              _plocPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsOperationsCancelResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Operations/Get.hs
@@ -1,194 +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.Container.Projects.Locations.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 specified operation.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.operations.get@.-module Network.Google.Resource.Container.Projects.Locations.Operations.Get-    (-    -- * REST Resource-      ProjectsLocationsOperationsGetResource--    -- * Creating a Request-    , projectsLocationsOperationsGet-    , ProjectsLocationsOperationsGet--    -- * Request Lenses-    , plogXgafv-    , plogUploadProtocol-    , plogAccessToken-    , plogUploadType-    , plogZone-    , plogName-    , plogProjectId-    , plogOperationId-    , plogCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.operations.get@ method which the--- 'ProjectsLocationsOperationsGet' request conforms to.-type ProjectsLocationsOperationsGetResource =-     "v1" :>-       Capture "name" Text :>-         QueryParam "$.xgafv" Xgafv :>-           QueryParam "upload_protocol" Text :>-             QueryParam "access_token" Text :>-               QueryParam "uploadType" Text :>-                 QueryParam "zone" Text :>-                   QueryParam "projectId" Text :>-                     QueryParam "operationId" Text :>-                       QueryParam "callback" Text :>-                         QueryParam "alt" AltJSON :> Get '[JSON] Operation---- | Gets the specified operation.------ /See:/ 'projectsLocationsOperationsGet' smart constructor.-data ProjectsLocationsOperationsGet =-  ProjectsLocationsOperationsGet'-    { _plogXgafv          :: !(Maybe Xgafv)-    , _plogUploadProtocol :: !(Maybe Text)-    , _plogAccessToken    :: !(Maybe Text)-    , _plogUploadType     :: !(Maybe Text)-    , _plogZone           :: !(Maybe Text)-    , _plogName           :: !Text-    , _plogProjectId      :: !(Maybe Text)-    , _plogOperationId    :: !(Maybe Text)-    , _plogCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsOperationsGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plogXgafv'------ * 'plogUploadProtocol'------ * 'plogAccessToken'------ * 'plogUploadType'------ * 'plogZone'------ * 'plogName'------ * 'plogProjectId'------ * 'plogOperationId'------ * 'plogCallback'-projectsLocationsOperationsGet-    :: Text -- ^ 'plogName'-    -> ProjectsLocationsOperationsGet-projectsLocationsOperationsGet pPlogName_ =-  ProjectsLocationsOperationsGet'-    { _plogXgafv = Nothing-    , _plogUploadProtocol = Nothing-    , _plogAccessToken = Nothing-    , _plogUploadType = Nothing-    , _plogZone = Nothing-    , _plogName = pPlogName_-    , _plogProjectId = Nothing-    , _plogOperationId = Nothing-    , _plogCallback = Nothing-    }----- | V1 error format.-plogXgafv :: Lens' ProjectsLocationsOperationsGet (Maybe Xgafv)-plogXgafv-  = lens _plogXgafv (\ s a -> s{_plogXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plogUploadProtocol :: Lens' ProjectsLocationsOperationsGet (Maybe Text)-plogUploadProtocol-  = lens _plogUploadProtocol-      (\ s a -> s{_plogUploadProtocol = a})---- | OAuth access token.-plogAccessToken :: Lens' ProjectsLocationsOperationsGet (Maybe Text)-plogAccessToken-  = lens _plogAccessToken-      (\ s a -> s{_plogAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plogUploadType :: Lens' ProjectsLocationsOperationsGet (Maybe Text)-plogUploadType-  = lens _plogUploadType-      (\ s a -> s{_plogUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-plogZone :: Lens' ProjectsLocationsOperationsGet (Maybe Text)-plogZone = lens _plogZone (\ s a -> s{_plogZone = a})---- | The name (project, location, operation id) of the operation to get.--- Specified in the format \'projects\/*\/locations\/*\/operations\/*\'.-plogName :: Lens' ProjectsLocationsOperationsGet Text-plogName = lens _plogName (\ s a -> s{_plogName = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-plogProjectId :: Lens' ProjectsLocationsOperationsGet (Maybe Text)-plogProjectId-  = lens _plogProjectId-      (\ s a -> s{_plogProjectId = a})---- | Deprecated. The server-assigned \`name\` of the operation. This field--- has been deprecated and replaced by the name field.-plogOperationId :: Lens' ProjectsLocationsOperationsGet (Maybe Text)-plogOperationId-  = lens _plogOperationId-      (\ s a -> s{_plogOperationId = a})---- | JSONP-plogCallback :: Lens' ProjectsLocationsOperationsGet (Maybe Text)-plogCallback-  = lens _plogCallback (\ s a -> s{_plogCallback = a})--instance GoogleRequest ProjectsLocationsOperationsGet-         where-        type Rs ProjectsLocationsOperationsGet = Operation-        type Scopes ProjectsLocationsOperationsGet =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsOperationsGet'{..}-          = go _plogName _plogXgafv _plogUploadProtocol-              _plogAccessToken-              _plogUploadType-              _plogZone-              _plogProjectId-              _plogOperationId-              _plogCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsOperationsGetResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Locations/Operations/List.hs
@@ -1,187 +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.Container.Projects.Locations.Operations.List--- 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)------ Lists all operations in a project in a specific zone or all zones.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.locations.operations.list@.-module Network.Google.Resource.Container.Projects.Locations.Operations.List-    (-    -- * REST Resource-      ProjectsLocationsOperationsListResource--    -- * Creating a Request-    , projectsLocationsOperationsList-    , ProjectsLocationsOperationsList--    -- * Request Lenses-    , plolParent-    , plolXgafv-    , plolUploadProtocol-    , plolAccessToken-    , plolUploadType-    , plolZone-    , plolProjectId-    , plolCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.locations.operations.list@ method which the--- 'ProjectsLocationsOperationsList' request conforms to.-type ProjectsLocationsOperationsListResource =-     "v1" :>-       Capture "parent" Text :>-         "operations" :>-           QueryParam "$.xgafv" Xgafv :>-             QueryParam "upload_protocol" Text :>-               QueryParam "access_token" Text :>-                 QueryParam "uploadType" Text :>-                   QueryParam "zone" Text :>-                     QueryParam "projectId" Text :>-                       QueryParam "callback" Text :>-                         QueryParam "alt" AltJSON :>-                           Get '[JSON] ListOperationsResponse---- | Lists all operations in a project in a specific zone or all zones.------ /See:/ 'projectsLocationsOperationsList' smart constructor.-data ProjectsLocationsOperationsList =-  ProjectsLocationsOperationsList'-    { _plolParent         :: !Text-    , _plolXgafv          :: !(Maybe Xgafv)-    , _plolUploadProtocol :: !(Maybe Text)-    , _plolAccessToken    :: !(Maybe Text)-    , _plolUploadType     :: !(Maybe Text)-    , _plolZone           :: !(Maybe Text)-    , _plolProjectId      :: !(Maybe Text)-    , _plolCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsLocationsOperationsList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'plolParent'------ * 'plolXgafv'------ * 'plolUploadProtocol'------ * 'plolAccessToken'------ * 'plolUploadType'------ * 'plolZone'------ * 'plolProjectId'------ * 'plolCallback'-projectsLocationsOperationsList-    :: Text -- ^ 'plolParent'-    -> ProjectsLocationsOperationsList-projectsLocationsOperationsList pPlolParent_ =-  ProjectsLocationsOperationsList'-    { _plolParent = pPlolParent_-    , _plolXgafv = Nothing-    , _plolUploadProtocol = Nothing-    , _plolAccessToken = Nothing-    , _plolUploadType = Nothing-    , _plolZone = Nothing-    , _plolProjectId = Nothing-    , _plolCallback = Nothing-    }----- | The parent (project and location) where the operations will be listed.--- Specified in the format \'projects\/*\/locations\/*\'. Location \"-\"--- matches all zones and all regions.-plolParent :: Lens' ProjectsLocationsOperationsList Text-plolParent-  = lens _plolParent (\ s a -> s{_plolParent = a})---- | V1 error format.-plolXgafv :: Lens' ProjectsLocationsOperationsList (Maybe Xgafv)-plolXgafv-  = lens _plolXgafv (\ s a -> s{_plolXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-plolUploadProtocol :: Lens' ProjectsLocationsOperationsList (Maybe Text)-plolUploadProtocol-  = lens _plolUploadProtocol-      (\ s a -> s{_plolUploadProtocol = a})---- | OAuth access token.-plolAccessToken :: Lens' ProjectsLocationsOperationsList (Maybe Text)-plolAccessToken-  = lens _plolAccessToken-      (\ s a -> s{_plolAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-plolUploadType :: Lens' ProjectsLocationsOperationsList (Maybe Text)-plolUploadType-  = lens _plolUploadType-      (\ s a -> s{_plolUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) to return operations for, or--- \`-\` for all zones. This field has been deprecated and replaced by the--- parent field.-plolZone :: Lens' ProjectsLocationsOperationsList (Maybe Text)-plolZone = lens _plolZone (\ s a -> s{_plolZone = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the parent field.-plolProjectId :: Lens' ProjectsLocationsOperationsList (Maybe Text)-plolProjectId-  = lens _plolProjectId-      (\ s a -> s{_plolProjectId = a})---- | JSONP-plolCallback :: Lens' ProjectsLocationsOperationsList (Maybe Text)-plolCallback-  = lens _plolCallback (\ s a -> s{_plolCallback = a})--instance GoogleRequest-           ProjectsLocationsOperationsList-         where-        type Rs ProjectsLocationsOperationsList =-             ListOperationsResponse-        type Scopes ProjectsLocationsOperationsList =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsLocationsOperationsList'{..}-          = go _plolParent _plolXgafv _plolUploadProtocol-              _plolAccessToken-              _plolUploadType-              _plolZone-              _plolProjectId-              _plolCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsLocationsOperationsListResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/Addons.hs
@@ -1,201 +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.Container.Projects.Zones.Clusters.Addons--- 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)------ Sets the addons for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.addons@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.Addons-    (-    -- * REST Resource-      ProjectsZonesClustersAddonsResource--    -- * Creating a Request-    , projectsZonesClustersAddons-    , ProjectsZonesClustersAddons--    -- * Request Lenses-    , pzcaXgafv-    , pzcaUploadProtocol-    , pzcaAccessToken-    , pzcaUploadType-    , pzcaZone-    , pzcaPayload-    , pzcaClusterId-    , pzcaProjectId-    , pzcaCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.addons@ method which the--- 'ProjectsZonesClustersAddons' request conforms to.-type ProjectsZonesClustersAddonsResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "addons" :>-                     QueryParam "$.xgafv" Xgafv :>-                       QueryParam "upload_protocol" Text :>-                         QueryParam "access_token" Text :>-                           QueryParam "uploadType" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :>-                                 ReqBody '[JSON] SetAddonsConfigRequest :>-                                   Post '[JSON] Operation---- | Sets the addons for a specific cluster.------ /See:/ 'projectsZonesClustersAddons' smart constructor.-data ProjectsZonesClustersAddons =-  ProjectsZonesClustersAddons'-    { _pzcaXgafv          :: !(Maybe Xgafv)-    , _pzcaUploadProtocol :: !(Maybe Text)-    , _pzcaAccessToken    :: !(Maybe Text)-    , _pzcaUploadType     :: !(Maybe Text)-    , _pzcaZone           :: !Text-    , _pzcaPayload        :: !SetAddonsConfigRequest-    , _pzcaClusterId      :: !Text-    , _pzcaProjectId      :: !Text-    , _pzcaCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersAddons' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcaXgafv'------ * 'pzcaUploadProtocol'------ * 'pzcaAccessToken'------ * 'pzcaUploadType'------ * 'pzcaZone'------ * 'pzcaPayload'------ * 'pzcaClusterId'------ * 'pzcaProjectId'------ * 'pzcaCallback'-projectsZonesClustersAddons-    :: Text -- ^ 'pzcaZone'-    -> SetAddonsConfigRequest -- ^ 'pzcaPayload'-    -> Text -- ^ 'pzcaClusterId'-    -> Text -- ^ 'pzcaProjectId'-    -> ProjectsZonesClustersAddons-projectsZonesClustersAddons pPzcaZone_ pPzcaPayload_ pPzcaClusterId_ pPzcaProjectId_ =-  ProjectsZonesClustersAddons'-    { _pzcaXgafv = Nothing-    , _pzcaUploadProtocol = Nothing-    , _pzcaAccessToken = Nothing-    , _pzcaUploadType = Nothing-    , _pzcaZone = pPzcaZone_-    , _pzcaPayload = pPzcaPayload_-    , _pzcaClusterId = pPzcaClusterId_-    , _pzcaProjectId = pPzcaProjectId_-    , _pzcaCallback = Nothing-    }----- | V1 error format.-pzcaXgafv :: Lens' ProjectsZonesClustersAddons (Maybe Xgafv)-pzcaXgafv-  = lens _pzcaXgafv (\ s a -> s{_pzcaXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcaUploadProtocol :: Lens' ProjectsZonesClustersAddons (Maybe Text)-pzcaUploadProtocol-  = lens _pzcaUploadProtocol-      (\ s a -> s{_pzcaUploadProtocol = a})---- | OAuth access token.-pzcaAccessToken :: Lens' ProjectsZonesClustersAddons (Maybe Text)-pzcaAccessToken-  = lens _pzcaAccessToken-      (\ s a -> s{_pzcaAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcaUploadType :: Lens' ProjectsZonesClustersAddons (Maybe Text)-pzcaUploadType-  = lens _pzcaUploadType-      (\ s a -> s{_pzcaUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcaZone :: Lens' ProjectsZonesClustersAddons Text-pzcaZone = lens _pzcaZone (\ s a -> s{_pzcaZone = a})---- | Multipart request metadata.-pzcaPayload :: Lens' ProjectsZonesClustersAddons SetAddonsConfigRequest-pzcaPayload-  = lens _pzcaPayload (\ s a -> s{_pzcaPayload = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-pzcaClusterId :: Lens' ProjectsZonesClustersAddons Text-pzcaClusterId-  = lens _pzcaClusterId-      (\ s a -> s{_pzcaClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcaProjectId :: Lens' ProjectsZonesClustersAddons Text-pzcaProjectId-  = lens _pzcaProjectId-      (\ s a -> s{_pzcaProjectId = a})---- | JSONP-pzcaCallback :: Lens' ProjectsZonesClustersAddons (Maybe Text)-pzcaCallback-  = lens _pzcaCallback (\ s a -> s{_pzcaCallback = a})--instance GoogleRequest ProjectsZonesClustersAddons-         where-        type Rs ProjectsZonesClustersAddons = Operation-        type Scopes ProjectsZonesClustersAddons =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersAddons'{..}-          = go _pzcaProjectId _pzcaZone _pzcaClusterId-              _pzcaXgafv-              _pzcaUploadProtocol-              _pzcaAccessToken-              _pzcaUploadType-              _pzcaCallback-              (Just AltJSON)-              _pzcaPayload-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesClustersAddonsResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/CompleteIPRotation.hs
@@ -1,209 +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.Container.Projects.Zones.Clusters.CompleteIPRotation--- 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)------ Completes master IP rotation.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.completeIpRotation@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.CompleteIPRotation-    (-    -- * REST Resource-      ProjectsZonesClustersCompleteIPRotationResource--    -- * Creating a Request-    , projectsZonesClustersCompleteIPRotation-    , ProjectsZonesClustersCompleteIPRotation--    -- * Request Lenses-    , pzccirXgafv-    , pzccirUploadProtocol-    , pzccirAccessToken-    , pzccirUploadType-    , pzccirZone-    , pzccirPayload-    , pzccirClusterId-    , pzccirProjectId-    , pzccirCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.completeIpRotation@ method which the--- 'ProjectsZonesClustersCompleteIPRotation' request conforms to.-type ProjectsZonesClustersCompleteIPRotationResource-     =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 CaptureMode "clusterId" "completeIpRotation" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               ReqBody '[JSON] CompleteIPRotationRequest :>-                                 Post '[JSON] Operation---- | Completes master IP rotation.------ /See:/ 'projectsZonesClustersCompleteIPRotation' smart constructor.-data ProjectsZonesClustersCompleteIPRotation =-  ProjectsZonesClustersCompleteIPRotation'-    { _pzccirXgafv          :: !(Maybe Xgafv)-    , _pzccirUploadProtocol :: !(Maybe Text)-    , _pzccirAccessToken    :: !(Maybe Text)-    , _pzccirUploadType     :: !(Maybe Text)-    , _pzccirZone           :: !Text-    , _pzccirPayload        :: !CompleteIPRotationRequest-    , _pzccirClusterId      :: !Text-    , _pzccirProjectId      :: !Text-    , _pzccirCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersCompleteIPRotation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzccirXgafv'------ * 'pzccirUploadProtocol'------ * 'pzccirAccessToken'------ * 'pzccirUploadType'------ * 'pzccirZone'------ * 'pzccirPayload'------ * 'pzccirClusterId'------ * 'pzccirProjectId'------ * 'pzccirCallback'-projectsZonesClustersCompleteIPRotation-    :: Text -- ^ 'pzccirZone'-    -> CompleteIPRotationRequest -- ^ 'pzccirPayload'-    -> Text -- ^ 'pzccirClusterId'-    -> Text -- ^ 'pzccirProjectId'-    -> ProjectsZonesClustersCompleteIPRotation-projectsZonesClustersCompleteIPRotation pPzccirZone_ pPzccirPayload_ pPzccirClusterId_ pPzccirProjectId_ =-  ProjectsZonesClustersCompleteIPRotation'-    { _pzccirXgafv = Nothing-    , _pzccirUploadProtocol = Nothing-    , _pzccirAccessToken = Nothing-    , _pzccirUploadType = Nothing-    , _pzccirZone = pPzccirZone_-    , _pzccirPayload = pPzccirPayload_-    , _pzccirClusterId = pPzccirClusterId_-    , _pzccirProjectId = pPzccirProjectId_-    , _pzccirCallback = Nothing-    }----- | V1 error format.-pzccirXgafv :: Lens' ProjectsZonesClustersCompleteIPRotation (Maybe Xgafv)-pzccirXgafv-  = lens _pzccirXgafv (\ s a -> s{_pzccirXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzccirUploadProtocol :: Lens' ProjectsZonesClustersCompleteIPRotation (Maybe Text)-pzccirUploadProtocol-  = lens _pzccirUploadProtocol-      (\ s a -> s{_pzccirUploadProtocol = a})---- | OAuth access token.-pzccirAccessToken :: Lens' ProjectsZonesClustersCompleteIPRotation (Maybe Text)-pzccirAccessToken-  = lens _pzccirAccessToken-      (\ s a -> s{_pzccirAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzccirUploadType :: Lens' ProjectsZonesClustersCompleteIPRotation (Maybe Text)-pzccirUploadType-  = lens _pzccirUploadType-      (\ s a -> s{_pzccirUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzccirZone :: Lens' ProjectsZonesClustersCompleteIPRotation Text-pzccirZone-  = lens _pzccirZone (\ s a -> s{_pzccirZone = a})---- | Multipart request metadata.-pzccirPayload :: Lens' ProjectsZonesClustersCompleteIPRotation CompleteIPRotationRequest-pzccirPayload-  = lens _pzccirPayload-      (\ s a -> s{_pzccirPayload = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-pzccirClusterId :: Lens' ProjectsZonesClustersCompleteIPRotation Text-pzccirClusterId-  = lens _pzccirClusterId-      (\ s a -> s{_pzccirClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-pzccirProjectId :: Lens' ProjectsZonesClustersCompleteIPRotation Text-pzccirProjectId-  = lens _pzccirProjectId-      (\ s a -> s{_pzccirProjectId = a})---- | JSONP-pzccirCallback :: Lens' ProjectsZonesClustersCompleteIPRotation (Maybe Text)-pzccirCallback-  = lens _pzccirCallback-      (\ s a -> s{_pzccirCallback = a})--instance GoogleRequest-           ProjectsZonesClustersCompleteIPRotation-         where-        type Rs ProjectsZonesClustersCompleteIPRotation =-             Operation-        type Scopes ProjectsZonesClustersCompleteIPRotation =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersCompleteIPRotation'{..}-          = go _pzccirProjectId _pzccirZone _pzccirClusterId-              _pzccirXgafv-              _pzccirUploadProtocol-              _pzccirAccessToken-              _pzccirUploadType-              _pzccirCallback-              (Just AltJSON)-              _pzccirPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsZonesClustersCompleteIPRotationResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/Create.hs
@@ -1,201 +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.Container.Projects.Zones.Clusters.Create--- 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)------ Creates a cluster, consisting of the specified number and type of Google--- Compute Engine instances. By default, the cluster is created in the--- project\'s [default--- network](\/compute\/docs\/networks-and-firewalls#networks). One firewall--- is added for the cluster. After cluster creation, the Kubelet creates--- routes for each node to allow the containers on that node to communicate--- with all other instances in the cluster. Finally, an entry is added to--- the project\'s global metadata indicating which CIDR range the cluster--- is using.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.create@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.Create-    (-    -- * REST Resource-      ProjectsZonesClustersCreateResource--    -- * Creating a Request-    , projectsZonesClustersCreate-    , ProjectsZonesClustersCreate--    -- * Request Lenses-    , pzccXgafv-    , pzccUploadProtocol-    , pzccAccessToken-    , pzccUploadType-    , pzccZone-    , pzccPayload-    , pzccProjectId-    , pzccCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.create@ method which the--- 'ProjectsZonesClustersCreate' request conforms to.-type ProjectsZonesClustersCreateResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 QueryParam "$.xgafv" Xgafv :>-                   QueryParam "upload_protocol" Text :>-                     QueryParam "access_token" Text :>-                       QueryParam "uploadType" Text :>-                         QueryParam "callback" Text :>-                           QueryParam "alt" AltJSON :>-                             ReqBody '[JSON] CreateClusterRequest :>-                               Post '[JSON] Operation---- | Creates a cluster, consisting of the specified number and type of Google--- Compute Engine instances. By default, the cluster is created in the--- project\'s [default--- network](\/compute\/docs\/networks-and-firewalls#networks). One firewall--- is added for the cluster. After cluster creation, the Kubelet creates--- routes for each node to allow the containers on that node to communicate--- with all other instances in the cluster. Finally, an entry is added to--- the project\'s global metadata indicating which CIDR range the cluster--- is using.------ /See:/ 'projectsZonesClustersCreate' smart constructor.-data ProjectsZonesClustersCreate =-  ProjectsZonesClustersCreate'-    { _pzccXgafv          :: !(Maybe Xgafv)-    , _pzccUploadProtocol :: !(Maybe Text)-    , _pzccAccessToken    :: !(Maybe Text)-    , _pzccUploadType     :: !(Maybe Text)-    , _pzccZone           :: !Text-    , _pzccPayload        :: !CreateClusterRequest-    , _pzccProjectId      :: !Text-    , _pzccCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersCreate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzccXgafv'------ * 'pzccUploadProtocol'------ * 'pzccAccessToken'------ * 'pzccUploadType'------ * 'pzccZone'------ * 'pzccPayload'------ * 'pzccProjectId'------ * 'pzccCallback'-projectsZonesClustersCreate-    :: Text -- ^ 'pzccZone'-    -> CreateClusterRequest -- ^ 'pzccPayload'-    -> Text -- ^ 'pzccProjectId'-    -> ProjectsZonesClustersCreate-projectsZonesClustersCreate pPzccZone_ pPzccPayload_ pPzccProjectId_ =-  ProjectsZonesClustersCreate'-    { _pzccXgafv = Nothing-    , _pzccUploadProtocol = Nothing-    , _pzccAccessToken = Nothing-    , _pzccUploadType = Nothing-    , _pzccZone = pPzccZone_-    , _pzccPayload = pPzccPayload_-    , _pzccProjectId = pPzccProjectId_-    , _pzccCallback = Nothing-    }----- | V1 error format.-pzccXgafv :: Lens' ProjectsZonesClustersCreate (Maybe Xgafv)-pzccXgafv-  = lens _pzccXgafv (\ s a -> s{_pzccXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzccUploadProtocol :: Lens' ProjectsZonesClustersCreate (Maybe Text)-pzccUploadProtocol-  = lens _pzccUploadProtocol-      (\ s a -> s{_pzccUploadProtocol = a})---- | OAuth access token.-pzccAccessToken :: Lens' ProjectsZonesClustersCreate (Maybe Text)-pzccAccessToken-  = lens _pzccAccessToken-      (\ s a -> s{_pzccAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzccUploadType :: Lens' ProjectsZonesClustersCreate (Maybe Text)-pzccUploadType-  = lens _pzccUploadType-      (\ s a -> s{_pzccUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the parent field.-pzccZone :: Lens' ProjectsZonesClustersCreate Text-pzccZone = lens _pzccZone (\ s a -> s{_pzccZone = a})---- | Multipart request metadata.-pzccPayload :: Lens' ProjectsZonesClustersCreate CreateClusterRequest-pzccPayload-  = lens _pzccPayload (\ s a -> s{_pzccPayload = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the parent field.-pzccProjectId :: Lens' ProjectsZonesClustersCreate Text-pzccProjectId-  = lens _pzccProjectId-      (\ s a -> s{_pzccProjectId = a})---- | JSONP-pzccCallback :: Lens' ProjectsZonesClustersCreate (Maybe Text)-pzccCallback-  = lens _pzccCallback (\ s a -> s{_pzccCallback = a})--instance GoogleRequest ProjectsZonesClustersCreate-         where-        type Rs ProjectsZonesClustersCreate = Operation-        type Scopes ProjectsZonesClustersCreate =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersCreate'{..}-          = go _pzccProjectId _pzccZone _pzccXgafv-              _pzccUploadProtocol-              _pzccAccessToken-              _pzccUploadType-              _pzccCallback-              (Just AltJSON)-              _pzccPayload-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesClustersCreateResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/Delete.hs
@@ -1,207 +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.Container.Projects.Zones.Clusters.Delete--- 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)------ Deletes the cluster, including the Kubernetes endpoint and all worker--- nodes. Firewalls and routes that were configured during cluster creation--- are also deleted. Other Google Compute Engine resources that might be in--- use by the cluster, such as load balancer resources, are not deleted if--- they weren\'t present when the cluster was initially created.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.delete@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.Delete-    (-    -- * REST Resource-      ProjectsZonesClustersDeleteResource--    -- * Creating a Request-    , projectsZonesClustersDelete-    , ProjectsZonesClustersDelete--    -- * Request Lenses-    , pzcdXgafv-    , pzcdUploadProtocol-    , pzcdAccessToken-    , pzcdUploadType-    , pzcdZone-    , pzcdName-    , pzcdClusterId-    , pzcdProjectId-    , pzcdCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.delete@ method which the--- 'ProjectsZonesClustersDelete' request conforms to.-type ProjectsZonesClustersDeleteResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "name" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :>-                                 Delete '[JSON] Operation---- | Deletes the cluster, including the Kubernetes endpoint and all worker--- nodes. Firewalls and routes that were configured during cluster creation--- are also deleted. Other Google Compute Engine resources that might be in--- use by the cluster, such as load balancer resources, are not deleted if--- they weren\'t present when the cluster was initially created.------ /See:/ 'projectsZonesClustersDelete' smart constructor.-data ProjectsZonesClustersDelete =-  ProjectsZonesClustersDelete'-    { _pzcdXgafv          :: !(Maybe Xgafv)-    , _pzcdUploadProtocol :: !(Maybe Text)-    , _pzcdAccessToken    :: !(Maybe Text)-    , _pzcdUploadType     :: !(Maybe Text)-    , _pzcdZone           :: !Text-    , _pzcdName           :: !(Maybe Text)-    , _pzcdClusterId      :: !Text-    , _pzcdProjectId      :: !Text-    , _pzcdCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersDelete' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcdXgafv'------ * 'pzcdUploadProtocol'------ * 'pzcdAccessToken'------ * 'pzcdUploadType'------ * 'pzcdZone'------ * 'pzcdName'------ * 'pzcdClusterId'------ * 'pzcdProjectId'------ * 'pzcdCallback'-projectsZonesClustersDelete-    :: Text -- ^ 'pzcdZone'-    -> Text -- ^ 'pzcdClusterId'-    -> Text -- ^ 'pzcdProjectId'-    -> ProjectsZonesClustersDelete-projectsZonesClustersDelete pPzcdZone_ pPzcdClusterId_ pPzcdProjectId_ =-  ProjectsZonesClustersDelete'-    { _pzcdXgafv = Nothing-    , _pzcdUploadProtocol = Nothing-    , _pzcdAccessToken = Nothing-    , _pzcdUploadType = Nothing-    , _pzcdZone = pPzcdZone_-    , _pzcdName = Nothing-    , _pzcdClusterId = pPzcdClusterId_-    , _pzcdProjectId = pPzcdProjectId_-    , _pzcdCallback = Nothing-    }----- | V1 error format.-pzcdXgafv :: Lens' ProjectsZonesClustersDelete (Maybe Xgafv)-pzcdXgafv-  = lens _pzcdXgafv (\ s a -> s{_pzcdXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcdUploadProtocol :: Lens' ProjectsZonesClustersDelete (Maybe Text)-pzcdUploadProtocol-  = lens _pzcdUploadProtocol-      (\ s a -> s{_pzcdUploadProtocol = a})---- | OAuth access token.-pzcdAccessToken :: Lens' ProjectsZonesClustersDelete (Maybe Text)-pzcdAccessToken-  = lens _pzcdAccessToken-      (\ s a -> s{_pzcdAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcdUploadType :: Lens' ProjectsZonesClustersDelete (Maybe Text)-pzcdUploadType-  = lens _pzcdUploadType-      (\ s a -> s{_pzcdUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcdZone :: Lens' ProjectsZonesClustersDelete Text-pzcdZone = lens _pzcdZone (\ s a -> s{_pzcdZone = a})---- | The name (project, location, cluster) of the cluster to delete.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-pzcdName :: Lens' ProjectsZonesClustersDelete (Maybe Text)-pzcdName = lens _pzcdName (\ s a -> s{_pzcdName = a})---- | Deprecated. The name of the cluster to delete. This field has been--- deprecated and replaced by the name field.-pzcdClusterId :: Lens' ProjectsZonesClustersDelete Text-pzcdClusterId-  = lens _pzcdClusterId-      (\ s a -> s{_pzcdClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcdProjectId :: Lens' ProjectsZonesClustersDelete Text-pzcdProjectId-  = lens _pzcdProjectId-      (\ s a -> s{_pzcdProjectId = a})---- | JSONP-pzcdCallback :: Lens' ProjectsZonesClustersDelete (Maybe Text)-pzcdCallback-  = lens _pzcdCallback (\ s a -> s{_pzcdCallback = a})--instance GoogleRequest ProjectsZonesClustersDelete-         where-        type Rs ProjectsZonesClustersDelete = Operation-        type Scopes ProjectsZonesClustersDelete =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersDelete'{..}-          = go _pzcdProjectId _pzcdZone _pzcdClusterId-              _pzcdXgafv-              _pzcdUploadProtocol-              _pzcdAccessToken-              _pzcdUploadType-              _pzcdName-              _pzcdCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesClustersDeleteResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/Get.hs
@@ -1,197 +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.Container.Projects.Zones.Clusters.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 details of a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.get@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.Get-    (-    -- * REST Resource-      ProjectsZonesClustersGetResource--    -- * Creating a Request-    , projectsZonesClustersGet-    , ProjectsZonesClustersGet--    -- * Request Lenses-    , pzcgXgafv-    , pzcgUploadProtocol-    , pzcgAccessToken-    , pzcgUploadType-    , pzcgZone-    , pzcgName-    , pzcgClusterId-    , pzcgProjectId-    , pzcgCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.get@ method which the--- 'ProjectsZonesClustersGet' request conforms to.-type ProjectsZonesClustersGetResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "name" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :> Get '[JSON] Cluster---- | Gets the details of a specific cluster.------ /See:/ 'projectsZonesClustersGet' smart constructor.-data ProjectsZonesClustersGet =-  ProjectsZonesClustersGet'-    { _pzcgXgafv          :: !(Maybe Xgafv)-    , _pzcgUploadProtocol :: !(Maybe Text)-    , _pzcgAccessToken    :: !(Maybe Text)-    , _pzcgUploadType     :: !(Maybe Text)-    , _pzcgZone           :: !Text-    , _pzcgName           :: !(Maybe Text)-    , _pzcgClusterId      :: !Text-    , _pzcgProjectId      :: !Text-    , _pzcgCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcgXgafv'------ * 'pzcgUploadProtocol'------ * 'pzcgAccessToken'------ * 'pzcgUploadType'------ * 'pzcgZone'------ * 'pzcgName'------ * 'pzcgClusterId'------ * 'pzcgProjectId'------ * 'pzcgCallback'-projectsZonesClustersGet-    :: Text -- ^ 'pzcgZone'-    -> Text -- ^ 'pzcgClusterId'-    -> Text -- ^ 'pzcgProjectId'-    -> ProjectsZonesClustersGet-projectsZonesClustersGet pPzcgZone_ pPzcgClusterId_ pPzcgProjectId_ =-  ProjectsZonesClustersGet'-    { _pzcgXgafv = Nothing-    , _pzcgUploadProtocol = Nothing-    , _pzcgAccessToken = Nothing-    , _pzcgUploadType = Nothing-    , _pzcgZone = pPzcgZone_-    , _pzcgName = Nothing-    , _pzcgClusterId = pPzcgClusterId_-    , _pzcgProjectId = pPzcgProjectId_-    , _pzcgCallback = Nothing-    }----- | V1 error format.-pzcgXgafv :: Lens' ProjectsZonesClustersGet (Maybe Xgafv)-pzcgXgafv-  = lens _pzcgXgafv (\ s a -> s{_pzcgXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcgUploadProtocol :: Lens' ProjectsZonesClustersGet (Maybe Text)-pzcgUploadProtocol-  = lens _pzcgUploadProtocol-      (\ s a -> s{_pzcgUploadProtocol = a})---- | OAuth access token.-pzcgAccessToken :: Lens' ProjectsZonesClustersGet (Maybe Text)-pzcgAccessToken-  = lens _pzcgAccessToken-      (\ s a -> s{_pzcgAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcgUploadType :: Lens' ProjectsZonesClustersGet (Maybe Text)-pzcgUploadType-  = lens _pzcgUploadType-      (\ s a -> s{_pzcgUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcgZone :: Lens' ProjectsZonesClustersGet Text-pzcgZone = lens _pzcgZone (\ s a -> s{_pzcgZone = a})---- | The name (project, location, cluster) of the cluster to retrieve.--- Specified in the format \'projects\/*\/locations\/*\/clusters\/*\'.-pzcgName :: Lens' ProjectsZonesClustersGet (Maybe Text)-pzcgName = lens _pzcgName (\ s a -> s{_pzcgName = a})---- | Deprecated. The name of the cluster to retrieve. This field has been--- deprecated and replaced by the name field.-pzcgClusterId :: Lens' ProjectsZonesClustersGet Text-pzcgClusterId-  = lens _pzcgClusterId-      (\ s a -> s{_pzcgClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcgProjectId :: Lens' ProjectsZonesClustersGet Text-pzcgProjectId-  = lens _pzcgProjectId-      (\ s a -> s{_pzcgProjectId = a})---- | JSONP-pzcgCallback :: Lens' ProjectsZonesClustersGet (Maybe Text)-pzcgCallback-  = lens _pzcgCallback (\ s a -> s{_pzcgCallback = a})--instance GoogleRequest ProjectsZonesClustersGet where-        type Rs ProjectsZonesClustersGet = Cluster-        type Scopes ProjectsZonesClustersGet =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersGet'{..}-          = go _pzcgProjectId _pzcgZone _pzcgClusterId-              _pzcgXgafv-              _pzcgUploadProtocol-              _pzcgAccessToken-              _pzcgUploadType-              _pzcgName-              _pzcgCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesClustersGetResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/LegacyAbac.hs
@@ -1,205 +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.Container.Projects.Zones.Clusters.LegacyAbac--- 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)------ Enables or disables the ABAC authorization mechanism on a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.legacyAbac@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.LegacyAbac-    (-    -- * REST Resource-      ProjectsZonesClustersLegacyAbacResource--    -- * Creating a Request-    , projectsZonesClustersLegacyAbac-    , ProjectsZonesClustersLegacyAbac--    -- * Request Lenses-    , pzclaXgafv-    , pzclaUploadProtocol-    , pzclaAccessToken-    , pzclaUploadType-    , pzclaZone-    , pzclaPayload-    , pzclaClusterId-    , pzclaProjectId-    , pzclaCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.legacyAbac@ method which the--- 'ProjectsZonesClustersLegacyAbac' request conforms to.-type ProjectsZonesClustersLegacyAbacResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "legacyAbac" :>-                     QueryParam "$.xgafv" Xgafv :>-                       QueryParam "upload_protocol" Text :>-                         QueryParam "access_token" Text :>-                           QueryParam "uploadType" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :>-                                 ReqBody '[JSON] SetLegacyAbacRequest :>-                                   Post '[JSON] Operation---- | Enables or disables the ABAC authorization mechanism on a cluster.------ /See:/ 'projectsZonesClustersLegacyAbac' smart constructor.-data ProjectsZonesClustersLegacyAbac =-  ProjectsZonesClustersLegacyAbac'-    { _pzclaXgafv          :: !(Maybe Xgafv)-    , _pzclaUploadProtocol :: !(Maybe Text)-    , _pzclaAccessToken    :: !(Maybe Text)-    , _pzclaUploadType     :: !(Maybe Text)-    , _pzclaZone           :: !Text-    , _pzclaPayload        :: !SetLegacyAbacRequest-    , _pzclaClusterId      :: !Text-    , _pzclaProjectId      :: !Text-    , _pzclaCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersLegacyAbac' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzclaXgafv'------ * 'pzclaUploadProtocol'------ * 'pzclaAccessToken'------ * 'pzclaUploadType'------ * 'pzclaZone'------ * 'pzclaPayload'------ * 'pzclaClusterId'------ * 'pzclaProjectId'------ * 'pzclaCallback'-projectsZonesClustersLegacyAbac-    :: Text -- ^ 'pzclaZone'-    -> SetLegacyAbacRequest -- ^ 'pzclaPayload'-    -> Text -- ^ 'pzclaClusterId'-    -> Text -- ^ 'pzclaProjectId'-    -> ProjectsZonesClustersLegacyAbac-projectsZonesClustersLegacyAbac pPzclaZone_ pPzclaPayload_ pPzclaClusterId_ pPzclaProjectId_ =-  ProjectsZonesClustersLegacyAbac'-    { _pzclaXgafv = Nothing-    , _pzclaUploadProtocol = Nothing-    , _pzclaAccessToken = Nothing-    , _pzclaUploadType = Nothing-    , _pzclaZone = pPzclaZone_-    , _pzclaPayload = pPzclaPayload_-    , _pzclaClusterId = pPzclaClusterId_-    , _pzclaProjectId = pPzclaProjectId_-    , _pzclaCallback = Nothing-    }----- | V1 error format.-pzclaXgafv :: Lens' ProjectsZonesClustersLegacyAbac (Maybe Xgafv)-pzclaXgafv-  = lens _pzclaXgafv (\ s a -> s{_pzclaXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzclaUploadProtocol :: Lens' ProjectsZonesClustersLegacyAbac (Maybe Text)-pzclaUploadProtocol-  = lens _pzclaUploadProtocol-      (\ s a -> s{_pzclaUploadProtocol = a})---- | OAuth access token.-pzclaAccessToken :: Lens' ProjectsZonesClustersLegacyAbac (Maybe Text)-pzclaAccessToken-  = lens _pzclaAccessToken-      (\ s a -> s{_pzclaAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzclaUploadType :: Lens' ProjectsZonesClustersLegacyAbac (Maybe Text)-pzclaUploadType-  = lens _pzclaUploadType-      (\ s a -> s{_pzclaUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzclaZone :: Lens' ProjectsZonesClustersLegacyAbac Text-pzclaZone-  = lens _pzclaZone (\ s a -> s{_pzclaZone = a})---- | Multipart request metadata.-pzclaPayload :: Lens' ProjectsZonesClustersLegacyAbac SetLegacyAbacRequest-pzclaPayload-  = lens _pzclaPayload (\ s a -> s{_pzclaPayload = a})---- | Deprecated. The name of the cluster to update. This field has been--- deprecated and replaced by the name field.-pzclaClusterId :: Lens' ProjectsZonesClustersLegacyAbac Text-pzclaClusterId-  = lens _pzclaClusterId-      (\ s a -> s{_pzclaClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzclaProjectId :: Lens' ProjectsZonesClustersLegacyAbac Text-pzclaProjectId-  = lens _pzclaProjectId-      (\ s a -> s{_pzclaProjectId = a})---- | JSONP-pzclaCallback :: Lens' ProjectsZonesClustersLegacyAbac (Maybe Text)-pzclaCallback-  = lens _pzclaCallback-      (\ s a -> s{_pzclaCallback = a})--instance GoogleRequest-           ProjectsZonesClustersLegacyAbac-         where-        type Rs ProjectsZonesClustersLegacyAbac = Operation-        type Scopes ProjectsZonesClustersLegacyAbac =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersLegacyAbac'{..}-          = go _pzclaProjectId _pzclaZone _pzclaClusterId-              _pzclaXgafv-              _pzclaUploadProtocol-              _pzclaAccessToken-              _pzclaUploadType-              _pzclaCallback-              (Just AltJSON)-              _pzclaPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersLegacyAbacResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/List.hs
@@ -1,187 +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.Container.Projects.Zones.Clusters.List--- 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)------ Lists all clusters owned by a project in either the specified zone or--- all zones.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.list@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.List-    (-    -- * REST Resource-      ProjectsZonesClustersListResource--    -- * Creating a Request-    , projectsZonesClustersList-    , ProjectsZonesClustersList--    -- * Request Lenses-    , proParent-    , proXgafv-    , proUploadProtocol-    , proAccessToken-    , proUploadType-    , proZone-    , proProjectId-    , proCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.list@ method which the--- 'ProjectsZonesClustersList' request conforms to.-type ProjectsZonesClustersListResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 QueryParam "parent" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               Get '[JSON] ListClustersResponse---- | Lists all clusters owned by a project in either the specified zone or--- all zones.------ /See:/ 'projectsZonesClustersList' smart constructor.-data ProjectsZonesClustersList =-  ProjectsZonesClustersList'-    { _proParent         :: !(Maybe Text)-    , _proXgafv          :: !(Maybe Xgafv)-    , _proUploadProtocol :: !(Maybe Text)-    , _proAccessToken    :: !(Maybe Text)-    , _proUploadType     :: !(Maybe Text)-    , _proZone           :: !Text-    , _proProjectId      :: !Text-    , _proCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'proParent'------ * 'proXgafv'------ * 'proUploadProtocol'------ * 'proAccessToken'------ * 'proUploadType'------ * 'proZone'------ * 'proProjectId'------ * 'proCallback'-projectsZonesClustersList-    :: Text -- ^ 'proZone'-    -> Text -- ^ 'proProjectId'-    -> ProjectsZonesClustersList-projectsZonesClustersList pProZone_ pProProjectId_ =-  ProjectsZonesClustersList'-    { _proParent = Nothing-    , _proXgafv = Nothing-    , _proUploadProtocol = Nothing-    , _proAccessToken = Nothing-    , _proUploadType = Nothing-    , _proZone = pProZone_-    , _proProjectId = pProProjectId_-    , _proCallback = Nothing-    }----- | The parent (project and location) where the clusters will be listed.--- Specified in the format \'projects\/*\/locations\/*\'. Location \"-\"--- matches all zones and all regions.-proParent :: Lens' ProjectsZonesClustersList (Maybe Text)-proParent-  = lens _proParent (\ s a -> s{_proParent = a})---- | V1 error format.-proXgafv :: Lens' ProjectsZonesClustersList (Maybe Xgafv)-proXgafv = lens _proXgafv (\ s a -> s{_proXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-proUploadProtocol :: Lens' ProjectsZonesClustersList (Maybe Text)-proUploadProtocol-  = lens _proUploadProtocol-      (\ s a -> s{_proUploadProtocol = a})---- | OAuth access token.-proAccessToken :: Lens' ProjectsZonesClustersList (Maybe Text)-proAccessToken-  = lens _proAccessToken-      (\ s a -> s{_proAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-proUploadType :: Lens' ProjectsZonesClustersList (Maybe Text)-proUploadType-  = lens _proUploadType-      (\ s a -> s{_proUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides,--- or \"-\" for all zones. This field has been deprecated and replaced by--- the parent field.-proZone :: Lens' ProjectsZonesClustersList Text-proZone = lens _proZone (\ s a -> s{_proZone = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the parent field.-proProjectId :: Lens' ProjectsZonesClustersList Text-proProjectId-  = lens _proProjectId (\ s a -> s{_proProjectId = a})---- | JSONP-proCallback :: Lens' ProjectsZonesClustersList (Maybe Text)-proCallback-  = lens _proCallback (\ s a -> s{_proCallback = a})--instance GoogleRequest ProjectsZonesClustersList-         where-        type Rs ProjectsZonesClustersList =-             ListClustersResponse-        type Scopes ProjectsZonesClustersList =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersList'{..}-          = go _proProjectId _proZone _proParent _proXgafv-              _proUploadProtocol-              _proAccessToken-              _proUploadType-              _proCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesClustersListResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/Locations.hs
@@ -1,195 +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.Container.Projects.Zones.Clusters.Locations--- 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)------ Sets the locations for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.locations@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.Locations-    (-    -- * REST Resource-      ProjectsZonesClustersLocationsResource--    -- * Creating a Request-    , projectsZonesClustersLocations-    , ProjectsZonesClustersLocations--    -- * Request Lenses-    , pXgafv-    , pUploadProtocol-    , pAccessToken-    , pUploadType-    , pZone-    , pPayload-    , pClusterId-    , pProjectId-    , pCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.locations@ method which the--- 'ProjectsZonesClustersLocations' request conforms to.-type ProjectsZonesClustersLocationsResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "locations" :>-                     QueryParam "$.xgafv" Xgafv :>-                       QueryParam "upload_protocol" Text :>-                         QueryParam "access_token" Text :>-                           QueryParam "uploadType" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :>-                                 ReqBody '[JSON] SetLocationsRequest :>-                                   Post '[JSON] Operation---- | Sets the locations for a specific cluster.------ /See:/ 'projectsZonesClustersLocations' smart constructor.-data ProjectsZonesClustersLocations =-  ProjectsZonesClustersLocations'-    { _pXgafv          :: !(Maybe Xgafv)-    , _pUploadProtocol :: !(Maybe Text)-    , _pAccessToken    :: !(Maybe Text)-    , _pUploadType     :: !(Maybe Text)-    , _pZone           :: !Text-    , _pPayload        :: !SetLocationsRequest-    , _pClusterId      :: !Text-    , _pProjectId      :: !Text-    , _pCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersLocations' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pXgafv'------ * 'pUploadProtocol'------ * 'pAccessToken'------ * 'pUploadType'------ * 'pZone'------ * 'pPayload'------ * 'pClusterId'------ * 'pProjectId'------ * 'pCallback'-projectsZonesClustersLocations-    :: Text -- ^ 'pZone'-    -> SetLocationsRequest -- ^ 'pPayload'-    -> Text -- ^ 'pClusterId'-    -> Text -- ^ 'pProjectId'-    -> ProjectsZonesClustersLocations-projectsZonesClustersLocations pPZone_ pPPayload_ pPClusterId_ pPProjectId_ =-  ProjectsZonesClustersLocations'-    { _pXgafv = Nothing-    , _pUploadProtocol = Nothing-    , _pAccessToken = Nothing-    , _pUploadType = Nothing-    , _pZone = pPZone_-    , _pPayload = pPPayload_-    , _pClusterId = pPClusterId_-    , _pProjectId = pPProjectId_-    , _pCallback = Nothing-    }----- | V1 error format.-pXgafv :: Lens' ProjectsZonesClustersLocations (Maybe Xgafv)-pXgafv = lens _pXgafv (\ s a -> s{_pXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pUploadProtocol :: Lens' ProjectsZonesClustersLocations (Maybe Text)-pUploadProtocol-  = lens _pUploadProtocol-      (\ s a -> s{_pUploadProtocol = a})---- | OAuth access token.-pAccessToken :: Lens' ProjectsZonesClustersLocations (Maybe Text)-pAccessToken-  = lens _pAccessToken (\ s a -> s{_pAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pUploadType :: Lens' ProjectsZonesClustersLocations (Maybe Text)-pUploadType-  = lens _pUploadType (\ s a -> s{_pUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pZone :: Lens' ProjectsZonesClustersLocations Text-pZone = lens _pZone (\ s a -> s{_pZone = a})---- | Multipart request metadata.-pPayload :: Lens' ProjectsZonesClustersLocations SetLocationsRequest-pPayload = lens _pPayload (\ s a -> s{_pPayload = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-pClusterId :: Lens' ProjectsZonesClustersLocations Text-pClusterId-  = lens _pClusterId (\ s a -> s{_pClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pProjectId :: Lens' ProjectsZonesClustersLocations Text-pProjectId-  = lens _pProjectId (\ s a -> s{_pProjectId = a})---- | JSONP-pCallback :: Lens' ProjectsZonesClustersLocations (Maybe Text)-pCallback-  = lens _pCallback (\ s a -> s{_pCallback = a})--instance GoogleRequest ProjectsZonesClustersLocations-         where-        type Rs ProjectsZonesClustersLocations = Operation-        type Scopes ProjectsZonesClustersLocations =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersLocations'{..}-          = go _pProjectId _pZone _pClusterId _pXgafv-              _pUploadProtocol-              _pAccessToken-              _pUploadType-              _pCallback-              (Just AltJSON)-              _pPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersLocationsResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/Logging.hs
@@ -1,201 +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.Container.Projects.Zones.Clusters.Logging--- 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)------ Sets the logging service for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.logging@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.Logging-    (-    -- * REST Resource-      ProjectsZonesClustersLoggingResource--    -- * Creating a Request-    , projectsZonesClustersLogging-    , ProjectsZonesClustersLogging--    -- * Request Lenses-    , pzclXgafv-    , pzclUploadProtocol-    , pzclAccessToken-    , pzclUploadType-    , pzclZone-    , pzclPayload-    , pzclClusterId-    , pzclProjectId-    , pzclCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.logging@ method which the--- 'ProjectsZonesClustersLogging' request conforms to.-type ProjectsZonesClustersLoggingResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "logging" :>-                     QueryParam "$.xgafv" Xgafv :>-                       QueryParam "upload_protocol" Text :>-                         QueryParam "access_token" Text :>-                           QueryParam "uploadType" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :>-                                 ReqBody '[JSON] SetLoggingServiceRequest :>-                                   Post '[JSON] Operation---- | Sets the logging service for a specific cluster.------ /See:/ 'projectsZonesClustersLogging' smart constructor.-data ProjectsZonesClustersLogging =-  ProjectsZonesClustersLogging'-    { _pzclXgafv          :: !(Maybe Xgafv)-    , _pzclUploadProtocol :: !(Maybe Text)-    , _pzclAccessToken    :: !(Maybe Text)-    , _pzclUploadType     :: !(Maybe Text)-    , _pzclZone           :: !Text-    , _pzclPayload        :: !SetLoggingServiceRequest-    , _pzclClusterId      :: !Text-    , _pzclProjectId      :: !Text-    , _pzclCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersLogging' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzclXgafv'------ * 'pzclUploadProtocol'------ * 'pzclAccessToken'------ * 'pzclUploadType'------ * 'pzclZone'------ * 'pzclPayload'------ * 'pzclClusterId'------ * 'pzclProjectId'------ * 'pzclCallback'-projectsZonesClustersLogging-    :: Text -- ^ 'pzclZone'-    -> SetLoggingServiceRequest -- ^ 'pzclPayload'-    -> Text -- ^ 'pzclClusterId'-    -> Text -- ^ 'pzclProjectId'-    -> ProjectsZonesClustersLogging-projectsZonesClustersLogging pPzclZone_ pPzclPayload_ pPzclClusterId_ pPzclProjectId_ =-  ProjectsZonesClustersLogging'-    { _pzclXgafv = Nothing-    , _pzclUploadProtocol = Nothing-    , _pzclAccessToken = Nothing-    , _pzclUploadType = Nothing-    , _pzclZone = pPzclZone_-    , _pzclPayload = pPzclPayload_-    , _pzclClusterId = pPzclClusterId_-    , _pzclProjectId = pPzclProjectId_-    , _pzclCallback = Nothing-    }----- | V1 error format.-pzclXgafv :: Lens' ProjectsZonesClustersLogging (Maybe Xgafv)-pzclXgafv-  = lens _pzclXgafv (\ s a -> s{_pzclXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzclUploadProtocol :: Lens' ProjectsZonesClustersLogging (Maybe Text)-pzclUploadProtocol-  = lens _pzclUploadProtocol-      (\ s a -> s{_pzclUploadProtocol = a})---- | OAuth access token.-pzclAccessToken :: Lens' ProjectsZonesClustersLogging (Maybe Text)-pzclAccessToken-  = lens _pzclAccessToken-      (\ s a -> s{_pzclAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzclUploadType :: Lens' ProjectsZonesClustersLogging (Maybe Text)-pzclUploadType-  = lens _pzclUploadType-      (\ s a -> s{_pzclUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzclZone :: Lens' ProjectsZonesClustersLogging Text-pzclZone = lens _pzclZone (\ s a -> s{_pzclZone = a})---- | Multipart request metadata.-pzclPayload :: Lens' ProjectsZonesClustersLogging SetLoggingServiceRequest-pzclPayload-  = lens _pzclPayload (\ s a -> s{_pzclPayload = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-pzclClusterId :: Lens' ProjectsZonesClustersLogging Text-pzclClusterId-  = lens _pzclClusterId-      (\ s a -> s{_pzclClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzclProjectId :: Lens' ProjectsZonesClustersLogging Text-pzclProjectId-  = lens _pzclProjectId-      (\ s a -> s{_pzclProjectId = a})---- | JSONP-pzclCallback :: Lens' ProjectsZonesClustersLogging (Maybe Text)-pzclCallback-  = lens _pzclCallback (\ s a -> s{_pzclCallback = a})--instance GoogleRequest ProjectsZonesClustersLogging-         where-        type Rs ProjectsZonesClustersLogging = Operation-        type Scopes ProjectsZonesClustersLogging =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersLogging'{..}-          = go _pzclProjectId _pzclZone _pzclClusterId-              _pzclXgafv-              _pzclUploadProtocol-              _pzclAccessToken-              _pzclUploadType-              _pzclCallback-              (Just AltJSON)-              _pzclPayload-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesClustersLoggingResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/Master.hs
@@ -1,201 +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.Container.Projects.Zones.Clusters.Master--- 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)------ Updates the master for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.master@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.Master-    (-    -- * REST Resource-      ProjectsZonesClustersMasterResource--    -- * Creating a Request-    , projectsZonesClustersMaster-    , ProjectsZonesClustersMaster--    -- * Request Lenses-    , pzcmXgafv-    , pzcmUploadProtocol-    , pzcmAccessToken-    , pzcmUploadType-    , pzcmZone-    , pzcmPayload-    , pzcmClusterId-    , pzcmProjectId-    , pzcmCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.master@ method which the--- 'ProjectsZonesClustersMaster' request conforms to.-type ProjectsZonesClustersMasterResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "master" :>-                     QueryParam "$.xgafv" Xgafv :>-                       QueryParam "upload_protocol" Text :>-                         QueryParam "access_token" Text :>-                           QueryParam "uploadType" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :>-                                 ReqBody '[JSON] UpdateMasterRequest :>-                                   Post '[JSON] Operation---- | Updates the master for a specific cluster.------ /See:/ 'projectsZonesClustersMaster' smart constructor.-data ProjectsZonesClustersMaster =-  ProjectsZonesClustersMaster'-    { _pzcmXgafv          :: !(Maybe Xgafv)-    , _pzcmUploadProtocol :: !(Maybe Text)-    , _pzcmAccessToken    :: !(Maybe Text)-    , _pzcmUploadType     :: !(Maybe Text)-    , _pzcmZone           :: !Text-    , _pzcmPayload        :: !UpdateMasterRequest-    , _pzcmClusterId      :: !Text-    , _pzcmProjectId      :: !Text-    , _pzcmCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersMaster' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcmXgafv'------ * 'pzcmUploadProtocol'------ * 'pzcmAccessToken'------ * 'pzcmUploadType'------ * 'pzcmZone'------ * 'pzcmPayload'------ * 'pzcmClusterId'------ * 'pzcmProjectId'------ * 'pzcmCallback'-projectsZonesClustersMaster-    :: Text -- ^ 'pzcmZone'-    -> UpdateMasterRequest -- ^ 'pzcmPayload'-    -> Text -- ^ 'pzcmClusterId'-    -> Text -- ^ 'pzcmProjectId'-    -> ProjectsZonesClustersMaster-projectsZonesClustersMaster pPzcmZone_ pPzcmPayload_ pPzcmClusterId_ pPzcmProjectId_ =-  ProjectsZonesClustersMaster'-    { _pzcmXgafv = Nothing-    , _pzcmUploadProtocol = Nothing-    , _pzcmAccessToken = Nothing-    , _pzcmUploadType = Nothing-    , _pzcmZone = pPzcmZone_-    , _pzcmPayload = pPzcmPayload_-    , _pzcmClusterId = pPzcmClusterId_-    , _pzcmProjectId = pPzcmProjectId_-    , _pzcmCallback = Nothing-    }----- | V1 error format.-pzcmXgafv :: Lens' ProjectsZonesClustersMaster (Maybe Xgafv)-pzcmXgafv-  = lens _pzcmXgafv (\ s a -> s{_pzcmXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcmUploadProtocol :: Lens' ProjectsZonesClustersMaster (Maybe Text)-pzcmUploadProtocol-  = lens _pzcmUploadProtocol-      (\ s a -> s{_pzcmUploadProtocol = a})---- | OAuth access token.-pzcmAccessToken :: Lens' ProjectsZonesClustersMaster (Maybe Text)-pzcmAccessToken-  = lens _pzcmAccessToken-      (\ s a -> s{_pzcmAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcmUploadType :: Lens' ProjectsZonesClustersMaster (Maybe Text)-pzcmUploadType-  = lens _pzcmUploadType-      (\ s a -> s{_pzcmUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcmZone :: Lens' ProjectsZonesClustersMaster Text-pzcmZone = lens _pzcmZone (\ s a -> s{_pzcmZone = a})---- | Multipart request metadata.-pzcmPayload :: Lens' ProjectsZonesClustersMaster UpdateMasterRequest-pzcmPayload-  = lens _pzcmPayload (\ s a -> s{_pzcmPayload = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-pzcmClusterId :: Lens' ProjectsZonesClustersMaster Text-pzcmClusterId-  = lens _pzcmClusterId-      (\ s a -> s{_pzcmClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcmProjectId :: Lens' ProjectsZonesClustersMaster Text-pzcmProjectId-  = lens _pzcmProjectId-      (\ s a -> s{_pzcmProjectId = a})---- | JSONP-pzcmCallback :: Lens' ProjectsZonesClustersMaster (Maybe Text)-pzcmCallback-  = lens _pzcmCallback (\ s a -> s{_pzcmCallback = a})--instance GoogleRequest ProjectsZonesClustersMaster-         where-        type Rs ProjectsZonesClustersMaster = Operation-        type Scopes ProjectsZonesClustersMaster =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersMaster'{..}-          = go _pzcmProjectId _pzcmZone _pzcmClusterId-              _pzcmXgafv-              _pzcmUploadProtocol-              _pzcmAccessToken-              _pzcmUploadType-              _pzcmCallback-              (Just AltJSON)-              _pzcmPayload-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesClustersMasterResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/Monitoring.hs
@@ -1,205 +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.Container.Projects.Zones.Clusters.Monitoring--- 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)------ Sets the monitoring service for a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.monitoring@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.Monitoring-    (-    -- * REST Resource-      ProjectsZonesClustersMonitoringResource--    -- * Creating a Request-    , projectsZonesClustersMonitoring-    , ProjectsZonesClustersMonitoring--    -- * Request Lenses-    , pzcmzXgafv-    , pzcmzUploadProtocol-    , pzcmzAccessToken-    , pzcmzUploadType-    , pzcmzZone-    , pzcmzPayload-    , pzcmzClusterId-    , pzcmzProjectId-    , pzcmzCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.monitoring@ method which the--- 'ProjectsZonesClustersMonitoring' request conforms to.-type ProjectsZonesClustersMonitoringResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "monitoring" :>-                     QueryParam "$.xgafv" Xgafv :>-                       QueryParam "upload_protocol" Text :>-                         QueryParam "access_token" Text :>-                           QueryParam "uploadType" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :>-                                 ReqBody '[JSON] SetMonitoringServiceRequest :>-                                   Post '[JSON] Operation---- | Sets the monitoring service for a specific cluster.------ /See:/ 'projectsZonesClustersMonitoring' smart constructor.-data ProjectsZonesClustersMonitoring =-  ProjectsZonesClustersMonitoring'-    { _pzcmzXgafv          :: !(Maybe Xgafv)-    , _pzcmzUploadProtocol :: !(Maybe Text)-    , _pzcmzAccessToken    :: !(Maybe Text)-    , _pzcmzUploadType     :: !(Maybe Text)-    , _pzcmzZone           :: !Text-    , _pzcmzPayload        :: !SetMonitoringServiceRequest-    , _pzcmzClusterId      :: !Text-    , _pzcmzProjectId      :: !Text-    , _pzcmzCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersMonitoring' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcmzXgafv'------ * 'pzcmzUploadProtocol'------ * 'pzcmzAccessToken'------ * 'pzcmzUploadType'------ * 'pzcmzZone'------ * 'pzcmzPayload'------ * 'pzcmzClusterId'------ * 'pzcmzProjectId'------ * 'pzcmzCallback'-projectsZonesClustersMonitoring-    :: Text -- ^ 'pzcmzZone'-    -> SetMonitoringServiceRequest -- ^ 'pzcmzPayload'-    -> Text -- ^ 'pzcmzClusterId'-    -> Text -- ^ 'pzcmzProjectId'-    -> ProjectsZonesClustersMonitoring-projectsZonesClustersMonitoring pPzcmzZone_ pPzcmzPayload_ pPzcmzClusterId_ pPzcmzProjectId_ =-  ProjectsZonesClustersMonitoring'-    { _pzcmzXgafv = Nothing-    , _pzcmzUploadProtocol = Nothing-    , _pzcmzAccessToken = Nothing-    , _pzcmzUploadType = Nothing-    , _pzcmzZone = pPzcmzZone_-    , _pzcmzPayload = pPzcmzPayload_-    , _pzcmzClusterId = pPzcmzClusterId_-    , _pzcmzProjectId = pPzcmzProjectId_-    , _pzcmzCallback = Nothing-    }----- | V1 error format.-pzcmzXgafv :: Lens' ProjectsZonesClustersMonitoring (Maybe Xgafv)-pzcmzXgafv-  = lens _pzcmzXgafv (\ s a -> s{_pzcmzXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcmzUploadProtocol :: Lens' ProjectsZonesClustersMonitoring (Maybe Text)-pzcmzUploadProtocol-  = lens _pzcmzUploadProtocol-      (\ s a -> s{_pzcmzUploadProtocol = a})---- | OAuth access token.-pzcmzAccessToken :: Lens' ProjectsZonesClustersMonitoring (Maybe Text)-pzcmzAccessToken-  = lens _pzcmzAccessToken-      (\ s a -> s{_pzcmzAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcmzUploadType :: Lens' ProjectsZonesClustersMonitoring (Maybe Text)-pzcmzUploadType-  = lens _pzcmzUploadType-      (\ s a -> s{_pzcmzUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcmzZone :: Lens' ProjectsZonesClustersMonitoring Text-pzcmzZone-  = lens _pzcmzZone (\ s a -> s{_pzcmzZone = a})---- | Multipart request metadata.-pzcmzPayload :: Lens' ProjectsZonesClustersMonitoring SetMonitoringServiceRequest-pzcmzPayload-  = lens _pzcmzPayload (\ s a -> s{_pzcmzPayload = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-pzcmzClusterId :: Lens' ProjectsZonesClustersMonitoring Text-pzcmzClusterId-  = lens _pzcmzClusterId-      (\ s a -> s{_pzcmzClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcmzProjectId :: Lens' ProjectsZonesClustersMonitoring Text-pzcmzProjectId-  = lens _pzcmzProjectId-      (\ s a -> s{_pzcmzProjectId = a})---- | JSONP-pzcmzCallback :: Lens' ProjectsZonesClustersMonitoring (Maybe Text)-pzcmzCallback-  = lens _pzcmzCallback-      (\ s a -> s{_pzcmzCallback = a})--instance GoogleRequest-           ProjectsZonesClustersMonitoring-         where-        type Rs ProjectsZonesClustersMonitoring = Operation-        type Scopes ProjectsZonesClustersMonitoring =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersMonitoring'{..}-          = go _pzcmzProjectId _pzcmzZone _pzcmzClusterId-              _pzcmzXgafv-              _pzcmzUploadProtocol-              _pzcmzAccessToken-              _pzcmzUploadType-              _pzcmzCallback-              (Just AltJSON)-              _pzcmzPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersMonitoringResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/NodePools/Autoscaling.hs
@@ -1,227 +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.Container.Projects.Zones.Clusters.NodePools.Autoscaling--- 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)------ Sets the autoscaling settings for the specified node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.autoscaling@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling-    (-    -- * REST Resource-      ProjectsZonesClustersNodePoolsAutoscalingResource--    -- * Creating a Request-    , projectsZonesClustersNodePoolsAutoscaling-    , ProjectsZonesClustersNodePoolsAutoscaling--    -- * Request Lenses-    , pzcnpaXgafv-    , pzcnpaUploadProtocol-    , pzcnpaAccessToken-    , pzcnpaUploadType-    , pzcnpaZone-    , pzcnpaPayload-    , pzcnpaNodePoolId-    , pzcnpaClusterId-    , pzcnpaProjectId-    , pzcnpaCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.nodePools.autoscaling@ method which the--- 'ProjectsZonesClustersNodePoolsAutoscaling' request conforms to.-type ProjectsZonesClustersNodePoolsAutoscalingResource-     =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "nodePools" :>-                     Capture "nodePoolId" Text :>-                       "autoscaling" :>-                         QueryParam "$.xgafv" Xgafv :>-                           QueryParam "upload_protocol" Text :>-                             QueryParam "access_token" Text :>-                               QueryParam "uploadType" Text :>-                                 QueryParam "callback" Text :>-                                   QueryParam "alt" AltJSON :>-                                     ReqBody '[JSON]-                                       SetNodePoolAutoscalingRequest-                                       :> Post '[JSON] Operation---- | Sets the autoscaling settings for the specified node pool.------ /See:/ 'projectsZonesClustersNodePoolsAutoscaling' smart constructor.-data ProjectsZonesClustersNodePoolsAutoscaling =-  ProjectsZonesClustersNodePoolsAutoscaling'-    { _pzcnpaXgafv          :: !(Maybe Xgafv)-    , _pzcnpaUploadProtocol :: !(Maybe Text)-    , _pzcnpaAccessToken    :: !(Maybe Text)-    , _pzcnpaUploadType     :: !(Maybe Text)-    , _pzcnpaZone           :: !Text-    , _pzcnpaPayload        :: !SetNodePoolAutoscalingRequest-    , _pzcnpaNodePoolId     :: !Text-    , _pzcnpaClusterId      :: !Text-    , _pzcnpaProjectId      :: !Text-    , _pzcnpaCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersNodePoolsAutoscaling' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcnpaXgafv'------ * 'pzcnpaUploadProtocol'------ * 'pzcnpaAccessToken'------ * 'pzcnpaUploadType'------ * 'pzcnpaZone'------ * 'pzcnpaPayload'------ * 'pzcnpaNodePoolId'------ * 'pzcnpaClusterId'------ * 'pzcnpaProjectId'------ * 'pzcnpaCallback'-projectsZonesClustersNodePoolsAutoscaling-    :: Text -- ^ 'pzcnpaZone'-    -> SetNodePoolAutoscalingRequest -- ^ 'pzcnpaPayload'-    -> Text -- ^ 'pzcnpaNodePoolId'-    -> Text -- ^ 'pzcnpaClusterId'-    -> Text -- ^ 'pzcnpaProjectId'-    -> ProjectsZonesClustersNodePoolsAutoscaling-projectsZonesClustersNodePoolsAutoscaling pPzcnpaZone_ pPzcnpaPayload_ pPzcnpaNodePoolId_ pPzcnpaClusterId_ pPzcnpaProjectId_ =-  ProjectsZonesClustersNodePoolsAutoscaling'-    { _pzcnpaXgafv = Nothing-    , _pzcnpaUploadProtocol = Nothing-    , _pzcnpaAccessToken = Nothing-    , _pzcnpaUploadType = Nothing-    , _pzcnpaZone = pPzcnpaZone_-    , _pzcnpaPayload = pPzcnpaPayload_-    , _pzcnpaNodePoolId = pPzcnpaNodePoolId_-    , _pzcnpaClusterId = pPzcnpaClusterId_-    , _pzcnpaProjectId = pPzcnpaProjectId_-    , _pzcnpaCallback = Nothing-    }----- | V1 error format.-pzcnpaXgafv :: Lens' ProjectsZonesClustersNodePoolsAutoscaling (Maybe Xgafv)-pzcnpaXgafv-  = lens _pzcnpaXgafv (\ s a -> s{_pzcnpaXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcnpaUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsAutoscaling (Maybe Text)-pzcnpaUploadProtocol-  = lens _pzcnpaUploadProtocol-      (\ s a -> s{_pzcnpaUploadProtocol = a})---- | OAuth access token.-pzcnpaAccessToken :: Lens' ProjectsZonesClustersNodePoolsAutoscaling (Maybe Text)-pzcnpaAccessToken-  = lens _pzcnpaAccessToken-      (\ s a -> s{_pzcnpaAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcnpaUploadType :: Lens' ProjectsZonesClustersNodePoolsAutoscaling (Maybe Text)-pzcnpaUploadType-  = lens _pzcnpaUploadType-      (\ s a -> s{_pzcnpaUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcnpaZone :: Lens' ProjectsZonesClustersNodePoolsAutoscaling Text-pzcnpaZone-  = lens _pzcnpaZone (\ s a -> s{_pzcnpaZone = a})---- | Multipart request metadata.-pzcnpaPayload :: Lens' ProjectsZonesClustersNodePoolsAutoscaling SetNodePoolAutoscalingRequest-pzcnpaPayload-  = lens _pzcnpaPayload-      (\ s a -> s{_pzcnpaPayload = a})---- | Deprecated. The name of the node pool to upgrade. This field has been--- deprecated and replaced by the name field.-pzcnpaNodePoolId :: Lens' ProjectsZonesClustersNodePoolsAutoscaling Text-pzcnpaNodePoolId-  = lens _pzcnpaNodePoolId-      (\ s a -> s{_pzcnpaNodePoolId = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-pzcnpaClusterId :: Lens' ProjectsZonesClustersNodePoolsAutoscaling Text-pzcnpaClusterId-  = lens _pzcnpaClusterId-      (\ s a -> s{_pzcnpaClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcnpaProjectId :: Lens' ProjectsZonesClustersNodePoolsAutoscaling Text-pzcnpaProjectId-  = lens _pzcnpaProjectId-      (\ s a -> s{_pzcnpaProjectId = a})---- | JSONP-pzcnpaCallback :: Lens' ProjectsZonesClustersNodePoolsAutoscaling (Maybe Text)-pzcnpaCallback-  = lens _pzcnpaCallback-      (\ s a -> s{_pzcnpaCallback = a})--instance GoogleRequest-           ProjectsZonesClustersNodePoolsAutoscaling-         where-        type Rs ProjectsZonesClustersNodePoolsAutoscaling =-             Operation-        type Scopes ProjectsZonesClustersNodePoolsAutoscaling-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersNodePoolsAutoscaling'{..}-          = go _pzcnpaProjectId _pzcnpaZone _pzcnpaClusterId-              _pzcnpaNodePoolId-              _pzcnpaXgafv-              _pzcnpaUploadProtocol-              _pzcnpaAccessToken-              _pzcnpaUploadType-              _pzcnpaCallback-              (Just AltJSON)-              _pzcnpaPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsZonesClustersNodePoolsAutoscalingResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/NodePools/Create.hs
@@ -1,208 +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.Container.Projects.Zones.Clusters.NodePools.Create--- 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)------ Creates a node pool for a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.create@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Create-    (-    -- * REST Resource-      ProjectsZonesClustersNodePoolsCreateResource--    -- * Creating a Request-    , projectsZonesClustersNodePoolsCreate-    , ProjectsZonesClustersNodePoolsCreate--    -- * Request Lenses-    , pzcnpcXgafv-    , pzcnpcUploadProtocol-    , pzcnpcAccessToken-    , pzcnpcUploadType-    , pzcnpcZone-    , pzcnpcPayload-    , pzcnpcClusterId-    , pzcnpcProjectId-    , pzcnpcCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.nodePools.create@ method which the--- 'ProjectsZonesClustersNodePoolsCreate' request conforms to.-type ProjectsZonesClustersNodePoolsCreateResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "nodePools" :>-                     QueryParam "$.xgafv" Xgafv :>-                       QueryParam "upload_protocol" Text :>-                         QueryParam "access_token" Text :>-                           QueryParam "uploadType" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :>-                                 ReqBody '[JSON] CreateNodePoolRequest :>-                                   Post '[JSON] Operation---- | Creates a node pool for a cluster.------ /See:/ 'projectsZonesClustersNodePoolsCreate' smart constructor.-data ProjectsZonesClustersNodePoolsCreate =-  ProjectsZonesClustersNodePoolsCreate'-    { _pzcnpcXgafv          :: !(Maybe Xgafv)-    , _pzcnpcUploadProtocol :: !(Maybe Text)-    , _pzcnpcAccessToken    :: !(Maybe Text)-    , _pzcnpcUploadType     :: !(Maybe Text)-    , _pzcnpcZone           :: !Text-    , _pzcnpcPayload        :: !CreateNodePoolRequest-    , _pzcnpcClusterId      :: !Text-    , _pzcnpcProjectId      :: !Text-    , _pzcnpcCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersNodePoolsCreate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcnpcXgafv'------ * 'pzcnpcUploadProtocol'------ * 'pzcnpcAccessToken'------ * 'pzcnpcUploadType'------ * 'pzcnpcZone'------ * 'pzcnpcPayload'------ * 'pzcnpcClusterId'------ * 'pzcnpcProjectId'------ * 'pzcnpcCallback'-projectsZonesClustersNodePoolsCreate-    :: Text -- ^ 'pzcnpcZone'-    -> CreateNodePoolRequest -- ^ 'pzcnpcPayload'-    -> Text -- ^ 'pzcnpcClusterId'-    -> Text -- ^ 'pzcnpcProjectId'-    -> ProjectsZonesClustersNodePoolsCreate-projectsZonesClustersNodePoolsCreate pPzcnpcZone_ pPzcnpcPayload_ pPzcnpcClusterId_ pPzcnpcProjectId_ =-  ProjectsZonesClustersNodePoolsCreate'-    { _pzcnpcXgafv = Nothing-    , _pzcnpcUploadProtocol = Nothing-    , _pzcnpcAccessToken = Nothing-    , _pzcnpcUploadType = Nothing-    , _pzcnpcZone = pPzcnpcZone_-    , _pzcnpcPayload = pPzcnpcPayload_-    , _pzcnpcClusterId = pPzcnpcClusterId_-    , _pzcnpcProjectId = pPzcnpcProjectId_-    , _pzcnpcCallback = Nothing-    }----- | V1 error format.-pzcnpcXgafv :: Lens' ProjectsZonesClustersNodePoolsCreate (Maybe Xgafv)-pzcnpcXgafv-  = lens _pzcnpcXgafv (\ s a -> s{_pzcnpcXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcnpcUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsCreate (Maybe Text)-pzcnpcUploadProtocol-  = lens _pzcnpcUploadProtocol-      (\ s a -> s{_pzcnpcUploadProtocol = a})---- | OAuth access token.-pzcnpcAccessToken :: Lens' ProjectsZonesClustersNodePoolsCreate (Maybe Text)-pzcnpcAccessToken-  = lens _pzcnpcAccessToken-      (\ s a -> s{_pzcnpcAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcnpcUploadType :: Lens' ProjectsZonesClustersNodePoolsCreate (Maybe Text)-pzcnpcUploadType-  = lens _pzcnpcUploadType-      (\ s a -> s{_pzcnpcUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the parent field.-pzcnpcZone :: Lens' ProjectsZonesClustersNodePoolsCreate Text-pzcnpcZone-  = lens _pzcnpcZone (\ s a -> s{_pzcnpcZone = a})---- | Multipart request metadata.-pzcnpcPayload :: Lens' ProjectsZonesClustersNodePoolsCreate CreateNodePoolRequest-pzcnpcPayload-  = lens _pzcnpcPayload-      (\ s a -> s{_pzcnpcPayload = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the parent field.-pzcnpcClusterId :: Lens' ProjectsZonesClustersNodePoolsCreate Text-pzcnpcClusterId-  = lens _pzcnpcClusterId-      (\ s a -> s{_pzcnpcClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the parent field.-pzcnpcProjectId :: Lens' ProjectsZonesClustersNodePoolsCreate Text-pzcnpcProjectId-  = lens _pzcnpcProjectId-      (\ s a -> s{_pzcnpcProjectId = a})---- | JSONP-pzcnpcCallback :: Lens' ProjectsZonesClustersNodePoolsCreate (Maybe Text)-pzcnpcCallback-  = lens _pzcnpcCallback-      (\ s a -> s{_pzcnpcCallback = a})--instance GoogleRequest-           ProjectsZonesClustersNodePoolsCreate-         where-        type Rs ProjectsZonesClustersNodePoolsCreate =-             Operation-        type Scopes ProjectsZonesClustersNodePoolsCreate =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersNodePoolsCreate'{..}-          = go _pzcnpcProjectId _pzcnpcZone _pzcnpcClusterId-              _pzcnpcXgafv-              _pzcnpcUploadProtocol-              _pzcnpcAccessToken-              _pzcnpcUploadType-              _pzcnpcCallback-              (Just AltJSON)-              _pzcnpcPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersNodePoolsCreateResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/NodePools/Delete.hs
@@ -1,223 +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.Container.Projects.Zones.Clusters.NodePools.Delete--- 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)------ Deletes a node pool from a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.delete@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Delete-    (-    -- * REST Resource-      ProjectsZonesClustersNodePoolsDeleteResource--    -- * Creating a Request-    , projectsZonesClustersNodePoolsDelete-    , ProjectsZonesClustersNodePoolsDelete--    -- * Request Lenses-    , pzcnpdXgafv-    , pzcnpdUploadProtocol-    , pzcnpdAccessToken-    , pzcnpdUploadType-    , pzcnpdZone-    , pzcnpdNodePoolId-    , pzcnpdName-    , pzcnpdClusterId-    , pzcnpdProjectId-    , pzcnpdCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.nodePools.delete@ method which the--- 'ProjectsZonesClustersNodePoolsDelete' request conforms to.-type ProjectsZonesClustersNodePoolsDeleteResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "nodePools" :>-                     Capture "nodePoolId" Text :>-                       QueryParam "$.xgafv" Xgafv :>-                         QueryParam "upload_protocol" Text :>-                           QueryParam "access_token" Text :>-                             QueryParam "uploadType" Text :>-                               QueryParam "name" Text :>-                                 QueryParam "callback" Text :>-                                   QueryParam "alt" AltJSON :>-                                     Delete '[JSON] Operation---- | Deletes a node pool from a cluster.------ /See:/ 'projectsZonesClustersNodePoolsDelete' smart constructor.-data ProjectsZonesClustersNodePoolsDelete =-  ProjectsZonesClustersNodePoolsDelete'-    { _pzcnpdXgafv          :: !(Maybe Xgafv)-    , _pzcnpdUploadProtocol :: !(Maybe Text)-    , _pzcnpdAccessToken    :: !(Maybe Text)-    , _pzcnpdUploadType     :: !(Maybe Text)-    , _pzcnpdZone           :: !Text-    , _pzcnpdNodePoolId     :: !Text-    , _pzcnpdName           :: !(Maybe Text)-    , _pzcnpdClusterId      :: !Text-    , _pzcnpdProjectId      :: !Text-    , _pzcnpdCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersNodePoolsDelete' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcnpdXgafv'------ * 'pzcnpdUploadProtocol'------ * 'pzcnpdAccessToken'------ * 'pzcnpdUploadType'------ * 'pzcnpdZone'------ * 'pzcnpdNodePoolId'------ * 'pzcnpdName'------ * 'pzcnpdClusterId'------ * 'pzcnpdProjectId'------ * 'pzcnpdCallback'-projectsZonesClustersNodePoolsDelete-    :: Text -- ^ 'pzcnpdZone'-    -> Text -- ^ 'pzcnpdNodePoolId'-    -> Text -- ^ 'pzcnpdClusterId'-    -> Text -- ^ 'pzcnpdProjectId'-    -> ProjectsZonesClustersNodePoolsDelete-projectsZonesClustersNodePoolsDelete pPzcnpdZone_ pPzcnpdNodePoolId_ pPzcnpdClusterId_ pPzcnpdProjectId_ =-  ProjectsZonesClustersNodePoolsDelete'-    { _pzcnpdXgafv = Nothing-    , _pzcnpdUploadProtocol = Nothing-    , _pzcnpdAccessToken = Nothing-    , _pzcnpdUploadType = Nothing-    , _pzcnpdZone = pPzcnpdZone_-    , _pzcnpdNodePoolId = pPzcnpdNodePoolId_-    , _pzcnpdName = Nothing-    , _pzcnpdClusterId = pPzcnpdClusterId_-    , _pzcnpdProjectId = pPzcnpdProjectId_-    , _pzcnpdCallback = Nothing-    }----- | V1 error format.-pzcnpdXgafv :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Xgafv)-pzcnpdXgafv-  = lens _pzcnpdXgafv (\ s a -> s{_pzcnpdXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcnpdUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)-pzcnpdUploadProtocol-  = lens _pzcnpdUploadProtocol-      (\ s a -> s{_pzcnpdUploadProtocol = a})---- | OAuth access token.-pzcnpdAccessToken :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)-pzcnpdAccessToken-  = lens _pzcnpdAccessToken-      (\ s a -> s{_pzcnpdAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcnpdUploadType :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)-pzcnpdUploadType-  = lens _pzcnpdUploadType-      (\ s a -> s{_pzcnpdUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcnpdZone :: Lens' ProjectsZonesClustersNodePoolsDelete Text-pzcnpdZone-  = lens _pzcnpdZone (\ s a -> s{_pzcnpdZone = a})---- | Deprecated. The name of the node pool to delete. This field has been--- deprecated and replaced by the name field.-pzcnpdNodePoolId :: Lens' ProjectsZonesClustersNodePoolsDelete Text-pzcnpdNodePoolId-  = lens _pzcnpdNodePoolId-      (\ s a -> s{_pzcnpdNodePoolId = a})---- | The name (project, location, cluster, node pool id) of the node pool to--- delete. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-pzcnpdName :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)-pzcnpdName-  = lens _pzcnpdName (\ s a -> s{_pzcnpdName = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-pzcnpdClusterId :: Lens' ProjectsZonesClustersNodePoolsDelete Text-pzcnpdClusterId-  = lens _pzcnpdClusterId-      (\ s a -> s{_pzcnpdClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-pzcnpdProjectId :: Lens' ProjectsZonesClustersNodePoolsDelete Text-pzcnpdProjectId-  = lens _pzcnpdProjectId-      (\ s a -> s{_pzcnpdProjectId = a})---- | JSONP-pzcnpdCallback :: Lens' ProjectsZonesClustersNodePoolsDelete (Maybe Text)-pzcnpdCallback-  = lens _pzcnpdCallback-      (\ s a -> s{_pzcnpdCallback = a})--instance GoogleRequest-           ProjectsZonesClustersNodePoolsDelete-         where-        type Rs ProjectsZonesClustersNodePoolsDelete =-             Operation-        type Scopes ProjectsZonesClustersNodePoolsDelete =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersNodePoolsDelete'{..}-          = go _pzcnpdProjectId _pzcnpdZone _pzcnpdClusterId-              _pzcnpdNodePoolId-              _pzcnpdXgafv-              _pzcnpdUploadProtocol-              _pzcnpdAccessToken-              _pzcnpdUploadType-              _pzcnpdName-              _pzcnpdCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersNodePoolsDeleteResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/NodePools/Get.hs
@@ -1,221 +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.Container.Projects.Zones.Clusters.NodePools.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)------ Retrieves the requested node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.get@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Get-    (-    -- * REST Resource-      ProjectsZonesClustersNodePoolsGetResource--    -- * Creating a Request-    , projectsZonesClustersNodePoolsGet-    , ProjectsZonesClustersNodePoolsGet--    -- * Request Lenses-    , pzcnpgXgafv-    , pzcnpgUploadProtocol-    , pzcnpgAccessToken-    , pzcnpgUploadType-    , pzcnpgZone-    , pzcnpgNodePoolId-    , pzcnpgName-    , pzcnpgClusterId-    , pzcnpgProjectId-    , pzcnpgCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.nodePools.get@ method which the--- 'ProjectsZonesClustersNodePoolsGet' request conforms to.-type ProjectsZonesClustersNodePoolsGetResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "nodePools" :>-                     Capture "nodePoolId" Text :>-                       QueryParam "$.xgafv" Xgafv :>-                         QueryParam "upload_protocol" Text :>-                           QueryParam "access_token" Text :>-                             QueryParam "uploadType" Text :>-                               QueryParam "name" Text :>-                                 QueryParam "callback" Text :>-                                   QueryParam "alt" AltJSON :>-                                     Get '[JSON] NodePool---- | Retrieves the requested node pool.------ /See:/ 'projectsZonesClustersNodePoolsGet' smart constructor.-data ProjectsZonesClustersNodePoolsGet =-  ProjectsZonesClustersNodePoolsGet'-    { _pzcnpgXgafv          :: !(Maybe Xgafv)-    , _pzcnpgUploadProtocol :: !(Maybe Text)-    , _pzcnpgAccessToken    :: !(Maybe Text)-    , _pzcnpgUploadType     :: !(Maybe Text)-    , _pzcnpgZone           :: !Text-    , _pzcnpgNodePoolId     :: !Text-    , _pzcnpgName           :: !(Maybe Text)-    , _pzcnpgClusterId      :: !Text-    , _pzcnpgProjectId      :: !Text-    , _pzcnpgCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersNodePoolsGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcnpgXgafv'------ * 'pzcnpgUploadProtocol'------ * 'pzcnpgAccessToken'------ * 'pzcnpgUploadType'------ * 'pzcnpgZone'------ * 'pzcnpgNodePoolId'------ * 'pzcnpgName'------ * 'pzcnpgClusterId'------ * 'pzcnpgProjectId'------ * 'pzcnpgCallback'-projectsZonesClustersNodePoolsGet-    :: Text -- ^ 'pzcnpgZone'-    -> Text -- ^ 'pzcnpgNodePoolId'-    -> Text -- ^ 'pzcnpgClusterId'-    -> Text -- ^ 'pzcnpgProjectId'-    -> ProjectsZonesClustersNodePoolsGet-projectsZonesClustersNodePoolsGet pPzcnpgZone_ pPzcnpgNodePoolId_ pPzcnpgClusterId_ pPzcnpgProjectId_ =-  ProjectsZonesClustersNodePoolsGet'-    { _pzcnpgXgafv = Nothing-    , _pzcnpgUploadProtocol = Nothing-    , _pzcnpgAccessToken = Nothing-    , _pzcnpgUploadType = Nothing-    , _pzcnpgZone = pPzcnpgZone_-    , _pzcnpgNodePoolId = pPzcnpgNodePoolId_-    , _pzcnpgName = Nothing-    , _pzcnpgClusterId = pPzcnpgClusterId_-    , _pzcnpgProjectId = pPzcnpgProjectId_-    , _pzcnpgCallback = Nothing-    }----- | V1 error format.-pzcnpgXgafv :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Xgafv)-pzcnpgXgafv-  = lens _pzcnpgXgafv (\ s a -> s{_pzcnpgXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcnpgUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)-pzcnpgUploadProtocol-  = lens _pzcnpgUploadProtocol-      (\ s a -> s{_pzcnpgUploadProtocol = a})---- | OAuth access token.-pzcnpgAccessToken :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)-pzcnpgAccessToken-  = lens _pzcnpgAccessToken-      (\ s a -> s{_pzcnpgAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcnpgUploadType :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)-pzcnpgUploadType-  = lens _pzcnpgUploadType-      (\ s a -> s{_pzcnpgUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcnpgZone :: Lens' ProjectsZonesClustersNodePoolsGet Text-pzcnpgZone-  = lens _pzcnpgZone (\ s a -> s{_pzcnpgZone = a})---- | Deprecated. The name of the node pool. This field has been deprecated--- and replaced by the name field.-pzcnpgNodePoolId :: Lens' ProjectsZonesClustersNodePoolsGet Text-pzcnpgNodePoolId-  = lens _pzcnpgNodePoolId-      (\ s a -> s{_pzcnpgNodePoolId = a})---- | The name (project, location, cluster, node pool id) of the node pool to--- get. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\/nodePools\/*\'.-pzcnpgName :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)-pzcnpgName-  = lens _pzcnpgName (\ s a -> s{_pzcnpgName = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-pzcnpgClusterId :: Lens' ProjectsZonesClustersNodePoolsGet Text-pzcnpgClusterId-  = lens _pzcnpgClusterId-      (\ s a -> s{_pzcnpgClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-pzcnpgProjectId :: Lens' ProjectsZonesClustersNodePoolsGet Text-pzcnpgProjectId-  = lens _pzcnpgProjectId-      (\ s a -> s{_pzcnpgProjectId = a})---- | JSONP-pzcnpgCallback :: Lens' ProjectsZonesClustersNodePoolsGet (Maybe Text)-pzcnpgCallback-  = lens _pzcnpgCallback-      (\ s a -> s{_pzcnpgCallback = a})--instance GoogleRequest-           ProjectsZonesClustersNodePoolsGet-         where-        type Rs ProjectsZonesClustersNodePoolsGet = NodePool-        type Scopes ProjectsZonesClustersNodePoolsGet =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersNodePoolsGet'{..}-          = go _pzcnpgProjectId _pzcnpgZone _pzcnpgClusterId-              _pzcnpgNodePoolId-              _pzcnpgXgafv-              _pzcnpgUploadProtocol-              _pzcnpgAccessToken-              _pzcnpgUploadType-              _pzcnpgName-              _pzcnpgCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersNodePoolsGetResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/NodePools/List.hs
@@ -1,207 +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.Container.Projects.Zones.Clusters.NodePools.List--- 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)------ Lists the node pools for a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.list@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.List-    (-    -- * REST Resource-      ProjectsZonesClustersNodePoolsListResource--    -- * Creating a Request-    , projectsZonesClustersNodePoolsList-    , ProjectsZonesClustersNodePoolsList--    -- * Request Lenses-    , pzcnplParent-    , pzcnplXgafv-    , pzcnplUploadProtocol-    , pzcnplAccessToken-    , pzcnplUploadType-    , pzcnplZone-    , pzcnplClusterId-    , pzcnplProjectId-    , pzcnplCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.nodePools.list@ method which the--- 'ProjectsZonesClustersNodePoolsList' request conforms to.-type ProjectsZonesClustersNodePoolsListResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "nodePools" :>-                     QueryParam "parent" Text :>-                       QueryParam "$.xgafv" Xgafv :>-                         QueryParam "upload_protocol" Text :>-                           QueryParam "access_token" Text :>-                             QueryParam "uploadType" Text :>-                               QueryParam "callback" Text :>-                                 QueryParam "alt" AltJSON :>-                                   Get '[JSON] ListNodePoolsResponse---- | Lists the node pools for a cluster.------ /See:/ 'projectsZonesClustersNodePoolsList' smart constructor.-data ProjectsZonesClustersNodePoolsList =-  ProjectsZonesClustersNodePoolsList'-    { _pzcnplParent         :: !(Maybe Text)-    , _pzcnplXgafv          :: !(Maybe Xgafv)-    , _pzcnplUploadProtocol :: !(Maybe Text)-    , _pzcnplAccessToken    :: !(Maybe Text)-    , _pzcnplUploadType     :: !(Maybe Text)-    , _pzcnplZone           :: !Text-    , _pzcnplClusterId      :: !Text-    , _pzcnplProjectId      :: !Text-    , _pzcnplCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersNodePoolsList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcnplParent'------ * 'pzcnplXgafv'------ * 'pzcnplUploadProtocol'------ * 'pzcnplAccessToken'------ * 'pzcnplUploadType'------ * 'pzcnplZone'------ * 'pzcnplClusterId'------ * 'pzcnplProjectId'------ * 'pzcnplCallback'-projectsZonesClustersNodePoolsList-    :: Text -- ^ 'pzcnplZone'-    -> Text -- ^ 'pzcnplClusterId'-    -> Text -- ^ 'pzcnplProjectId'-    -> ProjectsZonesClustersNodePoolsList-projectsZonesClustersNodePoolsList pPzcnplZone_ pPzcnplClusterId_ pPzcnplProjectId_ =-  ProjectsZonesClustersNodePoolsList'-    { _pzcnplParent = Nothing-    , _pzcnplXgafv = Nothing-    , _pzcnplUploadProtocol = Nothing-    , _pzcnplAccessToken = Nothing-    , _pzcnplUploadType = Nothing-    , _pzcnplZone = pPzcnplZone_-    , _pzcnplClusterId = pPzcnplClusterId_-    , _pzcnplProjectId = pPzcnplProjectId_-    , _pzcnplCallback = Nothing-    }----- | The parent (project, location, cluster id) where the node pools will be--- listed. Specified in the format--- \'projects\/*\/locations\/*\/clusters\/*\'.-pzcnplParent :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)-pzcnplParent-  = lens _pzcnplParent (\ s a -> s{_pzcnplParent = a})---- | V1 error format.-pzcnplXgafv :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Xgafv)-pzcnplXgafv-  = lens _pzcnplXgafv (\ s a -> s{_pzcnplXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcnplUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)-pzcnplUploadProtocol-  = lens _pzcnplUploadProtocol-      (\ s a -> s{_pzcnplUploadProtocol = a})---- | OAuth access token.-pzcnplAccessToken :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)-pzcnplAccessToken-  = lens _pzcnplAccessToken-      (\ s a -> s{_pzcnplAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcnplUploadType :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)-pzcnplUploadType-  = lens _pzcnplUploadType-      (\ s a -> s{_pzcnplUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the parent field.-pzcnplZone :: Lens' ProjectsZonesClustersNodePoolsList Text-pzcnplZone-  = lens _pzcnplZone (\ s a -> s{_pzcnplZone = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the parent field.-pzcnplClusterId :: Lens' ProjectsZonesClustersNodePoolsList Text-pzcnplClusterId-  = lens _pzcnplClusterId-      (\ s a -> s{_pzcnplClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the parent field.-pzcnplProjectId :: Lens' ProjectsZonesClustersNodePoolsList Text-pzcnplProjectId-  = lens _pzcnplProjectId-      (\ s a -> s{_pzcnplProjectId = a})---- | JSONP-pzcnplCallback :: Lens' ProjectsZonesClustersNodePoolsList (Maybe Text)-pzcnplCallback-  = lens _pzcnplCallback-      (\ s a -> s{_pzcnplCallback = a})--instance GoogleRequest-           ProjectsZonesClustersNodePoolsList-         where-        type Rs ProjectsZonesClustersNodePoolsList =-             ListNodePoolsResponse-        type Scopes ProjectsZonesClustersNodePoolsList =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersNodePoolsList'{..}-          = go _pzcnplProjectId _pzcnplZone _pzcnplClusterId-              _pzcnplParent-              _pzcnplXgafv-              _pzcnplUploadProtocol-              _pzcnplAccessToken-              _pzcnplUploadType-              _pzcnplCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersNodePoolsListResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/NodePools/Rollback.hs
@@ -1,226 +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.Container.Projects.Zones.Clusters.NodePools.Rollback--- 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)------ Rolls back a previously Aborted or Failed NodePool upgrade. This makes--- no changes if the last upgrade successfully completed.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.rollback@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Rollback-    (-    -- * REST Resource-      ProjectsZonesClustersNodePoolsRollbackResource--    -- * Creating a Request-    , projectsZonesClustersNodePoolsRollback-    , ProjectsZonesClustersNodePoolsRollback--    -- * Request Lenses-    , pzcnprXgafv-    , pzcnprUploadProtocol-    , pzcnprAccessToken-    , pzcnprUploadType-    , pzcnprZone-    , pzcnprPayload-    , pzcnprNodePoolId-    , pzcnprClusterId-    , pzcnprProjectId-    , pzcnprCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.nodePools.rollback@ method which the--- 'ProjectsZonesClustersNodePoolsRollback' request conforms to.-type ProjectsZonesClustersNodePoolsRollbackResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "nodePools" :>-                     CaptureMode "nodePoolId" "rollback" Text :>-                       QueryParam "$.xgafv" Xgafv :>-                         QueryParam "upload_protocol" Text :>-                           QueryParam "access_token" Text :>-                             QueryParam "uploadType" Text :>-                               QueryParam "callback" Text :>-                                 QueryParam "alt" AltJSON :>-                                   ReqBody '[JSON]-                                     RollbackNodePoolUpgradeRequest-                                     :> Post '[JSON] Operation---- | Rolls back a previously Aborted or Failed NodePool upgrade. This makes--- no changes if the last upgrade successfully completed.------ /See:/ 'projectsZonesClustersNodePoolsRollback' smart constructor.-data ProjectsZonesClustersNodePoolsRollback =-  ProjectsZonesClustersNodePoolsRollback'-    { _pzcnprXgafv          :: !(Maybe Xgafv)-    , _pzcnprUploadProtocol :: !(Maybe Text)-    , _pzcnprAccessToken    :: !(Maybe Text)-    , _pzcnprUploadType     :: !(Maybe Text)-    , _pzcnprZone           :: !Text-    , _pzcnprPayload        :: !RollbackNodePoolUpgradeRequest-    , _pzcnprNodePoolId     :: !Text-    , _pzcnprClusterId      :: !Text-    , _pzcnprProjectId      :: !Text-    , _pzcnprCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersNodePoolsRollback' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcnprXgafv'------ * 'pzcnprUploadProtocol'------ * 'pzcnprAccessToken'------ * 'pzcnprUploadType'------ * 'pzcnprZone'------ * 'pzcnprPayload'------ * 'pzcnprNodePoolId'------ * 'pzcnprClusterId'------ * 'pzcnprProjectId'------ * 'pzcnprCallback'-projectsZonesClustersNodePoolsRollback-    :: Text -- ^ 'pzcnprZone'-    -> RollbackNodePoolUpgradeRequest -- ^ 'pzcnprPayload'-    -> Text -- ^ 'pzcnprNodePoolId'-    -> Text -- ^ 'pzcnprClusterId'-    -> Text -- ^ 'pzcnprProjectId'-    -> ProjectsZonesClustersNodePoolsRollback-projectsZonesClustersNodePoolsRollback pPzcnprZone_ pPzcnprPayload_ pPzcnprNodePoolId_ pPzcnprClusterId_ pPzcnprProjectId_ =-  ProjectsZonesClustersNodePoolsRollback'-    { _pzcnprXgafv = Nothing-    , _pzcnprUploadProtocol = Nothing-    , _pzcnprAccessToken = Nothing-    , _pzcnprUploadType = Nothing-    , _pzcnprZone = pPzcnprZone_-    , _pzcnprPayload = pPzcnprPayload_-    , _pzcnprNodePoolId = pPzcnprNodePoolId_-    , _pzcnprClusterId = pPzcnprClusterId_-    , _pzcnprProjectId = pPzcnprProjectId_-    , _pzcnprCallback = Nothing-    }----- | V1 error format.-pzcnprXgafv :: Lens' ProjectsZonesClustersNodePoolsRollback (Maybe Xgafv)-pzcnprXgafv-  = lens _pzcnprXgafv (\ s a -> s{_pzcnprXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcnprUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsRollback (Maybe Text)-pzcnprUploadProtocol-  = lens _pzcnprUploadProtocol-      (\ s a -> s{_pzcnprUploadProtocol = a})---- | OAuth access token.-pzcnprAccessToken :: Lens' ProjectsZonesClustersNodePoolsRollback (Maybe Text)-pzcnprAccessToken-  = lens _pzcnprAccessToken-      (\ s a -> s{_pzcnprAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcnprUploadType :: Lens' ProjectsZonesClustersNodePoolsRollback (Maybe Text)-pzcnprUploadType-  = lens _pzcnprUploadType-      (\ s a -> s{_pzcnprUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcnprZone :: Lens' ProjectsZonesClustersNodePoolsRollback Text-pzcnprZone-  = lens _pzcnprZone (\ s a -> s{_pzcnprZone = a})---- | Multipart request metadata.-pzcnprPayload :: Lens' ProjectsZonesClustersNodePoolsRollback RollbackNodePoolUpgradeRequest-pzcnprPayload-  = lens _pzcnprPayload-      (\ s a -> s{_pzcnprPayload = a})---- | Deprecated. The name of the node pool to rollback. This field has been--- deprecated and replaced by the name field.-pzcnprNodePoolId :: Lens' ProjectsZonesClustersNodePoolsRollback Text-pzcnprNodePoolId-  = lens _pzcnprNodePoolId-      (\ s a -> s{_pzcnprNodePoolId = a})---- | Deprecated. The name of the cluster to rollback. This field has been--- deprecated and replaced by the name field.-pzcnprClusterId :: Lens' ProjectsZonesClustersNodePoolsRollback Text-pzcnprClusterId-  = lens _pzcnprClusterId-      (\ s a -> s{_pzcnprClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcnprProjectId :: Lens' ProjectsZonesClustersNodePoolsRollback Text-pzcnprProjectId-  = lens _pzcnprProjectId-      (\ s a -> s{_pzcnprProjectId = a})---- | JSONP-pzcnprCallback :: Lens' ProjectsZonesClustersNodePoolsRollback (Maybe Text)-pzcnprCallback-  = lens _pzcnprCallback-      (\ s a -> s{_pzcnprCallback = a})--instance GoogleRequest-           ProjectsZonesClustersNodePoolsRollback-         where-        type Rs ProjectsZonesClustersNodePoolsRollback =-             Operation-        type Scopes ProjectsZonesClustersNodePoolsRollback =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersNodePoolsRollback'{..}-          = go _pzcnprProjectId _pzcnprZone _pzcnprClusterId-              _pzcnprNodePoolId-              _pzcnprXgafv-              _pzcnprUploadProtocol-              _pzcnprAccessToken-              _pzcnprUploadType-              _pzcnprCallback-              (Just AltJSON)-              _pzcnprPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersNodePoolsRollbackResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/NodePools/SetManagement.hs
@@ -1,228 +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.Container.Projects.Zones.Clusters.NodePools.SetManagement--- 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)------ Sets the NodeManagement options for a node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.setManagement@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.SetManagement-    (-    -- * REST Resource-      ProjectsZonesClustersNodePoolsSetManagementResource--    -- * Creating a Request-    , projectsZonesClustersNodePoolsSetManagement-    , ProjectsZonesClustersNodePoolsSetManagement--    -- * Request Lenses-    , pzcnpsmXgafv-    , pzcnpsmUploadProtocol-    , pzcnpsmAccessToken-    , pzcnpsmUploadType-    , pzcnpsmZone-    , pzcnpsmPayload-    , pzcnpsmNodePoolId-    , pzcnpsmClusterId-    , pzcnpsmProjectId-    , pzcnpsmCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.nodePools.setManagement@ method which the--- 'ProjectsZonesClustersNodePoolsSetManagement' request conforms to.-type ProjectsZonesClustersNodePoolsSetManagementResource-     =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "nodePools" :>-                     Capture "nodePoolId" Text :>-                       "setManagement" :>-                         QueryParam "$.xgafv" Xgafv :>-                           QueryParam "upload_protocol" Text :>-                             QueryParam "access_token" Text :>-                               QueryParam "uploadType" Text :>-                                 QueryParam "callback" Text :>-                                   QueryParam "alt" AltJSON :>-                                     ReqBody '[JSON]-                                       SetNodePoolManagementRequest-                                       :> Post '[JSON] Operation---- | Sets the NodeManagement options for a node pool.------ /See:/ 'projectsZonesClustersNodePoolsSetManagement' smart constructor.-data ProjectsZonesClustersNodePoolsSetManagement =-  ProjectsZonesClustersNodePoolsSetManagement'-    { _pzcnpsmXgafv          :: !(Maybe Xgafv)-    , _pzcnpsmUploadProtocol :: !(Maybe Text)-    , _pzcnpsmAccessToken    :: !(Maybe Text)-    , _pzcnpsmUploadType     :: !(Maybe Text)-    , _pzcnpsmZone           :: !Text-    , _pzcnpsmPayload        :: !SetNodePoolManagementRequest-    , _pzcnpsmNodePoolId     :: !Text-    , _pzcnpsmClusterId      :: !Text-    , _pzcnpsmProjectId      :: !Text-    , _pzcnpsmCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersNodePoolsSetManagement' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcnpsmXgafv'------ * 'pzcnpsmUploadProtocol'------ * 'pzcnpsmAccessToken'------ * 'pzcnpsmUploadType'------ * 'pzcnpsmZone'------ * 'pzcnpsmPayload'------ * 'pzcnpsmNodePoolId'------ * 'pzcnpsmClusterId'------ * 'pzcnpsmProjectId'------ * 'pzcnpsmCallback'-projectsZonesClustersNodePoolsSetManagement-    :: Text -- ^ 'pzcnpsmZone'-    -> SetNodePoolManagementRequest -- ^ 'pzcnpsmPayload'-    -> Text -- ^ 'pzcnpsmNodePoolId'-    -> Text -- ^ 'pzcnpsmClusterId'-    -> Text -- ^ 'pzcnpsmProjectId'-    -> ProjectsZonesClustersNodePoolsSetManagement-projectsZonesClustersNodePoolsSetManagement pPzcnpsmZone_ pPzcnpsmPayload_ pPzcnpsmNodePoolId_ pPzcnpsmClusterId_ pPzcnpsmProjectId_ =-  ProjectsZonesClustersNodePoolsSetManagement'-    { _pzcnpsmXgafv = Nothing-    , _pzcnpsmUploadProtocol = Nothing-    , _pzcnpsmAccessToken = Nothing-    , _pzcnpsmUploadType = Nothing-    , _pzcnpsmZone = pPzcnpsmZone_-    , _pzcnpsmPayload = pPzcnpsmPayload_-    , _pzcnpsmNodePoolId = pPzcnpsmNodePoolId_-    , _pzcnpsmClusterId = pPzcnpsmClusterId_-    , _pzcnpsmProjectId = pPzcnpsmProjectId_-    , _pzcnpsmCallback = Nothing-    }----- | V1 error format.-pzcnpsmXgafv :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Xgafv)-pzcnpsmXgafv-  = lens _pzcnpsmXgafv (\ s a -> s{_pzcnpsmXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcnpsmUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text)-pzcnpsmUploadProtocol-  = lens _pzcnpsmUploadProtocol-      (\ s a -> s{_pzcnpsmUploadProtocol = a})---- | OAuth access token.-pzcnpsmAccessToken :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text)-pzcnpsmAccessToken-  = lens _pzcnpsmAccessToken-      (\ s a -> s{_pzcnpsmAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcnpsmUploadType :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text)-pzcnpsmUploadType-  = lens _pzcnpsmUploadType-      (\ s a -> s{_pzcnpsmUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcnpsmZone :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text-pzcnpsmZone-  = lens _pzcnpsmZone (\ s a -> s{_pzcnpsmZone = a})---- | Multipart request metadata.-pzcnpsmPayload :: Lens' ProjectsZonesClustersNodePoolsSetManagement SetNodePoolManagementRequest-pzcnpsmPayload-  = lens _pzcnpsmPayload-      (\ s a -> s{_pzcnpsmPayload = a})---- | Deprecated. The name of the node pool to update. This field has been--- deprecated and replaced by the name field.-pzcnpsmNodePoolId :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text-pzcnpsmNodePoolId-  = lens _pzcnpsmNodePoolId-      (\ s a -> s{_pzcnpsmNodePoolId = a})---- | Deprecated. The name of the cluster to update. This field has been--- deprecated and replaced by the name field.-pzcnpsmClusterId :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text-pzcnpsmClusterId-  = lens _pzcnpsmClusterId-      (\ s a -> s{_pzcnpsmClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcnpsmProjectId :: Lens' ProjectsZonesClustersNodePoolsSetManagement Text-pzcnpsmProjectId-  = lens _pzcnpsmProjectId-      (\ s a -> s{_pzcnpsmProjectId = a})---- | JSONP-pzcnpsmCallback :: Lens' ProjectsZonesClustersNodePoolsSetManagement (Maybe Text)-pzcnpsmCallback-  = lens _pzcnpsmCallback-      (\ s a -> s{_pzcnpsmCallback = a})--instance GoogleRequest-           ProjectsZonesClustersNodePoolsSetManagement-         where-        type Rs ProjectsZonesClustersNodePoolsSetManagement =-             Operation-        type Scopes-               ProjectsZonesClustersNodePoolsSetManagement-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersNodePoolsSetManagement'{..}-          = go _pzcnpsmProjectId _pzcnpsmZone _pzcnpsmClusterId-              _pzcnpsmNodePoolId-              _pzcnpsmXgafv-              _pzcnpsmUploadProtocol-              _pzcnpsmAccessToken-              _pzcnpsmUploadType-              _pzcnpsmCallback-              (Just AltJSON)-              _pzcnpsmPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsZonesClustersNodePoolsSetManagementResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/NodePools/SetSize.hs
@@ -1,224 +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.Container.Projects.Zones.Clusters.NodePools.SetSize--- 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)------ Sets the size for a specific node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.setSize@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.SetSize-    (-    -- * REST Resource-      ProjectsZonesClustersNodePoolsSetSizeResource--    -- * Creating a Request-    , projectsZonesClustersNodePoolsSetSize-    , ProjectsZonesClustersNodePoolsSetSize--    -- * Request Lenses-    , pzcnpssXgafv-    , pzcnpssUploadProtocol-    , pzcnpssAccessToken-    , pzcnpssUploadType-    , pzcnpssZone-    , pzcnpssPayload-    , pzcnpssNodePoolId-    , pzcnpssClusterId-    , pzcnpssProjectId-    , pzcnpssCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.nodePools.setSize@ method which the--- 'ProjectsZonesClustersNodePoolsSetSize' request conforms to.-type ProjectsZonesClustersNodePoolsSetSizeResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "nodePools" :>-                     Capture "nodePoolId" Text :>-                       "setSize" :>-                         QueryParam "$.xgafv" Xgafv :>-                           QueryParam "upload_protocol" Text :>-                             QueryParam "access_token" Text :>-                               QueryParam "uploadType" Text :>-                                 QueryParam "callback" Text :>-                                   QueryParam "alt" AltJSON :>-                                     ReqBody '[JSON] SetNodePoolSizeRequest :>-                                       Post '[JSON] Operation---- | Sets the size for a specific node pool.------ /See:/ 'projectsZonesClustersNodePoolsSetSize' smart constructor.-data ProjectsZonesClustersNodePoolsSetSize =-  ProjectsZonesClustersNodePoolsSetSize'-    { _pzcnpssXgafv          :: !(Maybe Xgafv)-    , _pzcnpssUploadProtocol :: !(Maybe Text)-    , _pzcnpssAccessToken    :: !(Maybe Text)-    , _pzcnpssUploadType     :: !(Maybe Text)-    , _pzcnpssZone           :: !Text-    , _pzcnpssPayload        :: !SetNodePoolSizeRequest-    , _pzcnpssNodePoolId     :: !Text-    , _pzcnpssClusterId      :: !Text-    , _pzcnpssProjectId      :: !Text-    , _pzcnpssCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersNodePoolsSetSize' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcnpssXgafv'------ * 'pzcnpssUploadProtocol'------ * 'pzcnpssAccessToken'------ * 'pzcnpssUploadType'------ * 'pzcnpssZone'------ * 'pzcnpssPayload'------ * 'pzcnpssNodePoolId'------ * 'pzcnpssClusterId'------ * 'pzcnpssProjectId'------ * 'pzcnpssCallback'-projectsZonesClustersNodePoolsSetSize-    :: Text -- ^ 'pzcnpssZone'-    -> SetNodePoolSizeRequest -- ^ 'pzcnpssPayload'-    -> Text -- ^ 'pzcnpssNodePoolId'-    -> Text -- ^ 'pzcnpssClusterId'-    -> Text -- ^ 'pzcnpssProjectId'-    -> ProjectsZonesClustersNodePoolsSetSize-projectsZonesClustersNodePoolsSetSize pPzcnpssZone_ pPzcnpssPayload_ pPzcnpssNodePoolId_ pPzcnpssClusterId_ pPzcnpssProjectId_ =-  ProjectsZonesClustersNodePoolsSetSize'-    { _pzcnpssXgafv = Nothing-    , _pzcnpssUploadProtocol = Nothing-    , _pzcnpssAccessToken = Nothing-    , _pzcnpssUploadType = Nothing-    , _pzcnpssZone = pPzcnpssZone_-    , _pzcnpssPayload = pPzcnpssPayload_-    , _pzcnpssNodePoolId = pPzcnpssNodePoolId_-    , _pzcnpssClusterId = pPzcnpssClusterId_-    , _pzcnpssProjectId = pPzcnpssProjectId_-    , _pzcnpssCallback = Nothing-    }----- | V1 error format.-pzcnpssXgafv :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Xgafv)-pzcnpssXgafv-  = lens _pzcnpssXgafv (\ s a -> s{_pzcnpssXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcnpssUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text)-pzcnpssUploadProtocol-  = lens _pzcnpssUploadProtocol-      (\ s a -> s{_pzcnpssUploadProtocol = a})---- | OAuth access token.-pzcnpssAccessToken :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text)-pzcnpssAccessToken-  = lens _pzcnpssAccessToken-      (\ s a -> s{_pzcnpssAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcnpssUploadType :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text)-pzcnpssUploadType-  = lens _pzcnpssUploadType-      (\ s a -> s{_pzcnpssUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcnpssZone :: Lens' ProjectsZonesClustersNodePoolsSetSize Text-pzcnpssZone-  = lens _pzcnpssZone (\ s a -> s{_pzcnpssZone = a})---- | Multipart request metadata.-pzcnpssPayload :: Lens' ProjectsZonesClustersNodePoolsSetSize SetNodePoolSizeRequest-pzcnpssPayload-  = lens _pzcnpssPayload-      (\ s a -> s{_pzcnpssPayload = a})---- | Deprecated. The name of the node pool to update. This field has been--- deprecated and replaced by the name field.-pzcnpssNodePoolId :: Lens' ProjectsZonesClustersNodePoolsSetSize Text-pzcnpssNodePoolId-  = lens _pzcnpssNodePoolId-      (\ s a -> s{_pzcnpssNodePoolId = a})---- | Deprecated. The name of the cluster to update. This field has been--- deprecated and replaced by the name field.-pzcnpssClusterId :: Lens' ProjectsZonesClustersNodePoolsSetSize Text-pzcnpssClusterId-  = lens _pzcnpssClusterId-      (\ s a -> s{_pzcnpssClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcnpssProjectId :: Lens' ProjectsZonesClustersNodePoolsSetSize Text-pzcnpssProjectId-  = lens _pzcnpssProjectId-      (\ s a -> s{_pzcnpssProjectId = a})---- | JSONP-pzcnpssCallback :: Lens' ProjectsZonesClustersNodePoolsSetSize (Maybe Text)-pzcnpssCallback-  = lens _pzcnpssCallback-      (\ s a -> s{_pzcnpssCallback = a})--instance GoogleRequest-           ProjectsZonesClustersNodePoolsSetSize-         where-        type Rs ProjectsZonesClustersNodePoolsSetSize =-             Operation-        type Scopes ProjectsZonesClustersNodePoolsSetSize =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersNodePoolsSetSize'{..}-          = go _pzcnpssProjectId _pzcnpssZone _pzcnpssClusterId-              _pzcnpssNodePoolId-              _pzcnpssXgafv-              _pzcnpssUploadProtocol-              _pzcnpssAccessToken-              _pzcnpssUploadType-              _pzcnpssCallback-              (Just AltJSON)-              _pzcnpssPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersNodePoolsSetSizeResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/NodePools/Update.hs
@@ -1,224 +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.Container.Projects.Zones.Clusters.NodePools.Update--- 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)------ Updates the version and\/or image type for the specified node pool.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.nodePools.update@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Update-    (-    -- * REST Resource-      ProjectsZonesClustersNodePoolsUpdateResource--    -- * Creating a Request-    , projectsZonesClustersNodePoolsUpdate-    , ProjectsZonesClustersNodePoolsUpdate--    -- * Request Lenses-    , pzcnpuXgafv-    , pzcnpuUploadProtocol-    , pzcnpuAccessToken-    , pzcnpuUploadType-    , pzcnpuZone-    , pzcnpuPayload-    , pzcnpuNodePoolId-    , pzcnpuClusterId-    , pzcnpuProjectId-    , pzcnpuCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.nodePools.update@ method which the--- 'ProjectsZonesClustersNodePoolsUpdate' request conforms to.-type ProjectsZonesClustersNodePoolsUpdateResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "nodePools" :>-                     Capture "nodePoolId" Text :>-                       "update" :>-                         QueryParam "$.xgafv" Xgafv :>-                           QueryParam "upload_protocol" Text :>-                             QueryParam "access_token" Text :>-                               QueryParam "uploadType" Text :>-                                 QueryParam "callback" Text :>-                                   QueryParam "alt" AltJSON :>-                                     ReqBody '[JSON] UpdateNodePoolRequest :>-                                       Post '[JSON] Operation---- | Updates the version and\/or image type for the specified node pool.------ /See:/ 'projectsZonesClustersNodePoolsUpdate' smart constructor.-data ProjectsZonesClustersNodePoolsUpdate =-  ProjectsZonesClustersNodePoolsUpdate'-    { _pzcnpuXgafv          :: !(Maybe Xgafv)-    , _pzcnpuUploadProtocol :: !(Maybe Text)-    , _pzcnpuAccessToken    :: !(Maybe Text)-    , _pzcnpuUploadType     :: !(Maybe Text)-    , _pzcnpuZone           :: !Text-    , _pzcnpuPayload        :: !UpdateNodePoolRequest-    , _pzcnpuNodePoolId     :: !Text-    , _pzcnpuClusterId      :: !Text-    , _pzcnpuProjectId      :: !Text-    , _pzcnpuCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersNodePoolsUpdate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcnpuXgafv'------ * 'pzcnpuUploadProtocol'------ * 'pzcnpuAccessToken'------ * 'pzcnpuUploadType'------ * 'pzcnpuZone'------ * 'pzcnpuPayload'------ * 'pzcnpuNodePoolId'------ * 'pzcnpuClusterId'------ * 'pzcnpuProjectId'------ * 'pzcnpuCallback'-projectsZonesClustersNodePoolsUpdate-    :: Text -- ^ 'pzcnpuZone'-    -> UpdateNodePoolRequest -- ^ 'pzcnpuPayload'-    -> Text -- ^ 'pzcnpuNodePoolId'-    -> Text -- ^ 'pzcnpuClusterId'-    -> Text -- ^ 'pzcnpuProjectId'-    -> ProjectsZonesClustersNodePoolsUpdate-projectsZonesClustersNodePoolsUpdate pPzcnpuZone_ pPzcnpuPayload_ pPzcnpuNodePoolId_ pPzcnpuClusterId_ pPzcnpuProjectId_ =-  ProjectsZonesClustersNodePoolsUpdate'-    { _pzcnpuXgafv = Nothing-    , _pzcnpuUploadProtocol = Nothing-    , _pzcnpuAccessToken = Nothing-    , _pzcnpuUploadType = Nothing-    , _pzcnpuZone = pPzcnpuZone_-    , _pzcnpuPayload = pPzcnpuPayload_-    , _pzcnpuNodePoolId = pPzcnpuNodePoolId_-    , _pzcnpuClusterId = pPzcnpuClusterId_-    , _pzcnpuProjectId = pPzcnpuProjectId_-    , _pzcnpuCallback = Nothing-    }----- | V1 error format.-pzcnpuXgafv :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Xgafv)-pzcnpuXgafv-  = lens _pzcnpuXgafv (\ s a -> s{_pzcnpuXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcnpuUploadProtocol :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text)-pzcnpuUploadProtocol-  = lens _pzcnpuUploadProtocol-      (\ s a -> s{_pzcnpuUploadProtocol = a})---- | OAuth access token.-pzcnpuAccessToken :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text)-pzcnpuAccessToken-  = lens _pzcnpuAccessToken-      (\ s a -> s{_pzcnpuAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcnpuUploadType :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text)-pzcnpuUploadType-  = lens _pzcnpuUploadType-      (\ s a -> s{_pzcnpuUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcnpuZone :: Lens' ProjectsZonesClustersNodePoolsUpdate Text-pzcnpuZone-  = lens _pzcnpuZone (\ s a -> s{_pzcnpuZone = a})---- | Multipart request metadata.-pzcnpuPayload :: Lens' ProjectsZonesClustersNodePoolsUpdate UpdateNodePoolRequest-pzcnpuPayload-  = lens _pzcnpuPayload-      (\ s a -> s{_pzcnpuPayload = a})---- | Deprecated. The name of the node pool to upgrade. This field has been--- deprecated and replaced by the name field.-pzcnpuNodePoolId :: Lens' ProjectsZonesClustersNodePoolsUpdate Text-pzcnpuNodePoolId-  = lens _pzcnpuNodePoolId-      (\ s a -> s{_pzcnpuNodePoolId = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-pzcnpuClusterId :: Lens' ProjectsZonesClustersNodePoolsUpdate Text-pzcnpuClusterId-  = lens _pzcnpuClusterId-      (\ s a -> s{_pzcnpuClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcnpuProjectId :: Lens' ProjectsZonesClustersNodePoolsUpdate Text-pzcnpuProjectId-  = lens _pzcnpuProjectId-      (\ s a -> s{_pzcnpuProjectId = a})---- | JSONP-pzcnpuCallback :: Lens' ProjectsZonesClustersNodePoolsUpdate (Maybe Text)-pzcnpuCallback-  = lens _pzcnpuCallback-      (\ s a -> s{_pzcnpuCallback = a})--instance GoogleRequest-           ProjectsZonesClustersNodePoolsUpdate-         where-        type Rs ProjectsZonesClustersNodePoolsUpdate =-             Operation-        type Scopes ProjectsZonesClustersNodePoolsUpdate =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersNodePoolsUpdate'{..}-          = go _pzcnpuProjectId _pzcnpuZone _pzcnpuClusterId-              _pzcnpuNodePoolId-              _pzcnpuXgafv-              _pzcnpuUploadProtocol-              _pzcnpuAccessToken-              _pzcnpuUploadType-              _pzcnpuCallback-              (Just AltJSON)-              _pzcnpuPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersNodePoolsUpdateResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/ResourceLabels.hs
@@ -1,207 +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.Container.Projects.Zones.Clusters.ResourceLabels--- 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)------ Sets labels on a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.resourceLabels@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.ResourceLabels-    (-    -- * REST Resource-      ProjectsZonesClustersResourceLabelsResource--    -- * Creating a Request-    , projectsZonesClustersResourceLabels-    , ProjectsZonesClustersResourceLabels--    -- * Request Lenses-    , pzcrlXgafv-    , pzcrlUploadProtocol-    , pzcrlAccessToken-    , pzcrlUploadType-    , pzcrlZone-    , pzcrlPayload-    , pzcrlClusterId-    , pzcrlProjectId-    , pzcrlCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.resourceLabels@ method which the--- 'ProjectsZonesClustersResourceLabels' request conforms to.-type ProjectsZonesClustersResourceLabelsResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   "resourceLabels" :>-                     QueryParam "$.xgafv" Xgafv :>-                       QueryParam "upload_protocol" Text :>-                         QueryParam "access_token" Text :>-                           QueryParam "uploadType" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :>-                                 ReqBody '[JSON] SetLabelsRequest :>-                                   Post '[JSON] Operation---- | Sets labels on a cluster.------ /See:/ 'projectsZonesClustersResourceLabels' smart constructor.-data ProjectsZonesClustersResourceLabels =-  ProjectsZonesClustersResourceLabels'-    { _pzcrlXgafv          :: !(Maybe Xgafv)-    , _pzcrlUploadProtocol :: !(Maybe Text)-    , _pzcrlAccessToken    :: !(Maybe Text)-    , _pzcrlUploadType     :: !(Maybe Text)-    , _pzcrlZone           :: !Text-    , _pzcrlPayload        :: !SetLabelsRequest-    , _pzcrlClusterId      :: !Text-    , _pzcrlProjectId      :: !Text-    , _pzcrlCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersResourceLabels' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcrlXgafv'------ * 'pzcrlUploadProtocol'------ * 'pzcrlAccessToken'------ * 'pzcrlUploadType'------ * 'pzcrlZone'------ * 'pzcrlPayload'------ * 'pzcrlClusterId'------ * 'pzcrlProjectId'------ * 'pzcrlCallback'-projectsZonesClustersResourceLabels-    :: Text -- ^ 'pzcrlZone'-    -> SetLabelsRequest -- ^ 'pzcrlPayload'-    -> Text -- ^ 'pzcrlClusterId'-    -> Text -- ^ 'pzcrlProjectId'-    -> ProjectsZonesClustersResourceLabels-projectsZonesClustersResourceLabels pPzcrlZone_ pPzcrlPayload_ pPzcrlClusterId_ pPzcrlProjectId_ =-  ProjectsZonesClustersResourceLabels'-    { _pzcrlXgafv = Nothing-    , _pzcrlUploadProtocol = Nothing-    , _pzcrlAccessToken = Nothing-    , _pzcrlUploadType = Nothing-    , _pzcrlZone = pPzcrlZone_-    , _pzcrlPayload = pPzcrlPayload_-    , _pzcrlClusterId = pPzcrlClusterId_-    , _pzcrlProjectId = pPzcrlProjectId_-    , _pzcrlCallback = Nothing-    }----- | V1 error format.-pzcrlXgafv :: Lens' ProjectsZonesClustersResourceLabels (Maybe Xgafv)-pzcrlXgafv-  = lens _pzcrlXgafv (\ s a -> s{_pzcrlXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcrlUploadProtocol :: Lens' ProjectsZonesClustersResourceLabels (Maybe Text)-pzcrlUploadProtocol-  = lens _pzcrlUploadProtocol-      (\ s a -> s{_pzcrlUploadProtocol = a})---- | OAuth access token.-pzcrlAccessToken :: Lens' ProjectsZonesClustersResourceLabels (Maybe Text)-pzcrlAccessToken-  = lens _pzcrlAccessToken-      (\ s a -> s{_pzcrlAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcrlUploadType :: Lens' ProjectsZonesClustersResourceLabels (Maybe Text)-pzcrlUploadType-  = lens _pzcrlUploadType-      (\ s a -> s{_pzcrlUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcrlZone :: Lens' ProjectsZonesClustersResourceLabels Text-pzcrlZone-  = lens _pzcrlZone (\ s a -> s{_pzcrlZone = a})---- | Multipart request metadata.-pzcrlPayload :: Lens' ProjectsZonesClustersResourceLabels SetLabelsRequest-pzcrlPayload-  = lens _pzcrlPayload (\ s a -> s{_pzcrlPayload = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-pzcrlClusterId :: Lens' ProjectsZonesClustersResourceLabels Text-pzcrlClusterId-  = lens _pzcrlClusterId-      (\ s a -> s{_pzcrlClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-pzcrlProjectId :: Lens' ProjectsZonesClustersResourceLabels Text-pzcrlProjectId-  = lens _pzcrlProjectId-      (\ s a -> s{_pzcrlProjectId = a})---- | JSONP-pzcrlCallback :: Lens' ProjectsZonesClustersResourceLabels (Maybe Text)-pzcrlCallback-  = lens _pzcrlCallback-      (\ s a -> s{_pzcrlCallback = a})--instance GoogleRequest-           ProjectsZonesClustersResourceLabels-         where-        type Rs ProjectsZonesClustersResourceLabels =-             Operation-        type Scopes ProjectsZonesClustersResourceLabels =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersResourceLabels'{..}-          = go _pzcrlProjectId _pzcrlZone _pzcrlClusterId-              _pzcrlXgafv-              _pzcrlUploadProtocol-              _pzcrlAccessToken-              _pzcrlUploadType-              _pzcrlCallback-              (Just AltJSON)-              _pzcrlPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersResourceLabelsResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/SetMaintenancePolicy.hs
@@ -1,207 +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.Container.Projects.Zones.Clusters.SetMaintenancePolicy--- 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)------ Sets the maintenance policy for a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.setMaintenancePolicy@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.SetMaintenancePolicy-    (-    -- * REST Resource-      ProjectsZonesClustersSetMaintenancePolicyResource--    -- * Creating a Request-    , projectsZonesClustersSetMaintenancePolicy-    , ProjectsZonesClustersSetMaintenancePolicy--    -- * Request Lenses-    , pzcsmpXgafv-    , pzcsmpUploadProtocol-    , pzcsmpAccessToken-    , pzcsmpUploadType-    , pzcsmpZone-    , pzcsmpPayload-    , pzcsmpClusterId-    , pzcsmpProjectId-    , pzcsmpCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.setMaintenancePolicy@ method which the--- 'ProjectsZonesClustersSetMaintenancePolicy' request conforms to.-type ProjectsZonesClustersSetMaintenancePolicyResource-     =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 CaptureMode "clusterId" "setMaintenancePolicy" Text-                   :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               ReqBody '[JSON] SetMaintenancePolicyRequest :>-                                 Post '[JSON] Operation---- | Sets the maintenance policy for a cluster.------ /See:/ 'projectsZonesClustersSetMaintenancePolicy' smart constructor.-data ProjectsZonesClustersSetMaintenancePolicy =-  ProjectsZonesClustersSetMaintenancePolicy'-    { _pzcsmpXgafv          :: !(Maybe Xgafv)-    , _pzcsmpUploadProtocol :: !(Maybe Text)-    , _pzcsmpAccessToken    :: !(Maybe Text)-    , _pzcsmpUploadType     :: !(Maybe Text)-    , _pzcsmpZone           :: !Text-    , _pzcsmpPayload        :: !SetMaintenancePolicyRequest-    , _pzcsmpClusterId      :: !Text-    , _pzcsmpProjectId      :: !Text-    , _pzcsmpCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersSetMaintenancePolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcsmpXgafv'------ * 'pzcsmpUploadProtocol'------ * 'pzcsmpAccessToken'------ * 'pzcsmpUploadType'------ * 'pzcsmpZone'------ * 'pzcsmpPayload'------ * 'pzcsmpClusterId'------ * 'pzcsmpProjectId'------ * 'pzcsmpCallback'-projectsZonesClustersSetMaintenancePolicy-    :: Text -- ^ 'pzcsmpZone'-    -> SetMaintenancePolicyRequest -- ^ 'pzcsmpPayload'-    -> Text -- ^ 'pzcsmpClusterId'-    -> Text -- ^ 'pzcsmpProjectId'-    -> ProjectsZonesClustersSetMaintenancePolicy-projectsZonesClustersSetMaintenancePolicy pPzcsmpZone_ pPzcsmpPayload_ pPzcsmpClusterId_ pPzcsmpProjectId_ =-  ProjectsZonesClustersSetMaintenancePolicy'-    { _pzcsmpXgafv = Nothing-    , _pzcsmpUploadProtocol = Nothing-    , _pzcsmpAccessToken = Nothing-    , _pzcsmpUploadType = Nothing-    , _pzcsmpZone = pPzcsmpZone_-    , _pzcsmpPayload = pPzcsmpPayload_-    , _pzcsmpClusterId = pPzcsmpClusterId_-    , _pzcsmpProjectId = pPzcsmpProjectId_-    , _pzcsmpCallback = Nothing-    }----- | V1 error format.-pzcsmpXgafv :: Lens' ProjectsZonesClustersSetMaintenancePolicy (Maybe Xgafv)-pzcsmpXgafv-  = lens _pzcsmpXgafv (\ s a -> s{_pzcsmpXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcsmpUploadProtocol :: Lens' ProjectsZonesClustersSetMaintenancePolicy (Maybe Text)-pzcsmpUploadProtocol-  = lens _pzcsmpUploadProtocol-      (\ s a -> s{_pzcsmpUploadProtocol = a})---- | OAuth access token.-pzcsmpAccessToken :: Lens' ProjectsZonesClustersSetMaintenancePolicy (Maybe Text)-pzcsmpAccessToken-  = lens _pzcsmpAccessToken-      (\ s a -> s{_pzcsmpAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcsmpUploadType :: Lens' ProjectsZonesClustersSetMaintenancePolicy (Maybe Text)-pzcsmpUploadType-  = lens _pzcsmpUploadType-      (\ s a -> s{_pzcsmpUploadType = a})---- | The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.-pzcsmpZone :: Lens' ProjectsZonesClustersSetMaintenancePolicy Text-pzcsmpZone-  = lens _pzcsmpZone (\ s a -> s{_pzcsmpZone = a})---- | Multipart request metadata.-pzcsmpPayload :: Lens' ProjectsZonesClustersSetMaintenancePolicy SetMaintenancePolicyRequest-pzcsmpPayload-  = lens _pzcsmpPayload-      (\ s a -> s{_pzcsmpPayload = a})---- | The name of the cluster to update.-pzcsmpClusterId :: Lens' ProjectsZonesClustersSetMaintenancePolicy Text-pzcsmpClusterId-  = lens _pzcsmpClusterId-      (\ s a -> s{_pzcsmpClusterId = a})---- | The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840).-pzcsmpProjectId :: Lens' ProjectsZonesClustersSetMaintenancePolicy Text-pzcsmpProjectId-  = lens _pzcsmpProjectId-      (\ s a -> s{_pzcsmpProjectId = a})---- | JSONP-pzcsmpCallback :: Lens' ProjectsZonesClustersSetMaintenancePolicy (Maybe Text)-pzcsmpCallback-  = lens _pzcsmpCallback-      (\ s a -> s{_pzcsmpCallback = a})--instance GoogleRequest-           ProjectsZonesClustersSetMaintenancePolicy-         where-        type Rs ProjectsZonesClustersSetMaintenancePolicy =-             Operation-        type Scopes ProjectsZonesClustersSetMaintenancePolicy-             = '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersSetMaintenancePolicy'{..}-          = go _pzcsmpProjectId _pzcsmpZone _pzcsmpClusterId-              _pzcsmpXgafv-              _pzcsmpUploadProtocol-              _pzcsmpAccessToken-              _pzcsmpUploadType-              _pzcsmpCallback-              (Just AltJSON)-              _pzcsmpPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy-                           ProjectsZonesClustersSetMaintenancePolicyResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/SetMasterAuth.hs
@@ -1,210 +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.Container.Projects.Zones.Clusters.SetMasterAuth--- 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)------ Sets master auth materials. Currently supports changing the admin--- password or a specific cluster, either via password generation or--- explicitly setting the password.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.setMasterAuth@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.SetMasterAuth-    (-    -- * REST Resource-      ProjectsZonesClustersSetMasterAuthResource--    -- * Creating a Request-    , projectsZonesClustersSetMasterAuth-    , ProjectsZonesClustersSetMasterAuth--    -- * Request Lenses-    , pzcsmaXgafv-    , pzcsmaUploadProtocol-    , pzcsmaAccessToken-    , pzcsmaUploadType-    , pzcsmaZone-    , pzcsmaPayload-    , pzcsmaClusterId-    , pzcsmaProjectId-    , pzcsmaCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.setMasterAuth@ method which the--- 'ProjectsZonesClustersSetMasterAuth' request conforms to.-type ProjectsZonesClustersSetMasterAuthResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 CaptureMode "clusterId" "setMasterAuth" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               ReqBody '[JSON] SetMasterAuthRequest :>-                                 Post '[JSON] Operation---- | Sets master auth materials. Currently supports changing the admin--- password or a specific cluster, either via password generation or--- explicitly setting the password.------ /See:/ 'projectsZonesClustersSetMasterAuth' smart constructor.-data ProjectsZonesClustersSetMasterAuth =-  ProjectsZonesClustersSetMasterAuth'-    { _pzcsmaXgafv          :: !(Maybe Xgafv)-    , _pzcsmaUploadProtocol :: !(Maybe Text)-    , _pzcsmaAccessToken    :: !(Maybe Text)-    , _pzcsmaUploadType     :: !(Maybe Text)-    , _pzcsmaZone           :: !Text-    , _pzcsmaPayload        :: !SetMasterAuthRequest-    , _pzcsmaClusterId      :: !Text-    , _pzcsmaProjectId      :: !Text-    , _pzcsmaCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersSetMasterAuth' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcsmaXgafv'------ * 'pzcsmaUploadProtocol'------ * 'pzcsmaAccessToken'------ * 'pzcsmaUploadType'------ * 'pzcsmaZone'------ * 'pzcsmaPayload'------ * 'pzcsmaClusterId'------ * 'pzcsmaProjectId'------ * 'pzcsmaCallback'-projectsZonesClustersSetMasterAuth-    :: Text -- ^ 'pzcsmaZone'-    -> SetMasterAuthRequest -- ^ 'pzcsmaPayload'-    -> Text -- ^ 'pzcsmaClusterId'-    -> Text -- ^ 'pzcsmaProjectId'-    -> ProjectsZonesClustersSetMasterAuth-projectsZonesClustersSetMasterAuth pPzcsmaZone_ pPzcsmaPayload_ pPzcsmaClusterId_ pPzcsmaProjectId_ =-  ProjectsZonesClustersSetMasterAuth'-    { _pzcsmaXgafv = Nothing-    , _pzcsmaUploadProtocol = Nothing-    , _pzcsmaAccessToken = Nothing-    , _pzcsmaUploadType = Nothing-    , _pzcsmaZone = pPzcsmaZone_-    , _pzcsmaPayload = pPzcsmaPayload_-    , _pzcsmaClusterId = pPzcsmaClusterId_-    , _pzcsmaProjectId = pPzcsmaProjectId_-    , _pzcsmaCallback = Nothing-    }----- | V1 error format.-pzcsmaXgafv :: Lens' ProjectsZonesClustersSetMasterAuth (Maybe Xgafv)-pzcsmaXgafv-  = lens _pzcsmaXgafv (\ s a -> s{_pzcsmaXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcsmaUploadProtocol :: Lens' ProjectsZonesClustersSetMasterAuth (Maybe Text)-pzcsmaUploadProtocol-  = lens _pzcsmaUploadProtocol-      (\ s a -> s{_pzcsmaUploadProtocol = a})---- | OAuth access token.-pzcsmaAccessToken :: Lens' ProjectsZonesClustersSetMasterAuth (Maybe Text)-pzcsmaAccessToken-  = lens _pzcsmaAccessToken-      (\ s a -> s{_pzcsmaAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcsmaUploadType :: Lens' ProjectsZonesClustersSetMasterAuth (Maybe Text)-pzcsmaUploadType-  = lens _pzcsmaUploadType-      (\ s a -> s{_pzcsmaUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcsmaZone :: Lens' ProjectsZonesClustersSetMasterAuth Text-pzcsmaZone-  = lens _pzcsmaZone (\ s a -> s{_pzcsmaZone = a})---- | Multipart request metadata.-pzcsmaPayload :: Lens' ProjectsZonesClustersSetMasterAuth SetMasterAuthRequest-pzcsmaPayload-  = lens _pzcsmaPayload-      (\ s a -> s{_pzcsmaPayload = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-pzcsmaClusterId :: Lens' ProjectsZonesClustersSetMasterAuth Text-pzcsmaClusterId-  = lens _pzcsmaClusterId-      (\ s a -> s{_pzcsmaClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcsmaProjectId :: Lens' ProjectsZonesClustersSetMasterAuth Text-pzcsmaProjectId-  = lens _pzcsmaProjectId-      (\ s a -> s{_pzcsmaProjectId = a})---- | JSONP-pzcsmaCallback :: Lens' ProjectsZonesClustersSetMasterAuth (Maybe Text)-pzcsmaCallback-  = lens _pzcsmaCallback-      (\ s a -> s{_pzcsmaCallback = a})--instance GoogleRequest-           ProjectsZonesClustersSetMasterAuth-         where-        type Rs ProjectsZonesClustersSetMasterAuth =-             Operation-        type Scopes ProjectsZonesClustersSetMasterAuth =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersSetMasterAuth'{..}-          = go _pzcsmaProjectId _pzcsmaZone _pzcsmaClusterId-              _pzcsmaXgafv-              _pzcsmaUploadProtocol-              _pzcsmaAccessToken-              _pzcsmaUploadType-              _pzcsmaCallback-              (Just AltJSON)-              _pzcsmaPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersSetMasterAuthResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/SetNetworkPolicy.hs
@@ -1,207 +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.Container.Projects.Zones.Clusters.SetNetworkPolicy--- 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)------ Enables or disables Network Policy for a cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.setNetworkPolicy@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.SetNetworkPolicy-    (-    -- * REST Resource-      ProjectsZonesClustersSetNetworkPolicyResource--    -- * Creating a Request-    , projectsZonesClustersSetNetworkPolicy-    , ProjectsZonesClustersSetNetworkPolicy--    -- * Request Lenses-    , pzcsnpXgafv-    , pzcsnpUploadProtocol-    , pzcsnpAccessToken-    , pzcsnpUploadType-    , pzcsnpZone-    , pzcsnpPayload-    , pzcsnpClusterId-    , pzcsnpProjectId-    , pzcsnpCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.setNetworkPolicy@ method which the--- 'ProjectsZonesClustersSetNetworkPolicy' request conforms to.-type ProjectsZonesClustersSetNetworkPolicyResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 CaptureMode "clusterId" "setNetworkPolicy" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               ReqBody '[JSON] SetNetworkPolicyRequest :>-                                 Post '[JSON] Operation---- | Enables or disables Network Policy for a cluster.------ /See:/ 'projectsZonesClustersSetNetworkPolicy' smart constructor.-data ProjectsZonesClustersSetNetworkPolicy =-  ProjectsZonesClustersSetNetworkPolicy'-    { _pzcsnpXgafv          :: !(Maybe Xgafv)-    , _pzcsnpUploadProtocol :: !(Maybe Text)-    , _pzcsnpAccessToken    :: !(Maybe Text)-    , _pzcsnpUploadType     :: !(Maybe Text)-    , _pzcsnpZone           :: !Text-    , _pzcsnpPayload        :: !SetNetworkPolicyRequest-    , _pzcsnpClusterId      :: !Text-    , _pzcsnpProjectId      :: !Text-    , _pzcsnpCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersSetNetworkPolicy' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcsnpXgafv'------ * 'pzcsnpUploadProtocol'------ * 'pzcsnpAccessToken'------ * 'pzcsnpUploadType'------ * 'pzcsnpZone'------ * 'pzcsnpPayload'------ * 'pzcsnpClusterId'------ * 'pzcsnpProjectId'------ * 'pzcsnpCallback'-projectsZonesClustersSetNetworkPolicy-    :: Text -- ^ 'pzcsnpZone'-    -> SetNetworkPolicyRequest -- ^ 'pzcsnpPayload'-    -> Text -- ^ 'pzcsnpClusterId'-    -> Text -- ^ 'pzcsnpProjectId'-    -> ProjectsZonesClustersSetNetworkPolicy-projectsZonesClustersSetNetworkPolicy pPzcsnpZone_ pPzcsnpPayload_ pPzcsnpClusterId_ pPzcsnpProjectId_ =-  ProjectsZonesClustersSetNetworkPolicy'-    { _pzcsnpXgafv = Nothing-    , _pzcsnpUploadProtocol = Nothing-    , _pzcsnpAccessToken = Nothing-    , _pzcsnpUploadType = Nothing-    , _pzcsnpZone = pPzcsnpZone_-    , _pzcsnpPayload = pPzcsnpPayload_-    , _pzcsnpClusterId = pPzcsnpClusterId_-    , _pzcsnpProjectId = pPzcsnpProjectId_-    , _pzcsnpCallback = Nothing-    }----- | V1 error format.-pzcsnpXgafv :: Lens' ProjectsZonesClustersSetNetworkPolicy (Maybe Xgafv)-pzcsnpXgafv-  = lens _pzcsnpXgafv (\ s a -> s{_pzcsnpXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcsnpUploadProtocol :: Lens' ProjectsZonesClustersSetNetworkPolicy (Maybe Text)-pzcsnpUploadProtocol-  = lens _pzcsnpUploadProtocol-      (\ s a -> s{_pzcsnpUploadProtocol = a})---- | OAuth access token.-pzcsnpAccessToken :: Lens' ProjectsZonesClustersSetNetworkPolicy (Maybe Text)-pzcsnpAccessToken-  = lens _pzcsnpAccessToken-      (\ s a -> s{_pzcsnpAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcsnpUploadType :: Lens' ProjectsZonesClustersSetNetworkPolicy (Maybe Text)-pzcsnpUploadType-  = lens _pzcsnpUploadType-      (\ s a -> s{_pzcsnpUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcsnpZone :: Lens' ProjectsZonesClustersSetNetworkPolicy Text-pzcsnpZone-  = lens _pzcsnpZone (\ s a -> s{_pzcsnpZone = a})---- | Multipart request metadata.-pzcsnpPayload :: Lens' ProjectsZonesClustersSetNetworkPolicy SetNetworkPolicyRequest-pzcsnpPayload-  = lens _pzcsnpPayload-      (\ s a -> s{_pzcsnpPayload = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-pzcsnpClusterId :: Lens' ProjectsZonesClustersSetNetworkPolicy Text-pzcsnpClusterId-  = lens _pzcsnpClusterId-      (\ s a -> s{_pzcsnpClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-pzcsnpProjectId :: Lens' ProjectsZonesClustersSetNetworkPolicy Text-pzcsnpProjectId-  = lens _pzcsnpProjectId-      (\ s a -> s{_pzcsnpProjectId = a})---- | JSONP-pzcsnpCallback :: Lens' ProjectsZonesClustersSetNetworkPolicy (Maybe Text)-pzcsnpCallback-  = lens _pzcsnpCallback-      (\ s a -> s{_pzcsnpCallback = a})--instance GoogleRequest-           ProjectsZonesClustersSetNetworkPolicy-         where-        type Rs ProjectsZonesClustersSetNetworkPolicy =-             Operation-        type Scopes ProjectsZonesClustersSetNetworkPolicy =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersSetNetworkPolicy'{..}-          = go _pzcsnpProjectId _pzcsnpZone _pzcsnpClusterId-              _pzcsnpXgafv-              _pzcsnpUploadProtocol-              _pzcsnpAccessToken-              _pzcsnpUploadType-              _pzcsnpCallback-              (Just AltJSON)-              _pzcsnpPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersSetNetworkPolicyResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/StartIPRotation.hs
@@ -1,207 +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.Container.Projects.Zones.Clusters.StartIPRotation--- 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)------ Starts master IP rotation.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.startIpRotation@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.StartIPRotation-    (-    -- * REST Resource-      ProjectsZonesClustersStartIPRotationResource--    -- * Creating a Request-    , projectsZonesClustersStartIPRotation-    , ProjectsZonesClustersStartIPRotation--    -- * Request Lenses-    , pzcsirXgafv-    , pzcsirUploadProtocol-    , pzcsirAccessToken-    , pzcsirUploadType-    , pzcsirZone-    , pzcsirPayload-    , pzcsirClusterId-    , pzcsirProjectId-    , pzcsirCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.startIpRotation@ method which the--- 'ProjectsZonesClustersStartIPRotation' request conforms to.-type ProjectsZonesClustersStartIPRotationResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 CaptureMode "clusterId" "startIpRotation" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               ReqBody '[JSON] StartIPRotationRequest :>-                                 Post '[JSON] Operation---- | Starts master IP rotation.------ /See:/ 'projectsZonesClustersStartIPRotation' smart constructor.-data ProjectsZonesClustersStartIPRotation =-  ProjectsZonesClustersStartIPRotation'-    { _pzcsirXgafv          :: !(Maybe Xgafv)-    , _pzcsirUploadProtocol :: !(Maybe Text)-    , _pzcsirAccessToken    :: !(Maybe Text)-    , _pzcsirUploadType     :: !(Maybe Text)-    , _pzcsirZone           :: !Text-    , _pzcsirPayload        :: !StartIPRotationRequest-    , _pzcsirClusterId      :: !Text-    , _pzcsirProjectId      :: !Text-    , _pzcsirCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersStartIPRotation' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcsirXgafv'------ * 'pzcsirUploadProtocol'------ * 'pzcsirAccessToken'------ * 'pzcsirUploadType'------ * 'pzcsirZone'------ * 'pzcsirPayload'------ * 'pzcsirClusterId'------ * 'pzcsirProjectId'------ * 'pzcsirCallback'-projectsZonesClustersStartIPRotation-    :: Text -- ^ 'pzcsirZone'-    -> StartIPRotationRequest -- ^ 'pzcsirPayload'-    -> Text -- ^ 'pzcsirClusterId'-    -> Text -- ^ 'pzcsirProjectId'-    -> ProjectsZonesClustersStartIPRotation-projectsZonesClustersStartIPRotation pPzcsirZone_ pPzcsirPayload_ pPzcsirClusterId_ pPzcsirProjectId_ =-  ProjectsZonesClustersStartIPRotation'-    { _pzcsirXgafv = Nothing-    , _pzcsirUploadProtocol = Nothing-    , _pzcsirAccessToken = Nothing-    , _pzcsirUploadType = Nothing-    , _pzcsirZone = pPzcsirZone_-    , _pzcsirPayload = pPzcsirPayload_-    , _pzcsirClusterId = pPzcsirClusterId_-    , _pzcsirProjectId = pPzcsirProjectId_-    , _pzcsirCallback = Nothing-    }----- | V1 error format.-pzcsirXgafv :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Xgafv)-pzcsirXgafv-  = lens _pzcsirXgafv (\ s a -> s{_pzcsirXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcsirUploadProtocol :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text)-pzcsirUploadProtocol-  = lens _pzcsirUploadProtocol-      (\ s a -> s{_pzcsirUploadProtocol = a})---- | OAuth access token.-pzcsirAccessToken :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text)-pzcsirAccessToken-  = lens _pzcsirAccessToken-      (\ s a -> s{_pzcsirAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcsirUploadType :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text)-pzcsirUploadType-  = lens _pzcsirUploadType-      (\ s a -> s{_pzcsirUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcsirZone :: Lens' ProjectsZonesClustersStartIPRotation Text-pzcsirZone-  = lens _pzcsirZone (\ s a -> s{_pzcsirZone = a})---- | Multipart request metadata.-pzcsirPayload :: Lens' ProjectsZonesClustersStartIPRotation StartIPRotationRequest-pzcsirPayload-  = lens _pzcsirPayload-      (\ s a -> s{_pzcsirPayload = a})---- | Deprecated. The name of the cluster. This field has been deprecated and--- replaced by the name field.-pzcsirClusterId :: Lens' ProjectsZonesClustersStartIPRotation Text-pzcsirClusterId-  = lens _pzcsirClusterId-      (\ s a -> s{_pzcsirClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/developers.google.com\/console\/help\/new\/#projectnumber).--- This field has been deprecated and replaced by the name field.-pzcsirProjectId :: Lens' ProjectsZonesClustersStartIPRotation Text-pzcsirProjectId-  = lens _pzcsirProjectId-      (\ s a -> s{_pzcsirProjectId = a})---- | JSONP-pzcsirCallback :: Lens' ProjectsZonesClustersStartIPRotation (Maybe Text)-pzcsirCallback-  = lens _pzcsirCallback-      (\ s a -> s{_pzcsirCallback = a})--instance GoogleRequest-           ProjectsZonesClustersStartIPRotation-         where-        type Rs ProjectsZonesClustersStartIPRotation =-             Operation-        type Scopes ProjectsZonesClustersStartIPRotation =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient-          ProjectsZonesClustersStartIPRotation'{..}-          = go _pzcsirProjectId _pzcsirZone _pzcsirClusterId-              _pzcsirXgafv-              _pzcsirUploadProtocol-              _pzcsirAccessToken-              _pzcsirUploadType-              _pzcsirCallback-              (Just AltJSON)-              _pzcsirPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesClustersStartIPRotationResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Clusters/Update.hs
@@ -1,200 +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.Container.Projects.Zones.Clusters.Update--- 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)------ Updates the settings of a specific cluster.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.clusters.update@.-module Network.Google.Resource.Container.Projects.Zones.Clusters.Update-    (-    -- * REST Resource-      ProjectsZonesClustersUpdateResource--    -- * Creating a Request-    , projectsZonesClustersUpdate-    , ProjectsZonesClustersUpdate--    -- * Request Lenses-    , pzcuXgafv-    , pzcuUploadProtocol-    , pzcuAccessToken-    , pzcuUploadType-    , pzcuZone-    , pzcuPayload-    , pzcuClusterId-    , pzcuProjectId-    , pzcuCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.clusters.update@ method which the--- 'ProjectsZonesClustersUpdate' request conforms to.-type ProjectsZonesClustersUpdateResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "clusters" :>-                 Capture "clusterId" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               ReqBody '[JSON] UpdateClusterRequest :>-                                 Put '[JSON] Operation---- | Updates the settings of a specific cluster.------ /See:/ 'projectsZonesClustersUpdate' smart constructor.-data ProjectsZonesClustersUpdate =-  ProjectsZonesClustersUpdate'-    { _pzcuXgafv          :: !(Maybe Xgafv)-    , _pzcuUploadProtocol :: !(Maybe Text)-    , _pzcuAccessToken    :: !(Maybe Text)-    , _pzcuUploadType     :: !(Maybe Text)-    , _pzcuZone           :: !Text-    , _pzcuPayload        :: !UpdateClusterRequest-    , _pzcuClusterId      :: !Text-    , _pzcuProjectId      :: !Text-    , _pzcuCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesClustersUpdate' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzcuXgafv'------ * 'pzcuUploadProtocol'------ * 'pzcuAccessToken'------ * 'pzcuUploadType'------ * 'pzcuZone'------ * 'pzcuPayload'------ * 'pzcuClusterId'------ * 'pzcuProjectId'------ * 'pzcuCallback'-projectsZonesClustersUpdate-    :: Text -- ^ 'pzcuZone'-    -> UpdateClusterRequest -- ^ 'pzcuPayload'-    -> Text -- ^ 'pzcuClusterId'-    -> Text -- ^ 'pzcuProjectId'-    -> ProjectsZonesClustersUpdate-projectsZonesClustersUpdate pPzcuZone_ pPzcuPayload_ pPzcuClusterId_ pPzcuProjectId_ =-  ProjectsZonesClustersUpdate'-    { _pzcuXgafv = Nothing-    , _pzcuUploadProtocol = Nothing-    , _pzcuAccessToken = Nothing-    , _pzcuUploadType = Nothing-    , _pzcuZone = pPzcuZone_-    , _pzcuPayload = pPzcuPayload_-    , _pzcuClusterId = pPzcuClusterId_-    , _pzcuProjectId = pPzcuProjectId_-    , _pzcuCallback = Nothing-    }----- | V1 error format.-pzcuXgafv :: Lens' ProjectsZonesClustersUpdate (Maybe Xgafv)-pzcuXgafv-  = lens _pzcuXgafv (\ s a -> s{_pzcuXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzcuUploadProtocol :: Lens' ProjectsZonesClustersUpdate (Maybe Text)-pzcuUploadProtocol-  = lens _pzcuUploadProtocol-      (\ s a -> s{_pzcuUploadProtocol = a})---- | OAuth access token.-pzcuAccessToken :: Lens' ProjectsZonesClustersUpdate (Maybe Text)-pzcuAccessToken-  = lens _pzcuAccessToken-      (\ s a -> s{_pzcuAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzcuUploadType :: Lens' ProjectsZonesClustersUpdate (Maybe Text)-pzcuUploadType-  = lens _pzcuUploadType-      (\ s a -> s{_pzcuUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzcuZone :: Lens' ProjectsZonesClustersUpdate Text-pzcuZone = lens _pzcuZone (\ s a -> s{_pzcuZone = a})---- | Multipart request metadata.-pzcuPayload :: Lens' ProjectsZonesClustersUpdate UpdateClusterRequest-pzcuPayload-  = lens _pzcuPayload (\ s a -> s{_pzcuPayload = a})---- | Deprecated. The name of the cluster to upgrade. This field has been--- deprecated and replaced by the name field.-pzcuClusterId :: Lens' ProjectsZonesClustersUpdate Text-pzcuClusterId-  = lens _pzcuClusterId-      (\ s a -> s{_pzcuClusterId = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzcuProjectId :: Lens' ProjectsZonesClustersUpdate Text-pzcuProjectId-  = lens _pzcuProjectId-      (\ s a -> s{_pzcuProjectId = a})---- | JSONP-pzcuCallback :: Lens' ProjectsZonesClustersUpdate (Maybe Text)-pzcuCallback-  = lens _pzcuCallback (\ s a -> s{_pzcuCallback = a})--instance GoogleRequest ProjectsZonesClustersUpdate-         where-        type Rs ProjectsZonesClustersUpdate = Operation-        type Scopes ProjectsZonesClustersUpdate =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesClustersUpdate'{..}-          = go _pzcuProjectId _pzcuZone _pzcuClusterId-              _pzcuXgafv-              _pzcuUploadProtocol-              _pzcuAccessToken-              _pzcuUploadType-              _pzcuCallback-              (Just AltJSON)-              _pzcuPayload-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesClustersUpdateResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/GetServerConfig.hs
@@ -1,187 +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.Container.Projects.Zones.GetServerConfig--- 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)------ Returns configuration info about the Google Kubernetes Engine service.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.getServerconfig@.-module Network.Google.Resource.Container.Projects.Zones.GetServerConfig-    (-    -- * REST Resource-      ProjectsZonesGetServerConfigResource--    -- * Creating a Request-    , projectsZonesGetServerConfig-    , ProjectsZonesGetServerConfig--    -- * Request Lenses-    , pzgscXgafv-    , pzgscUploadProtocol-    , pzgscAccessToken-    , pzgscUploadType-    , pzgscZone-    , pzgscName-    , pzgscProjectId-    , pzgscCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.getServerconfig@ method which the--- 'ProjectsZonesGetServerConfig' request conforms to.-type ProjectsZonesGetServerConfigResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "serverconfig" :>-                 QueryParam "$.xgafv" Xgafv :>-                   QueryParam "upload_protocol" Text :>-                     QueryParam "access_token" Text :>-                       QueryParam "uploadType" Text :>-                         QueryParam "name" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               Get '[JSON] ServerConfig---- | Returns configuration info about the Google Kubernetes Engine service.------ /See:/ 'projectsZonesGetServerConfig' smart constructor.-data ProjectsZonesGetServerConfig =-  ProjectsZonesGetServerConfig'-    { _pzgscXgafv          :: !(Maybe Xgafv)-    , _pzgscUploadProtocol :: !(Maybe Text)-    , _pzgscAccessToken    :: !(Maybe Text)-    , _pzgscUploadType     :: !(Maybe Text)-    , _pzgscZone           :: !Text-    , _pzgscName           :: !(Maybe Text)-    , _pzgscProjectId      :: !Text-    , _pzgscCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesGetServerConfig' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzgscXgafv'------ * 'pzgscUploadProtocol'------ * 'pzgscAccessToken'------ * 'pzgscUploadType'------ * 'pzgscZone'------ * 'pzgscName'------ * 'pzgscProjectId'------ * 'pzgscCallback'-projectsZonesGetServerConfig-    :: Text -- ^ 'pzgscZone'-    -> Text -- ^ 'pzgscProjectId'-    -> ProjectsZonesGetServerConfig-projectsZonesGetServerConfig pPzgscZone_ pPzgscProjectId_ =-  ProjectsZonesGetServerConfig'-    { _pzgscXgafv = Nothing-    , _pzgscUploadProtocol = Nothing-    , _pzgscAccessToken = Nothing-    , _pzgscUploadType = Nothing-    , _pzgscZone = pPzgscZone_-    , _pzgscName = Nothing-    , _pzgscProjectId = pPzgscProjectId_-    , _pzgscCallback = Nothing-    }----- | V1 error format.-pzgscXgafv :: Lens' ProjectsZonesGetServerConfig (Maybe Xgafv)-pzgscXgafv-  = lens _pzgscXgafv (\ s a -> s{_pzgscXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzgscUploadProtocol :: Lens' ProjectsZonesGetServerConfig (Maybe Text)-pzgscUploadProtocol-  = lens _pzgscUploadProtocol-      (\ s a -> s{_pzgscUploadProtocol = a})---- | OAuth access token.-pzgscAccessToken :: Lens' ProjectsZonesGetServerConfig (Maybe Text)-pzgscAccessToken-  = lens _pzgscAccessToken-      (\ s a -> s{_pzgscAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzgscUploadType :: Lens' ProjectsZonesGetServerConfig (Maybe Text)-pzgscUploadType-  = lens _pzgscUploadType-      (\ s a -> s{_pzgscUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) to return operations for. This--- field has been deprecated and replaced by the name field.-pzgscZone :: Lens' ProjectsZonesGetServerConfig Text-pzgscZone-  = lens _pzgscZone (\ s a -> s{_pzgscZone = a})---- | The name (project and location) of the server config to get, specified--- in the format \'projects\/*\/locations\/*\'.-pzgscName :: Lens' ProjectsZonesGetServerConfig (Maybe Text)-pzgscName-  = lens _pzgscName (\ s a -> s{_pzgscName = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzgscProjectId :: Lens' ProjectsZonesGetServerConfig Text-pzgscProjectId-  = lens _pzgscProjectId-      (\ s a -> s{_pzgscProjectId = a})---- | JSONP-pzgscCallback :: Lens' ProjectsZonesGetServerConfig (Maybe Text)-pzgscCallback-  = lens _pzgscCallback-      (\ s a -> s{_pzgscCallback = a})--instance GoogleRequest ProjectsZonesGetServerConfig-         where-        type Rs ProjectsZonesGetServerConfig = ServerConfig-        type Scopes ProjectsZonesGetServerConfig =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesGetServerConfig'{..}-          = go _pzgscProjectId _pzgscZone _pzgscXgafv-              _pzgscUploadProtocol-              _pzgscAccessToken-              _pzgscUploadType-              _pzgscName-              _pzgscCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesGetServerConfigResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Operations/Cancel.hs
@@ -1,201 +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.Container.Projects.Zones.Operations.Cancel--- 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)------ Cancels the specified operation.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.operations.cancel@.-module Network.Google.Resource.Container.Projects.Zones.Operations.Cancel-    (-    -- * REST Resource-      ProjectsZonesOperationsCancelResource--    -- * Creating a Request-    , projectsZonesOperationsCancel-    , ProjectsZonesOperationsCancel--    -- * Request Lenses-    , pzocXgafv-    , pzocUploadProtocol-    , pzocAccessToken-    , pzocUploadType-    , pzocZone-    , pzocPayload-    , pzocProjectId-    , pzocOperationId-    , pzocCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.operations.cancel@ method which the--- 'ProjectsZonesOperationsCancel' request conforms to.-type ProjectsZonesOperationsCancelResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "operations" :>-                 CaptureMode "operationId" "cancel" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               ReqBody '[JSON] CancelOperationRequest :>-                                 Post '[JSON] Empty---- | Cancels the specified operation.------ /See:/ 'projectsZonesOperationsCancel' smart constructor.-data ProjectsZonesOperationsCancel =-  ProjectsZonesOperationsCancel'-    { _pzocXgafv          :: !(Maybe Xgafv)-    , _pzocUploadProtocol :: !(Maybe Text)-    , _pzocAccessToken    :: !(Maybe Text)-    , _pzocUploadType     :: !(Maybe Text)-    , _pzocZone           :: !Text-    , _pzocPayload        :: !CancelOperationRequest-    , _pzocProjectId      :: !Text-    , _pzocOperationId    :: !Text-    , _pzocCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesOperationsCancel' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzocXgafv'------ * 'pzocUploadProtocol'------ * 'pzocAccessToken'------ * 'pzocUploadType'------ * 'pzocZone'------ * 'pzocPayload'------ * 'pzocProjectId'------ * 'pzocOperationId'------ * 'pzocCallback'-projectsZonesOperationsCancel-    :: Text -- ^ 'pzocZone'-    -> CancelOperationRequest -- ^ 'pzocPayload'-    -> Text -- ^ 'pzocProjectId'-    -> Text -- ^ 'pzocOperationId'-    -> ProjectsZonesOperationsCancel-projectsZonesOperationsCancel pPzocZone_ pPzocPayload_ pPzocProjectId_ pPzocOperationId_ =-  ProjectsZonesOperationsCancel'-    { _pzocXgafv = Nothing-    , _pzocUploadProtocol = Nothing-    , _pzocAccessToken = Nothing-    , _pzocUploadType = Nothing-    , _pzocZone = pPzocZone_-    , _pzocPayload = pPzocPayload_-    , _pzocProjectId = pPzocProjectId_-    , _pzocOperationId = pPzocOperationId_-    , _pzocCallback = Nothing-    }----- | V1 error format.-pzocXgafv :: Lens' ProjectsZonesOperationsCancel (Maybe Xgafv)-pzocXgafv-  = lens _pzocXgafv (\ s a -> s{_pzocXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzocUploadProtocol :: Lens' ProjectsZonesOperationsCancel (Maybe Text)-pzocUploadProtocol-  = lens _pzocUploadProtocol-      (\ s a -> s{_pzocUploadProtocol = a})---- | OAuth access token.-pzocAccessToken :: Lens' ProjectsZonesOperationsCancel (Maybe Text)-pzocAccessToken-  = lens _pzocAccessToken-      (\ s a -> s{_pzocAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzocUploadType :: Lens' ProjectsZonesOperationsCancel (Maybe Text)-pzocUploadType-  = lens _pzocUploadType-      (\ s a -> s{_pzocUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the operation resides.--- This field has been deprecated and replaced by the name field.-pzocZone :: Lens' ProjectsZonesOperationsCancel Text-pzocZone = lens _pzocZone (\ s a -> s{_pzocZone = a})---- | Multipart request metadata.-pzocPayload :: Lens' ProjectsZonesOperationsCancel CancelOperationRequest-pzocPayload-  = lens _pzocPayload (\ s a -> s{_pzocPayload = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzocProjectId :: Lens' ProjectsZonesOperationsCancel Text-pzocProjectId-  = lens _pzocProjectId-      (\ s a -> s{_pzocProjectId = a})---- | Deprecated. The server-assigned \`name\` of the operation. This field--- has been deprecated and replaced by the name field.-pzocOperationId :: Lens' ProjectsZonesOperationsCancel Text-pzocOperationId-  = lens _pzocOperationId-      (\ s a -> s{_pzocOperationId = a})---- | JSONP-pzocCallback :: Lens' ProjectsZonesOperationsCancel (Maybe Text)-pzocCallback-  = lens _pzocCallback (\ s a -> s{_pzocCallback = a})--instance GoogleRequest ProjectsZonesOperationsCancel-         where-        type Rs ProjectsZonesOperationsCancel = Empty-        type Scopes ProjectsZonesOperationsCancel =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesOperationsCancel'{..}-          = go _pzocProjectId _pzocZone _pzocOperationId-              _pzocXgafv-              _pzocUploadProtocol-              _pzocAccessToken-              _pzocUploadType-              _pzocCallback-              (Just AltJSON)-              _pzocPayload-              containerService-          where go-                  = buildClient-                      (Proxy ::-                         Proxy ProjectsZonesOperationsCancelResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Operations/Get.hs
@@ -1,198 +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.Container.Projects.Zones.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 specified operation.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.operations.get@.-module Network.Google.Resource.Container.Projects.Zones.Operations.Get-    (-    -- * REST Resource-      ProjectsZonesOperationsGetResource--    -- * Creating a Request-    , projectsZonesOperationsGet-    , ProjectsZonesOperationsGet--    -- * Request Lenses-    , pzogXgafv-    , pzogUploadProtocol-    , pzogAccessToken-    , pzogUploadType-    , pzogZone-    , pzogName-    , pzogProjectId-    , pzogOperationId-    , pzogCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.operations.get@ method which the--- 'ProjectsZonesOperationsGet' request conforms to.-type ProjectsZonesOperationsGetResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "operations" :>-                 Capture "operationId" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "name" Text :>-                             QueryParam "callback" Text :>-                               QueryParam "alt" AltJSON :> Get '[JSON] Operation---- | Gets the specified operation.------ /See:/ 'projectsZonesOperationsGet' smart constructor.-data ProjectsZonesOperationsGet =-  ProjectsZonesOperationsGet'-    { _pzogXgafv          :: !(Maybe Xgafv)-    , _pzogUploadProtocol :: !(Maybe Text)-    , _pzogAccessToken    :: !(Maybe Text)-    , _pzogUploadType     :: !(Maybe Text)-    , _pzogZone           :: !Text-    , _pzogName           :: !(Maybe Text)-    , _pzogProjectId      :: !Text-    , _pzogOperationId    :: !Text-    , _pzogCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesOperationsGet' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzogXgafv'------ * 'pzogUploadProtocol'------ * 'pzogAccessToken'------ * 'pzogUploadType'------ * 'pzogZone'------ * 'pzogName'------ * 'pzogProjectId'------ * 'pzogOperationId'------ * 'pzogCallback'-projectsZonesOperationsGet-    :: Text -- ^ 'pzogZone'-    -> Text -- ^ 'pzogProjectId'-    -> Text -- ^ 'pzogOperationId'-    -> ProjectsZonesOperationsGet-projectsZonesOperationsGet pPzogZone_ pPzogProjectId_ pPzogOperationId_ =-  ProjectsZonesOperationsGet'-    { _pzogXgafv = Nothing-    , _pzogUploadProtocol = Nothing-    , _pzogAccessToken = Nothing-    , _pzogUploadType = Nothing-    , _pzogZone = pPzogZone_-    , _pzogName = Nothing-    , _pzogProjectId = pPzogProjectId_-    , _pzogOperationId = pPzogOperationId_-    , _pzogCallback = Nothing-    }----- | V1 error format.-pzogXgafv :: Lens' ProjectsZonesOperationsGet (Maybe Xgafv)-pzogXgafv-  = lens _pzogXgafv (\ s a -> s{_pzogXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzogUploadProtocol :: Lens' ProjectsZonesOperationsGet (Maybe Text)-pzogUploadProtocol-  = lens _pzogUploadProtocol-      (\ s a -> s{_pzogUploadProtocol = a})---- | OAuth access token.-pzogAccessToken :: Lens' ProjectsZonesOperationsGet (Maybe Text)-pzogAccessToken-  = lens _pzogAccessToken-      (\ s a -> s{_pzogAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzogUploadType :: Lens' ProjectsZonesOperationsGet (Maybe Text)-pzogUploadType-  = lens _pzogUploadType-      (\ s a -> s{_pzogUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) in which the cluster resides.--- This field has been deprecated and replaced by the name field.-pzogZone :: Lens' ProjectsZonesOperationsGet Text-pzogZone = lens _pzogZone (\ s a -> s{_pzogZone = a})---- | The name (project, location, operation id) of the operation to get.--- Specified in the format \'projects\/*\/locations\/*\/operations\/*\'.-pzogName :: Lens' ProjectsZonesOperationsGet (Maybe Text)-pzogName = lens _pzogName (\ s a -> s{_pzogName = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the name field.-pzogProjectId :: Lens' ProjectsZonesOperationsGet Text-pzogProjectId-  = lens _pzogProjectId-      (\ s a -> s{_pzogProjectId = a})---- | Deprecated. The server-assigned \`name\` of the operation. This field--- has been deprecated and replaced by the name field.-pzogOperationId :: Lens' ProjectsZonesOperationsGet Text-pzogOperationId-  = lens _pzogOperationId-      (\ s a -> s{_pzogOperationId = a})---- | JSONP-pzogCallback :: Lens' ProjectsZonesOperationsGet (Maybe Text)-pzogCallback-  = lens _pzogCallback (\ s a -> s{_pzogCallback = a})--instance GoogleRequest ProjectsZonesOperationsGet-         where-        type Rs ProjectsZonesOperationsGet = Operation-        type Scopes ProjectsZonesOperationsGet =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesOperationsGet'{..}-          = go _pzogProjectId _pzogZone _pzogOperationId-              _pzogXgafv-              _pzogUploadProtocol-              _pzogAccessToken-              _pzogUploadType-              _pzogName-              _pzogCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesOperationsGetResource)-                      mempty
− gen/Network/Google/Resource/Container/Projects/Zones/Operations/List.hs
@@ -1,187 +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.Container.Projects.Zones.Operations.List--- 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)------ Lists all operations in a project in a specific zone or all zones.------ /See:/ <https://cloud.google.com/container-engine/ Kubernetes Engine API Reference> for @container.projects.zones.operations.list@.-module Network.Google.Resource.Container.Projects.Zones.Operations.List-    (-    -- * REST Resource-      ProjectsZonesOperationsListResource--    -- * Creating a Request-    , projectsZonesOperationsList-    , ProjectsZonesOperationsList--    -- * Request Lenses-    , pzolParent-    , pzolXgafv-    , pzolUploadProtocol-    , pzolAccessToken-    , pzolUploadType-    , pzolZone-    , pzolProjectId-    , pzolCallback-    ) where--import           Network.Google.Container.Types-import           Network.Google.Prelude---- | A resource alias for @container.projects.zones.operations.list@ method which the--- 'ProjectsZonesOperationsList' request conforms to.-type ProjectsZonesOperationsListResource =-     "v1" :>-       "projects" :>-         Capture "projectId" Text :>-           "zones" :>-             Capture "zone" Text :>-               "operations" :>-                 QueryParam "parent" Text :>-                   QueryParam "$.xgafv" Xgafv :>-                     QueryParam "upload_protocol" Text :>-                       QueryParam "access_token" Text :>-                         QueryParam "uploadType" Text :>-                           QueryParam "callback" Text :>-                             QueryParam "alt" AltJSON :>-                               Get '[JSON] ListOperationsResponse---- | Lists all operations in a project in a specific zone or all zones.------ /See:/ 'projectsZonesOperationsList' smart constructor.-data ProjectsZonesOperationsList =-  ProjectsZonesOperationsList'-    { _pzolParent         :: !(Maybe Text)-    , _pzolXgafv          :: !(Maybe Xgafv)-    , _pzolUploadProtocol :: !(Maybe Text)-    , _pzolAccessToken    :: !(Maybe Text)-    , _pzolUploadType     :: !(Maybe Text)-    , _pzolZone           :: !Text-    , _pzolProjectId      :: !Text-    , _pzolCallback       :: !(Maybe Text)-    }-  deriving (Eq, Show, Data, Typeable, Generic)----- | Creates a value of 'ProjectsZonesOperationsList' with the minimum fields required to make a request.------ Use one of the following lenses to modify other fields as desired:------ * 'pzolParent'------ * 'pzolXgafv'------ * 'pzolUploadProtocol'------ * 'pzolAccessToken'------ * 'pzolUploadType'------ * 'pzolZone'------ * 'pzolProjectId'------ * 'pzolCallback'-projectsZonesOperationsList-    :: Text -- ^ 'pzolZone'-    -> Text -- ^ 'pzolProjectId'-    -> ProjectsZonesOperationsList-projectsZonesOperationsList pPzolZone_ pPzolProjectId_ =-  ProjectsZonesOperationsList'-    { _pzolParent = Nothing-    , _pzolXgafv = Nothing-    , _pzolUploadProtocol = Nothing-    , _pzolAccessToken = Nothing-    , _pzolUploadType = Nothing-    , _pzolZone = pPzolZone_-    , _pzolProjectId = pPzolProjectId_-    , _pzolCallback = Nothing-    }----- | The parent (project and location) where the operations will be listed.--- Specified in the format \'projects\/*\/locations\/*\'. Location \"-\"--- matches all zones and all regions.-pzolParent :: Lens' ProjectsZonesOperationsList (Maybe Text)-pzolParent-  = lens _pzolParent (\ s a -> s{_pzolParent = a})---- | V1 error format.-pzolXgafv :: Lens' ProjectsZonesOperationsList (Maybe Xgafv)-pzolXgafv-  = lens _pzolXgafv (\ s a -> s{_pzolXgafv = a})---- | Upload protocol for media (e.g. \"raw\", \"multipart\").-pzolUploadProtocol :: Lens' ProjectsZonesOperationsList (Maybe Text)-pzolUploadProtocol-  = lens _pzolUploadProtocol-      (\ s a -> s{_pzolUploadProtocol = a})---- | OAuth access token.-pzolAccessToken :: Lens' ProjectsZonesOperationsList (Maybe Text)-pzolAccessToken-  = lens _pzolAccessToken-      (\ s a -> s{_pzolAccessToken = a})---- | Legacy upload protocol for media (e.g. \"media\", \"multipart\").-pzolUploadType :: Lens' ProjectsZonesOperationsList (Maybe Text)-pzolUploadType-  = lens _pzolUploadType-      (\ s a -> s{_pzolUploadType = a})---- | Deprecated. The name of the Google Compute Engine--- [zone](\/compute\/docs\/zones#available) to return operations for, or--- \`-\` for all zones. This field has been deprecated and replaced by the--- parent field.-pzolZone :: Lens' ProjectsZonesOperationsList Text-pzolZone = lens _pzolZone (\ s a -> s{_pzolZone = a})---- | Deprecated. The Google Developers Console [project ID or project--- number](https:\/\/support.google.com\/cloud\/answer\/6158840). This--- field has been deprecated and replaced by the parent field.-pzolProjectId :: Lens' ProjectsZonesOperationsList Text-pzolProjectId-  = lens _pzolProjectId-      (\ s a -> s{_pzolProjectId = a})---- | JSONP-pzolCallback :: Lens' ProjectsZonesOperationsList (Maybe Text)-pzolCallback-  = lens _pzolCallback (\ s a -> s{_pzolCallback = a})--instance GoogleRequest ProjectsZonesOperationsList-         where-        type Rs ProjectsZonesOperationsList =-             ListOperationsResponse-        type Scopes ProjectsZonesOperationsList =-             '["https://www.googleapis.com/auth/cloud-platform"]-        requestClient ProjectsZonesOperationsList'{..}-          = go _pzolProjectId _pzolZone _pzolParent _pzolXgafv-              _pzolUploadProtocol-              _pzolAccessToken-              _pzolUploadType-              _pzolCallback-              (Just AltJSON)-              containerService-          where go-                  = buildClient-                      (Proxy :: Proxy ProjectsZonesOperationsListResource)-                      mempty
gogol-container.cabal view
@@ -1,109 +1,125 @@-name:                  gogol-container-version:               0.5.0-synopsis:              Google Kubernetes Engine 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-container+version:            1.0.0+synopsis:           Google Kubernetes Engine 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:-    Builds and manages container-based applications, powered by the open-    source Kubernetes technology.-    .-    /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.+  Builds and manages container-based applications, powered by the open source Kubernetes technology.+  .+  /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.  source-repository head-    type:     git-    location: git://github.com/brendanhay/gogol.git+  type:     git+  location: git://github.com/brendanhay/gogol.git+  subdir:   gogol-container +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.Container-        , Network.Google.Container.Types-        , Network.Google.Resource.Container.Projects.Aggregated.UsableSubnetworks.List-        , Network.Google.Resource.Container.Projects.Locations.Clusters.CompleteIPRotation-        , Network.Google.Resource.Container.Projects.Locations.Clusters.Create-        , Network.Google.Resource.Container.Projects.Locations.Clusters.Delete-        , Network.Google.Resource.Container.Projects.Locations.Clusters.Get-        , Network.Google.Resource.Container.Projects.Locations.Clusters.GetJWKs-        , Network.Google.Resource.Container.Projects.Locations.Clusters.List-        , Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Create-        , Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Delete-        , Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Get-        , Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.List-        , Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Rollback-        , Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetAutoscaling-        , Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetManagement-        , Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.SetSize-        , Network.Google.Resource.Container.Projects.Locations.Clusters.NodePools.Update-        , Network.Google.Resource.Container.Projects.Locations.Clusters.SetAddons-        , Network.Google.Resource.Container.Projects.Locations.Clusters.SetLegacyAbac-        , Network.Google.Resource.Container.Projects.Locations.Clusters.SetLocations-        , Network.Google.Resource.Container.Projects.Locations.Clusters.SetLogging-        , Network.Google.Resource.Container.Projects.Locations.Clusters.SetMaintenancePolicy-        , Network.Google.Resource.Container.Projects.Locations.Clusters.SetMasterAuth-        , Network.Google.Resource.Container.Projects.Locations.Clusters.SetMonitoring-        , Network.Google.Resource.Container.Projects.Locations.Clusters.SetNetworkPolicy-        , Network.Google.Resource.Container.Projects.Locations.Clusters.SetResourceLabels-        , Network.Google.Resource.Container.Projects.Locations.Clusters.StartIPRotation-        , Network.Google.Resource.Container.Projects.Locations.Clusters.Update-        , Network.Google.Resource.Container.Projects.Locations.Clusters.UpdateMaster-        , Network.Google.Resource.Container.Projects.Locations.Clusters.WellKnown.GetOpenidConfiguration-        , Network.Google.Resource.Container.Projects.Locations.GetServerConfig-        , Network.Google.Resource.Container.Projects.Locations.Operations.Cancel-        , Network.Google.Resource.Container.Projects.Locations.Operations.Get-        , Network.Google.Resource.Container.Projects.Locations.Operations.List-        , Network.Google.Resource.Container.Projects.Zones.Clusters.Addons-        , Network.Google.Resource.Container.Projects.Zones.Clusters.CompleteIPRotation-        , Network.Google.Resource.Container.Projects.Zones.Clusters.Create-        , Network.Google.Resource.Container.Projects.Zones.Clusters.Delete-        , Network.Google.Resource.Container.Projects.Zones.Clusters.Get-        , Network.Google.Resource.Container.Projects.Zones.Clusters.LegacyAbac-        , Network.Google.Resource.Container.Projects.Zones.Clusters.List-        , Network.Google.Resource.Container.Projects.Zones.Clusters.Locations-        , Network.Google.Resource.Container.Projects.Zones.Clusters.Logging-        , Network.Google.Resource.Container.Projects.Zones.Clusters.Master-        , Network.Google.Resource.Container.Projects.Zones.Clusters.Monitoring-        , Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Autoscaling-        , Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Create-        , Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Delete-        , Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Get-        , Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.List-        , Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Rollback-        , Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.SetManagement-        , Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.SetSize-        , Network.Google.Resource.Container.Projects.Zones.Clusters.NodePools.Update-        , Network.Google.Resource.Container.Projects.Zones.Clusters.ResourceLabels-        , Network.Google.Resource.Container.Projects.Zones.Clusters.SetMaintenancePolicy-        , Network.Google.Resource.Container.Projects.Zones.Clusters.SetMasterAuth-        , Network.Google.Resource.Container.Projects.Zones.Clusters.SetNetworkPolicy-        , Network.Google.Resource.Container.Projects.Zones.Clusters.StartIPRotation-        , Network.Google.Resource.Container.Projects.Zones.Clusters.Update-        , Network.Google.Resource.Container.Projects.Zones.GetServerConfig-        , Network.Google.Resource.Container.Projects.Zones.Operations.Cancel-        , Network.Google.Resource.Container.Projects.Zones.Operations.Get-        , Network.Google.Resource.Container.Projects.Zones.Operations.List+  exposed-modules:+    Gogol.Container+    Gogol.Container.Projects.Aggregated.UsableSubnetworks.List+    Gogol.Container.Projects.Locations.Clusters.CheckAutopilotCompatibility+    Gogol.Container.Projects.Locations.Clusters.CompleteIpRotation+    Gogol.Container.Projects.Locations.Clusters.Create+    Gogol.Container.Projects.Locations.Clusters.Delete+    Gogol.Container.Projects.Locations.Clusters.Get+    Gogol.Container.Projects.Locations.Clusters.GetJwks+    Gogol.Container.Projects.Locations.Clusters.List+    Gogol.Container.Projects.Locations.Clusters.NodePools.CompleteUpgrade+    Gogol.Container.Projects.Locations.Clusters.NodePools.Create+    Gogol.Container.Projects.Locations.Clusters.NodePools.Delete+    Gogol.Container.Projects.Locations.Clusters.NodePools.Get+    Gogol.Container.Projects.Locations.Clusters.NodePools.List+    Gogol.Container.Projects.Locations.Clusters.NodePools.Rollback+    Gogol.Container.Projects.Locations.Clusters.NodePools.SetAutoscaling+    Gogol.Container.Projects.Locations.Clusters.NodePools.SetManagement+    Gogol.Container.Projects.Locations.Clusters.NodePools.SetSize+    Gogol.Container.Projects.Locations.Clusters.NodePools.Update+    Gogol.Container.Projects.Locations.Clusters.SetAddons+    Gogol.Container.Projects.Locations.Clusters.SetLegacyAbac+    Gogol.Container.Projects.Locations.Clusters.SetLocations+    Gogol.Container.Projects.Locations.Clusters.SetLogging+    Gogol.Container.Projects.Locations.Clusters.SetMaintenancePolicy+    Gogol.Container.Projects.Locations.Clusters.SetMasterAuth+    Gogol.Container.Projects.Locations.Clusters.SetMonitoring+    Gogol.Container.Projects.Locations.Clusters.SetNetworkPolicy+    Gogol.Container.Projects.Locations.Clusters.SetResourceLabels+    Gogol.Container.Projects.Locations.Clusters.StartIpRotation+    Gogol.Container.Projects.Locations.Clusters.Update+    Gogol.Container.Projects.Locations.Clusters.UpdateMaster+    Gogol.Container.Projects.Locations.Clusters.Wellknown.GetOpenidconfiguration+    Gogol.Container.Projects.Locations.GetServerConfig+    Gogol.Container.Projects.Locations.Operations.Cancel+    Gogol.Container.Projects.Locations.Operations.Get+    Gogol.Container.Projects.Locations.Operations.List+    Gogol.Container.Projects.Zones.Clusters.Addons+    Gogol.Container.Projects.Zones.Clusters.CompleteIpRotation+    Gogol.Container.Projects.Zones.Clusters.Create+    Gogol.Container.Projects.Zones.Clusters.Delete+    Gogol.Container.Projects.Zones.Clusters.Get+    Gogol.Container.Projects.Zones.Clusters.LegacyAbac+    Gogol.Container.Projects.Zones.Clusters.List+    Gogol.Container.Projects.Zones.Clusters.Locations+    Gogol.Container.Projects.Zones.Clusters.Logging+    Gogol.Container.Projects.Zones.Clusters.Master+    Gogol.Container.Projects.Zones.Clusters.Monitoring+    Gogol.Container.Projects.Zones.Clusters.NodePools.Autoscaling+    Gogol.Container.Projects.Zones.Clusters.NodePools.Create+    Gogol.Container.Projects.Zones.Clusters.NodePools.Delete+    Gogol.Container.Projects.Zones.Clusters.NodePools.Get+    Gogol.Container.Projects.Zones.Clusters.NodePools.List+    Gogol.Container.Projects.Zones.Clusters.NodePools.Rollback+    Gogol.Container.Projects.Zones.Clusters.NodePools.SetManagement+    Gogol.Container.Projects.Zones.Clusters.NodePools.SetSize+    Gogol.Container.Projects.Zones.Clusters.NodePools.Update+    Gogol.Container.Projects.Zones.Clusters.ResourceLabels+    Gogol.Container.Projects.Zones.Clusters.SetMaintenancePolicy+    Gogol.Container.Projects.Zones.Clusters.SetMasterAuth+    Gogol.Container.Projects.Zones.Clusters.SetNetworkPolicy+    Gogol.Container.Projects.Zones.Clusters.StartIpRotation+    Gogol.Container.Projects.Zones.Clusters.Update+    Gogol.Container.Projects.Zones.GetServerconfig+    Gogol.Container.Projects.Zones.Operations.Cancel+    Gogol.Container.Projects.Zones.Operations.Get+    Gogol.Container.Projects.Zones.Operations.List+    Gogol.Container.Types -    other-modules:-          Network.Google.Container.Types.Product-        , Network.Google.Container.Types.Sum+  other-modules:+    Gogol.Container.Internal.Product+    Gogol.Container.Internal.Sum -    build-depends:-          gogol-core == 0.5.0.*-        , base       >= 4.7 && < 5+  build-depends:    gogol-core ^>=1.0.0