Lists the live sources contained in a source location. A source represents a piece of content.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, ListLiveSourcesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, ListLiveSourcesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new ListLiveSourcesCommand(input); const response = await client.send(command);
ListLiveSourcesCommandInput for command's input shape.
input
ListLiveSourcesCommandOutput for command's response shape.
response
config for MediaTailorClient's config shape.
config
Lists the live sources contained in a source location. A source represents a piece of content.
Use a bare-bones client and the command you need to make an API call.
import { MediaTailorClient, ListLiveSourcesCommand } from "@aws-sdk/client-mediatailor"; // ES Modules import // const { MediaTailorClient, ListLiveSourcesCommand } = require("@aws-sdk/client-mediatailor"); // CommonJS import const client = new MediaTailorClient(config); const command = new ListLiveSourcesCommand(input); const response = await client.send(command);
ListLiveSourcesCommandInput for command's
input
shape.ListLiveSourcesCommandOutput for command's
response
shape.config for MediaTailorClient's
config
shape.