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

GrantFlowEntitlementsResponse

import type { GrantFlowEntitlementsResponse } from "https://aws-api.deno.dev/v0.4/services/mediaconnect.ts?docs=full";
interface GrantFlowEntitlementsResponse {
Entitlements?: Entitlement[] | null;
FlowArn?: string | null;
}

§Properties

§
Entitlements?: Entitlement[] | null
[src]

The entitlements that were just granted.

§
FlowArn?: string | null
[src]

The ARN of the flow that these entitlements were granted to.