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

RevokeFlowEntitlementResponse

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

§Properties

§
EntitlementArn?: string | null
[src]

The ARN of the entitlement that was revoked.

§
FlowArn?: string | null
[src]

The ARN of the flow that the entitlement was revoked from.