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

ReceivedMetadata

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

Metadata associated with received licenses and grants.

interface ReceivedMetadata {
AllowedOperations?: AllowedOperation[] | null;
ReceivedStatus?: ReceivedStatus | null;
ReceivedStatusReason?: string | null;
}

§Properties

§
AllowedOperations?: AllowedOperation[] | null
[src]

Allowed operations.

§
ReceivedStatus?: ReceivedStatus | null
[src]

Received status.

§
ReceivedStatusReason?: string | null
[src]

Received status reason.