# Packages
Package marketplacemeteringiface provides an interface to enable mocking the AWSMarketplace Metering service client for testing your code.
# Functions
New creates a new instance of the MarketplaceMetering client with a session.
# Constants
Service ID for Regions and Endpoints metadata.
ErrCodeDuplicateRequestException for service response error code "DuplicateRequestException".
ErrCodeExpiredTokenException for service response error code "ExpiredTokenException".
ErrCodeInternalServiceErrorException for service response error code "InternalServiceErrorException".
ErrCodeInvalidCustomerIdentifierException for service response error code "InvalidCustomerIdentifierException".
ErrCodeInvalidEndpointRegionException for service response error code "InvalidEndpointRegionException".
ErrCodeInvalidProductCodeException for service response error code "InvalidProductCodeException".
ErrCodeInvalidTokenException for service response error code "InvalidTokenException".
ErrCodeInvalidUsageDimensionException for service response error code "InvalidUsageDimensionException".
ErrCodeThrottlingException for service response error code "ThrottlingException".
ErrCodeTimestampOutOfBoundsException for service response error code "TimestampOutOfBoundsException".
Service endpoint prefix API calls made to.
UsageRecordResultStatusCustomerNotSubscribed is a UsageRecordResultStatus enum value.
UsageRecordResultStatusDuplicateRecord is a UsageRecordResultStatus enum value.
UsageRecordResultStatusSuccess is a UsageRecordResultStatus enum value.
# Structs
A BatchMeterUsageRequest contains UsageRecords, which indicate quantities of usage within your application.
Contains the UsageRecords processed by BatchMeterUsage and any records that have failed due to transient error.
MarketplaceMetering provides the API operation methods for making requests to AWSMarketplace Metering.
Please also see https://docs.aws.amazon.com/goto/WebAPI/meteringmarketplace-2016-01-14/MeterUsageRequest.
Please also see https://docs.aws.amazon.com/goto/WebAPI/meteringmarketplace-2016-01-14/MeterUsageResult.
Contains input to the ResolveCustomer operation.
The result of the ResolveCustomer operation.
A UsageRecord indicates a quantity of usage for a given product, customer, dimension and time.
A UsageRecordResult indicates the status of a given UsageRecord processed by BatchMeterUsage.