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