amazonka-marketplace-entitlement-1.6.0: Amazon Marketplace Entitlement Service SDK.

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

Network.AWS.MarketplaceEntitlement

Contents

Description

AWS Marketplace Entitlement Service

This reference provides descriptions of the AWS Marketplace Entitlement Service API.

AWS Marketplace Entitlement Service is used to determine the entitlement of a customer to a given product. An entitlement represents capacity in a product owned by the customer. For example, a customer might own some number of users or seats in an SaaS application or some amount of data capacity in a multi-tenant database.

Getting Entitlement Records

  • GetEntitlements - Gets the entitlements for a Marketplace product.

Synopsis

Service Configuration

marketplaceEntitlement :: Service Source #

API version 2017-01-11 of the Amazon Marketplace Entitlement Service 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 MarketplaceEntitlement.

InvalidParameterException

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

One or more parameters in your request was invalid.

ThrottlingException

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

The calls to the GetEntitlements API are throttled.

InternalServiceErrorException

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

An internal error has occurred. Retry your request. If the problem persists, post a message with details on the AWS forums.

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.

GetEntitlements

Types

GetEntitlementFilterName

data GetEntitlementFilterName Source #

Instances

Bounded GetEntitlementFilterName Source # 
Enum GetEntitlementFilterName Source # 
Eq GetEntitlementFilterName Source # 
Data GetEntitlementFilterName Source # 

Methods

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

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

toConstr :: GetEntitlementFilterName -> Constr #

dataTypeOf :: GetEntitlementFilterName -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord GetEntitlementFilterName Source # 
Read GetEntitlementFilterName Source # 
Show GetEntitlementFilterName Source # 
Generic GetEntitlementFilterName Source # 
Hashable GetEntitlementFilterName Source # 
ToJSON GetEntitlementFilterName Source # 
NFData GetEntitlementFilterName Source # 
ToHeader GetEntitlementFilterName Source # 
ToQuery GetEntitlementFilterName Source # 
ToByteString GetEntitlementFilterName Source # 
FromText GetEntitlementFilterName Source # 
ToText GetEntitlementFilterName Source # 
type Rep GetEntitlementFilterName Source # 
type Rep GetEntitlementFilterName = D1 * (MetaData "GetEntitlementFilterName" "Network.AWS.MarketplaceEntitlement.Types.Sum" "amazonka-marketplace-entitlement-1.6.0-5CWUo1Wi53RGG1H4JXPUL5" False) ((:+:) * (C1 * (MetaCons "CustomerIdentifier" PrefixI False) (U1 *)) (C1 * (MetaCons "Dimension" PrefixI False) (U1 *)))

Entitlement

data Entitlement Source #

An entitlement represents capacity in a product owned by the customer. For example, a customer might own some number of users or seats in an SaaS application or some amount of data capacity in a multi-tenant database.

See: entitlement smart constructor.

Instances

Eq Entitlement Source # 
Data Entitlement Source # 

Methods

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

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

toConstr :: Entitlement -> Constr #

dataTypeOf :: Entitlement -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Entitlement Source # 
Show Entitlement Source # 
Generic Entitlement Source # 

Associated Types

type Rep Entitlement :: * -> * #

Hashable Entitlement Source # 
FromJSON Entitlement Source # 
NFData Entitlement Source # 

Methods

rnf :: Entitlement -> () #

type Rep Entitlement Source # 
type Rep Entitlement = D1 * (MetaData "Entitlement" "Network.AWS.MarketplaceEntitlement.Types.Product" "amazonka-marketplace-entitlement-1.6.0-5CWUo1Wi53RGG1H4JXPUL5" False) (C1 * (MetaCons "Entitlement'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_eDimension") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_eValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe EntitlementValue)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_eExpirationDate") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe POSIX))) ((:*:) * (S1 * (MetaSel (Just Symbol "_eCustomerIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_eProductCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))))

