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

ListedEntitlement

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

An entitlement that has been granted to you from other AWS accounts.

interface ListedEntitlement {
DataTransferSubscriberFeePercent?: number | null;
EntitlementArn: string;
EntitlementName: string;
}

§Properties

§
DataTransferSubscriberFeePercent?: number | null
[src]

Percentage from 0-100 of the data transfer cost to be billed to the subscriber.

§
EntitlementArn: string
[src]

The ARN of the entitlement.

§
EntitlementName: string
[src]

The name of the entitlement.