aws-sdk-core 2.11.61 → 2.11.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/appstream/2016-12-01/api-2.json +17 -2
- data/apis/ec2/2016-11-15/api-2.json +6 -0
- data/apis/eks/2017-11-01/api-2.json +301 -0
- data/apis/eks/2017-11-01/examples-1.json +114 -0
- data/apis/eks/2017-11-01/paginators-1.json +4 -0
- data/apis/mediaconvert/2017-08-29/api-2.json +1402 -578
- data/apis/sagemaker/2017-07-24/api-2.json +491 -1
- data/apis/sagemaker/2017-07-24/paginators-1.json +10 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/eks.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
"locationName": "audioDescriptionBroadcasterMix"
|
|
742
742
|
},
|
|
743
743
|
"Bitrate": {
|
|
744
|
-
"shape": "
|
|
744
|
+
"shape": "__integerMin6000Max1024000",
|
|
745
745
|
"locationName": "bitrate"
|
|
746
746
|
},
|
|
747
747
|
"CodecProfile": {
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
"locationName": "rawFormat"
|
|
762
762
|
},
|
|
763
763
|
"SampleRate": {
|
|
764
|
-
"shape": "
|
|
764
|
+
"shape": "__integerMin8000Max96000",
|
|
765
765
|
"locationName": "sampleRate"
|
|
766
766
|
},
|
|
767
767
|
"Specification": {
|
|
@@ -772,7 +772,11 @@
|
|
|
772
772
|
"shape": "AacVbrQuality",
|
|
773
773
|
"locationName": "vbrQuality"
|
|
774
774
|
}
|
|
775
|
-
}
|
|
775
|
+
},
|
|
776
|
+
"required": [
|
|
777
|
+
"CodingMode",
|
|
778
|
+
"SampleRate"
|
|
779
|
+
]
|
|
776
780
|
},
|
|
777
781
|
"AacSpecification": {
|
|
778
782
|
"type": "string",
|
|
@@ -837,7 +841,7 @@
|
|
|
837
841
|
"type": "structure",
|
|
838
842
|
"members": {
|
|
839
843
|
"Bitrate": {
|
|
840
|
-
"shape": "
|
|
844
|
+
"shape": "__integerMin64000Max640000",
|
|
841
845
|
"locationName": "bitrate"
|
|
842
846
|
},
|
|
843
847
|
"BitstreamMode": {
|
|
@@ -849,7 +853,7 @@
|
|
|
849
853
|
"locationName": "codingMode"
|
|
850
854
|
},
|
|
851
855
|
"Dialnorm": {
|
|
852
|
-
"shape": "
|
|
856
|
+
"shape": "__integerMin1Max31",
|
|
853
857
|
"locationName": "dialnorm"
|
|
854
858
|
},
|
|
855
859
|
"DynamicRangeCompressionProfile": {
|
|
@@ -865,7 +869,7 @@
|
|
|
865
869
|
"locationName": "metadataControl"
|
|
866
870
|
},
|
|
867
871
|
"SampleRate": {
|
|
868
|
-
"shape": "
|
|
872
|
+
"shape": "__integerMin48000Max48000",
|
|
869
873
|
"locationName": "sampleRate"
|
|
870
874
|
}
|
|
871
875
|
}
|
|
@@ -882,15 +886,15 @@
|
|
|
882
886
|
"type": "structure",
|
|
883
887
|
"members": {
|
|
884
888
|
"BitDepth": {
|
|
885
|
-
"shape": "
|
|
889
|
+
"shape": "__integerMin16Max24",
|
|
886
890
|
"locationName": "bitDepth"
|
|
887
891
|
},
|
|
888
892
|
"Channels": {
|
|
889
|
-
"shape": "
|
|
893
|
+
"shape": "__integerMin1Max2",
|
|
890
894
|
"locationName": "channels"
|
|
891
895
|
},
|
|
892
896
|
"SampleRate": {
|
|
893
|
-
"shape": "
|
|
897
|
+
"shape": "__integerMin8000Max192000",
|
|
894
898
|
"locationName": "sampleRate"
|
|
895
899
|
}
|
|
896
900
|
}
|
|
@@ -899,7 +903,7 @@
|
|
|
899
903
|
"type": "structure",
|
|
900
904
|
"members": {
|
|
901
905
|
"SourceAncillaryChannelNumber": {
|
|
902
|
-
"shape": "
|
|
906
|
+
"shape": "__integerMin1Max4",
|
|
903
907
|
"locationName": "sourceAncillaryChannelNumber"
|
|
904
908
|
}
|
|
905
909
|
}
|
|
@@ -954,7 +958,10 @@
|
|
|
954
958
|
"shape": "WavSettings",
|
|
955
959
|
"locationName": "wavSettings"
|
|
956
960
|
}
|
|
957
|
-
}
|
|
961
|
+
},
|
|
962
|
+
"required": [
|
|
963
|
+
"Codec"
|
|
964
|
+
]
|
|
958
965
|
},
|
|
959
966
|
"AudioDefaultSelection": {
|
|
960
967
|
"type": "string",
|
|
@@ -975,7 +982,7 @@
|
|
|
975
982
|
"locationName": "audioSourceName"
|
|
976
983
|
},
|
|
977
984
|
"AudioType": {
|
|
978
|
-
"shape": "
|
|
985
|
+
"shape": "__integerMin0Max255",
|
|
979
986
|
"locationName": "audioType"
|
|
980
987
|
},
|
|
981
988
|
"AudioTypeControl": {
|
|
@@ -999,10 +1006,13 @@
|
|
|
999
1006
|
"locationName": "remixSettings"
|
|
1000
1007
|
},
|
|
1001
1008
|
"StreamName": {
|
|
1002
|
-
"shape": "
|
|
1009
|
+
"shape": "__stringPatternWS",
|
|
1003
1010
|
"locationName": "streamName"
|
|
1004
1011
|
}
|
|
1005
|
-
}
|
|
1012
|
+
},
|
|
1013
|
+
"required": [
|
|
1014
|
+
"CodecSettings"
|
|
1015
|
+
]
|
|
1006
1016
|
},
|
|
1007
1017
|
"AudioLanguageCodeControl": {
|
|
1008
1018
|
"type": "string",
|
|
@@ -1051,7 +1061,7 @@
|
|
|
1051
1061
|
"locationName": "algorithmControl"
|
|
1052
1062
|
},
|
|
1053
1063
|
"CorrectionGateLevel": {
|
|
1054
|
-
"shape": "
|
|
1064
|
+
"shape": "__integerMinNegative70Max0",
|
|
1055
1065
|
"locationName": "correctionGateLevel"
|
|
1056
1066
|
},
|
|
1057
1067
|
"LoudnessLogging": {
|
|
@@ -1063,7 +1073,7 @@
|
|
|
1063
1073
|
"locationName": "peakCalculation"
|
|
1064
1074
|
},
|
|
1065
1075
|
"TargetLkfs": {
|
|
1066
|
-
"shape": "
|
|
1076
|
+
"shape": "__doubleMinNegative59Max0",
|
|
1067
1077
|
"locationName": "targetLkfs"
|
|
1068
1078
|
}
|
|
1069
1079
|
}
|
|
@@ -1076,7 +1086,7 @@
|
|
|
1076
1086
|
"locationName": "defaultSelection"
|
|
1077
1087
|
},
|
|
1078
1088
|
"ExternalAudioFileInput": {
|
|
1079
|
-
"shape": "
|
|
1089
|
+
"shape": "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE",
|
|
1080
1090
|
"locationName": "externalAudioFileInput"
|
|
1081
1091
|
},
|
|
1082
1092
|
"LanguageCode": {
|
|
@@ -1084,15 +1094,15 @@
|
|
|
1084
1094
|
"locationName": "languageCode"
|
|
1085
1095
|
},
|
|
1086
1096
|
"Offset": {
|
|
1087
|
-
"shape": "
|
|
1097
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
1088
1098
|
"locationName": "offset"
|
|
1089
1099
|
},
|
|
1090
1100
|
"Pids": {
|
|
1091
|
-
"shape": "
|
|
1101
|
+
"shape": "__listOf__integerMin1Max2147483647",
|
|
1092
1102
|
"locationName": "pids"
|
|
1093
1103
|
},
|
|
1094
1104
|
"ProgramSelection": {
|
|
1095
|
-
"shape": "
|
|
1105
|
+
"shape": "__integerMin0Max8",
|
|
1096
1106
|
"locationName": "programSelection"
|
|
1097
1107
|
},
|
|
1098
1108
|
"RemixSettings": {
|
|
@@ -1104,7 +1114,7 @@
|
|
|
1104
1114
|
"locationName": "selectorType"
|
|
1105
1115
|
},
|
|
1106
1116
|
"Tracks": {
|
|
1107
|
-
"shape": "
|
|
1117
|
+
"shape": "__listOf__integerMin1Max2147483647",
|
|
1108
1118
|
"locationName": "tracks"
|
|
1109
1119
|
}
|
|
1110
1120
|
}
|
|
@@ -1113,10 +1123,13 @@
|
|
|
1113
1123
|
"type": "structure",
|
|
1114
1124
|
"members": {
|
|
1115
1125
|
"AudioSelectorNames": {
|
|
1116
|
-
"shape": "
|
|
1126
|
+
"shape": "__listOf__stringMin1",
|
|
1117
1127
|
"locationName": "audioSelectorNames"
|
|
1118
1128
|
}
|
|
1119
|
-
}
|
|
1129
|
+
},
|
|
1130
|
+
"required": [
|
|
1131
|
+
"AudioSelectorNames"
|
|
1132
|
+
]
|
|
1120
1133
|
},
|
|
1121
1134
|
"AudioSelectorType": {
|
|
1122
1135
|
"type": "string",
|
|
@@ -1137,7 +1150,7 @@
|
|
|
1137
1150
|
"type": "structure",
|
|
1138
1151
|
"members": {
|
|
1139
1152
|
"AvailBlankingImage": {
|
|
1140
|
-
"shape": "
|
|
1153
|
+
"shape": "__stringMin14PatternS3BmpBMPPngPNG",
|
|
1141
1154
|
"locationName": "availBlankingImage"
|
|
1142
1155
|
}
|
|
1143
1156
|
}
|
|
@@ -1167,7 +1180,7 @@
|
|
|
1167
1180
|
"locationName": "backgroundColor"
|
|
1168
1181
|
},
|
|
1169
1182
|
"BackgroundOpacity": {
|
|
1170
|
-
"shape": "
|
|
1183
|
+
"shape": "__integerMin0Max255",
|
|
1171
1184
|
"locationName": "backgroundOpacity"
|
|
1172
1185
|
},
|
|
1173
1186
|
"FontColor": {
|
|
@@ -1175,15 +1188,15 @@
|
|
|
1175
1188
|
"locationName": "fontColor"
|
|
1176
1189
|
},
|
|
1177
1190
|
"FontOpacity": {
|
|
1178
|
-
"shape": "
|
|
1191
|
+
"shape": "__integerMin0Max255",
|
|
1179
1192
|
"locationName": "fontOpacity"
|
|
1180
1193
|
},
|
|
1181
1194
|
"FontResolution": {
|
|
1182
|
-
"shape": "
|
|
1195
|
+
"shape": "__integerMin96Max600",
|
|
1183
1196
|
"locationName": "fontResolution"
|
|
1184
1197
|
},
|
|
1185
1198
|
"FontSize": {
|
|
1186
|
-
"shape": "
|
|
1199
|
+
"shape": "__integerMin0Max96",
|
|
1187
1200
|
"locationName": "fontSize"
|
|
1188
1201
|
},
|
|
1189
1202
|
"OutlineColor": {
|
|
@@ -1191,7 +1204,7 @@
|
|
|
1191
1204
|
"locationName": "outlineColor"
|
|
1192
1205
|
},
|
|
1193
1206
|
"OutlineSize": {
|
|
1194
|
-
"shape": "
|
|
1207
|
+
"shape": "__integerMin0Max10",
|
|
1195
1208
|
"locationName": "outlineSize"
|
|
1196
1209
|
},
|
|
1197
1210
|
"ShadowColor": {
|
|
@@ -1199,15 +1212,15 @@
|
|
|
1199
1212
|
"locationName": "shadowColor"
|
|
1200
1213
|
},
|
|
1201
1214
|
"ShadowOpacity": {
|
|
1202
|
-
"shape": "
|
|
1215
|
+
"shape": "__integerMin0Max255",
|
|
1203
1216
|
"locationName": "shadowOpacity"
|
|
1204
1217
|
},
|
|
1205
1218
|
"ShadowXOffset": {
|
|
1206
|
-
"shape": "
|
|
1219
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
1207
1220
|
"locationName": "shadowXOffset"
|
|
1208
1221
|
},
|
|
1209
1222
|
"ShadowYOffset": {
|
|
1210
|
-
"shape": "
|
|
1223
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
1211
1224
|
"locationName": "shadowYOffset"
|
|
1212
1225
|
},
|
|
1213
1226
|
"TeletextSpacing": {
|
|
@@ -1215,14 +1228,20 @@
|
|
|
1215
1228
|
"locationName": "teletextSpacing"
|
|
1216
1229
|
},
|
|
1217
1230
|
"XPosition": {
|
|
1218
|
-
"shape": "
|
|
1231
|
+
"shape": "__integerMin0Max2147483647",
|
|
1219
1232
|
"locationName": "xPosition"
|
|
1220
1233
|
},
|
|
1221
1234
|
"YPosition": {
|
|
1222
|
-
"shape": "
|
|
1235
|
+
"shape": "__integerMin0Max2147483647",
|
|
1223
1236
|
"locationName": "yPosition"
|
|
1224
1237
|
}
|
|
1225
|
-
}
|
|
1238
|
+
},
|
|
1239
|
+
"required": [
|
|
1240
|
+
"OutlineColor",
|
|
1241
|
+
"Alignment",
|
|
1242
|
+
"OutlineSize",
|
|
1243
|
+
"FontOpacity"
|
|
1244
|
+
]
|
|
1226
1245
|
},
|
|
1227
1246
|
"BurninSubtitleAlignment": {
|
|
1228
1247
|
"type": "string",
|
|
@@ -1298,7 +1317,7 @@
|
|
|
1298
1317
|
"type": "structure",
|
|
1299
1318
|
"members": {
|
|
1300
1319
|
"CaptionSelectorName": {
|
|
1301
|
-
"shape": "
|
|
1320
|
+
"shape": "__stringMin1",
|
|
1302
1321
|
"locationName": "captionSelectorName"
|
|
1303
1322
|
},
|
|
1304
1323
|
"DestinationSettings": {
|
|
@@ -1313,7 +1332,11 @@
|
|
|
1313
1332
|
"shape": "__string",
|
|
1314
1333
|
"locationName": "languageDescription"
|
|
1315
1334
|
}
|
|
1316
|
-
}
|
|
1335
|
+
},
|
|
1336
|
+
"required": [
|
|
1337
|
+
"DestinationSettings",
|
|
1338
|
+
"CaptionSelectorName"
|
|
1339
|
+
]
|
|
1317
1340
|
},
|
|
1318
1341
|
"CaptionDescriptionPreset": {
|
|
1319
1342
|
"type": "structure",
|
|
@@ -1330,7 +1353,10 @@
|
|
|
1330
1353
|
"shape": "__string",
|
|
1331
1354
|
"locationName": "languageDescription"
|
|
1332
1355
|
}
|
|
1333
|
-
}
|
|
1356
|
+
},
|
|
1357
|
+
"required": [
|
|
1358
|
+
"DestinationSettings"
|
|
1359
|
+
]
|
|
1334
1360
|
},
|
|
1335
1361
|
"CaptionDestinationSettings": {
|
|
1336
1362
|
"type": "structure",
|
|
@@ -1359,7 +1385,10 @@
|
|
|
1359
1385
|
"shape": "TtmlDestinationSettings",
|
|
1360
1386
|
"locationName": "ttmlDestinationSettings"
|
|
1361
1387
|
}
|
|
1362
|
-
}
|
|
1388
|
+
},
|
|
1389
|
+
"required": [
|
|
1390
|
+
"DestinationType"
|
|
1391
|
+
]
|
|
1363
1392
|
},
|
|
1364
1393
|
"CaptionDestinationType": {
|
|
1365
1394
|
"type": "string",
|
|
@@ -1385,7 +1414,10 @@
|
|
|
1385
1414
|
"shape": "CaptionSourceSettings",
|
|
1386
1415
|
"locationName": "sourceSettings"
|
|
1387
1416
|
}
|
|
1388
|
-
}
|
|
1417
|
+
},
|
|
1418
|
+
"required": [
|
|
1419
|
+
"SourceSettings"
|
|
1420
|
+
]
|
|
1389
1421
|
},
|
|
1390
1422
|
"CaptionSourceSettings": {
|
|
1391
1423
|
"type": "structure",
|
|
@@ -1414,7 +1446,10 @@
|
|
|
1414
1446
|
"shape": "TeletextSourceSettings",
|
|
1415
1447
|
"locationName": "teletextSourceSettings"
|
|
1416
1448
|
}
|
|
1417
|
-
}
|
|
1449
|
+
},
|
|
1450
|
+
"required": [
|
|
1451
|
+
"SourceType"
|
|
1452
|
+
]
|
|
1418
1453
|
},
|
|
1419
1454
|
"CaptionSourceType": {
|
|
1420
1455
|
"type": "string",
|
|
@@ -1434,16 +1469,188 @@
|
|
|
1434
1469
|
"type": "structure",
|
|
1435
1470
|
"members": {
|
|
1436
1471
|
"OutputChannels": {
|
|
1437
|
-
"shape": "
|
|
1472
|
+
"shape": "__listOfOutputChannelMapping",
|
|
1438
1473
|
"locationName": "outputChannels"
|
|
1439
1474
|
}
|
|
1440
|
-
}
|
|
1475
|
+
},
|
|
1476
|
+
"required": [
|
|
1477
|
+
"OutputChannels"
|
|
1478
|
+
]
|
|
1479
|
+
},
|
|
1480
|
+
"CmafClientCache": {
|
|
1481
|
+
"type": "string",
|
|
1482
|
+
"enum": [
|
|
1483
|
+
"DISABLED",
|
|
1484
|
+
"ENABLED"
|
|
1485
|
+
]
|
|
1486
|
+
},
|
|
1487
|
+
"CmafCodecSpecification": {
|
|
1488
|
+
"type": "string",
|
|
1489
|
+
"enum": [
|
|
1490
|
+
"RFC_6381",
|
|
1491
|
+
"RFC_4281"
|
|
1492
|
+
]
|
|
1493
|
+
},
|
|
1494
|
+
"CmafEncryptionSettings": {
|
|
1495
|
+
"type": "structure",
|
|
1496
|
+
"members": {
|
|
1497
|
+
"ConstantInitializationVector": {
|
|
1498
|
+
"shape": "__stringMin32Max32Pattern09aFAF32",
|
|
1499
|
+
"locationName": "constantInitializationVector"
|
|
1500
|
+
},
|
|
1501
|
+
"EncryptionMethod": {
|
|
1502
|
+
"shape": "CmafEncryptionType",
|
|
1503
|
+
"locationName": "encryptionMethod"
|
|
1504
|
+
},
|
|
1505
|
+
"InitializationVectorInManifest": {
|
|
1506
|
+
"shape": "CmafInitializationVectorInManifest",
|
|
1507
|
+
"locationName": "initializationVectorInManifest"
|
|
1508
|
+
},
|
|
1509
|
+
"StaticKeyProvider": {
|
|
1510
|
+
"shape": "StaticKeyProvider",
|
|
1511
|
+
"locationName": "staticKeyProvider"
|
|
1512
|
+
},
|
|
1513
|
+
"Type": {
|
|
1514
|
+
"shape": "CmafKeyProviderType",
|
|
1515
|
+
"locationName": "type"
|
|
1516
|
+
}
|
|
1517
|
+
},
|
|
1518
|
+
"required": [
|
|
1519
|
+
"Type",
|
|
1520
|
+
"StaticKeyProvider"
|
|
1521
|
+
]
|
|
1522
|
+
},
|
|
1523
|
+
"CmafEncryptionType": {
|
|
1524
|
+
"type": "string",
|
|
1525
|
+
"enum": [
|
|
1526
|
+
"SAMPLE_AES"
|
|
1527
|
+
]
|
|
1528
|
+
},
|
|
1529
|
+
"CmafGroupSettings": {
|
|
1530
|
+
"type": "structure",
|
|
1531
|
+
"members": {
|
|
1532
|
+
"BaseUrl": {
|
|
1533
|
+
"shape": "__string",
|
|
1534
|
+
"locationName": "baseUrl"
|
|
1535
|
+
},
|
|
1536
|
+
"ClientCache": {
|
|
1537
|
+
"shape": "CmafClientCache",
|
|
1538
|
+
"locationName": "clientCache"
|
|
1539
|
+
},
|
|
1540
|
+
"CodecSpecification": {
|
|
1541
|
+
"shape": "CmafCodecSpecification",
|
|
1542
|
+
"locationName": "codecSpecification"
|
|
1543
|
+
},
|
|
1544
|
+
"Destination": {
|
|
1545
|
+
"shape": "__stringPatternS3",
|
|
1546
|
+
"locationName": "destination"
|
|
1547
|
+
},
|
|
1548
|
+
"Encryption": {
|
|
1549
|
+
"shape": "CmafEncryptionSettings",
|
|
1550
|
+
"locationName": "encryption"
|
|
1551
|
+
},
|
|
1552
|
+
"FragmentLength": {
|
|
1553
|
+
"shape": "__integerMin1Max2147483647",
|
|
1554
|
+
"locationName": "fragmentLength"
|
|
1555
|
+
},
|
|
1556
|
+
"ManifestCompression": {
|
|
1557
|
+
"shape": "CmafManifestCompression",
|
|
1558
|
+
"locationName": "manifestCompression"
|
|
1559
|
+
},
|
|
1560
|
+
"ManifestDurationFormat": {
|
|
1561
|
+
"shape": "CmafManifestDurationFormat",
|
|
1562
|
+
"locationName": "manifestDurationFormat"
|
|
1563
|
+
},
|
|
1564
|
+
"MinBufferTime": {
|
|
1565
|
+
"shape": "__integerMin0Max2147483647",
|
|
1566
|
+
"locationName": "minBufferTime"
|
|
1567
|
+
},
|
|
1568
|
+
"SegmentControl": {
|
|
1569
|
+
"shape": "CmafSegmentControl",
|
|
1570
|
+
"locationName": "segmentControl"
|
|
1571
|
+
},
|
|
1572
|
+
"SegmentLength": {
|
|
1573
|
+
"shape": "__integerMin1Max2147483647",
|
|
1574
|
+
"locationName": "segmentLength"
|
|
1575
|
+
},
|
|
1576
|
+
"StreamInfResolution": {
|
|
1577
|
+
"shape": "CmafStreamInfResolution",
|
|
1578
|
+
"locationName": "streamInfResolution"
|
|
1579
|
+
},
|
|
1580
|
+
"WriteDashManifest": {
|
|
1581
|
+
"shape": "CmafWriteDASHManifest",
|
|
1582
|
+
"locationName": "writeDashManifest"
|
|
1583
|
+
},
|
|
1584
|
+
"WriteHlsManifest": {
|
|
1585
|
+
"shape": "CmafWriteHLSManifest",
|
|
1586
|
+
"locationName": "writeHlsManifest"
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"required": [
|
|
1590
|
+
"FragmentLength",
|
|
1591
|
+
"SegmentLength"
|
|
1592
|
+
]
|
|
1593
|
+
},
|
|
1594
|
+
"CmafInitializationVectorInManifest": {
|
|
1595
|
+
"type": "string",
|
|
1596
|
+
"enum": [
|
|
1597
|
+
"INCLUDE",
|
|
1598
|
+
"EXCLUDE"
|
|
1599
|
+
]
|
|
1600
|
+
},
|
|
1601
|
+
"CmafKeyProviderType": {
|
|
1602
|
+
"type": "string",
|
|
1603
|
+
"enum": [
|
|
1604
|
+
"STATIC_KEY"
|
|
1605
|
+
]
|
|
1606
|
+
},
|
|
1607
|
+
"CmafManifestCompression": {
|
|
1608
|
+
"type": "string",
|
|
1609
|
+
"enum": [
|
|
1610
|
+
"GZIP",
|
|
1611
|
+
"NONE"
|
|
1612
|
+
]
|
|
1613
|
+
},
|
|
1614
|
+
"CmafManifestDurationFormat": {
|
|
1615
|
+
"type": "string",
|
|
1616
|
+
"enum": [
|
|
1617
|
+
"FLOATING_POINT",
|
|
1618
|
+
"INTEGER"
|
|
1619
|
+
]
|
|
1620
|
+
},
|
|
1621
|
+
"CmafSegmentControl": {
|
|
1622
|
+
"type": "string",
|
|
1623
|
+
"enum": [
|
|
1624
|
+
"SINGLE_FILE",
|
|
1625
|
+
"SEGMENTED_FILES"
|
|
1626
|
+
]
|
|
1627
|
+
},
|
|
1628
|
+
"CmafStreamInfResolution": {
|
|
1629
|
+
"type": "string",
|
|
1630
|
+
"enum": [
|
|
1631
|
+
"INCLUDE",
|
|
1632
|
+
"EXCLUDE"
|
|
1633
|
+
]
|
|
1634
|
+
},
|
|
1635
|
+
"CmafWriteDASHManifest": {
|
|
1636
|
+
"type": "string",
|
|
1637
|
+
"enum": [
|
|
1638
|
+
"DISABLED",
|
|
1639
|
+
"ENABLED"
|
|
1640
|
+
]
|
|
1641
|
+
},
|
|
1642
|
+
"CmafWriteHLSManifest": {
|
|
1643
|
+
"type": "string",
|
|
1644
|
+
"enum": [
|
|
1645
|
+
"DISABLED",
|
|
1646
|
+
"ENABLED"
|
|
1647
|
+
]
|
|
1441
1648
|
},
|
|
1442
1649
|
"ColorCorrector": {
|
|
1443
1650
|
"type": "structure",
|
|
1444
1651
|
"members": {
|
|
1445
1652
|
"Brightness": {
|
|
1446
|
-
"shape": "
|
|
1653
|
+
"shape": "__integerMin1Max100",
|
|
1447
1654
|
"locationName": "brightness"
|
|
1448
1655
|
},
|
|
1449
1656
|
"ColorSpaceConversion": {
|
|
@@ -1451,7 +1658,7 @@
|
|
|
1451
1658
|
"locationName": "colorSpaceConversion"
|
|
1452
1659
|
},
|
|
1453
1660
|
"Contrast": {
|
|
1454
|
-
"shape": "
|
|
1661
|
+
"shape": "__integerMin1Max100",
|
|
1455
1662
|
"locationName": "contrast"
|
|
1456
1663
|
},
|
|
1457
1664
|
"Hdr10Metadata": {
|
|
@@ -1459,11 +1666,11 @@
|
|
|
1459
1666
|
"locationName": "hdr10Metadata"
|
|
1460
1667
|
},
|
|
1461
1668
|
"Hue": {
|
|
1462
|
-
"shape": "
|
|
1669
|
+
"shape": "__integerMinNegative180Max180",
|
|
1463
1670
|
"locationName": "hue"
|
|
1464
1671
|
},
|
|
1465
1672
|
"Saturation": {
|
|
1466
|
-
"shape": "
|
|
1673
|
+
"shape": "__integerMin1Max100",
|
|
1467
1674
|
"locationName": "saturation"
|
|
1468
1675
|
}
|
|
1469
1676
|
}
|
|
@@ -1542,7 +1749,10 @@
|
|
|
1542
1749
|
"shape": "Mp4Settings",
|
|
1543
1750
|
"locationName": "mp4Settings"
|
|
1544
1751
|
}
|
|
1545
|
-
}
|
|
1752
|
+
},
|
|
1753
|
+
"required": [
|
|
1754
|
+
"Container"
|
|
1755
|
+
]
|
|
1546
1756
|
},
|
|
1547
1757
|
"ContainerType": {
|
|
1548
1758
|
"type": "string",
|
|
@@ -1551,6 +1761,7 @@
|
|
|
1551
1761
|
"ISMV",
|
|
1552
1762
|
"M2TS",
|
|
1553
1763
|
"M3U8",
|
|
1764
|
+
"CMFC",
|
|
1554
1765
|
"MOV",
|
|
1555
1766
|
"MP4",
|
|
1556
1767
|
"MPD",
|
|
@@ -1583,10 +1794,14 @@
|
|
|
1583
1794
|
"locationName": "settings"
|
|
1584
1795
|
},
|
|
1585
1796
|
"UserMetadata": {
|
|
1586
|
-
"shape": "
|
|
1797
|
+
"shape": "__mapOf__string",
|
|
1587
1798
|
"locationName": "userMetadata"
|
|
1588
1799
|
}
|
|
1589
|
-
}
|
|
1800
|
+
},
|
|
1801
|
+
"required": [
|
|
1802
|
+
"Role",
|
|
1803
|
+
"Settings"
|
|
1804
|
+
]
|
|
1590
1805
|
},
|
|
1591
1806
|
"CreateJobResponse": {
|
|
1592
1807
|
"type": "structure",
|
|
@@ -1620,7 +1835,11 @@
|
|
|
1620
1835
|
"shape": "JobTemplateSettings",
|
|
1621
1836
|
"locationName": "settings"
|
|
1622
1837
|
}
|
|
1623
|
-
}
|
|
1838
|
+
},
|
|
1839
|
+
"required": [
|
|
1840
|
+
"Settings",
|
|
1841
|
+
"Name"
|
|
1842
|
+
]
|
|
1624
1843
|
},
|
|
1625
1844
|
"CreateJobTemplateResponse": {
|
|
1626
1845
|
"type": "structure",
|
|
@@ -1650,7 +1869,11 @@
|
|
|
1650
1869
|
"shape": "PresetSettings",
|
|
1651
1870
|
"locationName": "settings"
|
|
1652
1871
|
}
|
|
1653
|
-
}
|
|
1872
|
+
},
|
|
1873
|
+
"required": [
|
|
1874
|
+
"Settings",
|
|
1875
|
+
"Name"
|
|
1876
|
+
]
|
|
1654
1877
|
},
|
|
1655
1878
|
"CreatePresetResponse": {
|
|
1656
1879
|
"type": "structure",
|
|
@@ -1672,7 +1895,10 @@
|
|
|
1672
1895
|
"shape": "__string",
|
|
1673
1896
|
"locationName": "name"
|
|
1674
1897
|
}
|
|
1675
|
-
}
|
|
1898
|
+
},
|
|
1899
|
+
"required": [
|
|
1900
|
+
"Name"
|
|
1901
|
+
]
|
|
1676
1902
|
},
|
|
1677
1903
|
"CreateQueueResponse": {
|
|
1678
1904
|
"type": "structure",
|
|
@@ -1690,7 +1916,10 @@
|
|
|
1690
1916
|
"shape": "SpekeKeyProvider",
|
|
1691
1917
|
"locationName": "spekeKeyProvider"
|
|
1692
1918
|
}
|
|
1693
|
-
}
|
|
1919
|
+
},
|
|
1920
|
+
"required": [
|
|
1921
|
+
"SpekeKeyProvider"
|
|
1922
|
+
]
|
|
1694
1923
|
},
|
|
1695
1924
|
"DashIsoGroupSettings": {
|
|
1696
1925
|
"type": "structure",
|
|
@@ -1700,7 +1929,7 @@
|
|
|
1700
1929
|
"locationName": "baseUrl"
|
|
1701
1930
|
},
|
|
1702
1931
|
"Destination": {
|
|
1703
|
-
"shape": "
|
|
1932
|
+
"shape": "__stringPatternS3",
|
|
1704
1933
|
"locationName": "destination"
|
|
1705
1934
|
},
|
|
1706
1935
|
"Encryption": {
|
|
@@ -1708,7 +1937,7 @@
|
|
|
1708
1937
|
"locationName": "encryption"
|
|
1709
1938
|
},
|
|
1710
1939
|
"FragmentLength": {
|
|
1711
|
-
"shape": "
|
|
1940
|
+
"shape": "__integerMin1Max2147483647",
|
|
1712
1941
|
"locationName": "fragmentLength"
|
|
1713
1942
|
},
|
|
1714
1943
|
"HbbtvCompliance": {
|
|
@@ -1716,7 +1945,7 @@
|
|
|
1716
1945
|
"locationName": "hbbtvCompliance"
|
|
1717
1946
|
},
|
|
1718
1947
|
"MinBufferTime": {
|
|
1719
|
-
"shape": "
|
|
1948
|
+
"shape": "__integerMin0Max2147483647",
|
|
1720
1949
|
"locationName": "minBufferTime"
|
|
1721
1950
|
},
|
|
1722
1951
|
"SegmentControl": {
|
|
@@ -1724,10 +1953,14 @@
|
|
|
1724
1953
|
"locationName": "segmentControl"
|
|
1725
1954
|
},
|
|
1726
1955
|
"SegmentLength": {
|
|
1727
|
-
"shape": "
|
|
1956
|
+
"shape": "__integerMin1Max2147483647",
|
|
1728
1957
|
"locationName": "segmentLength"
|
|
1729
1958
|
}
|
|
1730
|
-
}
|
|
1959
|
+
},
|
|
1960
|
+
"required": [
|
|
1961
|
+
"SegmentLength",
|
|
1962
|
+
"FragmentLength"
|
|
1963
|
+
]
|
|
1731
1964
|
},
|
|
1732
1965
|
"DashIsoHbbtvCompliance": {
|
|
1733
1966
|
"type": "string",
|
|
@@ -1855,7 +2088,7 @@
|
|
|
1855
2088
|
"type": "structure",
|
|
1856
2089
|
"members": {
|
|
1857
2090
|
"Endpoints": {
|
|
1858
|
-
"shape": "
|
|
2091
|
+
"shape": "__listOfEndpoint",
|
|
1859
2092
|
"locationName": "endpoints"
|
|
1860
2093
|
},
|
|
1861
2094
|
"NextToken": {
|
|
@@ -1875,18 +2108,23 @@
|
|
|
1875
2108
|
"type": "structure",
|
|
1876
2109
|
"members": {
|
|
1877
2110
|
"NetworkId": {
|
|
1878
|
-
"shape": "
|
|
2111
|
+
"shape": "__integerMin0Max65535",
|
|
1879
2112
|
"locationName": "networkId"
|
|
1880
2113
|
},
|
|
1881
2114
|
"NetworkName": {
|
|
1882
|
-
"shape": "
|
|
2115
|
+
"shape": "__stringMin1Max256",
|
|
1883
2116
|
"locationName": "networkName"
|
|
1884
2117
|
},
|
|
1885
2118
|
"NitInterval": {
|
|
1886
|
-
"shape": "
|
|
2119
|
+
"shape": "__integerMin25Max10000",
|
|
1887
2120
|
"locationName": "nitInterval"
|
|
1888
2121
|
}
|
|
1889
|
-
}
|
|
2122
|
+
},
|
|
2123
|
+
"required": [
|
|
2124
|
+
"NetworkName",
|
|
2125
|
+
"NitInterval",
|
|
2126
|
+
"NetworkId"
|
|
2127
|
+
]
|
|
1890
2128
|
},
|
|
1891
2129
|
"DvbSdtSettings": {
|
|
1892
2130
|
"type": "structure",
|
|
@@ -1896,15 +2134,15 @@
|
|
|
1896
2134
|
"locationName": "outputSdt"
|
|
1897
2135
|
},
|
|
1898
2136
|
"SdtInterval": {
|
|
1899
|
-
"shape": "
|
|
2137
|
+
"shape": "__integerMin25Max2000",
|
|
1900
2138
|
"locationName": "sdtInterval"
|
|
1901
2139
|
},
|
|
1902
2140
|
"ServiceName": {
|
|
1903
|
-
"shape": "
|
|
2141
|
+
"shape": "__stringMin1Max256",
|
|
1904
2142
|
"locationName": "serviceName"
|
|
1905
2143
|
},
|
|
1906
2144
|
"ServiceProviderName": {
|
|
1907
|
-
"shape": "
|
|
2145
|
+
"shape": "__stringMin1Max256",
|
|
1908
2146
|
"locationName": "serviceProviderName"
|
|
1909
2147
|
}
|
|
1910
2148
|
}
|
|
@@ -1921,7 +2159,7 @@
|
|
|
1921
2159
|
"locationName": "backgroundColor"
|
|
1922
2160
|
},
|
|
1923
2161
|
"BackgroundOpacity": {
|
|
1924
|
-
"shape": "
|
|
2162
|
+
"shape": "__integerMin0Max255",
|
|
1925
2163
|
"locationName": "backgroundOpacity"
|
|
1926
2164
|
},
|
|
1927
2165
|
"FontColor": {
|
|
@@ -1929,15 +2167,15 @@
|
|
|
1929
2167
|
"locationName": "fontColor"
|
|
1930
2168
|
},
|
|
1931
2169
|
"FontOpacity": {
|
|
1932
|
-
"shape": "
|
|
2170
|
+
"shape": "__integerMin0Max255",
|
|
1933
2171
|
"locationName": "fontOpacity"
|
|
1934
2172
|
},
|
|
1935
2173
|
"FontResolution": {
|
|
1936
|
-
"shape": "
|
|
2174
|
+
"shape": "__integerMin96Max600",
|
|
1937
2175
|
"locationName": "fontResolution"
|
|
1938
2176
|
},
|
|
1939
2177
|
"FontSize": {
|
|
1940
|
-
"shape": "
|
|
2178
|
+
"shape": "__integerMin0Max96",
|
|
1941
2179
|
"locationName": "fontSize"
|
|
1942
2180
|
},
|
|
1943
2181
|
"OutlineColor": {
|
|
@@ -1945,7 +2183,7 @@
|
|
|
1945
2183
|
"locationName": "outlineColor"
|
|
1946
2184
|
},
|
|
1947
2185
|
"OutlineSize": {
|
|
1948
|
-
"shape": "
|
|
2186
|
+
"shape": "__integerMin0Max10",
|
|
1949
2187
|
"locationName": "outlineSize"
|
|
1950
2188
|
},
|
|
1951
2189
|
"ShadowColor": {
|
|
@@ -1953,15 +2191,15 @@
|
|
|
1953
2191
|
"locationName": "shadowColor"
|
|
1954
2192
|
},
|
|
1955
2193
|
"ShadowOpacity": {
|
|
1956
|
-
"shape": "
|
|
2194
|
+
"shape": "__integerMin0Max255",
|
|
1957
2195
|
"locationName": "shadowOpacity"
|
|
1958
2196
|
},
|
|
1959
2197
|
"ShadowXOffset": {
|
|
1960
|
-
"shape": "
|
|
2198
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
1961
2199
|
"locationName": "shadowXOffset"
|
|
1962
2200
|
},
|
|
1963
2201
|
"ShadowYOffset": {
|
|
1964
|
-
"shape": "
|
|
2202
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
1965
2203
|
"locationName": "shadowYOffset"
|
|
1966
2204
|
},
|
|
1967
2205
|
"TeletextSpacing": {
|
|
@@ -1969,20 +2207,26 @@
|
|
|
1969
2207
|
"locationName": "teletextSpacing"
|
|
1970
2208
|
},
|
|
1971
2209
|
"XPosition": {
|
|
1972
|
-
"shape": "
|
|
2210
|
+
"shape": "__integerMin0Max2147483647",
|
|
1973
2211
|
"locationName": "xPosition"
|
|
1974
2212
|
},
|
|
1975
2213
|
"YPosition": {
|
|
1976
|
-
"shape": "
|
|
2214
|
+
"shape": "__integerMin0Max2147483647",
|
|
1977
2215
|
"locationName": "yPosition"
|
|
1978
2216
|
}
|
|
1979
|
-
}
|
|
2217
|
+
},
|
|
2218
|
+
"required": [
|
|
2219
|
+
"OutlineColor",
|
|
2220
|
+
"Alignment",
|
|
2221
|
+
"OutlineSize",
|
|
2222
|
+
"FontOpacity"
|
|
2223
|
+
]
|
|
1980
2224
|
},
|
|
1981
2225
|
"DvbSubSourceSettings": {
|
|
1982
2226
|
"type": "structure",
|
|
1983
2227
|
"members": {
|
|
1984
2228
|
"Pid": {
|
|
1985
|
-
"shape": "
|
|
2229
|
+
"shape": "__integerMin1Max2147483647",
|
|
1986
2230
|
"locationName": "pid"
|
|
1987
2231
|
}
|
|
1988
2232
|
}
|
|
@@ -2043,10 +2287,13 @@
|
|
|
2043
2287
|
"type": "structure",
|
|
2044
2288
|
"members": {
|
|
2045
2289
|
"TdtInterval": {
|
|
2046
|
-
"shape": "
|
|
2290
|
+
"shape": "__integerMin1000Max30000",
|
|
2047
2291
|
"locationName": "tdtInterval"
|
|
2048
2292
|
}
|
|
2049
|
-
}
|
|
2293
|
+
},
|
|
2294
|
+
"required": [
|
|
2295
|
+
"TdtInterval"
|
|
2296
|
+
]
|
|
2050
2297
|
},
|
|
2051
2298
|
"Eac3AttenuationControl": {
|
|
2052
2299
|
"type": "string",
|
|
@@ -2145,7 +2392,7 @@
|
|
|
2145
2392
|
"locationName": "attenuationControl"
|
|
2146
2393
|
},
|
|
2147
2394
|
"Bitrate": {
|
|
2148
|
-
"shape": "
|
|
2395
|
+
"shape": "__integerMin64000Max640000",
|
|
2149
2396
|
"locationName": "bitrate"
|
|
2150
2397
|
},
|
|
2151
2398
|
"BitstreamMode": {
|
|
@@ -2161,7 +2408,7 @@
|
|
|
2161
2408
|
"locationName": "dcFilter"
|
|
2162
2409
|
},
|
|
2163
2410
|
"Dialnorm": {
|
|
2164
|
-
"shape": "
|
|
2411
|
+
"shape": "__integerMin1Max31",
|
|
2165
2412
|
"locationName": "dialnorm"
|
|
2166
2413
|
},
|
|
2167
2414
|
"DynamicRangeCompressionLine": {
|
|
@@ -2181,19 +2428,19 @@
|
|
|
2181
2428
|
"locationName": "lfeFilter"
|
|
2182
2429
|
},
|
|
2183
2430
|
"LoRoCenterMixLevel": {
|
|
2184
|
-
"shape": "
|
|
2431
|
+
"shape": "__doubleMinNegative60Max3",
|
|
2185
2432
|
"locationName": "loRoCenterMixLevel"
|
|
2186
2433
|
},
|
|
2187
2434
|
"LoRoSurroundMixLevel": {
|
|
2188
|
-
"shape": "
|
|
2435
|
+
"shape": "__doubleMinNegative60MaxNegative1",
|
|
2189
2436
|
"locationName": "loRoSurroundMixLevel"
|
|
2190
2437
|
},
|
|
2191
2438
|
"LtRtCenterMixLevel": {
|
|
2192
|
-
"shape": "
|
|
2439
|
+
"shape": "__doubleMinNegative60Max3",
|
|
2193
2440
|
"locationName": "ltRtCenterMixLevel"
|
|
2194
2441
|
},
|
|
2195
2442
|
"LtRtSurroundMixLevel": {
|
|
2196
|
-
"shape": "
|
|
2443
|
+
"shape": "__doubleMinNegative60MaxNegative1",
|
|
2197
2444
|
"locationName": "ltRtSurroundMixLevel"
|
|
2198
2445
|
},
|
|
2199
2446
|
"MetadataControl": {
|
|
@@ -2209,7 +2456,7 @@
|
|
|
2209
2456
|
"locationName": "phaseControl"
|
|
2210
2457
|
},
|
|
2211
2458
|
"SampleRate": {
|
|
2212
|
-
"shape": "
|
|
2459
|
+
"shape": "__integerMin48000Max48000",
|
|
2213
2460
|
"locationName": "sampleRate"
|
|
2214
2461
|
},
|
|
2215
2462
|
"StereoDownmix": {
|
|
@@ -2266,11 +2513,11 @@
|
|
|
2266
2513
|
"locationName": "convert608To708"
|
|
2267
2514
|
},
|
|
2268
2515
|
"Source608ChannelNumber": {
|
|
2269
|
-
"shape": "
|
|
2516
|
+
"shape": "__integerMin1Max4",
|
|
2270
2517
|
"locationName": "source608ChannelNumber"
|
|
2271
2518
|
},
|
|
2272
2519
|
"Source608TrackNumber": {
|
|
2273
|
-
"shape": "
|
|
2520
|
+
"shape": "__integerMin1Max1",
|
|
2274
2521
|
"locationName": "source608TrackNumber"
|
|
2275
2522
|
}
|
|
2276
2523
|
}
|
|
@@ -2313,7 +2560,7 @@
|
|
|
2313
2560
|
"type": "structure",
|
|
2314
2561
|
"members": {
|
|
2315
2562
|
"Destination": {
|
|
2316
|
-
"shape": "
|
|
2563
|
+
"shape": "__stringPatternS3",
|
|
2317
2564
|
"locationName": "destination"
|
|
2318
2565
|
}
|
|
2319
2566
|
}
|
|
@@ -2333,14 +2580,17 @@
|
|
|
2333
2580
|
"locationName": "convert608To708"
|
|
2334
2581
|
},
|
|
2335
2582
|
"SourceFile": {
|
|
2336
|
-
"shape": "
|
|
2583
|
+
"shape": "__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI",
|
|
2337
2584
|
"locationName": "sourceFile"
|
|
2338
2585
|
},
|
|
2339
2586
|
"TimeDelta": {
|
|
2340
|
-
"shape": "
|
|
2587
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
2341
2588
|
"locationName": "timeDelta"
|
|
2342
2589
|
}
|
|
2343
|
-
}
|
|
2590
|
+
},
|
|
2591
|
+
"required": [
|
|
2592
|
+
"SourceFile"
|
|
2593
|
+
]
|
|
2344
2594
|
},
|
|
2345
2595
|
"ForbiddenException": {
|
|
2346
2596
|
"type": "structure",
|
|
@@ -2359,19 +2609,19 @@
|
|
|
2359
2609
|
"type": "structure",
|
|
2360
2610
|
"members": {
|
|
2361
2611
|
"FramerateDenominator": {
|
|
2362
|
-
"shape": "
|
|
2612
|
+
"shape": "__integerMin1Max2147483647",
|
|
2363
2613
|
"locationName": "framerateDenominator"
|
|
2364
2614
|
},
|
|
2365
2615
|
"FramerateNumerator": {
|
|
2366
|
-
"shape": "
|
|
2616
|
+
"shape": "__integerMin1Max2147483647",
|
|
2367
2617
|
"locationName": "framerateNumerator"
|
|
2368
2618
|
},
|
|
2369
2619
|
"MaxCaptures": {
|
|
2370
|
-
"shape": "
|
|
2620
|
+
"shape": "__integerMin1Max10000000",
|
|
2371
2621
|
"locationName": "maxCaptures"
|
|
2372
2622
|
},
|
|
2373
2623
|
"Quality": {
|
|
2374
|
-
"shape": "
|
|
2624
|
+
"shape": "__integerMin1Max100",
|
|
2375
2625
|
"locationName": "quality"
|
|
2376
2626
|
}
|
|
2377
2627
|
}
|
|
@@ -2611,7 +2861,7 @@
|
|
|
2611
2861
|
"locationName": "adaptiveQuantization"
|
|
2612
2862
|
},
|
|
2613
2863
|
"Bitrate": {
|
|
2614
|
-
"shape": "
|
|
2864
|
+
"shape": "__integerMin1000Max1152000000",
|
|
2615
2865
|
"locationName": "bitrate"
|
|
2616
2866
|
},
|
|
2617
2867
|
"CodecLevel": {
|
|
@@ -2643,11 +2893,11 @@
|
|
|
2643
2893
|
"locationName": "framerateConversionAlgorithm"
|
|
2644
2894
|
},
|
|
2645
2895
|
"FramerateDenominator": {
|
|
2646
|
-
"shape": "
|
|
2896
|
+
"shape": "__integerMin1Max2147483647",
|
|
2647
2897
|
"locationName": "framerateDenominator"
|
|
2648
2898
|
},
|
|
2649
2899
|
"FramerateNumerator": {
|
|
2650
|
-
"shape": "
|
|
2900
|
+
"shape": "__integerMin1Max2147483647",
|
|
2651
2901
|
"locationName": "framerateNumerator"
|
|
2652
2902
|
},
|
|
2653
2903
|
"GopBReference": {
|
|
@@ -2655,11 +2905,11 @@
|
|
|
2655
2905
|
"locationName": "gopBReference"
|
|
2656
2906
|
},
|
|
2657
2907
|
"GopClosedCadence": {
|
|
2658
|
-
"shape": "
|
|
2908
|
+
"shape": "__integerMin0Max2147483647",
|
|
2659
2909
|
"locationName": "gopClosedCadence"
|
|
2660
2910
|
},
|
|
2661
2911
|
"GopSize": {
|
|
2662
|
-
"shape": "
|
|
2912
|
+
"shape": "__doubleMin0",
|
|
2663
2913
|
"locationName": "gopSize"
|
|
2664
2914
|
},
|
|
2665
2915
|
"GopSizeUnits": {
|
|
@@ -2667,11 +2917,11 @@
|
|
|
2667
2917
|
"locationName": "gopSizeUnits"
|
|
2668
2918
|
},
|
|
2669
2919
|
"HrdBufferInitialFillPercentage": {
|
|
2670
|
-
"shape": "
|
|
2920
|
+
"shape": "__integerMin0Max100",
|
|
2671
2921
|
"locationName": "hrdBufferInitialFillPercentage"
|
|
2672
2922
|
},
|
|
2673
2923
|
"HrdBufferSize": {
|
|
2674
|
-
"shape": "
|
|
2924
|
+
"shape": "__integerMin0Max1152000000",
|
|
2675
2925
|
"locationName": "hrdBufferSize"
|
|
2676
2926
|
},
|
|
2677
2927
|
"InterlaceMode": {
|
|
@@ -2679,19 +2929,19 @@
|
|
|
2679
2929
|
"locationName": "interlaceMode"
|
|
2680
2930
|
},
|
|
2681
2931
|
"MaxBitrate": {
|
|
2682
|
-
"shape": "
|
|
2932
|
+
"shape": "__integerMin1000Max1152000000",
|
|
2683
2933
|
"locationName": "maxBitrate"
|
|
2684
2934
|
},
|
|
2685
2935
|
"MinIInterval": {
|
|
2686
|
-
"shape": "
|
|
2936
|
+
"shape": "__integerMin0Max30",
|
|
2687
2937
|
"locationName": "minIInterval"
|
|
2688
2938
|
},
|
|
2689
2939
|
"NumberBFramesBetweenReferenceFrames": {
|
|
2690
|
-
"shape": "
|
|
2940
|
+
"shape": "__integerMin0Max7",
|
|
2691
2941
|
"locationName": "numberBFramesBetweenReferenceFrames"
|
|
2692
2942
|
},
|
|
2693
2943
|
"NumberReferenceFrames": {
|
|
2694
|
-
"shape": "
|
|
2944
|
+
"shape": "__integerMin1Max6",
|
|
2695
2945
|
"locationName": "numberReferenceFrames"
|
|
2696
2946
|
},
|
|
2697
2947
|
"ParControl": {
|
|
@@ -2699,11 +2949,11 @@
|
|
|
2699
2949
|
"locationName": "parControl"
|
|
2700
2950
|
},
|
|
2701
2951
|
"ParDenominator": {
|
|
2702
|
-
"shape": "
|
|
2952
|
+
"shape": "__integerMin1Max2147483647",
|
|
2703
2953
|
"locationName": "parDenominator"
|
|
2704
2954
|
},
|
|
2705
2955
|
"ParNumerator": {
|
|
2706
|
-
"shape": "
|
|
2956
|
+
"shape": "__integerMin1Max2147483647",
|
|
2707
2957
|
"locationName": "parNumerator"
|
|
2708
2958
|
},
|
|
2709
2959
|
"QualityTuningLevel": {
|
|
@@ -2723,7 +2973,7 @@
|
|
|
2723
2973
|
"locationName": "sceneChangeDetect"
|
|
2724
2974
|
},
|
|
2725
2975
|
"Slices": {
|
|
2726
|
-
"shape": "
|
|
2976
|
+
"shape": "__integerMin1Max32",
|
|
2727
2977
|
"locationName": "slices"
|
|
2728
2978
|
},
|
|
2729
2979
|
"SlowPal": {
|
|
@@ -2731,7 +2981,7 @@
|
|
|
2731
2981
|
"locationName": "slowPal"
|
|
2732
2982
|
},
|
|
2733
2983
|
"Softness": {
|
|
2734
|
-
"shape": "
|
|
2984
|
+
"shape": "__integerMin0Max128",
|
|
2735
2985
|
"locationName": "softness"
|
|
2736
2986
|
},
|
|
2737
2987
|
"SpatialAdaptiveQuantization": {
|
|
@@ -2943,7 +3193,7 @@
|
|
|
2943
3193
|
"locationName": "alternateTransferFunctionSei"
|
|
2944
3194
|
},
|
|
2945
3195
|
"Bitrate": {
|
|
2946
|
-
"shape": "
|
|
3196
|
+
"shape": "__integerMin1000Max1466400000",
|
|
2947
3197
|
"locationName": "bitrate"
|
|
2948
3198
|
},
|
|
2949
3199
|
"CodecLevel": {
|
|
@@ -2967,11 +3217,11 @@
|
|
|
2967
3217
|
"locationName": "framerateConversionAlgorithm"
|
|
2968
3218
|
},
|
|
2969
3219
|
"FramerateDenominator": {
|
|
2970
|
-
"shape": "
|
|
3220
|
+
"shape": "__integerMin1Max2147483647",
|
|
2971
3221
|
"locationName": "framerateDenominator"
|
|
2972
3222
|
},
|
|
2973
3223
|
"FramerateNumerator": {
|
|
2974
|
-
"shape": "
|
|
3224
|
+
"shape": "__integerMin1Max2147483647",
|
|
2975
3225
|
"locationName": "framerateNumerator"
|
|
2976
3226
|
},
|
|
2977
3227
|
"GopBReference": {
|
|
@@ -2979,11 +3229,11 @@
|
|
|
2979
3229
|
"locationName": "gopBReference"
|
|
2980
3230
|
},
|
|
2981
3231
|
"GopClosedCadence": {
|
|
2982
|
-
"shape": "
|
|
3232
|
+
"shape": "__integerMin0Max2147483647",
|
|
2983
3233
|
"locationName": "gopClosedCadence"
|
|
2984
3234
|
},
|
|
2985
3235
|
"GopSize": {
|
|
2986
|
-
"shape": "
|
|
3236
|
+
"shape": "__doubleMin0",
|
|
2987
3237
|
"locationName": "gopSize"
|
|
2988
3238
|
},
|
|
2989
3239
|
"GopSizeUnits": {
|
|
@@ -2991,11 +3241,11 @@
|
|
|
2991
3241
|
"locationName": "gopSizeUnits"
|
|
2992
3242
|
},
|
|
2993
3243
|
"HrdBufferInitialFillPercentage": {
|
|
2994
|
-
"shape": "
|
|
3244
|
+
"shape": "__integerMin0Max100",
|
|
2995
3245
|
"locationName": "hrdBufferInitialFillPercentage"
|
|
2996
3246
|
},
|
|
2997
3247
|
"HrdBufferSize": {
|
|
2998
|
-
"shape": "
|
|
3248
|
+
"shape": "__integerMin0Max1466400000",
|
|
2999
3249
|
"locationName": "hrdBufferSize"
|
|
3000
3250
|
},
|
|
3001
3251
|
"InterlaceMode": {
|
|
@@ -3003,19 +3253,19 @@
|
|
|
3003
3253
|
"locationName": "interlaceMode"
|
|
3004
3254
|
},
|
|
3005
3255
|
"MaxBitrate": {
|
|
3006
|
-
"shape": "
|
|
3256
|
+
"shape": "__integerMin1000Max1466400000",
|
|
3007
3257
|
"locationName": "maxBitrate"
|
|
3008
3258
|
},
|
|
3009
3259
|
"MinIInterval": {
|
|
3010
|
-
"shape": "
|
|
3260
|
+
"shape": "__integerMin0Max30",
|
|
3011
3261
|
"locationName": "minIInterval"
|
|
3012
3262
|
},
|
|
3013
3263
|
"NumberBFramesBetweenReferenceFrames": {
|
|
3014
|
-
"shape": "
|
|
3264
|
+
"shape": "__integerMin0Max7",
|
|
3015
3265
|
"locationName": "numberBFramesBetweenReferenceFrames"
|
|
3016
3266
|
},
|
|
3017
3267
|
"NumberReferenceFrames": {
|
|
3018
|
-
"shape": "
|
|
3268
|
+
"shape": "__integerMin1Max6",
|
|
3019
3269
|
"locationName": "numberReferenceFrames"
|
|
3020
3270
|
},
|
|
3021
3271
|
"ParControl": {
|
|
@@ -3023,11 +3273,11 @@
|
|
|
3023
3273
|
"locationName": "parControl"
|
|
3024
3274
|
},
|
|
3025
3275
|
"ParDenominator": {
|
|
3026
|
-
"shape": "
|
|
3276
|
+
"shape": "__integerMin1Max2147483647",
|
|
3027
3277
|
"locationName": "parDenominator"
|
|
3028
3278
|
},
|
|
3029
3279
|
"ParNumerator": {
|
|
3030
|
-
"shape": "
|
|
3280
|
+
"shape": "__integerMin1Max2147483647",
|
|
3031
3281
|
"locationName": "parNumerator"
|
|
3032
3282
|
},
|
|
3033
3283
|
"QualityTuningLevel": {
|
|
@@ -3047,7 +3297,7 @@
|
|
|
3047
3297
|
"locationName": "sceneChangeDetect"
|
|
3048
3298
|
},
|
|
3049
3299
|
"Slices": {
|
|
3050
|
-
"shape": "
|
|
3300
|
+
"shape": "__integerMin1Max32",
|
|
3051
3301
|
"locationName": "slices"
|
|
3052
3302
|
},
|
|
3053
3303
|
"SlowPal": {
|
|
@@ -3077,6 +3327,10 @@
|
|
|
3077
3327
|
"UnregisteredSeiTimecode": {
|
|
3078
3328
|
"shape": "H265UnregisteredSeiTimecode",
|
|
3079
3329
|
"locationName": "unregisteredSeiTimecode"
|
|
3330
|
+
},
|
|
3331
|
+
"WriteMp4PackagingType": {
|
|
3332
|
+
"shape": "H265WriteMp4PackagingType",
|
|
3333
|
+
"locationName": "writeMp4PackagingType"
|
|
3080
3334
|
}
|
|
3081
3335
|
}
|
|
3082
3336
|
},
|
|
@@ -3130,58 +3384,69 @@
|
|
|
3130
3384
|
"ENABLED"
|
|
3131
3385
|
]
|
|
3132
3386
|
},
|
|
3387
|
+
"H265WriteMp4PackagingType": {
|
|
3388
|
+
"type": "string",
|
|
3389
|
+
"enum": [
|
|
3390
|
+
"HVC1",
|
|
3391
|
+
"HEV1"
|
|
3392
|
+
]
|
|
3393
|
+
},
|
|
3133
3394
|
"Hdr10Metadata": {
|
|
3134
3395
|
"type": "structure",
|
|
3135
3396
|
"members": {
|
|
3136
3397
|
"BluePrimaryX": {
|
|
3137
|
-
"shape": "
|
|
3398
|
+
"shape": "__integerMin0Max50000",
|
|
3138
3399
|
"locationName": "bluePrimaryX"
|
|
3139
3400
|
},
|
|
3140
3401
|
"BluePrimaryY": {
|
|
3141
|
-
"shape": "
|
|
3402
|
+
"shape": "__integerMin0Max50000",
|
|
3142
3403
|
"locationName": "bluePrimaryY"
|
|
3143
3404
|
},
|
|
3144
3405
|
"GreenPrimaryX": {
|
|
3145
|
-
"shape": "
|
|
3406
|
+
"shape": "__integerMin0Max50000",
|
|
3146
3407
|
"locationName": "greenPrimaryX"
|
|
3147
3408
|
},
|
|
3148
3409
|
"GreenPrimaryY": {
|
|
3149
|
-
"shape": "
|
|
3410
|
+
"shape": "__integerMin0Max50000",
|
|
3150
3411
|
"locationName": "greenPrimaryY"
|
|
3151
3412
|
},
|
|
3152
3413
|
"MaxContentLightLevel": {
|
|
3153
|
-
"shape": "
|
|
3414
|
+
"shape": "__integerMin0Max65535",
|
|
3154
3415
|
"locationName": "maxContentLightLevel"
|
|
3155
3416
|
},
|
|
3156
3417
|
"MaxFrameAverageLightLevel": {
|
|
3157
|
-
"shape": "
|
|
3418
|
+
"shape": "__integerMin0Max65535",
|
|
3158
3419
|
"locationName": "maxFrameAverageLightLevel"
|
|
3159
3420
|
},
|
|
3160
3421
|
"MaxLuminance": {
|
|
3161
|
-
"shape": "
|
|
3422
|
+
"shape": "__integerMin0Max2147483647",
|
|
3162
3423
|
"locationName": "maxLuminance"
|
|
3163
3424
|
},
|
|
3164
3425
|
"MinLuminance": {
|
|
3165
|
-
"shape": "
|
|
3426
|
+
"shape": "__integerMin0Max2147483647",
|
|
3166
3427
|
"locationName": "minLuminance"
|
|
3167
3428
|
},
|
|
3168
3429
|
"RedPrimaryX": {
|
|
3169
|
-
"shape": "
|
|
3430
|
+
"shape": "__integerMin0Max50000",
|
|
3170
3431
|
"locationName": "redPrimaryX"
|
|
3171
3432
|
},
|
|
3172
3433
|
"RedPrimaryY": {
|
|
3173
|
-
"shape": "
|
|
3434
|
+
"shape": "__integerMin0Max50000",
|
|
3174
3435
|
"locationName": "redPrimaryY"
|
|
3175
3436
|
},
|
|
3176
3437
|
"WhitePointX": {
|
|
3177
|
-
"shape": "
|
|
3438
|
+
"shape": "__integerMin0Max50000",
|
|
3178
3439
|
"locationName": "whitePointX"
|
|
3179
3440
|
},
|
|
3180
3441
|
"WhitePointY": {
|
|
3181
|
-
"shape": "
|
|
3442
|
+
"shape": "__integerMin0Max50000",
|
|
3182
3443
|
"locationName": "whitePointY"
|
|
3183
3444
|
}
|
|
3184
|
-
}
|
|
3445
|
+
},
|
|
3446
|
+
"required": [
|
|
3447
|
+
"MaxContentLightLevel",
|
|
3448
|
+
"MaxFrameAverageLightLevel"
|
|
3449
|
+
]
|
|
3185
3450
|
},
|
|
3186
3451
|
"HlsAdMarkers": {
|
|
3187
3452
|
"type": "string",
|
|
@@ -3203,7 +3468,7 @@
|
|
|
3203
3468
|
"type": "structure",
|
|
3204
3469
|
"members": {
|
|
3205
3470
|
"CaptionChannel": {
|
|
3206
|
-
"shape": "
|
|
3471
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3207
3472
|
"locationName": "captionChannel"
|
|
3208
3473
|
},
|
|
3209
3474
|
"LanguageCode": {
|
|
@@ -3249,7 +3514,7 @@
|
|
|
3249
3514
|
"type": "structure",
|
|
3250
3515
|
"members": {
|
|
3251
3516
|
"ConstantInitializationVector": {
|
|
3252
|
-
"shape": "
|
|
3517
|
+
"shape": "__stringMin32Max32Pattern09aFAF32",
|
|
3253
3518
|
"locationName": "constantInitializationVector"
|
|
3254
3519
|
},
|
|
3255
3520
|
"EncryptionMethod": {
|
|
@@ -3272,7 +3537,10 @@
|
|
|
3272
3537
|
"shape": "HlsKeyProviderType",
|
|
3273
3538
|
"locationName": "type"
|
|
3274
3539
|
}
|
|
3275
|
-
}
|
|
3540
|
+
},
|
|
3541
|
+
"required": [
|
|
3542
|
+
"Type"
|
|
3543
|
+
]
|
|
3276
3544
|
},
|
|
3277
3545
|
"HlsEncryptionType": {
|
|
3278
3546
|
"type": "string",
|
|
@@ -3285,7 +3553,7 @@
|
|
|
3285
3553
|
"type": "structure",
|
|
3286
3554
|
"members": {
|
|
3287
3555
|
"AdMarkers": {
|
|
3288
|
-
"shape": "
|
|
3556
|
+
"shape": "__listOfHlsAdMarkers",
|
|
3289
3557
|
"locationName": "adMarkers"
|
|
3290
3558
|
},
|
|
3291
3559
|
"BaseUrl": {
|
|
@@ -3293,7 +3561,7 @@
|
|
|
3293
3561
|
"locationName": "baseUrl"
|
|
3294
3562
|
},
|
|
3295
3563
|
"CaptionLanguageMappings": {
|
|
3296
|
-
"shape": "
|
|
3564
|
+
"shape": "__listOfHlsCaptionLanguageMapping",
|
|
3297
3565
|
"locationName": "captionLanguageMappings"
|
|
3298
3566
|
},
|
|
3299
3567
|
"CaptionLanguageSetting": {
|
|
@@ -3309,7 +3577,7 @@
|
|
|
3309
3577
|
"locationName": "codecSpecification"
|
|
3310
3578
|
},
|
|
3311
3579
|
"Destination": {
|
|
3312
|
-
"shape": "
|
|
3580
|
+
"shape": "__stringPatternS3",
|
|
3313
3581
|
"locationName": "destination"
|
|
3314
3582
|
},
|
|
3315
3583
|
"DirectoryStructure": {
|
|
@@ -3329,7 +3597,7 @@
|
|
|
3329
3597
|
"locationName": "manifestDurationFormat"
|
|
3330
3598
|
},
|
|
3331
3599
|
"MinSegmentLength": {
|
|
3332
|
-
"shape": "
|
|
3600
|
+
"shape": "__integerMin0Max2147483647",
|
|
3333
3601
|
"locationName": "minSegmentLength"
|
|
3334
3602
|
},
|
|
3335
3603
|
"OutputSelection": {
|
|
@@ -3341,7 +3609,7 @@
|
|
|
3341
3609
|
"locationName": "programDateTime"
|
|
3342
3610
|
},
|
|
3343
3611
|
"ProgramDateTimePeriod": {
|
|
3344
|
-
"shape": "
|
|
3612
|
+
"shape": "__integerMin0Max3600",
|
|
3345
3613
|
"locationName": "programDateTimePeriod"
|
|
3346
3614
|
},
|
|
3347
3615
|
"SegmentControl": {
|
|
@@ -3349,11 +3617,11 @@
|
|
|
3349
3617
|
"locationName": "segmentControl"
|
|
3350
3618
|
},
|
|
3351
3619
|
"SegmentLength": {
|
|
3352
|
-
"shape": "
|
|
3620
|
+
"shape": "__integerMin1Max2147483647",
|
|
3353
3621
|
"locationName": "segmentLength"
|
|
3354
3622
|
},
|
|
3355
3623
|
"SegmentsPerSubdirectory": {
|
|
3356
|
-
"shape": "
|
|
3624
|
+
"shape": "__integerMin1Max2147483647",
|
|
3357
3625
|
"locationName": "segmentsPerSubdirectory"
|
|
3358
3626
|
},
|
|
3359
3627
|
"StreamInfResolution": {
|
|
@@ -3365,14 +3633,18 @@
|
|
|
3365
3633
|
"locationName": "timedMetadataId3Frame"
|
|
3366
3634
|
},
|
|
3367
3635
|
"TimedMetadataId3Period": {
|
|
3368
|
-
"shape": "
|
|
3636
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3369
3637
|
"locationName": "timedMetadataId3Period"
|
|
3370
3638
|
},
|
|
3371
3639
|
"TimestampDeltaMilliseconds": {
|
|
3372
|
-
"shape": "
|
|
3640
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3373
3641
|
"locationName": "timestampDeltaMilliseconds"
|
|
3374
3642
|
}
|
|
3375
|
-
}
|
|
3643
|
+
},
|
|
3644
|
+
"required": [
|
|
3645
|
+
"MinSegmentLength",
|
|
3646
|
+
"SegmentLength"
|
|
3647
|
+
]
|
|
3376
3648
|
},
|
|
3377
3649
|
"HlsIFrameOnlyManifest": {
|
|
3378
3650
|
"type": "string",
|
|
@@ -3474,37 +3746,44 @@
|
|
|
3474
3746
|
"type": "structure",
|
|
3475
3747
|
"members": {
|
|
3476
3748
|
"Id3": {
|
|
3477
|
-
"shape": "
|
|
3749
|
+
"shape": "__stringPatternAZaZ0902",
|
|
3478
3750
|
"locationName": "id3"
|
|
3479
3751
|
},
|
|
3480
3752
|
"Timecode": {
|
|
3481
|
-
"shape": "
|
|
3753
|
+
"shape": "__stringPattern010920405090509092",
|
|
3482
3754
|
"locationName": "timecode"
|
|
3483
3755
|
}
|
|
3484
|
-
}
|
|
3756
|
+
},
|
|
3757
|
+
"required": [
|
|
3758
|
+
"Timecode",
|
|
3759
|
+
"Id3"
|
|
3760
|
+
]
|
|
3485
3761
|
},
|
|
3486
3762
|
"ImageInserter": {
|
|
3487
3763
|
"type": "structure",
|
|
3488
3764
|
"members": {
|
|
3489
3765
|
"InsertableImages": {
|
|
3490
|
-
"shape": "
|
|
3766
|
+
"shape": "__listOfInsertableImage",
|
|
3491
3767
|
"locationName": "insertableImages"
|
|
3492
3768
|
}
|
|
3493
|
-
}
|
|
3769
|
+
},
|
|
3770
|
+
"required": [
|
|
3771
|
+
"InsertableImages"
|
|
3772
|
+
]
|
|
3494
3773
|
},
|
|
3495
3774
|
"Input": {
|
|
3496
3775
|
"type": "structure",
|
|
3497
3776
|
"members": {
|
|
3498
3777
|
"AudioSelectorGroups": {
|
|
3499
|
-
"shape": "
|
|
3778
|
+
"shape": "__mapOfAudioSelectorGroup",
|
|
3500
3779
|
"locationName": "audioSelectorGroups"
|
|
3501
3780
|
},
|
|
3502
3781
|
"AudioSelectors": {
|
|
3503
|
-
"shape": "
|
|
3782
|
+
"shape": "__mapOfAudioSelector",
|
|
3504
3783
|
"locationName": "audioSelectors"
|
|
3505
3784
|
},
|
|
3506
3785
|
"CaptionSelectors": {
|
|
3507
|
-
"shape": "
|
|
3786
|
+
"shape": "__mapOfCaptionSelector",
|
|
3508
3787
|
"locationName": "captionSelectors"
|
|
3509
3788
|
},
|
|
3510
3789
|
"DeblockFilter": {
|
|
@@ -3516,7 +3795,7 @@
|
|
|
3516
3795
|
"locationName": "denoiseFilter"
|
|
3517
3796
|
},
|
|
3518
3797
|
"FileInput": {
|
|
3519
|
-
"shape": "
|
|
3798
|
+
"shape": "__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM",
|
|
3520
3799
|
"locationName": "fileInput"
|
|
3521
3800
|
},
|
|
3522
3801
|
"FilterEnable": {
|
|
@@ -3524,15 +3803,15 @@
|
|
|
3524
3803
|
"locationName": "filterEnable"
|
|
3525
3804
|
},
|
|
3526
3805
|
"FilterStrength": {
|
|
3527
|
-
"shape": "
|
|
3806
|
+
"shape": "__integerMinNegative5Max5",
|
|
3528
3807
|
"locationName": "filterStrength"
|
|
3529
3808
|
},
|
|
3530
3809
|
"InputClippings": {
|
|
3531
|
-
"shape": "
|
|
3810
|
+
"shape": "__listOfInputClipping",
|
|
3532
3811
|
"locationName": "inputClippings"
|
|
3533
3812
|
},
|
|
3534
3813
|
"ProgramNumber": {
|
|
3535
|
-
"shape": "
|
|
3814
|
+
"shape": "__integerMin1Max2147483647",
|
|
3536
3815
|
"locationName": "programNumber"
|
|
3537
3816
|
},
|
|
3538
3817
|
"PsiControl": {
|
|
@@ -3547,17 +3826,20 @@
|
|
|
3547
3826
|
"shape": "VideoSelector",
|
|
3548
3827
|
"locationName": "videoSelector"
|
|
3549
3828
|
}
|
|
3550
|
-
}
|
|
3829
|
+
},
|
|
3830
|
+
"required": [
|
|
3831
|
+
"FileInput"
|
|
3832
|
+
]
|
|
3551
3833
|
},
|
|
3552
3834
|
"InputClipping": {
|
|
3553
3835
|
"type": "structure",
|
|
3554
3836
|
"members": {
|
|
3555
3837
|
"EndTimecode": {
|
|
3556
|
-
"shape": "
|
|
3838
|
+
"shape": "__stringPattern010920405090509092",
|
|
3557
3839
|
"locationName": "endTimecode"
|
|
3558
3840
|
},
|
|
3559
3841
|
"StartTimecode": {
|
|
3560
|
-
"shape": "
|
|
3842
|
+
"shape": "__stringPattern010920405090509092",
|
|
3561
3843
|
"locationName": "startTimecode"
|
|
3562
3844
|
}
|
|
3563
3845
|
}
|
|
@@ -3595,15 +3877,15 @@
|
|
|
3595
3877
|
"type": "structure",
|
|
3596
3878
|
"members": {
|
|
3597
3879
|
"AudioSelectorGroups": {
|
|
3598
|
-
"shape": "
|
|
3880
|
+
"shape": "__mapOfAudioSelectorGroup",
|
|
3599
3881
|
"locationName": "audioSelectorGroups"
|
|
3600
3882
|
},
|
|
3601
3883
|
"AudioSelectors": {
|
|
3602
|
-
"shape": "
|
|
3884
|
+
"shape": "__mapOfAudioSelector",
|
|
3603
3885
|
"locationName": "audioSelectors"
|
|
3604
3886
|
},
|
|
3605
3887
|
"CaptionSelectors": {
|
|
3606
|
-
"shape": "
|
|
3888
|
+
"shape": "__mapOfCaptionSelector",
|
|
3607
3889
|
"locationName": "captionSelectors"
|
|
3608
3890
|
},
|
|
3609
3891
|
"DeblockFilter": {
|
|
@@ -3619,15 +3901,15 @@
|
|
|
3619
3901
|
"locationName": "filterEnable"
|
|
3620
3902
|
},
|
|
3621
3903
|
"FilterStrength": {
|
|
3622
|
-
"shape": "
|
|
3904
|
+
"shape": "__integerMinNegative5Max5",
|
|
3623
3905
|
"locationName": "filterStrength"
|
|
3624
3906
|
},
|
|
3625
3907
|
"InputClippings": {
|
|
3626
|
-
"shape": "
|
|
3908
|
+
"shape": "__listOfInputClipping",
|
|
3627
3909
|
"locationName": "inputClippings"
|
|
3628
3910
|
},
|
|
3629
3911
|
"ProgramNumber": {
|
|
3630
|
-
"shape": "
|
|
3912
|
+
"shape": "__integerMin1Max2147483647",
|
|
3631
3913
|
"locationName": "programNumber"
|
|
3632
3914
|
},
|
|
3633
3915
|
"PsiControl": {
|
|
@@ -3656,50 +3938,57 @@
|
|
|
3656
3938
|
"type": "structure",
|
|
3657
3939
|
"members": {
|
|
3658
3940
|
"Duration": {
|
|
3659
|
-
"shape": "
|
|
3941
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3660
3942
|
"locationName": "duration"
|
|
3661
3943
|
},
|
|
3662
3944
|
"FadeIn": {
|
|
3663
|
-
"shape": "
|
|
3945
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3664
3946
|
"locationName": "fadeIn"
|
|
3665
3947
|
},
|
|
3666
3948
|
"FadeOut": {
|
|
3667
|
-
"shape": "
|
|
3949
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3668
3950
|
"locationName": "fadeOut"
|
|
3669
3951
|
},
|
|
3670
3952
|
"Height": {
|
|
3671
|
-
"shape": "
|
|
3953
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3672
3954
|
"locationName": "height"
|
|
3673
3955
|
},
|
|
3674
3956
|
"ImageInserterInput": {
|
|
3675
|
-
"shape": "
|
|
3957
|
+
"shape": "__stringMin14PatternS3BmpBMPPngPNGTgaTGA",
|
|
3676
3958
|
"locationName": "imageInserterInput"
|
|
3677
3959
|
},
|
|
3678
3960
|
"ImageX": {
|
|
3679
|
-
"shape": "
|
|
3961
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3680
3962
|
"locationName": "imageX"
|
|
3681
3963
|
},
|
|
3682
3964
|
"ImageY": {
|
|
3683
|
-
"shape": "
|
|
3965
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3684
3966
|
"locationName": "imageY"
|
|
3685
3967
|
},
|
|
3686
3968
|
"Layer": {
|
|
3687
|
-
"shape": "
|
|
3969
|
+
"shape": "__integerMin0Max99",
|
|
3688
3970
|
"locationName": "layer"
|
|
3689
3971
|
},
|
|
3690
3972
|
"Opacity": {
|
|
3691
|
-
"shape": "
|
|
3973
|
+
"shape": "__integerMin0Max100",
|
|
3692
3974
|
"locationName": "opacity"
|
|
3693
3975
|
},
|
|
3694
3976
|
"StartTime": {
|
|
3695
|
-
"shape": "
|
|
3977
|
+
"shape": "__stringPattern01D20305D205D",
|
|
3696
3978
|
"locationName": "startTime"
|
|
3697
3979
|
},
|
|
3698
3980
|
"Width": {
|
|
3699
|
-
"shape": "
|
|
3981
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
3700
3982
|
"locationName": "width"
|
|
3701
3983
|
}
|
|
3702
|
-
}
|
|
3984
|
+
},
|
|
3985
|
+
"required": [
|
|
3986
|
+
"ImageY",
|
|
3987
|
+
"ImageX",
|
|
3988
|
+
"ImageInserterInput",
|
|
3989
|
+
"Opacity",
|
|
3990
|
+
"Layer"
|
|
3991
|
+
]
|
|
3703
3992
|
},
|
|
3704
3993
|
"InternalServerErrorException": {
|
|
3705
3994
|
"type": "structure",
|
|
@@ -3722,7 +4011,7 @@
|
|
|
3722
4011
|
"locationName": "arn"
|
|
3723
4012
|
},
|
|
3724
4013
|
"CreatedAt": {
|
|
3725
|
-
"shape": "
|
|
4014
|
+
"shape": "__timestampIso8601",
|
|
3726
4015
|
"locationName": "createdAt"
|
|
3727
4016
|
},
|
|
3728
4017
|
"ErrorCode": {
|
|
@@ -3742,7 +4031,7 @@
|
|
|
3742
4031
|
"locationName": "jobTemplate"
|
|
3743
4032
|
},
|
|
3744
4033
|
"OutputGroupDetails": {
|
|
3745
|
-
"shape": "
|
|
4034
|
+
"shape": "__listOfOutputGroupDetail",
|
|
3746
4035
|
"locationName": "outputGroupDetails"
|
|
3747
4036
|
},
|
|
3748
4037
|
"Queue": {
|
|
@@ -3766,16 +4055,20 @@
|
|
|
3766
4055
|
"locationName": "timing"
|
|
3767
4056
|
},
|
|
3768
4057
|
"UserMetadata": {
|
|
3769
|
-
"shape": "
|
|
4058
|
+
"shape": "__mapOf__string",
|
|
3770
4059
|
"locationName": "userMetadata"
|
|
3771
4060
|
}
|
|
3772
|
-
}
|
|
4061
|
+
},
|
|
4062
|
+
"required": [
|
|
4063
|
+
"Role",
|
|
4064
|
+
"Settings"
|
|
4065
|
+
]
|
|
3773
4066
|
},
|
|
3774
4067
|
"JobSettings": {
|
|
3775
4068
|
"type": "structure",
|
|
3776
4069
|
"members": {
|
|
3777
4070
|
"AdAvailOffset": {
|
|
3778
|
-
"shape": "
|
|
4071
|
+
"shape": "__integerMinNegative1000Max1000",
|
|
3779
4072
|
"locationName": "adAvailOffset"
|
|
3780
4073
|
},
|
|
3781
4074
|
"AvailBlanking": {
|
|
@@ -3783,7 +4076,7 @@
|
|
|
3783
4076
|
"locationName": "availBlanking"
|
|
3784
4077
|
},
|
|
3785
4078
|
"Inputs": {
|
|
3786
|
-
"shape": "
|
|
4079
|
+
"shape": "__listOfInput",
|
|
3787
4080
|
"locationName": "inputs"
|
|
3788
4081
|
},
|
|
3789
4082
|
"NielsenConfiguration": {
|
|
@@ -3791,7 +4084,7 @@
|
|
|
3791
4084
|
"locationName": "nielsenConfiguration"
|
|
3792
4085
|
},
|
|
3793
4086
|
"OutputGroups": {
|
|
3794
|
-
"shape": "
|
|
4087
|
+
"shape": "__listOfOutputGroup",
|
|
3795
4088
|
"locationName": "outputGroups"
|
|
3796
4089
|
},
|
|
3797
4090
|
"TimecodeConfig": {
|
|
@@ -3802,7 +4095,11 @@
|
|
|
3802
4095
|
"shape": "TimedMetadataInsertion",
|
|
3803
4096
|
"locationName": "timedMetadataInsertion"
|
|
3804
4097
|
}
|
|
3805
|
-
}
|
|
4098
|
+
},
|
|
4099
|
+
"required": [
|
|
4100
|
+
"OutputGroups",
|
|
4101
|
+
"Inputs"
|
|
4102
|
+
]
|
|
3806
4103
|
},
|
|
3807
4104
|
"JobStatus": {
|
|
3808
4105
|
"type": "string",
|
|
@@ -3826,7 +4123,7 @@
|
|
|
3826
4123
|
"locationName": "category"
|
|
3827
4124
|
},
|
|
3828
4125
|
"CreatedAt": {
|
|
3829
|
-
"shape": "
|
|
4126
|
+
"shape": "__timestampIso8601",
|
|
3830
4127
|
"locationName": "createdAt"
|
|
3831
4128
|
},
|
|
3832
4129
|
"Description": {
|
|
@@ -3834,7 +4131,7 @@
|
|
|
3834
4131
|
"locationName": "description"
|
|
3835
4132
|
},
|
|
3836
4133
|
"LastUpdated": {
|
|
3837
|
-
"shape": "
|
|
4134
|
+
"shape": "__timestampIso8601",
|
|
3838
4135
|
"locationName": "lastUpdated"
|
|
3839
4136
|
},
|
|
3840
4137
|
"Name": {
|
|
@@ -3853,7 +4150,11 @@
|
|
|
3853
4150
|
"shape": "Type",
|
|
3854
4151
|
"locationName": "type"
|
|
3855
4152
|
}
|
|
3856
|
-
}
|
|
4153
|
+
},
|
|
4154
|
+
"required": [
|
|
4155
|
+
"Settings",
|
|
4156
|
+
"Name"
|
|
4157
|
+
]
|
|
3857
4158
|
},
|
|
3858
4159
|
"JobTemplateListBy": {
|
|
3859
4160
|
"type": "string",
|
|
@@ -3867,7 +4168,7 @@
|
|
|
3867
4168
|
"type": "structure",
|
|
3868
4169
|
"members": {
|
|
3869
4170
|
"AdAvailOffset": {
|
|
3870
|
-
"shape": "
|
|
4171
|
+
"shape": "__integerMinNegative1000Max1000",
|
|
3871
4172
|
"locationName": "adAvailOffset"
|
|
3872
4173
|
},
|
|
3873
4174
|
"AvailBlanking": {
|
|
@@ -3875,7 +4176,7 @@
|
|
|
3875
4176
|
"locationName": "availBlanking"
|
|
3876
4177
|
},
|
|
3877
4178
|
"Inputs": {
|
|
3878
|
-
"shape": "
|
|
4179
|
+
"shape": "__listOfInputTemplate",
|
|
3879
4180
|
"locationName": "inputs"
|
|
3880
4181
|
},
|
|
3881
4182
|
"NielsenConfiguration": {
|
|
@@ -3883,7 +4184,7 @@
|
|
|
3883
4184
|
"locationName": "nielsenConfiguration"
|
|
3884
4185
|
},
|
|
3885
4186
|
"OutputGroups": {
|
|
3886
|
-
"shape": "
|
|
4187
|
+
"shape": "__listOfOutputGroup",
|
|
3887
4188
|
"locationName": "outputGroups"
|
|
3888
4189
|
},
|
|
3889
4190
|
"TimecodeConfig": {
|
|
@@ -3894,7 +4195,10 @@
|
|
|
3894
4195
|
"shape": "TimedMetadataInsertion",
|
|
3895
4196
|
"locationName": "timedMetadataInsertion"
|
|
3896
4197
|
}
|
|
3897
|
-
}
|
|
4198
|
+
},
|
|
4199
|
+
"required": [
|
|
4200
|
+
"OutputGroups"
|
|
4201
|
+
]
|
|
3898
4202
|
},
|
|
3899
4203
|
"LanguageCode": {
|
|
3900
4204
|
"type": "string",
|
|
@@ -4126,7 +4430,7 @@
|
|
|
4126
4430
|
"type": "structure",
|
|
4127
4431
|
"members": {
|
|
4128
4432
|
"JobTemplates": {
|
|
4129
|
-
"shape": "
|
|
4433
|
+
"shape": "__listOfJobTemplate",
|
|
4130
4434
|
"locationName": "jobTemplates"
|
|
4131
4435
|
},
|
|
4132
4436
|
"NextToken": {
|
|
@@ -4169,7 +4473,7 @@
|
|
|
4169
4473
|
"type": "structure",
|
|
4170
4474
|
"members": {
|
|
4171
4475
|
"Jobs": {
|
|
4172
|
-
"shape": "
|
|
4476
|
+
"shape": "__listOfJob",
|
|
4173
4477
|
"locationName": "jobs"
|
|
4174
4478
|
},
|
|
4175
4479
|
"NextToken": {
|
|
@@ -4178,232 +4482,100 @@
|
|
|
4178
4482
|
}
|
|
4179
4483
|
}
|
|
4180
4484
|
},
|
|
4181
|
-
"
|
|
4182
|
-
"type": "
|
|
4183
|
-
"
|
|
4184
|
-
"
|
|
4485
|
+
"ListPresetsRequest": {
|
|
4486
|
+
"type": "structure",
|
|
4487
|
+
"members": {
|
|
4488
|
+
"Category": {
|
|
4489
|
+
"shape": "__string",
|
|
4490
|
+
"locationName": "category",
|
|
4491
|
+
"location": "querystring"
|
|
4492
|
+
},
|
|
4493
|
+
"ListBy": {
|
|
4494
|
+
"shape": "PresetListBy",
|
|
4495
|
+
"locationName": "listBy",
|
|
4496
|
+
"location": "querystring"
|
|
4497
|
+
},
|
|
4498
|
+
"MaxResults": {
|
|
4499
|
+
"shape": "__integer",
|
|
4500
|
+
"locationName": "maxResults",
|
|
4501
|
+
"location": "querystring"
|
|
4502
|
+
},
|
|
4503
|
+
"NextToken": {
|
|
4504
|
+
"shape": "__string",
|
|
4505
|
+
"locationName": "nextToken",
|
|
4506
|
+
"location": "querystring"
|
|
4507
|
+
},
|
|
4508
|
+
"Order": {
|
|
4509
|
+
"shape": "Order",
|
|
4510
|
+
"locationName": "order",
|
|
4511
|
+
"location": "querystring"
|
|
4512
|
+
}
|
|
4185
4513
|
}
|
|
4186
4514
|
},
|
|
4187
|
-
"
|
|
4188
|
-
"type": "
|
|
4189
|
-
"
|
|
4190
|
-
"
|
|
4515
|
+
"ListPresetsResponse": {
|
|
4516
|
+
"type": "structure",
|
|
4517
|
+
"members": {
|
|
4518
|
+
"NextToken": {
|
|
4519
|
+
"shape": "__string",
|
|
4520
|
+
"locationName": "nextToken"
|
|
4521
|
+
},
|
|
4522
|
+
"Presets": {
|
|
4523
|
+
"shape": "__listOfPreset",
|
|
4524
|
+
"locationName": "presets"
|
|
4525
|
+
}
|
|
4191
4526
|
}
|
|
4192
4527
|
},
|
|
4193
|
-
"
|
|
4194
|
-
"type": "
|
|
4195
|
-
"
|
|
4196
|
-
"
|
|
4528
|
+
"ListQueuesRequest": {
|
|
4529
|
+
"type": "structure",
|
|
4530
|
+
"members": {
|
|
4531
|
+
"ListBy": {
|
|
4532
|
+
"shape": "QueueListBy",
|
|
4533
|
+
"locationName": "listBy",
|
|
4534
|
+
"location": "querystring"
|
|
4535
|
+
},
|
|
4536
|
+
"MaxResults": {
|
|
4537
|
+
"shape": "__integer",
|
|
4538
|
+
"locationName": "maxResults",
|
|
4539
|
+
"location": "querystring"
|
|
4540
|
+
},
|
|
4541
|
+
"NextToken": {
|
|
4542
|
+
"shape": "__string",
|
|
4543
|
+
"locationName": "nextToken",
|
|
4544
|
+
"location": "querystring"
|
|
4545
|
+
},
|
|
4546
|
+
"Order": {
|
|
4547
|
+
"shape": "Order",
|
|
4548
|
+
"locationName": "order",
|
|
4549
|
+
"location": "querystring"
|
|
4550
|
+
}
|
|
4197
4551
|
}
|
|
4198
4552
|
},
|
|
4199
|
-
"
|
|
4200
|
-
"type": "
|
|
4201
|
-
"
|
|
4202
|
-
"
|
|
4553
|
+
"ListQueuesResponse": {
|
|
4554
|
+
"type": "structure",
|
|
4555
|
+
"members": {
|
|
4556
|
+
"NextToken": {
|
|
4557
|
+
"shape": "__string",
|
|
4558
|
+
"locationName": "nextToken"
|
|
4559
|
+
},
|
|
4560
|
+
"Queues": {
|
|
4561
|
+
"shape": "__listOfQueue",
|
|
4562
|
+
"locationName": "queues"
|
|
4563
|
+
}
|
|
4203
4564
|
}
|
|
4204
4565
|
},
|
|
4205
|
-
"
|
|
4206
|
-
"type": "
|
|
4207
|
-
"
|
|
4208
|
-
"
|
|
4209
|
-
|
|
4566
|
+
"M2tsAudioBufferModel": {
|
|
4567
|
+
"type": "string",
|
|
4568
|
+
"enum": [
|
|
4569
|
+
"DVB",
|
|
4570
|
+
"ATSC"
|
|
4571
|
+
]
|
|
4210
4572
|
},
|
|
4211
|
-
"
|
|
4212
|
-
"type": "
|
|
4213
|
-
"
|
|
4214
|
-
"
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
"ListOfId3Insertion": {
|
|
4218
|
-
"type": "list",
|
|
4219
|
-
"member": {
|
|
4220
|
-
"shape": "Id3Insertion"
|
|
4221
|
-
}
|
|
4222
|
-
},
|
|
4223
|
-
"ListOfInput": {
|
|
4224
|
-
"type": "list",
|
|
4225
|
-
"member": {
|
|
4226
|
-
"shape": "Input"
|
|
4227
|
-
}
|
|
4228
|
-
},
|
|
4229
|
-
"ListOfInputClipping": {
|
|
4230
|
-
"type": "list",
|
|
4231
|
-
"member": {
|
|
4232
|
-
"shape": "InputClipping"
|
|
4233
|
-
}
|
|
4234
|
-
},
|
|
4235
|
-
"ListOfInputTemplate": {
|
|
4236
|
-
"type": "list",
|
|
4237
|
-
"member": {
|
|
4238
|
-
"shape": "InputTemplate"
|
|
4239
|
-
}
|
|
4240
|
-
},
|
|
4241
|
-
"ListOfInsertableImage": {
|
|
4242
|
-
"type": "list",
|
|
4243
|
-
"member": {
|
|
4244
|
-
"shape": "InsertableImage"
|
|
4245
|
-
}
|
|
4246
|
-
},
|
|
4247
|
-
"ListOfJob": {
|
|
4248
|
-
"type": "list",
|
|
4249
|
-
"member": {
|
|
4250
|
-
"shape": "Job"
|
|
4251
|
-
}
|
|
4252
|
-
},
|
|
4253
|
-
"ListOfJobTemplate": {
|
|
4254
|
-
"type": "list",
|
|
4255
|
-
"member": {
|
|
4256
|
-
"shape": "JobTemplate"
|
|
4257
|
-
}
|
|
4258
|
-
},
|
|
4259
|
-
"ListOfOutput": {
|
|
4260
|
-
"type": "list",
|
|
4261
|
-
"member": {
|
|
4262
|
-
"shape": "Output"
|
|
4263
|
-
}
|
|
4264
|
-
},
|
|
4265
|
-
"ListOfOutputChannelMapping": {
|
|
4266
|
-
"type": "list",
|
|
4267
|
-
"member": {
|
|
4268
|
-
"shape": "OutputChannelMapping"
|
|
4269
|
-
}
|
|
4270
|
-
},
|
|
4271
|
-
"ListOfOutputDetail": {
|
|
4272
|
-
"type": "list",
|
|
4273
|
-
"member": {
|
|
4274
|
-
"shape": "OutputDetail"
|
|
4275
|
-
}
|
|
4276
|
-
},
|
|
4277
|
-
"ListOfOutputGroup": {
|
|
4278
|
-
"type": "list",
|
|
4279
|
-
"member": {
|
|
4280
|
-
"shape": "OutputGroup"
|
|
4281
|
-
}
|
|
4282
|
-
},
|
|
4283
|
-
"ListOfOutputGroupDetail": {
|
|
4284
|
-
"type": "list",
|
|
4285
|
-
"member": {
|
|
4286
|
-
"shape": "OutputGroupDetail"
|
|
4287
|
-
}
|
|
4288
|
-
},
|
|
4289
|
-
"ListOfPreset": {
|
|
4290
|
-
"type": "list",
|
|
4291
|
-
"member": {
|
|
4292
|
-
"shape": "Preset"
|
|
4293
|
-
}
|
|
4294
|
-
},
|
|
4295
|
-
"ListOfQueue": {
|
|
4296
|
-
"type": "list",
|
|
4297
|
-
"member": {
|
|
4298
|
-
"shape": "Queue"
|
|
4299
|
-
}
|
|
4300
|
-
},
|
|
4301
|
-
"ListOf__integer": {
|
|
4302
|
-
"type": "list",
|
|
4303
|
-
"member": {
|
|
4304
|
-
"shape": "__integer"
|
|
4305
|
-
}
|
|
4306
|
-
},
|
|
4307
|
-
"ListOf__string": {
|
|
4308
|
-
"type": "list",
|
|
4309
|
-
"member": {
|
|
4310
|
-
"shape": "__string"
|
|
4311
|
-
}
|
|
4312
|
-
},
|
|
4313
|
-
"ListPresetsRequest": {
|
|
4314
|
-
"type": "structure",
|
|
4315
|
-
"members": {
|
|
4316
|
-
"Category": {
|
|
4317
|
-
"shape": "__string",
|
|
4318
|
-
"locationName": "category",
|
|
4319
|
-
"location": "querystring"
|
|
4320
|
-
},
|
|
4321
|
-
"ListBy": {
|
|
4322
|
-
"shape": "PresetListBy",
|
|
4323
|
-
"locationName": "listBy",
|
|
4324
|
-
"location": "querystring"
|
|
4325
|
-
},
|
|
4326
|
-
"MaxResults": {
|
|
4327
|
-
"shape": "__integer",
|
|
4328
|
-
"locationName": "maxResults",
|
|
4329
|
-
"location": "querystring"
|
|
4330
|
-
},
|
|
4331
|
-
"NextToken": {
|
|
4332
|
-
"shape": "__string",
|
|
4333
|
-
"locationName": "nextToken",
|
|
4334
|
-
"location": "querystring"
|
|
4335
|
-
},
|
|
4336
|
-
"Order": {
|
|
4337
|
-
"shape": "Order",
|
|
4338
|
-
"locationName": "order",
|
|
4339
|
-
"location": "querystring"
|
|
4340
|
-
}
|
|
4341
|
-
}
|
|
4342
|
-
},
|
|
4343
|
-
"ListPresetsResponse": {
|
|
4344
|
-
"type": "structure",
|
|
4345
|
-
"members": {
|
|
4346
|
-
"NextToken": {
|
|
4347
|
-
"shape": "__string",
|
|
4348
|
-
"locationName": "nextToken"
|
|
4349
|
-
},
|
|
4350
|
-
"Presets": {
|
|
4351
|
-
"shape": "ListOfPreset",
|
|
4352
|
-
"locationName": "presets"
|
|
4353
|
-
}
|
|
4354
|
-
}
|
|
4355
|
-
},
|
|
4356
|
-
"ListQueuesRequest": {
|
|
4357
|
-
"type": "structure",
|
|
4358
|
-
"members": {
|
|
4359
|
-
"ListBy": {
|
|
4360
|
-
"shape": "QueueListBy",
|
|
4361
|
-
"locationName": "listBy",
|
|
4362
|
-
"location": "querystring"
|
|
4363
|
-
},
|
|
4364
|
-
"MaxResults": {
|
|
4365
|
-
"shape": "__integer",
|
|
4366
|
-
"locationName": "maxResults",
|
|
4367
|
-
"location": "querystring"
|
|
4368
|
-
},
|
|
4369
|
-
"NextToken": {
|
|
4370
|
-
"shape": "__string",
|
|
4371
|
-
"locationName": "nextToken",
|
|
4372
|
-
"location": "querystring"
|
|
4373
|
-
},
|
|
4374
|
-
"Order": {
|
|
4375
|
-
"shape": "Order",
|
|
4376
|
-
"locationName": "order",
|
|
4377
|
-
"location": "querystring"
|
|
4378
|
-
}
|
|
4379
|
-
}
|
|
4380
|
-
},
|
|
4381
|
-
"ListQueuesResponse": {
|
|
4382
|
-
"type": "structure",
|
|
4383
|
-
"members": {
|
|
4384
|
-
"NextToken": {
|
|
4385
|
-
"shape": "__string",
|
|
4386
|
-
"locationName": "nextToken"
|
|
4387
|
-
},
|
|
4388
|
-
"Queues": {
|
|
4389
|
-
"shape": "ListOfQueue",
|
|
4390
|
-
"locationName": "queues"
|
|
4391
|
-
}
|
|
4392
|
-
}
|
|
4393
|
-
},
|
|
4394
|
-
"M2tsAudioBufferModel": {
|
|
4395
|
-
"type": "string",
|
|
4396
|
-
"enum": [
|
|
4397
|
-
"DVB",
|
|
4398
|
-
"ATSC"
|
|
4399
|
-
]
|
|
4400
|
-
},
|
|
4401
|
-
"M2tsBufferModel": {
|
|
4402
|
-
"type": "string",
|
|
4403
|
-
"enum": [
|
|
4404
|
-
"MULTIPLEX",
|
|
4405
|
-
"NONE"
|
|
4406
|
-
]
|
|
4573
|
+
"M2tsBufferModel": {
|
|
4574
|
+
"type": "string",
|
|
4575
|
+
"enum": [
|
|
4576
|
+
"MULTIPLEX",
|
|
4577
|
+
"NONE"
|
|
4578
|
+
]
|
|
4407
4579
|
},
|
|
4408
4580
|
"M2tsEbpAudioInterval": {
|
|
4409
4581
|
"type": "string",
|
|
@@ -4480,15 +4652,15 @@
|
|
|
4480
4652
|
"locationName": "audioBufferModel"
|
|
4481
4653
|
},
|
|
4482
4654
|
"AudioFramesPerPes": {
|
|
4483
|
-
"shape": "
|
|
4655
|
+
"shape": "__integerMin0Max2147483647",
|
|
4484
4656
|
"locationName": "audioFramesPerPes"
|
|
4485
4657
|
},
|
|
4486
4658
|
"AudioPids": {
|
|
4487
|
-
"shape": "
|
|
4659
|
+
"shape": "__listOf__integerMin32Max8182",
|
|
4488
4660
|
"locationName": "audioPids"
|
|
4489
4661
|
},
|
|
4490
4662
|
"Bitrate": {
|
|
4491
|
-
"shape": "
|
|
4663
|
+
"shape": "__integerMin0Max2147483647",
|
|
4492
4664
|
"locationName": "bitrate"
|
|
4493
4665
|
},
|
|
4494
4666
|
"BufferModel": {
|
|
@@ -4504,7 +4676,7 @@
|
|
|
4504
4676
|
"locationName": "dvbSdtSettings"
|
|
4505
4677
|
},
|
|
4506
4678
|
"DvbSubPids": {
|
|
4507
|
-
"shape": "
|
|
4679
|
+
"shape": "__listOf__integerMin32Max8182",
|
|
4508
4680
|
"locationName": "dvbSubPids"
|
|
4509
4681
|
},
|
|
4510
4682
|
"DvbTdtSettings": {
|
|
@@ -4512,7 +4684,7 @@
|
|
|
4512
4684
|
"locationName": "dvbTdtSettings"
|
|
4513
4685
|
},
|
|
4514
4686
|
"DvbTeletextPid": {
|
|
4515
|
-
"shape": "
|
|
4687
|
+
"shape": "__integerMin32Max8182",
|
|
4516
4688
|
"locationName": "dvbTeletextPid"
|
|
4517
4689
|
},
|
|
4518
4690
|
"EbpAudioInterval": {
|
|
@@ -4528,15 +4700,15 @@
|
|
|
4528
4700
|
"locationName": "esRateInPes"
|
|
4529
4701
|
},
|
|
4530
4702
|
"FragmentTime": {
|
|
4531
|
-
"shape": "
|
|
4703
|
+
"shape": "__doubleMin0",
|
|
4532
4704
|
"locationName": "fragmentTime"
|
|
4533
4705
|
},
|
|
4534
4706
|
"MaxPcrInterval": {
|
|
4535
|
-
"shape": "
|
|
4707
|
+
"shape": "__integerMin0Max500",
|
|
4536
4708
|
"locationName": "maxPcrInterval"
|
|
4537
4709
|
},
|
|
4538
4710
|
"MinEbpInterval": {
|
|
4539
|
-
"shape": "
|
|
4711
|
+
"shape": "__integerMin0Max10000",
|
|
4540
4712
|
"locationName": "minEbpInterval"
|
|
4541
4713
|
},
|
|
4542
4714
|
"NielsenId3": {
|
|
@@ -4544,11 +4716,11 @@
|
|
|
4544
4716
|
"locationName": "nielsenId3"
|
|
4545
4717
|
},
|
|
4546
4718
|
"NullPacketBitrate": {
|
|
4547
|
-
"shape": "
|
|
4719
|
+
"shape": "__doubleMin0",
|
|
4548
4720
|
"locationName": "nullPacketBitrate"
|
|
4549
4721
|
},
|
|
4550
4722
|
"PatInterval": {
|
|
4551
|
-
"shape": "
|
|
4723
|
+
"shape": "__integerMin0Max1000",
|
|
4552
4724
|
"locationName": "patInterval"
|
|
4553
4725
|
},
|
|
4554
4726
|
"PcrControl": {
|
|
@@ -4556,23 +4728,23 @@
|
|
|
4556
4728
|
"locationName": "pcrControl"
|
|
4557
4729
|
},
|
|
4558
4730
|
"PcrPid": {
|
|
4559
|
-
"shape": "
|
|
4731
|
+
"shape": "__integerMin32Max8182",
|
|
4560
4732
|
"locationName": "pcrPid"
|
|
4561
4733
|
},
|
|
4562
4734
|
"PmtInterval": {
|
|
4563
|
-
"shape": "
|
|
4735
|
+
"shape": "__integerMin0Max1000",
|
|
4564
4736
|
"locationName": "pmtInterval"
|
|
4565
4737
|
},
|
|
4566
4738
|
"PmtPid": {
|
|
4567
|
-
"shape": "
|
|
4739
|
+
"shape": "__integerMin32Max8182",
|
|
4568
4740
|
"locationName": "pmtPid"
|
|
4569
4741
|
},
|
|
4570
4742
|
"PrivateMetadataPid": {
|
|
4571
|
-
"shape": "
|
|
4743
|
+
"shape": "__integerMin32Max8182",
|
|
4572
4744
|
"locationName": "privateMetadataPid"
|
|
4573
4745
|
},
|
|
4574
4746
|
"ProgramNumber": {
|
|
4575
|
-
"shape": "
|
|
4747
|
+
"shape": "__integerMin0Max65535",
|
|
4576
4748
|
"locationName": "programNumber"
|
|
4577
4749
|
},
|
|
4578
4750
|
"RateMode": {
|
|
@@ -4580,7 +4752,7 @@
|
|
|
4580
4752
|
"locationName": "rateMode"
|
|
4581
4753
|
},
|
|
4582
4754
|
"Scte35Pid": {
|
|
4583
|
-
"shape": "
|
|
4755
|
+
"shape": "__integerMin32Max8182",
|
|
4584
4756
|
"locationName": "scte35Pid"
|
|
4585
4757
|
},
|
|
4586
4758
|
"Scte35Source": {
|
|
@@ -4596,19 +4768,19 @@
|
|
|
4596
4768
|
"locationName": "segmentationStyle"
|
|
4597
4769
|
},
|
|
4598
4770
|
"SegmentationTime": {
|
|
4599
|
-
"shape": "
|
|
4771
|
+
"shape": "__doubleMin0",
|
|
4600
4772
|
"locationName": "segmentationTime"
|
|
4601
4773
|
},
|
|
4602
4774
|
"TimedMetadataPid": {
|
|
4603
|
-
"shape": "
|
|
4775
|
+
"shape": "__integerMin32Max8182",
|
|
4604
4776
|
"locationName": "timedMetadataPid"
|
|
4605
4777
|
},
|
|
4606
4778
|
"TransportStreamId": {
|
|
4607
|
-
"shape": "
|
|
4779
|
+
"shape": "__integerMin0Max65535",
|
|
4608
4780
|
"locationName": "transportStreamId"
|
|
4609
4781
|
},
|
|
4610
4782
|
"VideoPid": {
|
|
4611
|
-
"shape": "
|
|
4783
|
+
"shape": "__integerMin32Max8182",
|
|
4612
4784
|
"locationName": "videoPid"
|
|
4613
4785
|
}
|
|
4614
4786
|
}
|
|
@@ -4638,11 +4810,11 @@
|
|
|
4638
4810
|
"type": "structure",
|
|
4639
4811
|
"members": {
|
|
4640
4812
|
"AudioFramesPerPes": {
|
|
4641
|
-
"shape": "
|
|
4813
|
+
"shape": "__integerMin0Max2147483647",
|
|
4642
4814
|
"locationName": "audioFramesPerPes"
|
|
4643
4815
|
},
|
|
4644
4816
|
"AudioPids": {
|
|
4645
|
-
"shape": "
|
|
4817
|
+
"shape": "__listOf__integerMin32Max8182",
|
|
4646
4818
|
"locationName": "audioPids"
|
|
4647
4819
|
},
|
|
4648
4820
|
"NielsenId3": {
|
|
@@ -4650,7 +4822,7 @@
|
|
|
4650
4822
|
"locationName": "nielsenId3"
|
|
4651
4823
|
},
|
|
4652
4824
|
"PatInterval": {
|
|
4653
|
-
"shape": "
|
|
4825
|
+
"shape": "__integerMin0Max1000",
|
|
4654
4826
|
"locationName": "patInterval"
|
|
4655
4827
|
},
|
|
4656
4828
|
"PcrControl": {
|
|
@@ -4658,27 +4830,27 @@
|
|
|
4658
4830
|
"locationName": "pcrControl"
|
|
4659
4831
|
},
|
|
4660
4832
|
"PcrPid": {
|
|
4661
|
-
"shape": "
|
|
4833
|
+
"shape": "__integerMin32Max8182",
|
|
4662
4834
|
"locationName": "pcrPid"
|
|
4663
4835
|
},
|
|
4664
4836
|
"PmtInterval": {
|
|
4665
|
-
"shape": "
|
|
4837
|
+
"shape": "__integerMin0Max1000",
|
|
4666
4838
|
"locationName": "pmtInterval"
|
|
4667
4839
|
},
|
|
4668
4840
|
"PmtPid": {
|
|
4669
|
-
"shape": "
|
|
4841
|
+
"shape": "__integerMin32Max8182",
|
|
4670
4842
|
"locationName": "pmtPid"
|
|
4671
4843
|
},
|
|
4672
4844
|
"PrivateMetadataPid": {
|
|
4673
|
-
"shape": "
|
|
4845
|
+
"shape": "__integerMin32Max8182",
|
|
4674
4846
|
"locationName": "privateMetadataPid"
|
|
4675
4847
|
},
|
|
4676
4848
|
"ProgramNumber": {
|
|
4677
|
-
"shape": "
|
|
4849
|
+
"shape": "__integerMin0Max65535",
|
|
4678
4850
|
"locationName": "programNumber"
|
|
4679
4851
|
},
|
|
4680
4852
|
"Scte35Pid": {
|
|
4681
|
-
"shape": "
|
|
4853
|
+
"shape": "__integerMin32Max8182",
|
|
4682
4854
|
"locationName": "scte35Pid"
|
|
4683
4855
|
},
|
|
4684
4856
|
"Scte35Source": {
|
|
@@ -4690,55 +4862,19 @@
|
|
|
4690
4862
|
"locationName": "timedMetadata"
|
|
4691
4863
|
},
|
|
4692
4864
|
"TimedMetadataPid": {
|
|
4693
|
-
"shape": "
|
|
4865
|
+
"shape": "__integerMin32Max8182",
|
|
4694
4866
|
"locationName": "timedMetadataPid"
|
|
4695
4867
|
},
|
|
4696
4868
|
"TransportStreamId": {
|
|
4697
|
-
"shape": "
|
|
4869
|
+
"shape": "__integerMin0Max65535",
|
|
4698
4870
|
"locationName": "transportStreamId"
|
|
4699
4871
|
},
|
|
4700
4872
|
"VideoPid": {
|
|
4701
|
-
"shape": "
|
|
4873
|
+
"shape": "__integerMin32Max8182",
|
|
4702
4874
|
"locationName": "videoPid"
|
|
4703
4875
|
}
|
|
4704
4876
|
}
|
|
4705
4877
|
},
|
|
4706
|
-
"MapOfAudioSelector": {
|
|
4707
|
-
"type": "map",
|
|
4708
|
-
"key": {
|
|
4709
|
-
"shape": "__string"
|
|
4710
|
-
},
|
|
4711
|
-
"value": {
|
|
4712
|
-
"shape": "AudioSelector"
|
|
4713
|
-
}
|
|
4714
|
-
},
|
|
4715
|
-
"MapOfAudioSelectorGroup": {
|
|
4716
|
-
"type": "map",
|
|
4717
|
-
"key": {
|
|
4718
|
-
"shape": "__string"
|
|
4719
|
-
},
|
|
4720
|
-
"value": {
|
|
4721
|
-
"shape": "AudioSelectorGroup"
|
|
4722
|
-
}
|
|
4723
|
-
},
|
|
4724
|
-
"MapOfCaptionSelector": {
|
|
4725
|
-
"type": "map",
|
|
4726
|
-
"key": {
|
|
4727
|
-
"shape": "__string"
|
|
4728
|
-
},
|
|
4729
|
-
"value": {
|
|
4730
|
-
"shape": "CaptionSelector"
|
|
4731
|
-
}
|
|
4732
|
-
},
|
|
4733
|
-
"MapOf__string": {
|
|
4734
|
-
"type": "map",
|
|
4735
|
-
"key": {
|
|
4736
|
-
"shape": "__string"
|
|
4737
|
-
},
|
|
4738
|
-
"value": {
|
|
4739
|
-
"shape": "__string"
|
|
4740
|
-
}
|
|
4741
|
-
},
|
|
4742
4878
|
"MovClapAtom": {
|
|
4743
4879
|
"type": "string",
|
|
4744
4880
|
"enum": [
|
|
@@ -4803,15 +4939,15 @@
|
|
|
4803
4939
|
"type": "structure",
|
|
4804
4940
|
"members": {
|
|
4805
4941
|
"Bitrate": {
|
|
4806
|
-
"shape": "
|
|
4942
|
+
"shape": "__integerMin32000Max384000",
|
|
4807
4943
|
"locationName": "bitrate"
|
|
4808
4944
|
},
|
|
4809
4945
|
"Channels": {
|
|
4810
|
-
"shape": "
|
|
4946
|
+
"shape": "__integerMin1Max2",
|
|
4811
4947
|
"locationName": "channels"
|
|
4812
4948
|
},
|
|
4813
4949
|
"SampleRate": {
|
|
4814
|
-
"shape": "
|
|
4950
|
+
"shape": "__integerMin32000Max48000",
|
|
4815
4951
|
"locationName": "sampleRate"
|
|
4816
4952
|
}
|
|
4817
4953
|
}
|
|
@@ -4961,7 +5097,7 @@
|
|
|
4961
5097
|
"locationName": "adaptiveQuantization"
|
|
4962
5098
|
},
|
|
4963
5099
|
"Bitrate": {
|
|
4964
|
-
"shape": "
|
|
5100
|
+
"shape": "__integerMin1000Max288000000",
|
|
4965
5101
|
"locationName": "bitrate"
|
|
4966
5102
|
},
|
|
4967
5103
|
"CodecLevel": {
|
|
@@ -4981,19 +5117,19 @@
|
|
|
4981
5117
|
"locationName": "framerateConversionAlgorithm"
|
|
4982
5118
|
},
|
|
4983
5119
|
"FramerateDenominator": {
|
|
4984
|
-
"shape": "
|
|
5120
|
+
"shape": "__integerMin1Max1001",
|
|
4985
5121
|
"locationName": "framerateDenominator"
|
|
4986
5122
|
},
|
|
4987
5123
|
"FramerateNumerator": {
|
|
4988
|
-
"shape": "
|
|
5124
|
+
"shape": "__integerMin24Max60000",
|
|
4989
5125
|
"locationName": "framerateNumerator"
|
|
4990
5126
|
},
|
|
4991
5127
|
"GopClosedCadence": {
|
|
4992
|
-
"shape": "
|
|
5128
|
+
"shape": "__integerMin0Max2147483647",
|
|
4993
5129
|
"locationName": "gopClosedCadence"
|
|
4994
5130
|
},
|
|
4995
5131
|
"GopSize": {
|
|
4996
|
-
"shape": "
|
|
5132
|
+
"shape": "__doubleMin0",
|
|
4997
5133
|
"locationName": "gopSize"
|
|
4998
5134
|
},
|
|
4999
5135
|
"GopSizeUnits": {
|
|
@@ -5001,11 +5137,11 @@
|
|
|
5001
5137
|
"locationName": "gopSizeUnits"
|
|
5002
5138
|
},
|
|
5003
5139
|
"HrdBufferInitialFillPercentage": {
|
|
5004
|
-
"shape": "
|
|
5140
|
+
"shape": "__integerMin0Max100",
|
|
5005
5141
|
"locationName": "hrdBufferInitialFillPercentage"
|
|
5006
5142
|
},
|
|
5007
5143
|
"HrdBufferSize": {
|
|
5008
|
-
"shape": "
|
|
5144
|
+
"shape": "__integerMin0Max47185920",
|
|
5009
5145
|
"locationName": "hrdBufferSize"
|
|
5010
5146
|
},
|
|
5011
5147
|
"InterlaceMode": {
|
|
@@ -5017,15 +5153,15 @@
|
|
|
5017
5153
|
"locationName": "intraDcPrecision"
|
|
5018
5154
|
},
|
|
5019
5155
|
"MaxBitrate": {
|
|
5020
|
-
"shape": "
|
|
5156
|
+
"shape": "__integerMin1000Max300000000",
|
|
5021
5157
|
"locationName": "maxBitrate"
|
|
5022
5158
|
},
|
|
5023
5159
|
"MinIInterval": {
|
|
5024
|
-
"shape": "
|
|
5160
|
+
"shape": "__integerMin0Max30",
|
|
5025
5161
|
"locationName": "minIInterval"
|
|
5026
5162
|
},
|
|
5027
5163
|
"NumberBFramesBetweenReferenceFrames": {
|
|
5028
|
-
"shape": "
|
|
5164
|
+
"shape": "__integerMin0Max7",
|
|
5029
5165
|
"locationName": "numberBFramesBetweenReferenceFrames"
|
|
5030
5166
|
},
|
|
5031
5167
|
"ParControl": {
|
|
@@ -5033,11 +5169,11 @@
|
|
|
5033
5169
|
"locationName": "parControl"
|
|
5034
5170
|
},
|
|
5035
5171
|
"ParDenominator": {
|
|
5036
|
-
"shape": "
|
|
5172
|
+
"shape": "__integerMin1Max2147483647",
|
|
5037
5173
|
"locationName": "parDenominator"
|
|
5038
5174
|
},
|
|
5039
5175
|
"ParNumerator": {
|
|
5040
|
-
"shape": "
|
|
5176
|
+
"shape": "__integerMin1Max2147483647",
|
|
5041
5177
|
"locationName": "parNumerator"
|
|
5042
5178
|
},
|
|
5043
5179
|
"QualityTuningLevel": {
|
|
@@ -5057,7 +5193,7 @@
|
|
|
5057
5193
|
"locationName": "slowPal"
|
|
5058
5194
|
},
|
|
5059
5195
|
"Softness": {
|
|
5060
|
-
"shape": "
|
|
5196
|
+
"shape": "__integerMin0Max128",
|
|
5061
5197
|
"locationName": "softness"
|
|
5062
5198
|
},
|
|
5063
5199
|
"SpatialAdaptiveQuantization": {
|
|
@@ -5128,7 +5264,10 @@
|
|
|
5128
5264
|
"shape": "SpekeKeyProvider",
|
|
5129
5265
|
"locationName": "spekeKeyProvider"
|
|
5130
5266
|
}
|
|
5131
|
-
}
|
|
5267
|
+
},
|
|
5268
|
+
"required": [
|
|
5269
|
+
"SpekeKeyProvider"
|
|
5270
|
+
]
|
|
5132
5271
|
},
|
|
5133
5272
|
"MsSmoothGroupSettings": {
|
|
5134
5273
|
"type": "structure",
|
|
@@ -5138,7 +5277,7 @@
|
|
|
5138
5277
|
"locationName": "audioDeduplication"
|
|
5139
5278
|
},
|
|
5140
5279
|
"Destination": {
|
|
5141
|
-
"shape": "
|
|
5280
|
+
"shape": "__stringPatternS3",
|
|
5142
5281
|
"locationName": "destination"
|
|
5143
5282
|
},
|
|
5144
5283
|
"Encryption": {
|
|
@@ -5146,14 +5285,17 @@
|
|
|
5146
5285
|
"locationName": "encryption"
|
|
5147
5286
|
},
|
|
5148
5287
|
"FragmentLength": {
|
|
5149
|
-
"shape": "
|
|
5288
|
+
"shape": "__integerMin1Max2147483647",
|
|
5150
5289
|
"locationName": "fragmentLength"
|
|
5151
5290
|
},
|
|
5152
5291
|
"ManifestEncoding": {
|
|
5153
5292
|
"shape": "MsSmoothManifestEncoding",
|
|
5154
5293
|
"locationName": "manifestEncoding"
|
|
5155
5294
|
}
|
|
5156
|
-
}
|
|
5295
|
+
},
|
|
5296
|
+
"required": [
|
|
5297
|
+
"FragmentLength"
|
|
5298
|
+
]
|
|
5157
5299
|
},
|
|
5158
5300
|
"MsSmoothManifestEncoding": {
|
|
5159
5301
|
"type": "string",
|
|
@@ -5166,7 +5308,7 @@
|
|
|
5166
5308
|
"type": "structure",
|
|
5167
5309
|
"members": {
|
|
5168
5310
|
"BreakoutCode": {
|
|
5169
|
-
"shape": "
|
|
5311
|
+
"shape": "__integerMin0Max9",
|
|
5170
5312
|
"locationName": "breakoutCode"
|
|
5171
5313
|
},
|
|
5172
5314
|
"DistributorId": {
|
|
@@ -5190,8 +5332,11 @@
|
|
|
5190
5332
|
"shape": "NoiseReducerSpatialFilterSettings",
|
|
5191
5333
|
"locationName": "spatialFilterSettings"
|
|
5192
5334
|
}
|
|
5193
|
-
}
|
|
5194
|
-
|
|
5335
|
+
},
|
|
5336
|
+
"required": [
|
|
5337
|
+
"Filter"
|
|
5338
|
+
]
|
|
5339
|
+
},
|
|
5195
5340
|
"NoiseReducerFilter": {
|
|
5196
5341
|
"type": "string",
|
|
5197
5342
|
"enum": [
|
|
@@ -5208,7 +5353,7 @@
|
|
|
5208
5353
|
"type": "structure",
|
|
5209
5354
|
"members": {
|
|
5210
5355
|
"Strength": {
|
|
5211
|
-
"shape": "
|
|
5356
|
+
"shape": "__integerMin0Max3",
|
|
5212
5357
|
"locationName": "strength"
|
|
5213
5358
|
}
|
|
5214
5359
|
}
|
|
@@ -5217,15 +5362,15 @@
|
|
|
5217
5362
|
"type": "structure",
|
|
5218
5363
|
"members": {
|
|
5219
5364
|
"PostFilterSharpenStrength": {
|
|
5220
|
-
"shape": "
|
|
5365
|
+
"shape": "__integerMin0Max3",
|
|
5221
5366
|
"locationName": "postFilterSharpenStrength"
|
|
5222
5367
|
},
|
|
5223
5368
|
"Speed": {
|
|
5224
|
-
"shape": "
|
|
5369
|
+
"shape": "__integerMinNegative2Max3",
|
|
5225
5370
|
"locationName": "speed"
|
|
5226
5371
|
},
|
|
5227
5372
|
"Strength": {
|
|
5228
|
-
"shape": "
|
|
5373
|
+
"shape": "__integerMin0Max16",
|
|
5229
5374
|
"locationName": "strength"
|
|
5230
5375
|
}
|
|
5231
5376
|
}
|
|
@@ -5254,11 +5399,11 @@
|
|
|
5254
5399
|
"type": "structure",
|
|
5255
5400
|
"members": {
|
|
5256
5401
|
"AudioDescriptions": {
|
|
5257
|
-
"shape": "
|
|
5402
|
+
"shape": "__listOfAudioDescription",
|
|
5258
5403
|
"locationName": "audioDescriptions"
|
|
5259
5404
|
},
|
|
5260
5405
|
"CaptionDescriptions": {
|
|
5261
|
-
"shape": "
|
|
5406
|
+
"shape": "__listOfCaptionDescription",
|
|
5262
5407
|
"locationName": "captionDescriptions"
|
|
5263
5408
|
},
|
|
5264
5409
|
"ContainerSettings": {
|
|
@@ -5270,7 +5415,7 @@
|
|
|
5270
5415
|
"locationName": "extension"
|
|
5271
5416
|
},
|
|
5272
5417
|
"NameModifier": {
|
|
5273
|
-
"shape": "
|
|
5418
|
+
"shape": "__stringMin1",
|
|
5274
5419
|
"locationName": "nameModifier"
|
|
5275
5420
|
},
|
|
5276
5421
|
"OutputSettings": {
|
|
@@ -5278,7 +5423,7 @@
|
|
|
5278
5423
|
"locationName": "outputSettings"
|
|
5279
5424
|
},
|
|
5280
5425
|
"Preset": {
|
|
5281
|
-
"shape": "
|
|
5426
|
+
"shape": "__stringMin0",
|
|
5282
5427
|
"locationName": "preset"
|
|
5283
5428
|
},
|
|
5284
5429
|
"VideoDescription": {
|
|
@@ -5291,10 +5436,13 @@
|
|
|
5291
5436
|
"type": "structure",
|
|
5292
5437
|
"members": {
|
|
5293
5438
|
"InputChannels": {
|
|
5294
|
-
"shape": "
|
|
5439
|
+
"shape": "__listOf__integerMinNegative60Max6",
|
|
5295
5440
|
"locationName": "inputChannels"
|
|
5296
5441
|
}
|
|
5297
|
-
}
|
|
5442
|
+
},
|
|
5443
|
+
"required": [
|
|
5444
|
+
"InputChannels"
|
|
5445
|
+
]
|
|
5298
5446
|
},
|
|
5299
5447
|
"OutputDetail": {
|
|
5300
5448
|
"type": "structure",
|
|
@@ -5325,16 +5473,20 @@
|
|
|
5325
5473
|
"locationName": "outputGroupSettings"
|
|
5326
5474
|
},
|
|
5327
5475
|
"Outputs": {
|
|
5328
|
-
"shape": "
|
|
5476
|
+
"shape": "__listOfOutput",
|
|
5329
5477
|
"locationName": "outputs"
|
|
5330
5478
|
}
|
|
5331
|
-
}
|
|
5479
|
+
},
|
|
5480
|
+
"required": [
|
|
5481
|
+
"Outputs",
|
|
5482
|
+
"OutputGroupSettings"
|
|
5483
|
+
]
|
|
5332
5484
|
},
|
|
5333
5485
|
"OutputGroupDetail": {
|
|
5334
5486
|
"type": "structure",
|
|
5335
5487
|
"members": {
|
|
5336
5488
|
"OutputDetails": {
|
|
5337
|
-
"shape": "
|
|
5489
|
+
"shape": "__listOfOutputDetail",
|
|
5338
5490
|
"locationName": "outputDetails"
|
|
5339
5491
|
}
|
|
5340
5492
|
}
|
|
@@ -5342,6 +5494,10 @@
|
|
|
5342
5494
|
"OutputGroupSettings": {
|
|
5343
5495
|
"type": "structure",
|
|
5344
5496
|
"members": {
|
|
5497
|
+
"CmafGroupSettings": {
|
|
5498
|
+
"shape": "CmafGroupSettings",
|
|
5499
|
+
"locationName": "cmafGroupSettings"
|
|
5500
|
+
},
|
|
5345
5501
|
"DashIsoGroupSettings": {
|
|
5346
5502
|
"shape": "DashIsoGroupSettings",
|
|
5347
5503
|
"locationName": "dashIsoGroupSettings"
|
|
@@ -5362,7 +5518,10 @@
|
|
|
5362
5518
|
"shape": "OutputGroupType",
|
|
5363
5519
|
"locationName": "type"
|
|
5364
5520
|
}
|
|
5365
|
-
}
|
|
5521
|
+
},
|
|
5522
|
+
"required": [
|
|
5523
|
+
"Type"
|
|
5524
|
+
]
|
|
5366
5525
|
},
|
|
5367
5526
|
"OutputGroupType": {
|
|
5368
5527
|
"type": "string",
|
|
@@ -5370,7 +5529,8 @@
|
|
|
5370
5529
|
"HLS_GROUP_SETTINGS",
|
|
5371
5530
|
"DASH_ISO_GROUP_SETTINGS",
|
|
5372
5531
|
"FILE_GROUP_SETTINGS",
|
|
5373
|
-
"MS_SMOOTH_GROUP_SETTINGS"
|
|
5532
|
+
"MS_SMOOTH_GROUP_SETTINGS",
|
|
5533
|
+
"CMAF_GROUP_SETTINGS"
|
|
5374
5534
|
]
|
|
5375
5535
|
},
|
|
5376
5536
|
"OutputSdt": {
|
|
@@ -5403,7 +5563,7 @@
|
|
|
5403
5563
|
"locationName": "category"
|
|
5404
5564
|
},
|
|
5405
5565
|
"CreatedAt": {
|
|
5406
|
-
"shape": "
|
|
5566
|
+
"shape": "__timestampIso8601",
|
|
5407
5567
|
"locationName": "createdAt"
|
|
5408
5568
|
},
|
|
5409
5569
|
"Description": {
|
|
@@ -5411,7 +5571,7 @@
|
|
|
5411
5571
|
"locationName": "description"
|
|
5412
5572
|
},
|
|
5413
5573
|
"LastUpdated": {
|
|
5414
|
-
"shape": "
|
|
5574
|
+
"shape": "__timestampIso8601",
|
|
5415
5575
|
"locationName": "lastUpdated"
|
|
5416
5576
|
},
|
|
5417
5577
|
"Name": {
|
|
@@ -5426,7 +5586,11 @@
|
|
|
5426
5586
|
"shape": "Type",
|
|
5427
5587
|
"locationName": "type"
|
|
5428
5588
|
}
|
|
5429
|
-
}
|
|
5589
|
+
},
|
|
5590
|
+
"required": [
|
|
5591
|
+
"Settings",
|
|
5592
|
+
"Name"
|
|
5593
|
+
]
|
|
5430
5594
|
},
|
|
5431
5595
|
"PresetListBy": {
|
|
5432
5596
|
"type": "string",
|
|
@@ -5440,11 +5604,11 @@
|
|
|
5440
5604
|
"type": "structure",
|
|
5441
5605
|
"members": {
|
|
5442
5606
|
"AudioDescriptions": {
|
|
5443
|
-
"shape": "
|
|
5607
|
+
"shape": "__listOfAudioDescription",
|
|
5444
5608
|
"locationName": "audioDescriptions"
|
|
5445
5609
|
},
|
|
5446
5610
|
"CaptionDescriptions": {
|
|
5447
|
-
"shape": "
|
|
5611
|
+
"shape": "__listOfCaptionDescriptionPreset",
|
|
5448
5612
|
"locationName": "captionDescriptions"
|
|
5449
5613
|
},
|
|
5450
5614
|
"ContainerSettings": {
|
|
@@ -5513,11 +5677,11 @@
|
|
|
5513
5677
|
"locationName": "framerateConversionAlgorithm"
|
|
5514
5678
|
},
|
|
5515
5679
|
"FramerateDenominator": {
|
|
5516
|
-
"shape": "
|
|
5680
|
+
"shape": "__integerMin1Max2147483647",
|
|
5517
5681
|
"locationName": "framerateDenominator"
|
|
5518
5682
|
},
|
|
5519
5683
|
"FramerateNumerator": {
|
|
5520
|
-
"shape": "
|
|
5684
|
+
"shape": "__integerMin1Max2147483647",
|
|
5521
5685
|
"locationName": "framerateNumerator"
|
|
5522
5686
|
},
|
|
5523
5687
|
"InterlaceMode": {
|
|
@@ -5529,11 +5693,11 @@
|
|
|
5529
5693
|
"locationName": "parControl"
|
|
5530
5694
|
},
|
|
5531
5695
|
"ParDenominator": {
|
|
5532
|
-
"shape": "
|
|
5696
|
+
"shape": "__integerMin1Max2147483647",
|
|
5533
5697
|
"locationName": "parDenominator"
|
|
5534
5698
|
},
|
|
5535
5699
|
"ParNumerator": {
|
|
5536
|
-
"shape": "
|
|
5700
|
+
"shape": "__integerMin1Max2147483647",
|
|
5537
5701
|
"locationName": "parNumerator"
|
|
5538
5702
|
},
|
|
5539
5703
|
"SlowPal": {
|
|
@@ -5568,7 +5732,7 @@
|
|
|
5568
5732
|
"locationName": "arn"
|
|
5569
5733
|
},
|
|
5570
5734
|
"CreatedAt": {
|
|
5571
|
-
"shape": "
|
|
5735
|
+
"shape": "__timestampIso8601",
|
|
5572
5736
|
"locationName": "createdAt"
|
|
5573
5737
|
},
|
|
5574
5738
|
"Description": {
|
|
@@ -5576,7 +5740,7 @@
|
|
|
5576
5740
|
"locationName": "description"
|
|
5577
5741
|
},
|
|
5578
5742
|
"LastUpdated": {
|
|
5579
|
-
"shape": "
|
|
5743
|
+
"shape": "__timestampIso8601",
|
|
5580
5744
|
"locationName": "lastUpdated"
|
|
5581
5745
|
},
|
|
5582
5746
|
"Name": {
|
|
@@ -5591,7 +5755,10 @@
|
|
|
5591
5755
|
"shape": "Type",
|
|
5592
5756
|
"locationName": "type"
|
|
5593
5757
|
}
|
|
5594
|
-
}
|
|
5758
|
+
},
|
|
5759
|
+
"required": [
|
|
5760
|
+
"Name"
|
|
5761
|
+
]
|
|
5595
5762
|
},
|
|
5596
5763
|
"QueueListBy": {
|
|
5597
5764
|
"type": "string",
|
|
@@ -5611,22 +5778,28 @@
|
|
|
5611
5778
|
"type": "structure",
|
|
5612
5779
|
"members": {
|
|
5613
5780
|
"Height": {
|
|
5614
|
-
"shape": "
|
|
5781
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
5615
5782
|
"locationName": "height"
|
|
5616
5783
|
},
|
|
5617
5784
|
"Width": {
|
|
5618
|
-
"shape": "
|
|
5785
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
5619
5786
|
"locationName": "width"
|
|
5620
5787
|
},
|
|
5621
5788
|
"X": {
|
|
5622
|
-
"shape": "
|
|
5789
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
5623
5790
|
"locationName": "x"
|
|
5624
5791
|
},
|
|
5625
5792
|
"Y": {
|
|
5626
|
-
"shape": "
|
|
5793
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
5627
5794
|
"locationName": "y"
|
|
5628
5795
|
}
|
|
5629
|
-
}
|
|
5796
|
+
},
|
|
5797
|
+
"required": [
|
|
5798
|
+
"X",
|
|
5799
|
+
"Y",
|
|
5800
|
+
"Height",
|
|
5801
|
+
"Width"
|
|
5802
|
+
]
|
|
5630
5803
|
},
|
|
5631
5804
|
"RemixSettings": {
|
|
5632
5805
|
"type": "structure",
|
|
@@ -5636,14 +5809,19 @@
|
|
|
5636
5809
|
"locationName": "channelMapping"
|
|
5637
5810
|
},
|
|
5638
5811
|
"ChannelsIn": {
|
|
5639
|
-
"shape": "
|
|
5812
|
+
"shape": "__integerMin1Max16",
|
|
5640
5813
|
"locationName": "channelsIn"
|
|
5641
5814
|
},
|
|
5642
5815
|
"ChannelsOut": {
|
|
5643
|
-
"shape": "
|
|
5816
|
+
"shape": "__integerMin1Max8",
|
|
5644
5817
|
"locationName": "channelsOut"
|
|
5645
5818
|
}
|
|
5646
|
-
}
|
|
5819
|
+
},
|
|
5820
|
+
"required": [
|
|
5821
|
+
"ChannelsOut",
|
|
5822
|
+
"ChannelMapping",
|
|
5823
|
+
"ChannelsIn"
|
|
5824
|
+
]
|
|
5647
5825
|
},
|
|
5648
5826
|
"RespondToAfd": {
|
|
5649
5827
|
"type": "string",
|
|
@@ -5686,41 +5864,50 @@
|
|
|
5686
5864
|
"locationName": "resourceId"
|
|
5687
5865
|
},
|
|
5688
5866
|
"SystemIds": {
|
|
5689
|
-
"shape": "
|
|
5867
|
+
"shape": "__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12",
|
|
5690
5868
|
"locationName": "systemIds"
|
|
5691
5869
|
},
|
|
5692
5870
|
"Url": {
|
|
5693
|
-
"shape": "
|
|
5871
|
+
"shape": "__stringPatternHttps",
|
|
5694
5872
|
"locationName": "url"
|
|
5695
5873
|
}
|
|
5696
|
-
}
|
|
5874
|
+
},
|
|
5875
|
+
"required": [
|
|
5876
|
+
"ResourceId",
|
|
5877
|
+
"SystemIds",
|
|
5878
|
+
"Url"
|
|
5879
|
+
]
|
|
5697
5880
|
},
|
|
5698
5881
|
"StaticKeyProvider": {
|
|
5699
5882
|
"type": "structure",
|
|
5700
5883
|
"members": {
|
|
5701
5884
|
"KeyFormat": {
|
|
5702
|
-
"shape": "
|
|
5885
|
+
"shape": "__stringPatternIdentityAZaZ26AZaZ09163",
|
|
5703
5886
|
"locationName": "keyFormat"
|
|
5704
5887
|
},
|
|
5705
5888
|
"KeyFormatVersions": {
|
|
5706
|
-
"shape": "
|
|
5889
|
+
"shape": "__stringPatternDD",
|
|
5707
5890
|
"locationName": "keyFormatVersions"
|
|
5708
5891
|
},
|
|
5709
5892
|
"StaticKeyValue": {
|
|
5710
|
-
"shape": "
|
|
5893
|
+
"shape": "__stringPatternAZaZ0932",
|
|
5711
5894
|
"locationName": "staticKeyValue"
|
|
5712
5895
|
},
|
|
5713
5896
|
"Url": {
|
|
5714
5897
|
"shape": "__string",
|
|
5715
5898
|
"locationName": "url"
|
|
5716
5899
|
}
|
|
5717
|
-
}
|
|
5900
|
+
},
|
|
5901
|
+
"required": [
|
|
5902
|
+
"Url",
|
|
5903
|
+
"StaticKeyValue"
|
|
5904
|
+
]
|
|
5718
5905
|
},
|
|
5719
5906
|
"TeletextDestinationSettings": {
|
|
5720
5907
|
"type": "structure",
|
|
5721
5908
|
"members": {
|
|
5722
5909
|
"PageNumber": {
|
|
5723
|
-
"shape": "
|
|
5910
|
+
"shape": "__stringMin3Max3Pattern1809aFAF09aEAE",
|
|
5724
5911
|
"locationName": "pageNumber"
|
|
5725
5912
|
}
|
|
5726
5913
|
}
|
|
@@ -5729,7 +5916,7 @@
|
|
|
5729
5916
|
"type": "structure",
|
|
5730
5917
|
"members": {
|
|
5731
5918
|
"PageNumber": {
|
|
5732
|
-
"shape": "
|
|
5919
|
+
"shape": "__stringMin3Max3Pattern1809aFAF09aEAE",
|
|
5733
5920
|
"locationName": "pageNumber"
|
|
5734
5921
|
}
|
|
5735
5922
|
}
|
|
@@ -5738,7 +5925,7 @@
|
|
|
5738
5925
|
"type": "structure",
|
|
5739
5926
|
"members": {
|
|
5740
5927
|
"FontSize": {
|
|
5741
|
-
"shape": "
|
|
5928
|
+
"shape": "__integerMin10Max48",
|
|
5742
5929
|
"locationName": "fontSize"
|
|
5743
5930
|
},
|
|
5744
5931
|
"Position": {
|
|
@@ -5746,7 +5933,7 @@
|
|
|
5746
5933
|
"locationName": "position"
|
|
5747
5934
|
},
|
|
5748
5935
|
"Prefix": {
|
|
5749
|
-
"shape": "
|
|
5936
|
+
"shape": "__stringPattern",
|
|
5750
5937
|
"locationName": "prefix"
|
|
5751
5938
|
}
|
|
5752
5939
|
}
|
|
@@ -5769,7 +5956,7 @@
|
|
|
5769
5956
|
"type": "structure",
|
|
5770
5957
|
"members": {
|
|
5771
5958
|
"Anchor": {
|
|
5772
|
-
"shape": "
|
|
5959
|
+
"shape": "__stringPattern010920405090509092",
|
|
5773
5960
|
"locationName": "anchor"
|
|
5774
5961
|
},
|
|
5775
5962
|
"Source": {
|
|
@@ -5777,11 +5964,11 @@
|
|
|
5777
5964
|
"locationName": "source"
|
|
5778
5965
|
},
|
|
5779
5966
|
"Start": {
|
|
5780
|
-
"shape": "
|
|
5967
|
+
"shape": "__stringPattern010920405090509092",
|
|
5781
5968
|
"locationName": "start"
|
|
5782
5969
|
},
|
|
5783
5970
|
"TimestampOffset": {
|
|
5784
|
-
"shape": "
|
|
5971
|
+
"shape": "__stringPattern0940191020191209301",
|
|
5785
5972
|
"locationName": "timestampOffset"
|
|
5786
5973
|
}
|
|
5787
5974
|
}
|
|
@@ -5805,24 +5992,27 @@
|
|
|
5805
5992
|
"type": "structure",
|
|
5806
5993
|
"members": {
|
|
5807
5994
|
"Id3Insertions": {
|
|
5808
|
-
"shape": "
|
|
5995
|
+
"shape": "__listOfId3Insertion",
|
|
5809
5996
|
"locationName": "id3Insertions"
|
|
5810
5997
|
}
|
|
5811
|
-
}
|
|
5998
|
+
},
|
|
5999
|
+
"required": [
|
|
6000
|
+
"Id3Insertions"
|
|
6001
|
+
]
|
|
5812
6002
|
},
|
|
5813
6003
|
"Timing": {
|
|
5814
6004
|
"type": "structure",
|
|
5815
6005
|
"members": {
|
|
5816
6006
|
"FinishTime": {
|
|
5817
|
-
"shape": "
|
|
6007
|
+
"shape": "__timestampIso8601",
|
|
5818
6008
|
"locationName": "finishTime"
|
|
5819
6009
|
},
|
|
5820
6010
|
"StartTime": {
|
|
5821
|
-
"shape": "
|
|
6011
|
+
"shape": "__timestampIso8601",
|
|
5822
6012
|
"locationName": "startTime"
|
|
5823
6013
|
},
|
|
5824
6014
|
"SubmitTime": {
|
|
5825
|
-
"shape": "
|
|
6015
|
+
"shape": "__timestampIso8601",
|
|
5826
6016
|
"locationName": "submitTime"
|
|
5827
6017
|
}
|
|
5828
6018
|
}
|
|
@@ -6002,7 +6192,10 @@
|
|
|
6002
6192
|
"shape": "ProresSettings",
|
|
6003
6193
|
"locationName": "proresSettings"
|
|
6004
6194
|
}
|
|
6005
|
-
}
|
|
6195
|
+
},
|
|
6196
|
+
"required": [
|
|
6197
|
+
"Codec"
|
|
6198
|
+
]
|
|
6006
6199
|
},
|
|
6007
6200
|
"VideoDescription": {
|
|
6008
6201
|
"type": "structure",
|
|
@@ -6032,11 +6225,11 @@
|
|
|
6032
6225
|
"locationName": "dropFrameTimecode"
|
|
6033
6226
|
},
|
|
6034
6227
|
"FixedAfd": {
|
|
6035
|
-
"shape": "
|
|
6228
|
+
"shape": "__integerMin0Max15",
|
|
6036
6229
|
"locationName": "fixedAfd"
|
|
6037
6230
|
},
|
|
6038
6231
|
"Height": {
|
|
6039
|
-
"shape": "
|
|
6232
|
+
"shape": "__integerMin32Max2160",
|
|
6040
6233
|
"locationName": "height"
|
|
6041
6234
|
},
|
|
6042
6235
|
"Position": {
|
|
@@ -6052,7 +6245,7 @@
|
|
|
6052
6245
|
"locationName": "scalingBehavior"
|
|
6053
6246
|
},
|
|
6054
6247
|
"Sharpness": {
|
|
6055
|
-
"shape": "
|
|
6248
|
+
"shape": "__integerMin0Max100",
|
|
6056
6249
|
"locationName": "sharpness"
|
|
6057
6250
|
},
|
|
6058
6251
|
"TimecodeInsertion": {
|
|
@@ -6064,10 +6257,13 @@
|
|
|
6064
6257
|
"locationName": "videoPreprocessors"
|
|
6065
6258
|
},
|
|
6066
6259
|
"Width": {
|
|
6067
|
-
"shape": "
|
|
6260
|
+
"shape": "__integerMin32Max4096",
|
|
6068
6261
|
"locationName": "width"
|
|
6069
6262
|
}
|
|
6070
|
-
}
|
|
6263
|
+
},
|
|
6264
|
+
"required": [
|
|
6265
|
+
"CodecSettings"
|
|
6266
|
+
]
|
|
6071
6267
|
},
|
|
6072
6268
|
"VideoDetail": {
|
|
6073
6269
|
"type": "structure",
|
|
@@ -6123,11 +6319,11 @@
|
|
|
6123
6319
|
"locationName": "hdr10Metadata"
|
|
6124
6320
|
},
|
|
6125
6321
|
"Pid": {
|
|
6126
|
-
"shape": "
|
|
6322
|
+
"shape": "__integerMin1Max2147483647",
|
|
6127
6323
|
"locationName": "pid"
|
|
6128
6324
|
},
|
|
6129
6325
|
"ProgramNumber": {
|
|
6130
|
-
"shape": "
|
|
6326
|
+
"shape": "__integerMinNegative2147483648Max2147483647",
|
|
6131
6327
|
"locationName": "programNumber"
|
|
6132
6328
|
}
|
|
6133
6329
|
}
|
|
@@ -6139,19 +6335,30 @@
|
|
|
6139
6335
|
"PIC_TIMING_SEI"
|
|
6140
6336
|
]
|
|
6141
6337
|
},
|
|
6338
|
+
"WavFormat": {
|
|
6339
|
+
"type": "string",
|
|
6340
|
+
"enum": [
|
|
6341
|
+
"RIFF",
|
|
6342
|
+
"RF64"
|
|
6343
|
+
]
|
|
6344
|
+
},
|
|
6142
6345
|
"WavSettings": {
|
|
6143
6346
|
"type": "structure",
|
|
6144
6347
|
"members": {
|
|
6145
6348
|
"BitDepth": {
|
|
6146
|
-
"shape": "
|
|
6349
|
+
"shape": "__integerMin16Max24",
|
|
6147
6350
|
"locationName": "bitDepth"
|
|
6148
6351
|
},
|
|
6149
6352
|
"Channels": {
|
|
6150
|
-
"shape": "
|
|
6353
|
+
"shape": "__integerMin1Max8",
|
|
6151
6354
|
"locationName": "channels"
|
|
6152
6355
|
},
|
|
6356
|
+
"Format": {
|
|
6357
|
+
"shape": "WavFormat",
|
|
6358
|
+
"locationName": "format"
|
|
6359
|
+
},
|
|
6153
6360
|
"SampleRate": {
|
|
6154
|
-
"shape": "
|
|
6361
|
+
"shape": "__integerMin8000Max192000",
|
|
6155
6362
|
"locationName": "sampleRate"
|
|
6156
6363
|
}
|
|
6157
6364
|
}
|
|
@@ -6162,14 +6369,631 @@
|
|
|
6162
6369
|
"__double": {
|
|
6163
6370
|
"type": "double"
|
|
6164
6371
|
},
|
|
6372
|
+
"__doubleMin0": {
|
|
6373
|
+
"type": "double"
|
|
6374
|
+
},
|
|
6375
|
+
"__doubleMinNegative59Max0": {
|
|
6376
|
+
"type": "double"
|
|
6377
|
+
},
|
|
6378
|
+
"__doubleMinNegative60Max3": {
|
|
6379
|
+
"type": "double"
|
|
6380
|
+
},
|
|
6381
|
+
"__doubleMinNegative60MaxNegative1": {
|
|
6382
|
+
"type": "double"
|
|
6383
|
+
},
|
|
6165
6384
|
"__integer": {
|
|
6166
6385
|
"type": "integer"
|
|
6167
6386
|
},
|
|
6387
|
+
"__integerMin0Max10": {
|
|
6388
|
+
"type": "integer",
|
|
6389
|
+
"min": 0,
|
|
6390
|
+
"max": 10
|
|
6391
|
+
},
|
|
6392
|
+
"__integerMin0Max100": {
|
|
6393
|
+
"type": "integer",
|
|
6394
|
+
"min": 0,
|
|
6395
|
+
"max": 100
|
|
6396
|
+
},
|
|
6397
|
+
"__integerMin0Max1000": {
|
|
6398
|
+
"type": "integer",
|
|
6399
|
+
"min": 0,
|
|
6400
|
+
"max": 1000
|
|
6401
|
+
},
|
|
6402
|
+
"__integerMin0Max10000": {
|
|
6403
|
+
"type": "integer",
|
|
6404
|
+
"min": 0,
|
|
6405
|
+
"max": 10000
|
|
6406
|
+
},
|
|
6407
|
+
"__integerMin0Max1152000000": {
|
|
6408
|
+
"type": "integer",
|
|
6409
|
+
"min": 0,
|
|
6410
|
+
"max": 1152000000
|
|
6411
|
+
},
|
|
6412
|
+
"__integerMin0Max128": {
|
|
6413
|
+
"type": "integer",
|
|
6414
|
+
"min": 0,
|
|
6415
|
+
"max": 128
|
|
6416
|
+
},
|
|
6417
|
+
"__integerMin0Max1466400000": {
|
|
6418
|
+
"type": "integer",
|
|
6419
|
+
"min": 0,
|
|
6420
|
+
"max": 1466400000
|
|
6421
|
+
},
|
|
6422
|
+
"__integerMin0Max15": {
|
|
6423
|
+
"type": "integer",
|
|
6424
|
+
"min": 0,
|
|
6425
|
+
"max": 15
|
|
6426
|
+
},
|
|
6427
|
+
"__integerMin0Max16": {
|
|
6428
|
+
"type": "integer",
|
|
6429
|
+
"min": 0,
|
|
6430
|
+
"max": 16
|
|
6431
|
+
},
|
|
6432
|
+
"__integerMin0Max2147483647": {
|
|
6433
|
+
"type": "integer",
|
|
6434
|
+
"min": 0,
|
|
6435
|
+
"max": 2147483647
|
|
6436
|
+
},
|
|
6437
|
+
"__integerMin0Max255": {
|
|
6438
|
+
"type": "integer",
|
|
6439
|
+
"min": 0,
|
|
6440
|
+
"max": 255
|
|
6441
|
+
},
|
|
6442
|
+
"__integerMin0Max3": {
|
|
6443
|
+
"type": "integer",
|
|
6444
|
+
"min": 0,
|
|
6445
|
+
"max": 3
|
|
6446
|
+
},
|
|
6447
|
+
"__integerMin0Max30": {
|
|
6448
|
+
"type": "integer",
|
|
6449
|
+
"min": 0,
|
|
6450
|
+
"max": 30
|
|
6451
|
+
},
|
|
6452
|
+
"__integerMin0Max3600": {
|
|
6453
|
+
"type": "integer",
|
|
6454
|
+
"min": 0,
|
|
6455
|
+
"max": 3600
|
|
6456
|
+
},
|
|
6457
|
+
"__integerMin0Max47185920": {
|
|
6458
|
+
"type": "integer",
|
|
6459
|
+
"min": 0,
|
|
6460
|
+
"max": 47185920
|
|
6461
|
+
},
|
|
6462
|
+
"__integerMin0Max500": {
|
|
6463
|
+
"type": "integer",
|
|
6464
|
+
"min": 0,
|
|
6465
|
+
"max": 500
|
|
6466
|
+
},
|
|
6467
|
+
"__integerMin0Max50000": {
|
|
6468
|
+
"type": "integer",
|
|
6469
|
+
"min": 0,
|
|
6470
|
+
"max": 50000
|
|
6471
|
+
},
|
|
6472
|
+
"__integerMin0Max65535": {
|
|
6473
|
+
"type": "integer",
|
|
6474
|
+
"min": 0,
|
|
6475
|
+
"max": 65535
|
|
6476
|
+
},
|
|
6477
|
+
"__integerMin0Max7": {
|
|
6478
|
+
"type": "integer",
|
|
6479
|
+
"min": 0,
|
|
6480
|
+
"max": 7
|
|
6481
|
+
},
|
|
6482
|
+
"__integerMin0Max8": {
|
|
6483
|
+
"type": "integer",
|
|
6484
|
+
"min": 0,
|
|
6485
|
+
"max": 8
|
|
6486
|
+
},
|
|
6487
|
+
"__integerMin0Max9": {
|
|
6488
|
+
"type": "integer",
|
|
6489
|
+
"min": 0,
|
|
6490
|
+
"max": 9
|
|
6491
|
+
},
|
|
6492
|
+
"__integerMin0Max96": {
|
|
6493
|
+
"type": "integer",
|
|
6494
|
+
"min": 0,
|
|
6495
|
+
"max": 96
|
|
6496
|
+
},
|
|
6497
|
+
"__integerMin0Max99": {
|
|
6498
|
+
"type": "integer",
|
|
6499
|
+
"min": 0,
|
|
6500
|
+
"max": 99
|
|
6501
|
+
},
|
|
6502
|
+
"__integerMin1000Max1152000000": {
|
|
6503
|
+
"type": "integer",
|
|
6504
|
+
"min": 1000,
|
|
6505
|
+
"max": 1152000000
|
|
6506
|
+
},
|
|
6507
|
+
"__integerMin1000Max1466400000": {
|
|
6508
|
+
"type": "integer",
|
|
6509
|
+
"min": 1000,
|
|
6510
|
+
"max": 1466400000
|
|
6511
|
+
},
|
|
6512
|
+
"__integerMin1000Max288000000": {
|
|
6513
|
+
"type": "integer",
|
|
6514
|
+
"min": 1000,
|
|
6515
|
+
"max": 288000000
|
|
6516
|
+
},
|
|
6517
|
+
"__integerMin1000Max30000": {
|
|
6518
|
+
"type": "integer",
|
|
6519
|
+
"min": 1000,
|
|
6520
|
+
"max": 30000
|
|
6521
|
+
},
|
|
6522
|
+
"__integerMin1000Max300000000": {
|
|
6523
|
+
"type": "integer",
|
|
6524
|
+
"min": 1000,
|
|
6525
|
+
"max": 300000000
|
|
6526
|
+
},
|
|
6527
|
+
"__integerMin10Max48": {
|
|
6528
|
+
"type": "integer",
|
|
6529
|
+
"min": 10,
|
|
6530
|
+
"max": 48
|
|
6531
|
+
},
|
|
6532
|
+
"__integerMin16Max24": {
|
|
6533
|
+
"type": "integer",
|
|
6534
|
+
"min": 16,
|
|
6535
|
+
"max": 24
|
|
6536
|
+
},
|
|
6537
|
+
"__integerMin1Max1": {
|
|
6538
|
+
"type": "integer",
|
|
6539
|
+
"min": 1,
|
|
6540
|
+
"max": 1
|
|
6541
|
+
},
|
|
6542
|
+
"__integerMin1Max100": {
|
|
6543
|
+
"type": "integer",
|
|
6544
|
+
"min": 1,
|
|
6545
|
+
"max": 100
|
|
6546
|
+
},
|
|
6547
|
+
"__integerMin1Max10000000": {
|
|
6548
|
+
"type": "integer",
|
|
6549
|
+
"min": 1,
|
|
6550
|
+
"max": 10000000
|
|
6551
|
+
},
|
|
6552
|
+
"__integerMin1Max1001": {
|
|
6553
|
+
"type": "integer",
|
|
6554
|
+
"min": 1,
|
|
6555
|
+
"max": 1001
|
|
6556
|
+
},
|
|
6557
|
+
"__integerMin1Max16": {
|
|
6558
|
+
"type": "integer",
|
|
6559
|
+
"min": 1,
|
|
6560
|
+
"max": 16
|
|
6561
|
+
},
|
|
6562
|
+
"__integerMin1Max2": {
|
|
6563
|
+
"type": "integer",
|
|
6564
|
+
"min": 1,
|
|
6565
|
+
"max": 2
|
|
6566
|
+
},
|
|
6567
|
+
"__integerMin1Max2147483647": {
|
|
6568
|
+
"type": "integer",
|
|
6569
|
+
"min": 1,
|
|
6570
|
+
"max": 2147483647
|
|
6571
|
+
},
|
|
6572
|
+
"__integerMin1Max31": {
|
|
6573
|
+
"type": "integer",
|
|
6574
|
+
"min": 1,
|
|
6575
|
+
"max": 31
|
|
6576
|
+
},
|
|
6577
|
+
"__integerMin1Max32": {
|
|
6578
|
+
"type": "integer",
|
|
6579
|
+
"min": 1,
|
|
6580
|
+
"max": 32
|
|
6581
|
+
},
|
|
6582
|
+
"__integerMin1Max4": {
|
|
6583
|
+
"type": "integer",
|
|
6584
|
+
"min": 1,
|
|
6585
|
+
"max": 4
|
|
6586
|
+
},
|
|
6587
|
+
"__integerMin1Max6": {
|
|
6588
|
+
"type": "integer",
|
|
6589
|
+
"min": 1,
|
|
6590
|
+
"max": 6
|
|
6591
|
+
},
|
|
6592
|
+
"__integerMin1Max8": {
|
|
6593
|
+
"type": "integer",
|
|
6594
|
+
"min": 1,
|
|
6595
|
+
"max": 8
|
|
6596
|
+
},
|
|
6597
|
+
"__integerMin24Max60000": {
|
|
6598
|
+
"type": "integer",
|
|
6599
|
+
"min": 24,
|
|
6600
|
+
"max": 60000
|
|
6601
|
+
},
|
|
6602
|
+
"__integerMin25Max10000": {
|
|
6603
|
+
"type": "integer",
|
|
6604
|
+
"min": 25,
|
|
6605
|
+
"max": 10000
|
|
6606
|
+
},
|
|
6607
|
+
"__integerMin25Max2000": {
|
|
6608
|
+
"type": "integer",
|
|
6609
|
+
"min": 25,
|
|
6610
|
+
"max": 2000
|
|
6611
|
+
},
|
|
6612
|
+
"__integerMin32000Max384000": {
|
|
6613
|
+
"type": "integer",
|
|
6614
|
+
"min": 32000,
|
|
6615
|
+
"max": 384000
|
|
6616
|
+
},
|
|
6617
|
+
"__integerMin32000Max48000": {
|
|
6618
|
+
"type": "integer",
|
|
6619
|
+
"min": 32000,
|
|
6620
|
+
"max": 48000
|
|
6621
|
+
},
|
|
6622
|
+
"__integerMin32Max2160": {
|
|
6623
|
+
"type": "integer",
|
|
6624
|
+
"min": 32,
|
|
6625
|
+
"max": 2160
|
|
6626
|
+
},
|
|
6627
|
+
"__integerMin32Max4096": {
|
|
6628
|
+
"type": "integer",
|
|
6629
|
+
"min": 32,
|
|
6630
|
+
"max": 4096
|
|
6631
|
+
},
|
|
6632
|
+
"__integerMin32Max8182": {
|
|
6633
|
+
"type": "integer",
|
|
6634
|
+
"min": 32,
|
|
6635
|
+
"max": 8182
|
|
6636
|
+
},
|
|
6637
|
+
"__integerMin48000Max48000": {
|
|
6638
|
+
"type": "integer",
|
|
6639
|
+
"min": 48000,
|
|
6640
|
+
"max": 48000
|
|
6641
|
+
},
|
|
6642
|
+
"__integerMin6000Max1024000": {
|
|
6643
|
+
"type": "integer",
|
|
6644
|
+
"min": 6000,
|
|
6645
|
+
"max": 1024000
|
|
6646
|
+
},
|
|
6647
|
+
"__integerMin64000Max640000": {
|
|
6648
|
+
"type": "integer",
|
|
6649
|
+
"min": 64000,
|
|
6650
|
+
"max": 640000
|
|
6651
|
+
},
|
|
6652
|
+
"__integerMin8000Max192000": {
|
|
6653
|
+
"type": "integer",
|
|
6654
|
+
"min": 8000,
|
|
6655
|
+
"max": 192000
|
|
6656
|
+
},
|
|
6657
|
+
"__integerMin8000Max96000": {
|
|
6658
|
+
"type": "integer",
|
|
6659
|
+
"min": 8000,
|
|
6660
|
+
"max": 96000
|
|
6661
|
+
},
|
|
6662
|
+
"__integerMin96Max600": {
|
|
6663
|
+
"type": "integer",
|
|
6664
|
+
"min": 96,
|
|
6665
|
+
"max": 600
|
|
6666
|
+
},
|
|
6667
|
+
"__integerMinNegative1000Max1000": {
|
|
6668
|
+
"type": "integer",
|
|
6669
|
+
"min": -1000,
|
|
6670
|
+
"max": 1000
|
|
6671
|
+
},
|
|
6672
|
+
"__integerMinNegative180Max180": {
|
|
6673
|
+
"type": "integer",
|
|
6674
|
+
"min": -180,
|
|
6675
|
+
"max": 180
|
|
6676
|
+
},
|
|
6677
|
+
"__integerMinNegative2147483648Max2147483647": {
|
|
6678
|
+
"type": "integer",
|
|
6679
|
+
"min": -2147483648,
|
|
6680
|
+
"max": 2147483647
|
|
6681
|
+
},
|
|
6682
|
+
"__integerMinNegative2Max3": {
|
|
6683
|
+
"type": "integer",
|
|
6684
|
+
"min": -2,
|
|
6685
|
+
"max": 3
|
|
6686
|
+
},
|
|
6687
|
+
"__integerMinNegative5Max5": {
|
|
6688
|
+
"type": "integer",
|
|
6689
|
+
"min": -5,
|
|
6690
|
+
"max": 5
|
|
6691
|
+
},
|
|
6692
|
+
"__integerMinNegative60Max6": {
|
|
6693
|
+
"type": "integer",
|
|
6694
|
+
"min": -60,
|
|
6695
|
+
"max": 6
|
|
6696
|
+
},
|
|
6697
|
+
"__integerMinNegative70Max0": {
|
|
6698
|
+
"type": "integer",
|
|
6699
|
+
"min": -70,
|
|
6700
|
+
"max": 0
|
|
6701
|
+
},
|
|
6702
|
+
"__listOfAudioDescription": {
|
|
6703
|
+
"type": "list",
|
|
6704
|
+
"member": {
|
|
6705
|
+
"shape": "AudioDescription"
|
|
6706
|
+
}
|
|
6707
|
+
},
|
|
6708
|
+
"__listOfCaptionDescription": {
|
|
6709
|
+
"type": "list",
|
|
6710
|
+
"member": {
|
|
6711
|
+
"shape": "CaptionDescription"
|
|
6712
|
+
}
|
|
6713
|
+
},
|
|
6714
|
+
"__listOfCaptionDescriptionPreset": {
|
|
6715
|
+
"type": "list",
|
|
6716
|
+
"member": {
|
|
6717
|
+
"shape": "CaptionDescriptionPreset"
|
|
6718
|
+
}
|
|
6719
|
+
},
|
|
6720
|
+
"__listOfEndpoint": {
|
|
6721
|
+
"type": "list",
|
|
6722
|
+
"member": {
|
|
6723
|
+
"shape": "Endpoint"
|
|
6724
|
+
}
|
|
6725
|
+
},
|
|
6726
|
+
"__listOfHlsAdMarkers": {
|
|
6727
|
+
"type": "list",
|
|
6728
|
+
"member": {
|
|
6729
|
+
"shape": "HlsAdMarkers"
|
|
6730
|
+
}
|
|
6731
|
+
},
|
|
6732
|
+
"__listOfHlsCaptionLanguageMapping": {
|
|
6733
|
+
"type": "list",
|
|
6734
|
+
"member": {
|
|
6735
|
+
"shape": "HlsCaptionLanguageMapping"
|
|
6736
|
+
}
|
|
6737
|
+
},
|
|
6738
|
+
"__listOfId3Insertion": {
|
|
6739
|
+
"type": "list",
|
|
6740
|
+
"member": {
|
|
6741
|
+
"shape": "Id3Insertion"
|
|
6742
|
+
}
|
|
6743
|
+
},
|
|
6744
|
+
"__listOfInput": {
|
|
6745
|
+
"type": "list",
|
|
6746
|
+
"member": {
|
|
6747
|
+
"shape": "Input"
|
|
6748
|
+
}
|
|
6749
|
+
},
|
|
6750
|
+
"__listOfInputClipping": {
|
|
6751
|
+
"type": "list",
|
|
6752
|
+
"member": {
|
|
6753
|
+
"shape": "InputClipping"
|
|
6754
|
+
}
|
|
6755
|
+
},
|
|
6756
|
+
"__listOfInputTemplate": {
|
|
6757
|
+
"type": "list",
|
|
6758
|
+
"member": {
|
|
6759
|
+
"shape": "InputTemplate"
|
|
6760
|
+
}
|
|
6761
|
+
},
|
|
6762
|
+
"__listOfInsertableImage": {
|
|
6763
|
+
"type": "list",
|
|
6764
|
+
"member": {
|
|
6765
|
+
"shape": "InsertableImage"
|
|
6766
|
+
}
|
|
6767
|
+
},
|
|
6768
|
+
"__listOfJob": {
|
|
6769
|
+
"type": "list",
|
|
6770
|
+
"member": {
|
|
6771
|
+
"shape": "Job"
|
|
6772
|
+
}
|
|
6773
|
+
},
|
|
6774
|
+
"__listOfJobTemplate": {
|
|
6775
|
+
"type": "list",
|
|
6776
|
+
"member": {
|
|
6777
|
+
"shape": "JobTemplate"
|
|
6778
|
+
}
|
|
6779
|
+
},
|
|
6780
|
+
"__listOfOutput": {
|
|
6781
|
+
"type": "list",
|
|
6782
|
+
"member": {
|
|
6783
|
+
"shape": "Output"
|
|
6784
|
+
}
|
|
6785
|
+
},
|
|
6786
|
+
"__listOfOutputChannelMapping": {
|
|
6787
|
+
"type": "list",
|
|
6788
|
+
"member": {
|
|
6789
|
+
"shape": "OutputChannelMapping"
|
|
6790
|
+
}
|
|
6791
|
+
},
|
|
6792
|
+
"__listOfOutputDetail": {
|
|
6793
|
+
"type": "list",
|
|
6794
|
+
"member": {
|
|
6795
|
+
"shape": "OutputDetail"
|
|
6796
|
+
}
|
|
6797
|
+
},
|
|
6798
|
+
"__listOfOutputGroup": {
|
|
6799
|
+
"type": "list",
|
|
6800
|
+
"member": {
|
|
6801
|
+
"shape": "OutputGroup"
|
|
6802
|
+
}
|
|
6803
|
+
},
|
|
6804
|
+
"__listOfOutputGroupDetail": {
|
|
6805
|
+
"type": "list",
|
|
6806
|
+
"member": {
|
|
6807
|
+
"shape": "OutputGroupDetail"
|
|
6808
|
+
}
|
|
6809
|
+
},
|
|
6810
|
+
"__listOfPreset": {
|
|
6811
|
+
"type": "list",
|
|
6812
|
+
"member": {
|
|
6813
|
+
"shape": "Preset"
|
|
6814
|
+
}
|
|
6815
|
+
},
|
|
6816
|
+
"__listOfQueue": {
|
|
6817
|
+
"type": "list",
|
|
6818
|
+
"member": {
|
|
6819
|
+
"shape": "Queue"
|
|
6820
|
+
}
|
|
6821
|
+
},
|
|
6822
|
+
"__listOf__integerMin1Max2147483647": {
|
|
6823
|
+
"type": "list",
|
|
6824
|
+
"member": {
|
|
6825
|
+
"shape": "__integerMin1Max2147483647"
|
|
6826
|
+
}
|
|
6827
|
+
},
|
|
6828
|
+
"__listOf__integerMin32Max8182": {
|
|
6829
|
+
"type": "list",
|
|
6830
|
+
"member": {
|
|
6831
|
+
"shape": "__integerMin32Max8182"
|
|
6832
|
+
}
|
|
6833
|
+
},
|
|
6834
|
+
"__listOf__integerMinNegative60Max6": {
|
|
6835
|
+
"type": "list",
|
|
6836
|
+
"member": {
|
|
6837
|
+
"shape": "__integerMinNegative60Max6"
|
|
6838
|
+
}
|
|
6839
|
+
},
|
|
6840
|
+
"__listOf__stringMin1": {
|
|
6841
|
+
"type": "list",
|
|
6842
|
+
"member": {
|
|
6843
|
+
"shape": "__stringMin1"
|
|
6844
|
+
}
|
|
6845
|
+
},
|
|
6846
|
+
"__listOf__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12": {
|
|
6847
|
+
"type": "list",
|
|
6848
|
+
"member": {
|
|
6849
|
+
"shape": "__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12"
|
|
6850
|
+
}
|
|
6851
|
+
},
|
|
6852
|
+
"__long": {
|
|
6853
|
+
"type": "long"
|
|
6854
|
+
},
|
|
6855
|
+
"__mapOfAudioSelector": {
|
|
6856
|
+
"type": "map",
|
|
6857
|
+
"key": {
|
|
6858
|
+
"shape": "__string"
|
|
6859
|
+
},
|
|
6860
|
+
"value": {
|
|
6861
|
+
"shape": "AudioSelector"
|
|
6862
|
+
}
|
|
6863
|
+
},
|
|
6864
|
+
"__mapOfAudioSelectorGroup": {
|
|
6865
|
+
"type": "map",
|
|
6866
|
+
"key": {
|
|
6867
|
+
"shape": "__string"
|
|
6868
|
+
},
|
|
6869
|
+
"value": {
|
|
6870
|
+
"shape": "AudioSelectorGroup"
|
|
6871
|
+
}
|
|
6872
|
+
},
|
|
6873
|
+
"__mapOfCaptionSelector": {
|
|
6874
|
+
"type": "map",
|
|
6875
|
+
"key": {
|
|
6876
|
+
"shape": "__string"
|
|
6877
|
+
},
|
|
6878
|
+
"value": {
|
|
6879
|
+
"shape": "CaptionSelector"
|
|
6880
|
+
}
|
|
6881
|
+
},
|
|
6882
|
+
"__mapOf__string": {
|
|
6883
|
+
"type": "map",
|
|
6884
|
+
"key": {
|
|
6885
|
+
"shape": "__string"
|
|
6886
|
+
},
|
|
6887
|
+
"value": {
|
|
6888
|
+
"shape": "__string"
|
|
6889
|
+
}
|
|
6890
|
+
},
|
|
6168
6891
|
"__string": {
|
|
6169
6892
|
"type": "string"
|
|
6170
6893
|
},
|
|
6171
|
-
"
|
|
6172
|
-
"type": "
|
|
6894
|
+
"__stringMin0": {
|
|
6895
|
+
"type": "string",
|
|
6896
|
+
"min": 0
|
|
6897
|
+
},
|
|
6898
|
+
"__stringMin1": {
|
|
6899
|
+
"type": "string",
|
|
6900
|
+
"min": 1
|
|
6901
|
+
},
|
|
6902
|
+
"__stringMin14PatternS3BmpBMPPngPNG": {
|
|
6903
|
+
"type": "string",
|
|
6904
|
+
"min": 14,
|
|
6905
|
+
"pattern": "^(s3:\\/\\/)(.*?)\\.(bmp|BMP|png|PNG)$"
|
|
6906
|
+
},
|
|
6907
|
+
"__stringMin14PatternS3BmpBMPPngPNGTgaTGA": {
|
|
6908
|
+
"type": "string",
|
|
6909
|
+
"min": 14,
|
|
6910
|
+
"pattern": "^(s3:\\/\\/)(.*?)\\.(bmp|BMP|png|PNG|tga|TGA)$"
|
|
6911
|
+
},
|
|
6912
|
+
"__stringMin14PatternS3SccSCCTtmlTTMLDfxpDFXPStlSTLSrtSRTSmiSMI": {
|
|
6913
|
+
"type": "string",
|
|
6914
|
+
"min": 14,
|
|
6915
|
+
"pattern": "^(s3:\\/\\/)(.*?)\\.(scc|SCC|ttml|TTML|dfxp|DFXP|stl|STL|srt|SRT|smi|SMI)$"
|
|
6916
|
+
},
|
|
6917
|
+
"__stringMin1Max256": {
|
|
6918
|
+
"type": "string",
|
|
6919
|
+
"min": 1,
|
|
6920
|
+
"max": 256
|
|
6921
|
+
},
|
|
6922
|
+
"__stringMin32Max32Pattern09aFAF32": {
|
|
6923
|
+
"type": "string",
|
|
6924
|
+
"min": 32,
|
|
6925
|
+
"max": 32,
|
|
6926
|
+
"pattern": "^[0-9a-fA-F]{32}$"
|
|
6927
|
+
},
|
|
6928
|
+
"__stringMin3Max3Pattern1809aFAF09aEAE": {
|
|
6929
|
+
"type": "string",
|
|
6930
|
+
"min": 3,
|
|
6931
|
+
"max": 3,
|
|
6932
|
+
"pattern": "^[1-8][0-9a-fA-F][0-9a-eA-E]$"
|
|
6933
|
+
},
|
|
6934
|
+
"__stringPattern": {
|
|
6935
|
+
"type": "string",
|
|
6936
|
+
"pattern": "^[ -~]+$"
|
|
6937
|
+
},
|
|
6938
|
+
"__stringPattern010920405090509092": {
|
|
6939
|
+
"type": "string",
|
|
6940
|
+
"pattern": "^([01][0-9]|2[0-4]):[0-5][0-9]:[0-5][0-9][:;][0-9]{2}$"
|
|
6941
|
+
},
|
|
6942
|
+
"__stringPattern01D20305D205D": {
|
|
6943
|
+
"type": "string",
|
|
6944
|
+
"pattern": "^((([0-1]\\d)|(2[0-3]))(:[0-5]\\d){2}([:;][0-5]\\d))$"
|
|
6945
|
+
},
|
|
6946
|
+
"__stringPattern0940191020191209301": {
|
|
6947
|
+
"type": "string",
|
|
6948
|
+
"pattern": "^([0-9]{4})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])$"
|
|
6949
|
+
},
|
|
6950
|
+
"__stringPattern09aFAF809aFAF409aFAF409aFAF409aFAF12": {
|
|
6951
|
+
"type": "string",
|
|
6952
|
+
"pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"
|
|
6953
|
+
},
|
|
6954
|
+
"__stringPatternAZaZ0902": {
|
|
6955
|
+
"type": "string",
|
|
6956
|
+
"pattern": "^[A-Za-z0-9+\\/]+={0,2}$"
|
|
6957
|
+
},
|
|
6958
|
+
"__stringPatternAZaZ0932": {
|
|
6959
|
+
"type": "string",
|
|
6960
|
+
"pattern": "^[A-Za-z0-9]{32}$"
|
|
6961
|
+
},
|
|
6962
|
+
"__stringPatternDD": {
|
|
6963
|
+
"type": "string",
|
|
6964
|
+
"pattern": "^(\\d+(\\/\\d+)*)$"
|
|
6965
|
+
},
|
|
6966
|
+
"__stringPatternHttps": {
|
|
6967
|
+
"type": "string",
|
|
6968
|
+
"pattern": "^https:\\/\\/"
|
|
6969
|
+
},
|
|
6970
|
+
"__stringPatternIdentityAZaZ26AZaZ09163": {
|
|
6971
|
+
"type": "string",
|
|
6972
|
+
"pattern": "^(identity|[A-Za-z]{2,6}(\\.[A-Za-z0-9-]{1,63})+)$"
|
|
6973
|
+
},
|
|
6974
|
+
"__stringPatternS3": {
|
|
6975
|
+
"type": "string",
|
|
6976
|
+
"pattern": "^s3:\\/\\/"
|
|
6977
|
+
},
|
|
6978
|
+
"__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MM": {
|
|
6979
|
+
"type": "string",
|
|
6980
|
+
"pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM])))$"
|
|
6981
|
+
},
|
|
6982
|
+
"__stringPatternS3MM2VVMMPPEEGGAAVVIIMMPP4FFLLVVMMPPTTMMPPGGMM4VVTTRRPPFF4VVMM2TTSSTTSS264HH264MMKKVVMMOOVVMMTTSSMM2TTWWMMVVAASSFFVVOOBB3GGPP3GGPPPPMMXXFFDDIIVVXXXXVVIIDDRRAAWWDDVVGGXXFFMM1VV3GG2VVMMFFMM3UU8LLCCHHGGXXFFMMPPEEGG2MMXXFFMMPPEEGG2MMXXFFHHDDWWAAVVYY4MMAAAACCAAIIFFFFMMPP2AACC3EECC3DDTTSSEE": {
|
|
6983
|
+
"type": "string",
|
|
6984
|
+
"pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[aA][aA][cC]|[aA][iI][fF][fF]|[mM][pP]2|[aA][cC]3|[eE][cC]3|[dD][tT][sS][eE])))$"
|
|
6985
|
+
},
|
|
6986
|
+
"__stringPatternWS": {
|
|
6987
|
+
"type": "string",
|
|
6988
|
+
"pattern": "^[\\w\\s]*$"
|
|
6989
|
+
},
|
|
6990
|
+
"__timestampIso8601": {
|
|
6991
|
+
"type": "timestamp",
|
|
6992
|
+
"timestampFormat": "iso8601"
|
|
6993
|
+
},
|
|
6994
|
+
"__timestampUnix": {
|
|
6995
|
+
"type": "timestamp",
|
|
6996
|
+
"timestampFormat": "unixTimestamp"
|
|
6173
6997
|
}
|
|
6174
6998
|
}
|
|
6175
6999
|
}
|