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

GrantFlowEntitlementsRequest

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

A request to grant entitlements on a flow.

interface GrantFlowEntitlementsRequest {
Entitlements: GrantEntitlementRequest[];
FlowArn: string;
}

§Properties

§

The list of entitlements that you want to grant.

§
FlowArn: string
[src]

The flow that you want to grant entitlements on.