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

RegisterUsageRequest

import type { RegisterUsageRequest } from "https://aws-api.deno.dev/v0.3/services/marketplacemetering.ts?docs=full";
interface RegisterUsageRequest {
Nonce?: string | null;
ProductCode: string;
PublicKeyVersion: number;
}

§Properties

§
Nonce?: string | null
[src]

(Optional) To scope down the registration to a specific running software instance and guard against replay attacks.

§
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.

§
PublicKeyVersion: number
[src]

Public Key Version provided by AWS Marketplace