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

UpdateFlowEntitlementRequest

import type { UpdateFlowEntitlementRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/mediaconnect.ts";
interface UpdateFlowEntitlementRequest {
Description?: string | null;
Encryption?: UpdateEncryption | null;
EntitlementArn: string;
EntitlementStatus?: EntitlementStatus | null;
FlowArn: string;
Subscribers?: string[] | null;
}

§Properties

§
Description?: string | null
[src]
§
Encryption?: UpdateEncryption | null
[src]
§
EntitlementArn: string
[src]
§
EntitlementStatus?: EntitlementStatus | null
[src]
§
FlowArn: string
[src]
§
Subscribers?: string[] | null
[src]