amazonka-marketplace-analytics-1.4.5: Amazon Marketplace Commerce Analytics SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.MarketplaceAnalytics.Types

Contents

Description

 

Synopsis

Service Configuration

marketplaceAnalytics :: Service #

API version 2015-07-01 of the Amazon Marketplace Commerce Analytics SDK configuration.

Errors

_MarketplaceCommerceAnalyticsException :: AsError a => Getting (First ServiceError) a ServiceError #

This exception is thrown when an internal service error occurs.

DataSetType

data DataSetType #

Instances

Bounded DataSetType # 
Enum DataSetType # 
Eq DataSetType # 
Data DataSetType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataSetType -> c DataSetType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataSetType #

toConstr :: DataSetType -> Constr #

dataTypeOf :: DataSetType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DataSetType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataSetType) #

gmapT :: (forall b. Data b => b -> b) -> DataSetType -> DataSetType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataSetType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataSetType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DataSetType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DataSetType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataSetType -> m DataSetType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataSetType -> m DataSetType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataSetType -> m DataSetType #

Ord DataSetType # 
Read DataSetType # 
Show DataSetType # 
Generic DataSetType # 

Associated Types

type Rep DataSetType :: * -> * #

Hashable DataSetType # 
ToJSON DataSetType # 
NFData DataSetType # 

Methods

rnf :: DataSetType -> () #

ToQuery DataSetType # 
ToHeader DataSetType # 
ToByteString DataSetType # 
FromText DataSetType # 
ToText DataSetType # 

Methods

toText :: DataSetType -> Text #

type Rep DataSetType # 
type Rep DataSetType = D1 (MetaData "DataSetType" "Network.AWS.MarketplaceAnalytics.Types.Sum" "amazonka-marketplace-analytics-1.4.5-1h6bdE0KbdBEkb6b3RmA1n" False) ((:+:) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "CustomerProfileByGeography" PrefixI False) U1) (C1 (MetaCons "CustomerProfileByIndustry" PrefixI False) U1)) ((:+:) (C1 (MetaCons "CustomerProfileByRevenue" PrefixI False) U1) (C1 (MetaCons "CustomerSubscriberAnnualSubscriptions" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "CustomerSubscriberHourlyMonthlySubscriptions" PrefixI False) U1) (C1 (MetaCons "DailyBusinessCanceledProductSubscribers" PrefixI False) U1)) ((:+:) (C1 (MetaCons "DailyBusinessFees" PrefixI False) U1) ((:+:) (C1 (MetaCons "DailyBusinessFreeTrialConversions" PrefixI False) U1) (C1 (MetaCons "DailyBusinessNewInstances" PrefixI False) U1))))) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "DailyBusinessNewProductSubscribers" PrefixI False) U1) (C1 (MetaCons "DailyBusinessUsageByInstanceType" PrefixI False) U1)) ((:+:) (C1 (MetaCons "DisbursedAmountByAgeOfDisbursedFunds" PrefixI False) U1) (C1 (MetaCons "DisbursedAmountByAgeOfUncollectedFunds" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "DisbursedAmountByCustomerGeo" PrefixI False) U1) (C1 (MetaCons "DisbursedAmountByProduct" PrefixI False) U1)) ((:+:) (C1 (MetaCons "DisbursedAmountByProductWithUncollectedFunds" PrefixI False) U1) ((:+:) (C1 (MetaCons "MonthlyRevenueAnnualSubscriptions" PrefixI False) U1) (C1 (MetaCons "MonthlyRevenueBillingAndRevenueData" PrefixI False) U1))))))

SupportDataSetType

data SupportDataSetType #

Instances

Bounded SupportDataSetType # 
Enum SupportDataSetType # 
Eq SupportDataSetType # 
Data SupportDataSetType # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SupportDataSetType -> c SupportDataSetType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SupportDataSetType #

toConstr :: SupportDataSetType -> Constr #

dataTypeOf :: SupportDataSetType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c SupportDataSetType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SupportDataSetType) #

gmapT :: (forall b. Data b => b -> b) -> SupportDataSetType -> SupportDataSetType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SupportDataSetType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SupportDataSetType -> r #

gmapQ :: (forall d. Data d => d -> u) -> SupportDataSetType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SupportDataSetType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SupportDataSetType -> m SupportDataSetType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SupportDataSetType -> m SupportDataSetType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SupportDataSetType -> m SupportDataSetType #

Ord SupportDataSetType # 
Read SupportDataSetType # 
Show SupportDataSetType # 
Generic SupportDataSetType # 
Hashable SupportDataSetType # 
ToJSON SupportDataSetType # 
NFData SupportDataSetType # 

Methods

rnf :: SupportDataSetType -> () #

ToQuery SupportDataSetType # 
ToHeader SupportDataSetType # 
ToByteString SupportDataSetType # 
FromText SupportDataSetType # 
ToText SupportDataSetType # 
type Rep SupportDataSetType # 
type Rep SupportDataSetType = D1 (MetaData "SupportDataSetType" "Network.AWS.MarketplaceAnalytics.Types.Sum" "amazonka-marketplace-analytics-1.4.5-1h6bdE0KbdBEkb6b3RmA1n" False) ((:+:) (C1 (MetaCons "CustomerSupportContactsData" PrefixI False) U1) (C1 (MetaCons "TestCustomerSupportContactsData" PrefixI False) U1))