Skip to content

Commit 9561dae

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.
1 parent 28be13e commit 9561dae

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"contributor": "",
5+
"description": "AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex."
6+
}

services/medialive/src/main/resources/codegen-resources/service-2.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14085,6 +14085,22 @@
1408514085
"VideoPid": {
1408614086
"shape": "__integer",
1408714087
"locationName": "videoPid"
14088+
},
14089+
"AribCaptionsPid": {
14090+
"shape": "__integer",
14091+
"locationName": "aribCaptionsPid"
14092+
},
14093+
"DvbTeletextPids": {
14094+
"shape": "__listOf__integer",
14095+
"locationName": "dvbTeletextPids"
14096+
},
14097+
"EcmPid": {
14098+
"shape": "__integer",
14099+
"locationName": "ecmPid"
14100+
},
14101+
"Smpte2038Pid": {
14102+
"shape": "__integer",
14103+
"locationName": "smpte2038Pid"
1408814104
}
1408914105
},
1409014106
"documentation": "Packet identifiers map for a given Multiplex program."
@@ -17738,6 +17754,10 @@
1773817754
"shape": "__string",
1773917755
"locationName": "name",
1774017756
"documentation": "Name of the multiplex."
17757+
},
17758+
"PacketIdentifiersMapping": {
17759+
"shape": "MultiplexPacketIdentifiersMapping",
17760+
"locationName": "packetIdentifiersMapping"
1774117761
}
1774217762
},
1774317763
"documentation": "Placeholder documentation for UpdateMultiplex"
@@ -17820,6 +17840,10 @@
1782017840
"shape": "__string",
1782117841
"locationName": "name",
1782217842
"documentation": "Name of the multiplex."
17843+
},
17844+
"PacketIdentifiersMapping": {
17845+
"shape": "MultiplexPacketIdentifiersMapping",
17846+
"locationName": "packetIdentifiersMapping"
1782317847
}
1782417848
},
1782517849
"documentation": "A request to update a multiplex.",
@@ -23869,6 +23893,16 @@
2386923893
"shape": "SrtCallerSourceRequest"
2387023894
},
2387123895
"documentation": "Placeholder documentation for __listOfSrtCallerSourceRequest"
23896+
},
23897+
"MultiplexPacketIdentifiersMapping": {
23898+
"type": "map",
23899+
"key": {
23900+
"shape": "__string"
23901+
},
23902+
"value": {
23903+
"shape": "MultiplexProgramPacketIdentifiersMap"
23904+
},
23905+
"documentation": "Placeholder documentation for MultiplexPacketIdentifiersMapping"
2387223906
}
2387323907
},
2387423908
"documentation": "API for AWS Elemental MediaLive"

0 commit comments

Comments
 (0)