entitlement :: Entitlement Source #

Creates a value of Entitlement with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • eDimension - The dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.
  • eValue - The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.
  • eExpirationDate - The expiration date represents the minimum date through which this entitlement is expected to remain valid. For contractual products listed on AWS Marketplace, the expiration date is the date at which the customer will renew or cancel their contract. Customers who are opting to renew their contract will still have entitlements with an expiration date.
  • eCustomerIdentifier - The customer identifier is a handle to each unique customer in an application. Customer identifiers are obtained through the ResolveCustomer operation in AWS Marketplace Metering Service.
  • eProductCode - The product code for which the given entitlement applies. Product codes are provided by AWS Marketplace when the product listing is created.

eDimension :: Lens' Entitlement (Maybe Text) Source #

The dimension for which the given entitlement applies. Dimensions represent categories of capacity in a product and are specified when the product is listed in AWS Marketplace.

eValue :: Lens' Entitlement (Maybe EntitlementValue) Source #

The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.

eExpirationDate :: Lens' Entitlement (Maybe UTCTime) Source #

The expiration date represents the minimum date through which this entitlement is expected to remain valid. For contractual products listed on AWS Marketplace, the expiration date is the date at which the customer will renew or cancel their contract. Customers who are opting to renew their contract will still have entitlements with an expiration date.

eCustomerIdentifier :: Lens' Entitlement (Maybe Text) Source #

The customer identifier is a handle to each unique customer in an application. Customer identifiers are obtained through the ResolveCustomer operation in AWS Marketplace Metering Service.

eProductCode :: Lens' Entitlement (Maybe Text) Source #

The product code for which the given entitlement applies. Product codes are provided by AWS Marketplace when the product listing is created.

EntitlementValue

data EntitlementValue Source #

The EntitlementValue represents the amount of capacity that the customer is entitled to for the product.

See: entitlementValue smart constructor.

Instances

Eq EntitlementValue Source # 
Data EntitlementValue Source # 

Methods

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

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

toConstr :: EntitlementValue -> Constr #

dataTypeOf :: EntitlementValue -> DataType #

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

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

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

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

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

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

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

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

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

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

Read EntitlementValue Source # 
Show EntitlementValue Source # 
Generic EntitlementValue Source # 
Hashable EntitlementValue Source # 
FromJSON EntitlementValue Source # 
NFData EntitlementValue Source # 

Methods

rnf :: EntitlementValue -> () #

type Rep EntitlementValue Source # 
type Rep EntitlementValue = D1 * (MetaData "EntitlementValue" "Network.AWS.MarketplaceEntitlement.Types.Product" "amazonka-marketplace-entitlement-1.6.0-5CWUo1Wi53RGG1H4JXPUL5" False) (C1 * (MetaCons "EntitlementValue'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_evIntegerValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int))) (S1 * (MetaSel (Just Symbol "_evDoubleValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Double)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_evStringValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_evBooleanValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool))))))

entitlementValue :: EntitlementValue Source #

Creates a value of EntitlementValue with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • evIntegerValue - The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.
  • evDoubleValue - The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.
  • evStringValue - The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.
  • evBooleanValue - The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.

evIntegerValue :: Lens' EntitlementValue (Maybe Int) Source #

The IntegerValue field will be populated with an integer value when the entitlement is an integer type. Otherwise, the field will not be set.

evDoubleValue :: Lens' EntitlementValue (Maybe Double) Source #

The DoubleValue field will be populated with a double value when the entitlement is a double type. Otherwise, the field will not be set.

evStringValue :: Lens' EntitlementValue (Maybe Text) Source #

The StringValue field will be populated with a string value when the entitlement is a string type. Otherwise, the field will not be set.

evBooleanValue :: Lens' EntitlementValue (Maybe Bool) Source #

The BooleanValue field will be populated with a boolean value when the entitlement is a boolean type. Otherwise, the field will not be set.