Provides details about a specific video on demand (VOD) source in a specific source location.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, DescribeVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, DescribeVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new DescribeVodSourceCommand(input); const response = await client.send(command);
DescribeVodSourceCommandInput for command's input shape.
input
DescribeVodSourceCommandOutput for command's response shape.
response
config for MediaTailorClient's config shape.
config
Provides details about a specific video on demand (VOD) source in a specific source location.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, DescribeVodSourceCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, DescribeVodSourceCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new DescribeVodSourceCommand(input); const response = await client.send(command);
DescribeVodSourceCommandInput for command's
input
shape.DescribeVodSourceCommandOutput for command's
response
shape.config for MediaTailorClient's
config
shape.