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

BatchMeterUsageResult

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

Contains the UsageRecords processed by BatchMeterUsage and any records that have failed due to transient error.

interface BatchMeterUsageResult {
Results?: UsageRecordResult[] | null;
UnprocessedRecords?: UsageRecord[] | null;
}

§Properties

§
Results?: UsageRecordResult[] | null
[src]

Contains all UsageRecords processed by BatchMeterUsage. These records were either honored by AWS Marketplace Metering Service or were invalid.

§
UnprocessedRecords?: UsageRecord[] | null
[src]

Contains all UsageRecords that were not processed by BatchMeterUsage. This is a list of UsageRecords. You can retry the failed request by making another BatchMeterUsage call with this list as input in the BatchMeterUsageRequest.