http://api.mediatailor.{region}.amazonaws.com/channel/{ChannelName}/program/{ProgramName}Creates a program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working with programs</a> in the <i>MediaTailor User Guide</i>.
The name of the channel for this Program.
The name of the Program.
The ad break configuration settings.
The name that's used to refer to a VOD source.
The name of the LiveSource for this Program.
The name of the source location.
Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://api.mediatailor.{region}.amazonaws.com/channel/{ChannelName}/program/{ProgramName}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://api.mediatailor.{region}.amazonaws.com/channel/{ChannelName}/program/{ProgramName}Creates a program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working with programs</a> in the <i>MediaTailor User Guide</i>.
The name of the channel for this Program.
The name of the Program.
The ad break configuration settings.
The name that's used to refer to a VOD source.
The name of the LiveSource for this Program.
The name of the source location.
Schedule configuration parameters. A channel must be stopped before changes can be made to the schedule.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://api.mediatailor.{region}.amazonaws.com/channel/{ChannelName}/program/{ProgramName}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}