Paid container software products sold through Amazon Web Services Marketplace must integrate with the Amazon Web Services Marketplace Metering Service and call the RegisterUsage operation for software entitlement and metering
Source:R/marketplacemetering_operations.R
marketplacemetering_register_usage.RdPaid container software products sold through Amazon Web Services Marketplace must integrate with the Amazon Web Services Marketplace Metering Service and call the register_usage operation for software entitlement and metering. Free and BYOL products for Amazon ECS or Amazon EKS aren't required to call register_usage, 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 register_usage. register_usage performs two primary functions: metering and entitlement.
See https://www.paws-r-sdk.com/docs/marketplacemetering_register_usage/ for full documentation.
Arguments
- ProductCode
[required] Product code is used to uniquely identify a product in Amazon Web Services Marketplace. The product code should be the same as the one used during the publishing of a new product.
- PublicKeyVersion
[required] Public Key Version provided by Amazon Web Services Marketplace
- Nonce
(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.