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.deno.dev/v0.4/services/mediaconnect.ts?docs=full";

The entitlement fields that you want to update.

interface UpdateFlowEntitlementRequest {
Description?: string | null;
Encryption?: UpdateEncryption | null;
EntitlementArn: string;
EntitlementStatus?: EntitlementStatus | null;
FlowArn: string;
Subscribers?: string[] | null;
}

§Properties

§
Description?: string | null
[src]

A description of the entitlement. This description appears only on the AWS Elemental MediaConnect console and will not be seen by the subscriber or end user.

§
Encryption?: UpdateEncryption | null
[src]

The type of encryption that will be used on the output associated with this entitlement.

§
EntitlementArn: string
[src]

The ARN of the entitlement that you want to update.

§
EntitlementStatus?: EntitlementStatus | null
[src]

An indication of whether you want to enable the entitlement to allow access, or disable it to stop streaming content to the subscriber’s flow temporarily. If you don’t specify the entitlementStatus field in your request, MediaConnect leaves the value unchanged.

§
FlowArn: string
[src]

The flow that is associated with the entitlement that you want to update.

§
Subscribers?: string[] | null
[src]

The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flow using your content as the source.