Updates a VOD source's configuration.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, UpdateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, UpdateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new UpdateVodSourceCommand(input); const response = await client.send(command);
UpdateVodSourceCommandInput for command's input shape.
input
UpdateVodSourceCommandOutput for command's response shape.
response
config for MediaTailorClient's config shape.
config
Updates a VOD source's configuration.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, UpdateVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, UpdateVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new UpdateVodSourceCommand(input); const response = await client.send(command);
UpdateVodSourceCommandInput for command's
input
shape.UpdateVodSourceCommandOutput for command's
response
shape.config for MediaTailorClient's
config
shape.