{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.MarketplaceEntitlement.Lens
(
getEntitlements_nextToken,
getEntitlements_filter,
getEntitlements_maxResults,
getEntitlements_productCode,
getEntitlementsResponse_nextToken,
getEntitlementsResponse_entitlements,
getEntitlementsResponse_httpStatus,
entitlement_dimension,
entitlement_value,
entitlement_expirationDate,
entitlement_customerIdentifier,
entitlement_productCode,
entitlementValue_integerValue,
entitlementValue_doubleValue,
entitlementValue_stringValue,
entitlementValue_booleanValue,
)
where
import Amazonka.MarketplaceEntitlement.GetEntitlements
import Amazonka.MarketplaceEntitlement.Types.Entitlement
import Amazonka.MarketplaceEntitlement.Types.EntitlementValue