Package-level declarations
Types
Functions
BatchMeterUsage
is called from a SaaS application listed on AWS Marketplace to post metering records for a set of customers.
API to emit metering records. For identical requests, the API is idempotent. It simply returns the metering record ID.
Paid container software products sold through AWS Marketplace must integrate with the AWS Marketplace Metering Service and call the RegisterUsage
operation for software entitlement and metering. Free and BYOL products for Amazon ECS or Amazon EKS aren't required to call RegisterUsage
, but you may choose to do so if you would like to receive usage data in your seller reports. The sections below explain the behavior of RegisterUsage
. RegisterUsage
performs two primary functions: metering and entitlement.
ResolveCustomer
is called by a SaaS application during the registration process. When a buyer visits your website during the registration process, the buyer submits a registration token through their browser. The registration token is resolved through this API to obtain a CustomerIdentifier
along with the CustomerAWSAccountId
and ProductCode
.
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.