Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchMeterUsageRequest

import type { BatchMeterUsageRequest } from "https://aws-api.deno.dev/v0.3/services/marketplacemetering.ts?docs=full";

A BatchMeterUsageRequest contains UsageRecords, which indicate quantities of usage within your application.

interface BatchMeterUsageRequest {
ProductCode: string;
UsageRecords: UsageRecord[];
}

§Properties

§
ProductCode: string
[src]

Product code is used to uniquely identify a product in AWS Marketplace. The product code should be the same as the one used during the publishing of a new product.

§
UsageRecords: UsageRecord[]
[src]

The set of UsageRecords to submit. BatchMeterUsage accepts up to 25 UsageRecords at a time.