amazonka-marketplace-analytics-1.4.3: 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

Contents

Description

Provides AWS Marketplace business intelligence data on-demand.

Synopsis

Service Configuration

marketplaceAnalytics :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by MarketplaceAnalytics.

MarketplaceCommerceAnalyticsException

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

This exception is thrown when an internal service error occurs.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

GenerateDataSet

Types

DataSetType

data DataSetType Source #

Instances

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

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 Source # 
Read DataSetType Source # 
Show DataSetType Source # 
Generic DataSetType Source # 

Associated Types

type Rep DataSetType :: * -> * #

Hashable DataSetType Source # 
ToJSON DataSetType Source # 
NFData DataSetType Source # 

Methods

rnf :: DataSetType -> () #

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

Methods

toText :: DataSetType -> Text #

type Rep DataSetType Source # 
type Rep DataSetType = D1 (MetaData "DataSetType" "Network.AWS.MarketplaceAnalytics.Types.Sum" "amazonka-marketplace-analytics-1.4.3-HpQm8taRnREHlLsQwhNaZr" 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))))))