We are excited to announce our new API Documentation.
Protected
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 importconst client = new MediaTailorClient(config);const input = { // DeleteLiveSourceRequest LiveSourceName: "STRING_VALUE", // required SourceLocationName: "STRING_VALUE", // required};const command = new DeleteLiveSourceCommand(input);const response = await client.send(command);// {};
DeleteLiveSourceCommandInput
DeleteLiveSourceCommandOutput
input
response
config
MediaTailorServiceException
Base exception class for all service exceptions from MediaTailor service.
Readonly
Static
The live source to delete.
Example
Use a bare-bones client and the command you need to make an API call.
Param
DeleteLiveSourceCommandInput
Returns
DeleteLiveSourceCommandOutput
See
input
shape.response
shape.config
shape.Throws
MediaTailorServiceException
Base exception class for all service exceptions from MediaTailor service.