{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Network.Google.Manufacturers.Types
(
manufacturersService
, manufacturercenterScope
, DestinationStatusStatus (..)
, IssueResolution (..)
, Image
, image
, iStatus
, iImageURL
, iType
, FeatureDescription
, featureDescription
, fdImage
, fdText
, fdHeadline
, ProductDetail
, productDetail
, pdAttributeValue
, pdAttributeName
, pdSectionName
, Empty
, empty
, DestinationStatus
, destinationStatus
, dsDestination
, dsStatus
, ImageStatus (..)
, Count
, count
, cValue
, cUnit
, Capacity
, capacity
, capValue
, capUnit
, ImageType (..)
, Attributes
, attributes
, aProductName
, aScent
, aImageLink
, aFeatureDescription
, aProductDetail
, aProductLine
, aColor
, aSize
, aFlavor
, aPattern
, aSizeSystem
, aMaterial
, aFormat
, aProductType
, aCount
, aDisclosureDate
, aBrand
, aAdditionalImageLink
, aExcludedDestination
, aVideoLink
, aCapacity
, aGtin
, aAgeGroup
, aIncludedDestination
, aGender
, aSuggestedRetailPrice
, aItemGroupId
, aTargetClientId
, aSizeType
, aReleaseDate
, aTitle
, aMpn
, aProductPageURL
, aDescription
, aTheme
, Xgafv (..)
, IssueSeverity (..)
, Price
, price
, pAmount
, pCurrency
, Product
, product
, pParent
, pDestinationStatuses
, pTargetCountry
, pName
, pAttributes
, pIssues
, pContentLanguage
, pProductId
, Issue
, issue
, issAttribute
, issDestination
, issSeverity
, issResolution
, issTitle
, issType
, issTimestamp
, issDescription
, ListProductsResponse
, listProductsResponse
, lprNextPageToken
, lprProducts
) where
import Network.Google.Manufacturers.Types.Product
import Network.Google.Manufacturers.Types.Sum
import Network.Google.Prelude
manufacturersService :: ServiceConfig
manufacturersService
= defaultService (ServiceId "manufacturers:v1")
"manufacturers.googleapis.com"
manufacturercenterScope :: Proxy '["https://www.googleapis.com/auth/manufacturercenter"]
manufacturercenterScope = Proxy;