File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
services/medialive/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change 14085
14085
"VideoPid": {
14086
14086
"shape": "__integer",
14087
14087
"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"
14088
14104
}
14089
14105
},
14090
14106
"documentation": "Packet identifiers map for a given Multiplex program."
17738
17754
"shape": "__string",
17739
17755
"locationName": "name",
17740
17756
"documentation": "Name of the multiplex."
17757
+ },
17758
+ "PacketIdentifiersMapping": {
17759
+ "shape": "MultiplexPacketIdentifiersMapping",
17760
+ "locationName": "packetIdentifiersMapping"
17741
17761
}
17742
17762
},
17743
17763
"documentation": "Placeholder documentation for UpdateMultiplex"
17820
17840
"shape": "__string",
17821
17841
"locationName": "name",
17822
17842
"documentation": "Name of the multiplex."
17843
+ },
17844
+ "PacketIdentifiersMapping": {
17845
+ "shape": "MultiplexPacketIdentifiersMapping",
17846
+ "locationName": "packetIdentifiersMapping"
17823
17847
}
17824
17848
},
17825
17849
"documentation": "A request to update a multiplex.",
23869
23893
"shape": "SrtCallerSourceRequest"
23870
23894
},
23871
23895
"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"
23872
23906
}
23873
23907
},
23874
23908
"documentation": "API for AWS Elemental MediaLive"
You can’t perform that action at this time.
0 commit comments