Grants entitlements to an existing flow.
Use a bare-bones client and the command you need to make an API call.
import { MediaConnectClient, GrantFlowEntitlementsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import // const { MediaConnectClient, GrantFlowEntitlementsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import const client = new MediaConnectClient(config); const command = new GrantFlowEntitlementsCommand(input); const response = await client.send(command);
GrantFlowEntitlementsCommandInput for command's input shape.
input
GrantFlowEntitlementsCommandOutput for command's response shape.
response
config for MediaConnectClient's config shape.
config
Grants entitlements to an existing flow.
Use a bare-bones client and the command you need to make an API call.
import { MediaConnectClient, GrantFlowEntitlementsCommand } from "@aws-sdk/client-mediaconnect"; // ES Modules import // const { MediaConnectClient, GrantFlowEntitlementsCommand } = require("@aws-sdk/client-mediaconnect"); // CommonJS import const client = new MediaConnectClient(config); const command = new GrantFlowEntitlementsCommand(input); const response = await client.send(command);
GrantFlowEntitlementsCommandInput for command's
input
shape.GrantFlowEntitlementsCommandOutput for command's
response
shape.config for MediaConnectClient's
config
shape.