{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.ProximityBeacon.Types
(
proximityBeaconService
, userlocationBeaconRegistryScope
, LatLng
, latLng
, llLatitude
, llLongitude
, AttachmentInfo
, attachmentInfo
, aiMaxDistanceMeters
, aiData
, aiNamespacedType
, BeaconExpectedStability (..)
, NamespaceServingVisibility (..)
, BeaconProperties
, beaconProperties
, bpAddtional
, Empty
, empty
, DeleteAttachmentsResponse
, deleteAttachmentsResponse
, darNumDeleted
, GetInfoForObservedBeaconsRequest
, getInfoForObservedBeaconsRequest
, gifobrObservations
, gifobrNamespacedTypes
, Namespace
, namespace
, nServingVisibility
, nNamespaceName
, EphemeralIdRegistration
, ephemeralIdRegistration
, eirRotationPeriodExponent
, eirInitialClockValue
, eirBeaconIdentityKey
, eirBeaconEcdhPublicKey
, eirInitialEid
, eirServiceEcdhPublicKey
, AdvertisedIdType (..)
, ListNamespacesResponse
, listNamespacesResponse
, lnrNamespaces
, Date
, date
, dDay
, dYear
, dMonth
, Beacon
, beacon
, beaLatLng
, beaStatus
, beaBeaconName
, beaEphemeralIdRegistration
, beaIndoorLevel
, beaExpectedStability
, beaProvisioningKey
, beaDescription
, beaPlaceId
, beaAdvertisedId
, beaProperties
, Diagnostics
, diagnostics
, dAlerts
, dBeaconName
, dEstimatedLowBatteryDate
, ListBeaconAttachmentsResponse
, listBeaconAttachmentsResponse
, lbarAttachments
, IndoorLevel
, indoorLevel
, ilName
, EphemeralIdRegistrationParams
, ephemeralIdRegistrationParams
, eirpMinRotationPeriodExponent
, eirpMaxRotationPeriodExponent
, eirpServiceEcdhPublicKey
, Xgafv (..)
, BeaconInfo
, beaconInfo
, biAttachments
, biBeaconName
, biAdvertisedId
, Observation
, observation
, oTelemetry
, oTimestampMs
, oAdvertisedId
, BeaconAttachment
, beaconAttachment
, baMaxDistanceMeters
, baCreationTimeMs
, baData
, baAttachmentName
, baNamespacedType
, ListDiagnosticsResponse
, listDiagnosticsResponse
, ldrNextPageToken
, ldrDiagnostics
, BeaconStatus (..)
, AdvertisedId
, advertisedId
, aiId
, aiType
, ListBeaconsResponse
, listBeaconsResponse
, lbrNextPageToken
, lbrBeacons
, lbrTotalCount
, GetInfoForObservedBeaconsResponse
, getInfoForObservedBeaconsResponse
, gifobrBeacons
) where
import Network.Google.Prelude
import Network.Google.ProximityBeacon.Types.Product
import Network.Google.ProximityBeacon.Types.Sum
proximityBeaconService :: ServiceConfig
proximityBeaconService
= defaultService
(ServiceId "proximitybeacon:v1beta1")
"proximitybeacon.googleapis.com"
userlocationBeaconRegistryScope :: Proxy '["https://www.googleapis.com/auth/userlocation.beacon.registry"]
userlocationBeaconRegistryScope = Proxy;