package
1.14.26
Repository: https://github.com/kishaningithub/aws-sdk-go.git
Documentation: pkg.go.dev

# 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

ID to lookup a service endpoint with.
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".
ServiceID is a unique identifer of a specific service.
Name of service.
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.
No description provided by the author
No description provided by the author
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.