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