You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed.
example
Use a bare-bones client and the command you need to make an API call.
You can change an entitlement's description, subscribers, and encryption. If you change the subscribers, the service will remove the outputs that are are used by the subscribers that are removed.
Use a bare-bones client and the command you need to make an API call.
import { MediaConnectClient, UpdateFlowEntitlementCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import // const { MediaConnectClient, UpdateFlowEntitlementCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import const client = new MediaConnectClient(config); const command = new UpdateFlowEntitlementCommand(input); const response = await client.send(command);
UpdateFlowEntitlementCommandInput for command's
input
shape.UpdateFlowEntitlementCommandOutput for command's
response
shape.config for MediaConnectClient's
config
shape.