aws-sdk-core 2.11.9 → 2.11.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd41671af07923996bffebb46141d7b2b3eacead
4
- data.tar.gz: bb8cf36750bd1c0687ceb279bb28b09b91962667
3
+ metadata.gz: 909970a2b6cb5c5146b13580544b9f9b8d077edc
4
+ data.tar.gz: fe7f25f0614568aa182a2bce2cc75a8947d2c65e
5
5
  SHA512:
6
- metadata.gz: 5ad1e287665f64260db428e42a0453175cc720da43e3c2457c9f568124bdc73728ad5bf6b88351b311c43385b6530697366ffc61c95e7901a02560fa849b1f10
7
- data.tar.gz: 190078f085ec5c01828e58121341c24ba7e0ae4bc155d29215910e7e338fd4147d97af8c511accdea380f1a922af0f9ab1d5eed8bcb5b453f4daddbee6c5b602
6
+ metadata.gz: a2805ae4cf3b69e851e4016e94d3746713f7dc0eb3b377875c359ff7e64800a8cf0bd788c30e9cd1579afad817a15f1e8938dfe58a388e4e50921a9e68c78953
7
+ data.tar.gz: 0e269487144dd1a93fbb1e60afcce82360478310b908f9d7a25ba264fcfafda7acdb3c1a4e8eb3598f96353a46520ec290265b0dece3d1021749ff04ee2bf6cb
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "errors": [
29
29
  {
30
- "shape": "UnprocessableEntityException"
30
+ "shape": "BadRequestException"
31
31
  },
32
32
  {
33
- "shape": "BadRequestException"
33
+ "shape": "UnprocessableEntityException"
34
34
  },
35
35
  {
36
36
  "shape": "InternalServerErrorException"
@@ -545,10 +545,10 @@
545
545
  },
546
546
  "errors": [
547
547
  {
548
- "shape": "UnprocessableEntityException"
548
+ "shape": "BadRequestException"
549
549
  },
550
550
  {
551
- "shape": "BadRequestException"
551
+ "shape": "UnprocessableEntityException"
552
552
  },
553
553
  {
554
554
  "shape": "InternalServerErrorException"
@@ -724,7 +724,7 @@
724
724
  "locationName": "codingMode"
725
725
  },
726
726
  "Dialnorm": {
727
- "shape": "__integer",
727
+ "shape": "__integerMin1Max31",
728
728
  "locationName": "dialnorm"
729
729
  },
730
730
  "DrcProfile": {
@@ -775,10 +775,13 @@
775
775
  "locationName": "destination"
776
776
  },
777
777
  "RolloverInterval": {
778
- "shape": "__integer",
778
+ "shape": "__integerMin1",
779
779
  "locationName": "rolloverInterval"
780
780
  }
781
- }
781
+ },
782
+ "required": [
783
+ "Destination"
784
+ ]
782
785
  },
783
786
  "ArchiveOutputSettings": {
784
787
  "type": "structure",
@@ -795,7 +798,10 @@
795
798
  "shape": "__string",
796
799
  "locationName": "nameModifier"
797
800
  }
798
- }
801
+ },
802
+ "required": [
803
+ "ContainerSettings"
804
+ ]
799
805
  },
800
806
  "AribDestinationSettings": {
801
807
  "type": "structure",
@@ -811,14 +817,18 @@
811
817
  "type": "structure",
812
818
  "members": {
813
819
  "InputChannelLevels": {
814
- "shape": "ListOfInputChannelLevel",
820
+ "shape": "__listOfInputChannelLevel",
815
821
  "locationName": "inputChannelLevels"
816
822
  },
817
823
  "OutputChannel": {
818
- "shape": "__integer",
824
+ "shape": "__integerMin0Max7",
819
825
  "locationName": "outputChannel"
820
826
  }
821
- }
827
+ },
828
+ "required": [
829
+ "OutputChannel",
830
+ "InputChannelLevels"
831
+ ]
822
832
  },
823
833
  "AudioCodecSettings": {
824
834
  "type": "structure",
@@ -869,7 +879,7 @@
869
879
  "locationName": "codecSettings"
870
880
  },
871
881
  "LanguageCode": {
872
- "shape": "__string",
882
+ "shape": "__stringMin3Max3",
873
883
  "locationName": "languageCode"
874
884
  },
875
885
  "LanguageCodeControl": {
@@ -888,7 +898,11 @@
888
898
  "shape": "__string",
889
899
  "locationName": "streamName"
890
900
  }
891
- }
901
+ },
902
+ "required": [
903
+ "AudioSelectorName",
904
+ "Name"
905
+ ]
892
906
  },
893
907
  "AudioDescriptionAudioTypeControl": {
894
908
  "type": "string",
@@ -915,7 +929,10 @@
915
929
  "shape": "AudioLanguageSelectionPolicy",
916
930
  "locationName": "languageSelectionPolicy"
917
931
  }
918
- }
932
+ },
933
+ "required": [
934
+ "LanguageCode"
935
+ ]
919
936
  },
920
937
  "AudioLanguageSelectionPolicy": {
921
938
  "type": "string",
@@ -949,7 +966,7 @@
949
966
  "locationName": "algorithmControl"
950
967
  },
951
968
  "TargetLkfs": {
952
- "shape": "__double",
969
+ "shape": "__doubleMinNegative59Max0",
953
970
  "locationName": "targetLkfs"
954
971
  }
955
972
  }
@@ -984,10 +1001,13 @@
984
1001
  "type": "structure",
985
1002
  "members": {
986
1003
  "Pid": {
987
- "shape": "__integer",
1004
+ "shape": "__integerMin0Max8191",
988
1005
  "locationName": "pid"
989
1006
  }
990
- }
1007
+ },
1008
+ "required": [
1009
+ "Pid"
1010
+ ]
991
1011
  },
992
1012
  "AudioSelector": {
993
1013
  "type": "structure",
@@ -1000,7 +1020,10 @@
1000
1020
  "shape": "AudioSelectorSettings",
1001
1021
  "locationName": "selectorSettings"
1002
1022
  }
1003
- }
1023
+ },
1024
+ "required": [
1025
+ "Name"
1026
+ ]
1004
1027
  },
1005
1028
  "AudioSelectorSettings": {
1006
1029
  "type": "structure",
@@ -1108,7 +1131,7 @@
1108
1131
  "locationName": "networkEndBlackoutImage"
1109
1132
  },
1110
1133
  "NetworkId": {
1111
- "shape": "__string",
1134
+ "shape": "__stringMin34Max34",
1112
1135
  "locationName": "networkId"
1113
1136
  },
1114
1137
  "State": {
@@ -1159,7 +1182,7 @@
1159
1182
  "locationName": "backgroundColor"
1160
1183
  },
1161
1184
  "BackgroundOpacity": {
1162
- "shape": "__integer",
1185
+ "shape": "__integerMin0Max255",
1163
1186
  "locationName": "backgroundOpacity"
1164
1187
  },
1165
1188
  "Font": {
@@ -1171,11 +1194,11 @@
1171
1194
  "locationName": "fontColor"
1172
1195
  },
1173
1196
  "FontOpacity": {
1174
- "shape": "__integer",
1197
+ "shape": "__integerMin0Max255",
1175
1198
  "locationName": "fontOpacity"
1176
1199
  },
1177
1200
  "FontResolution": {
1178
- "shape": "__integer",
1201
+ "shape": "__integerMin96Max600",
1179
1202
  "locationName": "fontResolution"
1180
1203
  },
1181
1204
  "FontSize": {
@@ -1187,7 +1210,7 @@
1187
1210
  "locationName": "outlineColor"
1188
1211
  },
1189
1212
  "OutlineSize": {
1190
- "shape": "__integer",
1213
+ "shape": "__integerMin0Max10",
1191
1214
  "locationName": "outlineSize"
1192
1215
  },
1193
1216
  "ShadowColor": {
@@ -1195,7 +1218,7 @@
1195
1218
  "locationName": "shadowColor"
1196
1219
  },
1197
1220
  "ShadowOpacity": {
1198
- "shape": "__integer",
1221
+ "shape": "__integerMin0Max255",
1199
1222
  "locationName": "shadowOpacity"
1200
1223
  },
1201
1224
  "ShadowXOffset": {
@@ -1211,11 +1234,11 @@
1211
1234
  "locationName": "teletextGridControl"
1212
1235
  },
1213
1236
  "XPosition": {
1214
- "shape": "__integer",
1237
+ "shape": "__integerMin0",
1215
1238
  "locationName": "xPosition"
1216
1239
  },
1217
1240
  "YPosition": {
1218
- "shape": "__integer",
1241
+ "shape": "__integerMin0",
1219
1242
  "locationName": "yPosition"
1220
1243
  }
1221
1244
  }
@@ -1280,7 +1303,11 @@
1280
1303
  "shape": "__string",
1281
1304
  "locationName": "name"
1282
1305
  }
1283
- }
1306
+ },
1307
+ "required": [
1308
+ "CaptionSelectorName",
1309
+ "Name"
1310
+ ]
1284
1311
  },
1285
1312
  "CaptionDestinationSettings": {
1286
1313
  "type": "structure",
@@ -1335,18 +1362,23 @@
1335
1362
  "type": "structure",
1336
1363
  "members": {
1337
1364
  "CaptionChannel": {
1338
- "shape": "__integer",
1365
+ "shape": "__integerMin1Max4",
1339
1366
  "locationName": "captionChannel"
1340
1367
  },
1341
1368
  "LanguageCode": {
1342
- "shape": "__string",
1369
+ "shape": "__stringMin3Max3",
1343
1370
  "locationName": "languageCode"
1344
1371
  },
1345
1372
  "LanguageDescription": {
1346
- "shape": "__string",
1373
+ "shape": "__stringMin1",
1347
1374
  "locationName": "languageDescription"
1348
1375
  }
1349
- }
1376
+ },
1377
+ "required": [
1378
+ "LanguageCode",
1379
+ "LanguageDescription",
1380
+ "CaptionChannel"
1381
+ ]
1350
1382
  },
1351
1383
  "CaptionSelector": {
1352
1384
  "type": "structure",
@@ -1363,7 +1395,10 @@
1363
1395
  "shape": "CaptionSelectorSettings",
1364
1396
  "locationName": "selectorSettings"
1365
1397
  }
1366
- }
1398
+ },
1399
+ "required": [
1400
+ "Name"
1401
+ ]
1367
1402
  },
1368
1403
  "CaptionSelectorSettings": {
1369
1404
  "type": "structure",
@@ -1402,11 +1437,11 @@
1402
1437
  "locationName": "arn"
1403
1438
  },
1404
1439
  "Destinations": {
1405
- "shape": "ListOfOutputDestination",
1440
+ "shape": "__listOfOutputDestination",
1406
1441
  "locationName": "destinations"
1407
1442
  },
1408
1443
  "EgressEndpoints": {
1409
- "shape": "ListOfChannelEgressEndpoint",
1444
+ "shape": "__listOfChannelEgressEndpoint",
1410
1445
  "locationName": "egressEndpoints"
1411
1446
  },
1412
1447
  "EncoderSettings": {
@@ -1418,7 +1453,7 @@
1418
1453
  "locationName": "id"
1419
1454
  },
1420
1455
  "InputAttachments": {
1421
- "shape": "ListOfInputAttachment",
1456
+ "shape": "__listOfInputAttachment",
1422
1457
  "locationName": "inputAttachments"
1423
1458
  },
1424
1459
  "InputSpecification": {
@@ -1451,7 +1486,7 @@
1451
1486
  "locationName": "message"
1452
1487
  },
1453
1488
  "ValidationErrors": {
1454
- "shape": "ListOfValidationError",
1489
+ "shape": "__listOfValidationError",
1455
1490
  "locationName": "validationErrors"
1456
1491
  }
1457
1492
  }
@@ -1487,11 +1522,11 @@
1487
1522
  "locationName": "arn"
1488
1523
  },
1489
1524
  "Destinations": {
1490
- "shape": "ListOfOutputDestination",
1525
+ "shape": "__listOfOutputDestination",
1491
1526
  "locationName": "destinations"
1492
1527
  },
1493
1528
  "EgressEndpoints": {
1494
- "shape": "ListOfChannelEgressEndpoint",
1529
+ "shape": "__listOfChannelEgressEndpoint",
1495
1530
  "locationName": "egressEndpoints"
1496
1531
  },
1497
1532
  "Id": {
@@ -1499,7 +1534,7 @@
1499
1534
  "locationName": "id"
1500
1535
  },
1501
1536
  "InputAttachments": {
1502
- "shape": "ListOfInputAttachment",
1537
+ "shape": "__listOfInputAttachment",
1503
1538
  "locationName": "inputAttachments"
1504
1539
  },
1505
1540
  "InputSpecification": {
@@ -1541,7 +1576,7 @@
1541
1576
  "type": "structure",
1542
1577
  "members": {
1543
1578
  "Destinations": {
1544
- "shape": "ListOfOutputDestination",
1579
+ "shape": "__listOfOutputDestination",
1545
1580
  "locationName": "destinations"
1546
1581
  },
1547
1582
  "EncoderSettings": {
@@ -1549,7 +1584,7 @@
1549
1584
  "locationName": "encoderSettings"
1550
1585
  },
1551
1586
  "InputAttachments": {
1552
- "shape": "ListOfInputAttachment",
1587
+ "shape": "__listOfInputAttachment",
1553
1588
  "locationName": "inputAttachments"
1554
1589
  },
1555
1590
  "InputSpecification": {
@@ -1580,7 +1615,7 @@
1580
1615
  "type": "structure",
1581
1616
  "members": {
1582
1617
  "Destinations": {
1583
- "shape": "ListOfOutputDestination",
1618
+ "shape": "__listOfOutputDestination",
1584
1619
  "locationName": "destinations"
1585
1620
  },
1586
1621
  "EncoderSettings": {
@@ -1588,7 +1623,7 @@
1588
1623
  "locationName": "encoderSettings"
1589
1624
  },
1590
1625
  "InputAttachments": {
1591
- "shape": "ListOfInputAttachment",
1626
+ "shape": "__listOfInputAttachment",
1592
1627
  "locationName": "inputAttachments"
1593
1628
  },
1594
1629
  "InputSpecification": {
@@ -1637,11 +1672,11 @@
1637
1672
  "type": "structure",
1638
1673
  "members": {
1639
1674
  "Destinations": {
1640
- "shape": "ListOfInputDestinationRequest",
1675
+ "shape": "__listOfInputDestinationRequest",
1641
1676
  "locationName": "destinations"
1642
1677
  },
1643
1678
  "InputSecurityGroups": {
1644
- "shape": "ListOf__string",
1679
+ "shape": "__listOf__string",
1645
1680
  "locationName": "inputSecurityGroups"
1646
1681
  },
1647
1682
  "Name": {
@@ -1654,7 +1689,7 @@
1654
1689
  "idempotencyToken": true
1655
1690
  },
1656
1691
  "Sources": {
1657
- "shape": "ListOfInputSourceRequest",
1692
+ "shape": "__listOfInputSourceRequest",
1658
1693
  "locationName": "sources"
1659
1694
  },
1660
1695
  "Type": {
@@ -1667,11 +1702,11 @@
1667
1702
  "type": "structure",
1668
1703
  "members": {
1669
1704
  "Destinations": {
1670
- "shape": "ListOfInputDestinationRequest",
1705
+ "shape": "__listOfInputDestinationRequest",
1671
1706
  "locationName": "destinations"
1672
1707
  },
1673
1708
  "InputSecurityGroups": {
1674
- "shape": "ListOf__string",
1709
+ "shape": "__listOf__string",
1675
1710
  "locationName": "inputSecurityGroups"
1676
1711
  },
1677
1712
  "Name": {
@@ -1684,7 +1719,7 @@
1684
1719
  "idempotencyToken": true
1685
1720
  },
1686
1721
  "Sources": {
1687
- "shape": "ListOfInputSourceRequest",
1722
+ "shape": "__listOfInputSourceRequest",
1688
1723
  "locationName": "sources"
1689
1724
  },
1690
1725
  "Type": {
@@ -1715,7 +1750,7 @@
1715
1750
  "type": "structure",
1716
1751
  "members": {
1717
1752
  "WhitelistRules": {
1718
- "shape": "ListOfInputWhitelistRuleCidr",
1753
+ "shape": "__listOfInputWhitelistRuleCidr",
1719
1754
  "locationName": "whitelistRules"
1720
1755
  }
1721
1756
  }
@@ -1759,11 +1794,11 @@
1759
1794
  "locationName": "arn"
1760
1795
  },
1761
1796
  "Destinations": {
1762
- "shape": "ListOfOutputDestination",
1797
+ "shape": "__listOfOutputDestination",
1763
1798
  "locationName": "destinations"
1764
1799
  },
1765
1800
  "EgressEndpoints": {
1766
- "shape": "ListOfChannelEgressEndpoint",
1801
+ "shape": "__listOfChannelEgressEndpoint",
1767
1802
  "locationName": "egressEndpoints"
1768
1803
  },
1769
1804
  "EncoderSettings": {
@@ -1775,7 +1810,7 @@
1775
1810
  "locationName": "id"
1776
1811
  },
1777
1812
  "InputAttachments": {
1778
- "shape": "ListOfInputAttachment",
1813
+ "shape": "__listOfInputAttachment",
1779
1814
  "locationName": "inputAttachments"
1780
1815
  },
1781
1816
  "InputSpecification": {
@@ -1857,11 +1892,11 @@
1857
1892
  "locationName": "arn"
1858
1893
  },
1859
1894
  "Destinations": {
1860
- "shape": "ListOfOutputDestination",
1895
+ "shape": "__listOfOutputDestination",
1861
1896
  "locationName": "destinations"
1862
1897
  },
1863
1898
  "EgressEndpoints": {
1864
- "shape": "ListOfChannelEgressEndpoint",
1899
+ "shape": "__listOfChannelEgressEndpoint",
1865
1900
  "locationName": "egressEndpoints"
1866
1901
  },
1867
1902
  "EncoderSettings": {
@@ -1873,7 +1908,7 @@
1873
1908
  "locationName": "id"
1874
1909
  },
1875
1910
  "InputAttachments": {
1876
- "shape": "ListOfInputAttachment",
1911
+ "shape": "__listOfInputAttachment",
1877
1912
  "locationName": "inputAttachments"
1878
1913
  },
1879
1914
  "InputSpecification": {
@@ -1919,11 +1954,11 @@
1919
1954
  "locationName": "arn"
1920
1955
  },
1921
1956
  "AttachedChannels": {
1922
- "shape": "ListOf__string",
1957
+ "shape": "__listOf__string",
1923
1958
  "locationName": "attachedChannels"
1924
1959
  },
1925
1960
  "Destinations": {
1926
- "shape": "ListOfInputDestination",
1961
+ "shape": "__listOfInputDestination",
1927
1962
  "locationName": "destinations"
1928
1963
  },
1929
1964
  "Id": {
@@ -1935,11 +1970,11 @@
1935
1970
  "locationName": "name"
1936
1971
  },
1937
1972
  "SecurityGroups": {
1938
- "shape": "ListOf__string",
1973
+ "shape": "__listOf__string",
1939
1974
  "locationName": "securityGroups"
1940
1975
  },
1941
1976
  "Sources": {
1942
- "shape": "ListOfInputSource",
1977
+ "shape": "__listOfInputSource",
1943
1978
  "locationName": "sources"
1944
1979
  },
1945
1980
  "State": {
@@ -1977,7 +2012,7 @@
1977
2012
  "locationName": "id"
1978
2013
  },
1979
2014
  "WhitelistRules": {
1980
- "shape": "ListOfInputWhitelistRule",
2015
+ "shape": "__listOfInputWhitelistRule",
1981
2016
  "locationName": "whitelistRules"
1982
2017
  }
1983
2018
  }
@@ -1986,18 +2021,22 @@
1986
2021
  "type": "structure",
1987
2022
  "members": {
1988
2023
  "NetworkId": {
1989
- "shape": "__integer",
2024
+ "shape": "__integerMin0Max65536",
1990
2025
  "locationName": "networkId"
1991
2026
  },
1992
2027
  "NetworkName": {
1993
- "shape": "__string",
2028
+ "shape": "__stringMin1Max256",
1994
2029
  "locationName": "networkName"
1995
2030
  },
1996
2031
  "RepInterval": {
1997
- "shape": "__integer",
2032
+ "shape": "__integerMin25Max10000",
1998
2033
  "locationName": "repInterval"
1999
2034
  }
2000
- }
2035
+ },
2036
+ "required": [
2037
+ "NetworkName",
2038
+ "NetworkId"
2039
+ ]
2001
2040
  },
2002
2041
  "DvbSdtOutputSdt": {
2003
2042
  "type": "string",
@@ -2016,15 +2055,15 @@
2016
2055
  "locationName": "outputSdt"
2017
2056
  },
2018
2057
  "RepInterval": {
2019
- "shape": "__integer",
2058
+ "shape": "__integerMin25Max2000",
2020
2059
  "locationName": "repInterval"
2021
2060
  },
2022
2061
  "ServiceName": {
2023
- "shape": "__string",
2062
+ "shape": "__stringMin1Max256",
2024
2063
  "locationName": "serviceName"
2025
2064
  },
2026
2065
  "ServiceProviderName": {
2027
- "shape": "__string",
2066
+ "shape": "__stringMin1Max256",
2028
2067
  "locationName": "serviceProviderName"
2029
2068
  }
2030
2069
  }
@@ -2079,7 +2118,7 @@
2079
2118
  "locationName": "backgroundColor"
2080
2119
  },
2081
2120
  "BackgroundOpacity": {
2082
- "shape": "__integer",
2121
+ "shape": "__integerMin0Max255",
2083
2122
  "locationName": "backgroundOpacity"
2084
2123
  },
2085
2124
  "Font": {
@@ -2091,11 +2130,11 @@
2091
2130
  "locationName": "fontColor"
2092
2131
  },
2093
2132
  "FontOpacity": {
2094
- "shape": "__integer",
2133
+ "shape": "__integerMin0Max255",
2095
2134
  "locationName": "fontOpacity"
2096
2135
  },
2097
2136
  "FontResolution": {
2098
- "shape": "__integer",
2137
+ "shape": "__integerMin96Max600",
2099
2138
  "locationName": "fontResolution"
2100
2139
  },
2101
2140
  "FontSize": {
@@ -2107,7 +2146,7 @@
2107
2146
  "locationName": "outlineColor"
2108
2147
  },
2109
2148
  "OutlineSize": {
2110
- "shape": "__integer",
2149
+ "shape": "__integerMin0Max10",
2111
2150
  "locationName": "outlineSize"
2112
2151
  },
2113
2152
  "ShadowColor": {
@@ -2115,7 +2154,7 @@
2115
2154
  "locationName": "shadowColor"
2116
2155
  },
2117
2156
  "ShadowOpacity": {
2118
- "shape": "__integer",
2157
+ "shape": "__integerMin0Max255",
2119
2158
  "locationName": "shadowOpacity"
2120
2159
  },
2121
2160
  "ShadowXOffset": {
@@ -2131,11 +2170,11 @@
2131
2170
  "locationName": "teletextGridControl"
2132
2171
  },
2133
2172
  "XPosition": {
2134
- "shape": "__integer",
2173
+ "shape": "__integerMin0",
2135
2174
  "locationName": "xPosition"
2136
2175
  },
2137
2176
  "YPosition": {
2138
- "shape": "__integer",
2177
+ "shape": "__integerMin0",
2139
2178
  "locationName": "yPosition"
2140
2179
  }
2141
2180
  }
@@ -2159,7 +2198,7 @@
2159
2198
  "type": "structure",
2160
2199
  "members": {
2161
2200
  "Pid": {
2162
- "shape": "__integer",
2201
+ "shape": "__integerMin1",
2163
2202
  "locationName": "pid"
2164
2203
  }
2165
2204
  }
@@ -2168,7 +2207,7 @@
2168
2207
  "type": "structure",
2169
2208
  "members": {
2170
2209
  "RepInterval": {
2171
- "shape": "__integer",
2210
+ "shape": "__integerMin1000Max30000",
2172
2211
  "locationName": "repInterval"
2173
2212
  }
2174
2213
  }
@@ -2286,7 +2325,7 @@
2286
2325
  "locationName": "dcFilter"
2287
2326
  },
2288
2327
  "Dialnorm": {
2289
- "shape": "__integer",
2328
+ "shape": "__integerMin1Max31",
2290
2329
  "locationName": "dialnorm"
2291
2330
  },
2292
2331
  "DrcLine": {
@@ -2408,11 +2447,11 @@
2408
2447
  "locationName": "scte20Detection"
2409
2448
  },
2410
2449
  "Source608ChannelNumber": {
2411
- "shape": "__integer",
2450
+ "shape": "__integerMin1Max4",
2412
2451
  "locationName": "source608ChannelNumber"
2413
2452
  },
2414
2453
  "Source608TrackNumber": {
2415
- "shape": "__integer",
2454
+ "shape": "__integerMin1Max5",
2416
2455
  "locationName": "source608TrackNumber"
2417
2456
  }
2418
2457
  }
@@ -2426,7 +2465,7 @@
2426
2465
  "type": "structure",
2427
2466
  "members": {
2428
2467
  "AudioDescriptions": {
2429
- "shape": "ListOfAudioDescription",
2468
+ "shape": "__listOfAudioDescription",
2430
2469
  "locationName": "audioDescriptions"
2431
2470
  },
2432
2471
  "AvailBlanking": {
@@ -2442,7 +2481,7 @@
2442
2481
  "locationName": "blackoutSlate"
2443
2482
  },
2444
2483
  "CaptionDescriptions": {
2445
- "shape": "ListOfCaptionDescription",
2484
+ "shape": "__listOfCaptionDescription",
2446
2485
  "locationName": "captionDescriptions"
2447
2486
  },
2448
2487
  "GlobalConfiguration": {
@@ -2450,7 +2489,7 @@
2450
2489
  "locationName": "globalConfiguration"
2451
2490
  },
2452
2491
  "OutputGroups": {
2453
- "shape": "ListOfOutputGroup",
2492
+ "shape": "__listOfOutputGroup",
2454
2493
  "locationName": "outputGroups"
2455
2494
  },
2456
2495
  "TimecodeConfig": {
@@ -2458,10 +2497,16 @@
2458
2497
  "locationName": "timecodeConfig"
2459
2498
  },
2460
2499
  "VideoDescriptions": {
2461
- "shape": "ListOfVideoDescription",
2500
+ "shape": "__listOfVideoDescription",
2462
2501
  "locationName": "videoDescriptions"
2463
2502
  }
2464
- }
2503
+ },
2504
+ "required": [
2505
+ "VideoDescriptions",
2506
+ "AudioDescriptions",
2507
+ "OutputGroups",
2508
+ "TimecodeConfig"
2509
+ ]
2465
2510
  },
2466
2511
  "FecOutputIncludeFec": {
2467
2512
  "type": "string",
@@ -2474,7 +2519,7 @@
2474
2519
  "type": "structure",
2475
2520
  "members": {
2476
2521
  "ColumnDepth": {
2477
- "shape": "__integer",
2522
+ "shape": "__integerMin4Max20",
2478
2523
  "locationName": "columnDepth"
2479
2524
  },
2480
2525
  "IncludeFec": {
@@ -2482,7 +2527,7 @@
2482
2527
  "locationName": "includeFec"
2483
2528
  },
2484
2529
  "RowLength": {
2485
- "shape": "__integer",
2530
+ "shape": "__integerMin1Max20",
2486
2531
  "locationName": "rowLength"
2487
2532
  }
2488
2533
  }
@@ -2533,7 +2578,7 @@
2533
2578
  "type": "structure",
2534
2579
  "members": {
2535
2580
  "InitialAudioGain": {
2536
- "shape": "__integer",
2581
+ "shape": "__integerMinNegative60Max60",
2537
2582
  "locationName": "initialAudioGain"
2538
2583
  },
2539
2584
  "InputEndAction": {
@@ -2709,15 +2754,15 @@
2709
2754
  "locationName": "afdSignaling"
2710
2755
  },
2711
2756
  "Bitrate": {
2712
- "shape": "__integer",
2757
+ "shape": "__integerMin1000",
2713
2758
  "locationName": "bitrate"
2714
2759
  },
2715
2760
  "BufFillPct": {
2716
- "shape": "__integer",
2761
+ "shape": "__integerMin0Max100",
2717
2762
  "locationName": "bufFillPct"
2718
2763
  },
2719
2764
  "BufSize": {
2720
- "shape": "__integer",
2765
+ "shape": "__integerMin0",
2721
2766
  "locationName": "bufSize"
2722
2767
  },
2723
2768
  "ColorMetadata": {
@@ -2753,15 +2798,15 @@
2753
2798
  "locationName": "gopBReference"
2754
2799
  },
2755
2800
  "GopClosedCadence": {
2756
- "shape": "__integer",
2801
+ "shape": "__integerMin0",
2757
2802
  "locationName": "gopClosedCadence"
2758
2803
  },
2759
2804
  "GopNumBFrames": {
2760
- "shape": "__integer",
2805
+ "shape": "__integerMin0Max7",
2761
2806
  "locationName": "gopNumBFrames"
2762
2807
  },
2763
2808
  "GopSize": {
2764
- "shape": "__double",
2809
+ "shape": "__doubleMin1",
2765
2810
  "locationName": "gopSize"
2766
2811
  },
2767
2812
  "GopSizeUnits": {
@@ -2777,15 +2822,15 @@
2777
2822
  "locationName": "lookAheadRateControl"
2778
2823
  },
2779
2824
  "MaxBitrate": {
2780
- "shape": "__integer",
2825
+ "shape": "__integerMin1000",
2781
2826
  "locationName": "maxBitrate"
2782
2827
  },
2783
2828
  "MinIInterval": {
2784
- "shape": "__integer",
2829
+ "shape": "__integerMin0Max30",
2785
2830
  "locationName": "minIInterval"
2786
2831
  },
2787
2832
  "NumRefFrames": {
2788
- "shape": "__integer",
2833
+ "shape": "__integerMin1Max6",
2789
2834
  "locationName": "numRefFrames"
2790
2835
  },
2791
2836
  "ParControl": {
@@ -2793,7 +2838,7 @@
2793
2838
  "locationName": "parControl"
2794
2839
  },
2795
2840
  "ParDenominator": {
2796
- "shape": "__integer",
2841
+ "shape": "__integerMin1",
2797
2842
  "locationName": "parDenominator"
2798
2843
  },
2799
2844
  "ParNumerator": {
@@ -2817,11 +2862,11 @@
2817
2862
  "locationName": "sceneChangeDetect"
2818
2863
  },
2819
2864
  "Slices": {
2820
- "shape": "__integer",
2865
+ "shape": "__integerMin1Max32",
2821
2866
  "locationName": "slices"
2822
2867
  },
2823
2868
  "Softness": {
2824
- "shape": "__integer",
2869
+ "shape": "__integerMin0Max128",
2825
2870
  "locationName": "softness"
2826
2871
  },
2827
2872
  "SpatialAq": {
@@ -2889,11 +2934,11 @@
2889
2934
  "type": "structure",
2890
2935
  "members": {
2891
2936
  "ConnectionRetryInterval": {
2892
- "shape": "__integer",
2937
+ "shape": "__integerMin0",
2893
2938
  "locationName": "connectionRetryInterval"
2894
2939
  },
2895
2940
  "FilecacheDuration": {
2896
- "shape": "__integer",
2941
+ "shape": "__integerMin0Max600",
2897
2942
  "locationName": "filecacheDuration"
2898
2943
  },
2899
2944
  "HttpTransferMode": {
@@ -2901,11 +2946,11 @@
2901
2946
  "locationName": "httpTransferMode"
2902
2947
  },
2903
2948
  "NumRetries": {
2904
- "shape": "__integer",
2949
+ "shape": "__integerMin0",
2905
2950
  "locationName": "numRetries"
2906
2951
  },
2907
2952
  "RestartDelay": {
2908
- "shape": "__integer",
2953
+ "shape": "__integerMin0Max15",
2909
2954
  "locationName": "restartDelay"
2910
2955
  },
2911
2956
  "Salt": {
@@ -2922,19 +2967,19 @@
2922
2967
  "type": "structure",
2923
2968
  "members": {
2924
2969
  "ConnectionRetryInterval": {
2925
- "shape": "__integer",
2970
+ "shape": "__integerMin0",
2926
2971
  "locationName": "connectionRetryInterval"
2927
2972
  },
2928
2973
  "FilecacheDuration": {
2929
- "shape": "__integer",
2974
+ "shape": "__integerMin0Max600",
2930
2975
  "locationName": "filecacheDuration"
2931
2976
  },
2932
2977
  "NumRetries": {
2933
- "shape": "__integer",
2978
+ "shape": "__integerMin0",
2934
2979
  "locationName": "numRetries"
2935
2980
  },
2936
2981
  "RestartDelay": {
2937
- "shape": "__integer",
2982
+ "shape": "__integerMin0Max15",
2938
2983
  "locationName": "restartDelay"
2939
2984
  }
2940
2985
  }
@@ -3000,7 +3045,7 @@
3000
3045
  "type": "structure",
3001
3046
  "members": {
3002
3047
  "AdMarkers": {
3003
- "shape": "ListOfHlsAdMarkers",
3048
+ "shape": "__listOfHlsAdMarkers",
3004
3049
  "locationName": "adMarkers"
3005
3050
  },
3006
3051
  "BaseUrlContent": {
@@ -3012,7 +3057,7 @@
3012
3057
  "locationName": "baseUrlManifest"
3013
3058
  },
3014
3059
  "CaptionLanguageMappings": {
3015
- "shape": "ListOfCaptionLanguageMapping",
3060
+ "shape": "__listOfCaptionLanguageMapping",
3016
3061
  "locationName": "captionLanguageMappings"
3017
3062
  },
3018
3063
  "CaptionLanguageSetting": {
@@ -3028,7 +3073,7 @@
3028
3073
  "locationName": "codecSpecification"
3029
3074
  },
3030
3075
  "ConstantIv": {
3031
- "shape": "__string",
3076
+ "shape": "__stringMin32Max32",
3032
3077
  "locationName": "constantIv"
3033
3078
  },
3034
3079
  "Destination": {
@@ -3048,7 +3093,7 @@
3048
3093
  "locationName": "hlsCdnSettings"
3049
3094
  },
3050
3095
  "IndexNSegments": {
3051
- "shape": "__integer",
3096
+ "shape": "__integerMin3",
3052
3097
  "locationName": "indexNSegments"
3053
3098
  },
3054
3099
  "InputLossAction": {
@@ -3064,7 +3109,7 @@
3064
3109
  "locationName": "ivSource"
3065
3110
  },
3066
3111
  "KeepSegments": {
3067
- "shape": "__integer",
3112
+ "shape": "__integerMin1",
3068
3113
  "locationName": "keepSegments"
3069
3114
  },
3070
3115
  "KeyFormat": {
@@ -3088,7 +3133,7 @@
3088
3133
  "locationName": "manifestDurationFormat"
3089
3134
  },
3090
3135
  "MinSegmentLength": {
3091
- "shape": "__integer",
3136
+ "shape": "__integerMin0",
3092
3137
  "locationName": "minSegmentLength"
3093
3138
  },
3094
3139
  "Mode": {
@@ -3104,11 +3149,11 @@
3104
3149
  "locationName": "programDateTime"
3105
3150
  },
3106
3151
  "ProgramDateTimePeriod": {
3107
- "shape": "__integer",
3152
+ "shape": "__integerMin0Max3600",
3108
3153
  "locationName": "programDateTimePeriod"
3109
3154
  },
3110
3155
  "SegmentLength": {
3111
- "shape": "__integer",
3156
+ "shape": "__integerMin1",
3112
3157
  "locationName": "segmentLength"
3113
3158
  },
3114
3159
  "SegmentationMode": {
@@ -3116,7 +3161,7 @@
3116
3161
  "locationName": "segmentationMode"
3117
3162
  },
3118
3163
  "SegmentsPerSubdirectory": {
3119
- "shape": "__integer",
3164
+ "shape": "__integerMin1",
3120
3165
  "locationName": "segmentsPerSubdirectory"
3121
3166
  },
3122
3167
  "StreamInfResolution": {
@@ -3128,36 +3173,39 @@
3128
3173
  "locationName": "timedMetadataId3Frame"
3129
3174
  },
3130
3175
  "TimedMetadataId3Period": {
3131
- "shape": "__integer",
3176
+ "shape": "__integerMin0",
3132
3177
  "locationName": "timedMetadataId3Period"
3133
3178
  },
3134
3179
  "TimestampDeltaMilliseconds": {
3135
- "shape": "__integer",
3180
+ "shape": "__integerMin0",
3136
3181
  "locationName": "timestampDeltaMilliseconds"
3137
3182
  },
3138
3183
  "TsFileMode": {
3139
3184
  "shape": "HlsTsFileMode",
3140
3185
  "locationName": "tsFileMode"
3141
3186
  }
3142
- }
3187
+ },
3188
+ "required": [
3189
+ "Destination"
3190
+ ]
3143
3191
  },
3144
3192
  "HlsInputSettings": {
3145
3193
  "type": "structure",
3146
3194
  "members": {
3147
3195
  "Bandwidth": {
3148
- "shape": "__integer",
3196
+ "shape": "__integerMin0",
3149
3197
  "locationName": "bandwidth"
3150
3198
  },
3151
3199
  "BufferSegments": {
3152
- "shape": "__integer",
3200
+ "shape": "__integerMin0",
3153
3201
  "locationName": "bufferSegments"
3154
3202
  },
3155
3203
  "Retries": {
3156
- "shape": "__integer",
3204
+ "shape": "__integerMin0",
3157
3205
  "locationName": "retries"
3158
3206
  },
3159
3207
  "RetryInterval": {
3160
- "shape": "__integer",
3208
+ "shape": "__integerMin0",
3161
3209
  "locationName": "retryInterval"
3162
3210
  }
3163
3211
  }
@@ -3194,11 +3242,11 @@
3194
3242
  "type": "structure",
3195
3243
  "members": {
3196
3244
  "ConnectionRetryInterval": {
3197
- "shape": "__integer",
3245
+ "shape": "__integerMin0",
3198
3246
  "locationName": "connectionRetryInterval"
3199
3247
  },
3200
3248
  "FilecacheDuration": {
3201
- "shape": "__integer",
3249
+ "shape": "__integerMin0Max600",
3202
3250
  "locationName": "filecacheDuration"
3203
3251
  },
3204
3252
  "MediaStoreStorageClass": {
@@ -3206,11 +3254,11 @@
3206
3254
  "locationName": "mediaStoreStorageClass"
3207
3255
  },
3208
3256
  "NumRetries": {
3209
- "shape": "__integer",
3257
+ "shape": "__integerMin0",
3210
3258
  "locationName": "numRetries"
3211
3259
  },
3212
3260
  "RestartDelay": {
3213
- "shape": "__integer",
3261
+ "shape": "__integerMin0Max15",
3214
3262
  "locationName": "restartDelay"
3215
3263
  }
3216
3264
  }
@@ -3243,14 +3291,17 @@
3243
3291
  "locationName": "hlsSettings"
3244
3292
  },
3245
3293
  "NameModifier": {
3246
- "shape": "__string",
3294
+ "shape": "__stringMin1",
3247
3295
  "locationName": "nameModifier"
3248
3296
  },
3249
3297
  "SegmentModifier": {
3250
3298
  "shape": "__string",
3251
3299
  "locationName": "segmentModifier"
3252
3300
  }
3253
- }
3301
+ },
3302
+ "required": [
3303
+ "HlsSettings"
3304
+ ]
3254
3305
  },
3255
3306
  "HlsProgramDateTime": {
3256
3307
  "type": "string",
@@ -3312,11 +3363,11 @@
3312
3363
  "type": "structure",
3313
3364
  "members": {
3314
3365
  "ConnectionRetryInterval": {
3315
- "shape": "__integer",
3366
+ "shape": "__integerMin0",
3316
3367
  "locationName": "connectionRetryInterval"
3317
3368
  },
3318
3369
  "FilecacheDuration": {
3319
- "shape": "__integer",
3370
+ "shape": "__integerMin0Max600",
3320
3371
  "locationName": "filecacheDuration"
3321
3372
  },
3322
3373
  "HttpTransferMode": {
@@ -3324,11 +3375,11 @@
3324
3375
  "locationName": "httpTransferMode"
3325
3376
  },
3326
3377
  "NumRetries": {
3327
- "shape": "__integer",
3378
+ "shape": "__integerMin0",
3328
3379
  "locationName": "numRetries"
3329
3380
  },
3330
3381
  "RestartDelay": {
3331
- "shape": "__integer",
3382
+ "shape": "__integerMin0Max15",
3332
3383
  "locationName": "restartDelay"
3333
3384
  }
3334
3385
  }
@@ -3341,11 +3392,11 @@
3341
3392
  "locationName": "arn"
3342
3393
  },
3343
3394
  "AttachedChannels": {
3344
- "shape": "ListOf__string",
3395
+ "shape": "__listOf__string",
3345
3396
  "locationName": "attachedChannels"
3346
3397
  },
3347
3398
  "Destinations": {
3348
- "shape": "ListOfInputDestination",
3399
+ "shape": "__listOfInputDestination",
3349
3400
  "locationName": "destinations"
3350
3401
  },
3351
3402
  "Id": {
@@ -3357,11 +3408,11 @@
3357
3408
  "locationName": "name"
3358
3409
  },
3359
3410
  "SecurityGroups": {
3360
- "shape": "ListOf__string",
3411
+ "shape": "__listOf__string",
3361
3412
  "locationName": "securityGroups"
3362
3413
  },
3363
3414
  "Sources": {
3364
- "shape": "ListOfInputSource",
3415
+ "shape": "__listOfInputSource",
3365
3416
  "locationName": "sources"
3366
3417
  },
3367
3418
  "State": {
@@ -3391,14 +3442,18 @@
3391
3442
  "type": "structure",
3392
3443
  "members": {
3393
3444
  "Gain": {
3394
- "shape": "__integer",
3445
+ "shape": "__integerMinNegative60Max6",
3395
3446
  "locationName": "gain"
3396
3447
  },
3397
3448
  "InputChannel": {
3398
- "shape": "__integer",
3449
+ "shape": "__integerMin0Max15",
3399
3450
  "locationName": "inputChannel"
3400
3451
  }
3401
- }
3452
+ },
3453
+ "required": [
3454
+ "InputChannel",
3455
+ "Gain"
3456
+ ]
3402
3457
  },
3403
3458
  "InputCodec": {
3404
3459
  "type": "string",
@@ -3471,7 +3526,10 @@
3471
3526
  "shape": "__string",
3472
3527
  "locationName": "username"
3473
3528
  }
3474
- }
3529
+ },
3530
+ "required": [
3531
+ "Uri"
3532
+ ]
3475
3533
  },
3476
3534
  "InputLossActionForHlsOut": {
3477
3535
  "type": "string",
@@ -3499,11 +3557,11 @@
3499
3557
  "type": "structure",
3500
3558
  "members": {
3501
3559
  "BlackFrameMsec": {
3502
- "shape": "__integer",
3560
+ "shape": "__integerMin0Max1000000",
3503
3561
  "locationName": "blackFrameMsec"
3504
3562
  },
3505
3563
  "InputLossImageColor": {
3506
- "shape": "__string",
3564
+ "shape": "__stringMin6Max6",
3507
3565
  "locationName": "inputLossImageColor"
3508
3566
  },
3509
3567
  "InputLossImageSlate": {
@@ -3515,7 +3573,7 @@
3515
3573
  "locationName": "inputLossImageType"
3516
3574
  },
3517
3575
  "RepeatFrameMsec": {
3518
- "shape": "__integer",
3576
+ "shape": "__integerMin0Max1000000",
3519
3577
  "locationName": "repeatFrameMsec"
3520
3578
  }
3521
3579
  }
@@ -3555,7 +3613,7 @@
3555
3613
  "locationName": "id"
3556
3614
  },
3557
3615
  "WhitelistRules": {
3558
- "shape": "ListOfInputWhitelistRule",
3616
+ "shape": "__listOfInputWhitelistRule",
3559
3617
  "locationName": "whitelistRules"
3560
3618
  }
3561
3619
  }
@@ -3564,7 +3622,7 @@
3564
3622
  "type": "structure",
3565
3623
  "members": {
3566
3624
  "WhitelistRules": {
3567
- "shape": "ListOfInputWhitelistRuleCidr",
3625
+ "shape": "__listOfInputWhitelistRuleCidr",
3568
3626
  "locationName": "whitelistRules"
3569
3627
  }
3570
3628
  }
@@ -3573,11 +3631,11 @@
3573
3631
  "type": "structure",
3574
3632
  "members": {
3575
3633
  "AudioSelectors": {
3576
- "shape": "ListOfAudioSelector",
3634
+ "shape": "__listOfAudioSelector",
3577
3635
  "locationName": "audioSelectors"
3578
3636
  },
3579
3637
  "CaptionSelectors": {
3580
- "shape": "ListOfCaptionSelector",
3638
+ "shape": "__listOfCaptionSelector",
3581
3639
  "locationName": "captionSelectors"
3582
3640
  },
3583
3641
  "DeblockFilter": {
@@ -3589,7 +3647,7 @@
3589
3647
  "locationName": "denoiseFilter"
3590
3648
  },
3591
3649
  "FilterStrength": {
3592
- "shape": "__integer",
3650
+ "shape": "__integerMin1Max5",
3593
3651
  "locationName": "filterStrength"
3594
3652
  },
3595
3653
  "InputFilter": {
@@ -3774,7 +3832,7 @@
3774
3832
  "type": "structure",
3775
3833
  "members": {
3776
3834
  "Channels": {
3777
- "shape": "ListOfChannelSummary",
3835
+ "shape": "__listOfChannelSummary",
3778
3836
  "locationName": "channels"
3779
3837
  },
3780
3838
  "NextToken": {
@@ -3787,7 +3845,7 @@
3787
3845
  "type": "structure",
3788
3846
  "members": {
3789
3847
  "Channels": {
3790
- "shape": "ListOfChannelSummary",
3848
+ "shape": "__listOfChannelSummary",
3791
3849
  "locationName": "channels"
3792
3850
  },
3793
3851
  "NextToken": {
@@ -3815,7 +3873,7 @@
3815
3873
  "type": "structure",
3816
3874
  "members": {
3817
3875
  "InputSecurityGroups": {
3818
- "shape": "ListOfInputSecurityGroup",
3876
+ "shape": "__listOfInputSecurityGroup",
3819
3877
  "locationName": "inputSecurityGroups"
3820
3878
  },
3821
3879
  "NextToken": {
@@ -3828,7 +3886,7 @@
3828
3886
  "type": "structure",
3829
3887
  "members": {
3830
3888
  "InputSecurityGroups": {
3831
- "shape": "ListOfInputSecurityGroup",
3889
+ "shape": "__listOfInputSecurityGroup",
3832
3890
  "locationName": "inputSecurityGroups"
3833
3891
  },
3834
3892
  "NextToken": {
@@ -3856,7 +3914,7 @@
3856
3914
  "type": "structure",
3857
3915
  "members": {
3858
3916
  "Inputs": {
3859
- "shape": "ListOfInput",
3917
+ "shape": "__listOfInput",
3860
3918
  "locationName": "inputs"
3861
3919
  },
3862
3920
  "NextToken": {
@@ -3869,7 +3927,7 @@
3869
3927
  "type": "structure",
3870
3928
  "members": {
3871
3929
  "Inputs": {
3872
- "shape": "ListOfInput",
3930
+ "shape": "__listOfInput",
3873
3931
  "locationName": "inputs"
3874
3932
  },
3875
3933
  "NextToken": {
@@ -3878,224 +3936,68 @@
3878
3936
  }
3879
3937
  }
3880
3938
  },
3881
- "ListOfAudioChannelMapping": {
3882
- "type": "list",
3883
- "member": {
3884
- "shape": "AudioChannelMapping"
3885
- }
3886
- },
3887
- "ListOfAudioDescription": {
3888
- "type": "list",
3889
- "member": {
3890
- "shape": "AudioDescription"
3891
- }
3939
+ "M2tsAbsentInputAudioBehavior": {
3940
+ "type": "string",
3941
+ "enum": [
3942
+ "DROP",
3943
+ "ENCODE_SILENCE"
3944
+ ]
3892
3945
  },
3893
- "ListOfAudioSelector": {
3894
- "type": "list",
3895
- "member": {
3896
- "shape": "AudioSelector"
3897
- }
3946
+ "M2tsArib": {
3947
+ "type": "string",
3948
+ "enum": [
3949
+ "DISABLED",
3950
+ "ENABLED"
3951
+ ]
3898
3952
  },
3899
- "ListOfCaptionDescription": {
3900
- "type": "list",
3901
- "member": {
3902
- "shape": "CaptionDescription"
3903
- }
3953
+ "M2tsAribCaptionsPidControl": {
3954
+ "type": "string",
3955
+ "enum": [
3956
+ "AUTO",
3957
+ "USE_CONFIGURED"
3958
+ ]
3904
3959
  },
3905
- "ListOfCaptionLanguageMapping": {
3906
- "type": "list",
3907
- "member": {
3908
- "shape": "CaptionLanguageMapping"
3909
- }
3960
+ "M2tsAudioBufferModel": {
3961
+ "type": "string",
3962
+ "enum": [
3963
+ "ATSC",
3964
+ "DVB"
3965
+ ]
3910
3966
  },
3911
- "ListOfCaptionSelector": {
3912
- "type": "list",
3913
- "member": {
3914
- "shape": "CaptionSelector"
3915
- }
3967
+ "M2tsAudioInterval": {
3968
+ "type": "string",
3969
+ "enum": [
3970
+ "VIDEO_AND_FIXED_INTERVALS",
3971
+ "VIDEO_INTERVAL"
3972
+ ]
3916
3973
  },
3917
- "ListOfChannelEgressEndpoint": {
3918
- "type": "list",
3919
- "member": {
3920
- "shape": "ChannelEgressEndpoint"
3921
- }
3974
+ "M2tsAudioStreamType": {
3975
+ "type": "string",
3976
+ "enum": [
3977
+ "ATSC",
3978
+ "DVB"
3979
+ ]
3922
3980
  },
3923
- "ListOfChannelSummary": {
3924
- "type": "list",
3925
- "member": {
3926
- "shape": "ChannelSummary"
3927
- }
3981
+ "M2tsBufferModel": {
3982
+ "type": "string",
3983
+ "enum": [
3984
+ "MULTIPLEX",
3985
+ "NONE"
3986
+ ]
3928
3987
  },
3929
- "ListOfHlsAdMarkers": {
3930
- "type": "list",
3931
- "member": {
3932
- "shape": "HlsAdMarkers"
3933
- }
3988
+ "M2tsCcDescriptor": {
3989
+ "type": "string",
3990
+ "enum": [
3991
+ "DISABLED",
3992
+ "ENABLED"
3993
+ ]
3934
3994
  },
3935
- "ListOfInput": {
3936
- "type": "list",
3937
- "member": {
3938
- "shape": "Input"
3939
- }
3940
- },
3941
- "ListOfInputAttachment": {
3942
- "type": "list",
3943
- "member": {
3944
- "shape": "InputAttachment"
3945
- }
3946
- },
3947
- "ListOfInputChannelLevel": {
3948
- "type": "list",
3949
- "member": {
3950
- "shape": "InputChannelLevel"
3951
- }
3952
- },
3953
- "ListOfInputDestination": {
3954
- "type": "list",
3955
- "member": {
3956
- "shape": "InputDestination"
3957
- }
3958
- },
3959
- "ListOfInputDestinationRequest": {
3960
- "type": "list",
3961
- "member": {
3962
- "shape": "InputDestinationRequest"
3963
- }
3964
- },
3965
- "ListOfInputSecurityGroup": {
3966
- "type": "list",
3967
- "member": {
3968
- "shape": "InputSecurityGroup"
3969
- }
3970
- },
3971
- "ListOfInputSource": {
3972
- "type": "list",
3973
- "member": {
3974
- "shape": "InputSource"
3975
- }
3976
- },
3977
- "ListOfInputSourceRequest": {
3978
- "type": "list",
3979
- "member": {
3980
- "shape": "InputSourceRequest"
3981
- }
3982
- },
3983
- "ListOfInputWhitelistRule": {
3984
- "type": "list",
3985
- "member": {
3986
- "shape": "InputWhitelistRule"
3987
- }
3988
- },
3989
- "ListOfInputWhitelistRuleCidr": {
3990
- "type": "list",
3991
- "member": {
3992
- "shape": "InputWhitelistRuleCidr"
3993
- }
3994
- },
3995
- "ListOfOutput": {
3996
- "type": "list",
3997
- "member": {
3998
- "shape": "Output"
3999
- }
4000
- },
4001
- "ListOfOutputDestination": {
4002
- "type": "list",
4003
- "member": {
4004
- "shape": "OutputDestination"
4005
- }
4006
- },
4007
- "ListOfOutputDestinationSettings": {
4008
- "type": "list",
4009
- "member": {
4010
- "shape": "OutputDestinationSettings"
4011
- }
4012
- },
4013
- "ListOfOutputGroup": {
4014
- "type": "list",
4015
- "member": {
4016
- "shape": "OutputGroup"
4017
- }
4018
- },
4019
- "ListOfValidationError": {
4020
- "type": "list",
4021
- "member": {
4022
- "shape": "ValidationError"
4023
- }
4024
- },
4025
- "ListOfVideoDescription": {
4026
- "type": "list",
4027
- "member": {
4028
- "shape": "VideoDescription"
4029
- }
4030
- },
4031
- "ListOf__string": {
4032
- "type": "list",
4033
- "member": {
4034
- "shape": "__string"
4035
- }
4036
- },
4037
- "M2tsAbsentInputAudioBehavior": {
4038
- "type": "string",
4039
- "enum": [
4040
- "DROP",
4041
- "ENCODE_SILENCE"
4042
- ]
4043
- },
4044
- "M2tsArib": {
4045
- "type": "string",
4046
- "enum": [
4047
- "DISABLED",
4048
- "ENABLED"
4049
- ]
4050
- },
4051
- "M2tsAribCaptionsPidControl": {
4052
- "type": "string",
4053
- "enum": [
4054
- "AUTO",
4055
- "USE_CONFIGURED"
4056
- ]
4057
- },
4058
- "M2tsAudioBufferModel": {
4059
- "type": "string",
4060
- "enum": [
4061
- "ATSC",
4062
- "DVB"
4063
- ]
4064
- },
4065
- "M2tsAudioInterval": {
4066
- "type": "string",
4067
- "enum": [
4068
- "VIDEO_AND_FIXED_INTERVALS",
4069
- "VIDEO_INTERVAL"
4070
- ]
4071
- },
4072
- "M2tsAudioStreamType": {
4073
- "type": "string",
4074
- "enum": [
4075
- "ATSC",
4076
- "DVB"
4077
- ]
4078
- },
4079
- "M2tsBufferModel": {
4080
- "type": "string",
4081
- "enum": [
4082
- "MULTIPLEX",
4083
- "NONE"
4084
- ]
4085
- },
4086
- "M2tsCcDescriptor": {
4087
- "type": "string",
4088
- "enum": [
4089
- "DISABLED",
4090
- "ENABLED"
4091
- ]
4092
- },
4093
- "M2tsEbifControl": {
4094
- "type": "string",
4095
- "enum": [
4096
- "NONE",
4097
- "PASSTHROUGH"
4098
- ]
3995
+ "M2tsEbifControl": {
3996
+ "type": "string",
3997
+ "enum": [
3998
+ "NONE",
3999
+ "PASSTHROUGH"
4000
+ ]
4099
4001
  },
4100
4002
  "M2tsEbpPlacement": {
4101
4003
  "type": "string",
@@ -4181,7 +4083,7 @@
4181
4083
  "locationName": "audioBufferModel"
4182
4084
  },
4183
4085
  "AudioFramesPerPes": {
4184
- "shape": "__integer",
4086
+ "shape": "__integerMin0",
4185
4087
  "locationName": "audioFramesPerPes"
4186
4088
  },
4187
4089
  "AudioPids": {
@@ -4193,7 +4095,7 @@
4193
4095
  "locationName": "audioStreamType"
4194
4096
  },
4195
4097
  "Bitrate": {
4196
- "shape": "__integer",
4098
+ "shape": "__integerMin0",
4197
4099
  "locationName": "bitrate"
4198
4100
  },
4199
4101
  "BufferModel": {
@@ -4233,7 +4135,7 @@
4233
4135
  "locationName": "ebpAudioInterval"
4234
4136
  },
4235
4137
  "EbpLookaheadMs": {
4236
- "shape": "__integer",
4138
+ "shape": "__integerMin0Max10000",
4237
4139
  "locationName": "ebpLookaheadMs"
4238
4140
  },
4239
4141
  "EbpPlacement": {
@@ -4257,7 +4159,7 @@
4257
4159
  "locationName": "etvSignalPid"
4258
4160
  },
4259
4161
  "FragmentTime": {
4260
- "shape": "__double",
4162
+ "shape": "__doubleMin0",
4261
4163
  "locationName": "fragmentTime"
4262
4164
  },
4263
4165
  "Klv": {
@@ -4269,11 +4171,11 @@
4269
4171
  "locationName": "klvDataPids"
4270
4172
  },
4271
4173
  "NullPacketBitrate": {
4272
- "shape": "__double",
4174
+ "shape": "__doubleMin0",
4273
4175
  "locationName": "nullPacketBitrate"
4274
4176
  },
4275
4177
  "PatInterval": {
4276
- "shape": "__integer",
4178
+ "shape": "__integerMin0Max1000",
4277
4179
  "locationName": "patInterval"
4278
4180
  },
4279
4181
  "PcrControl": {
@@ -4281,7 +4183,7 @@
4281
4183
  "locationName": "pcrControl"
4282
4184
  },
4283
4185
  "PcrPeriod": {
4284
- "shape": "__integer",
4186
+ "shape": "__integerMin0Max500",
4285
4187
  "locationName": "pcrPeriod"
4286
4188
  },
4287
4189
  "PcrPid": {
@@ -4289,7 +4191,7 @@
4289
4191
  "locationName": "pcrPid"
4290
4192
  },
4291
4193
  "PmtInterval": {
4292
- "shape": "__integer",
4194
+ "shape": "__integerMin0Max1000",
4293
4195
  "locationName": "pmtInterval"
4294
4196
  },
4295
4197
  "PmtPid": {
@@ -4297,7 +4199,7 @@
4297
4199
  "locationName": "pmtPid"
4298
4200
  },
4299
4201
  "ProgramNum": {
4300
- "shape": "__integer",
4202
+ "shape": "__integerMin0Max65535",
4301
4203
  "locationName": "programNum"
4302
4204
  },
4303
4205
  "RateMode": {
@@ -4325,7 +4227,7 @@
4325
4227
  "locationName": "segmentationStyle"
4326
4228
  },
4327
4229
  "SegmentationTime": {
4328
- "shape": "__double",
4230
+ "shape": "__doubleMin1",
4329
4231
  "locationName": "segmentationTime"
4330
4232
  },
4331
4233
  "TimedMetadataBehavior": {
@@ -4337,7 +4239,7 @@
4337
4239
  "locationName": "timedMetadataPid"
4338
4240
  },
4339
4241
  "TransportStreamId": {
4340
- "shape": "__integer",
4242
+ "shape": "__integerMin0Max65535",
4341
4243
  "locationName": "transportStreamId"
4342
4244
  },
4343
4245
  "VideoPid": {
@@ -4371,7 +4273,7 @@
4371
4273
  "type": "structure",
4372
4274
  "members": {
4373
4275
  "AudioFramesPerPes": {
4374
- "shape": "__integer",
4276
+ "shape": "__integerMin0",
4375
4277
  "locationName": "audioFramesPerPes"
4376
4278
  },
4377
4279
  "AudioPids": {
@@ -4383,7 +4285,7 @@
4383
4285
  "locationName": "ecmPid"
4384
4286
  },
4385
4287
  "PatInterval": {
4386
- "shape": "__integer",
4288
+ "shape": "__integerMin0Max1000",
4387
4289
  "locationName": "patInterval"
4388
4290
  },
4389
4291
  "PcrControl": {
@@ -4391,7 +4293,7 @@
4391
4293
  "locationName": "pcrControl"
4392
4294
  },
4393
4295
  "PcrPeriod": {
4394
- "shape": "__integer",
4296
+ "shape": "__integerMin0Max500",
4395
4297
  "locationName": "pcrPeriod"
4396
4298
  },
4397
4299
  "PcrPid": {
@@ -4399,7 +4301,7 @@
4399
4301
  "locationName": "pcrPid"
4400
4302
  },
4401
4303
  "PmtInterval": {
4402
- "shape": "__integer",
4304
+ "shape": "__integerMin0Max1000",
4403
4305
  "locationName": "pmtInterval"
4404
4306
  },
4405
4307
  "PmtPid": {
@@ -4407,7 +4309,7 @@
4407
4309
  "locationName": "pmtPid"
4408
4310
  },
4409
4311
  "ProgramNum": {
4410
- "shape": "__integer",
4312
+ "shape": "__integerMin0Max65535",
4411
4313
  "locationName": "programNum"
4412
4314
  },
4413
4315
  "Scte35Behavior": {
@@ -4423,7 +4325,7 @@
4423
4325
  "locationName": "timedMetadataBehavior"
4424
4326
  },
4425
4327
  "TransportStreamId": {
4426
- "shape": "__integer",
4328
+ "shape": "__integerMin0Max65535",
4427
4329
  "locationName": "transportStreamId"
4428
4330
  },
4429
4331
  "VideoPid": {
@@ -4484,7 +4386,7 @@
4484
4386
  "locationName": "certificateMode"
4485
4387
  },
4486
4388
  "ConnectionRetryInterval": {
4487
- "shape": "__integer",
4389
+ "shape": "__integerMin0",
4488
4390
  "locationName": "connectionRetryInterval"
4489
4391
  },
4490
4392
  "Destination": {
@@ -4504,11 +4406,11 @@
4504
4406
  "locationName": "eventStopBehavior"
4505
4407
  },
4506
4408
  "FilecacheDuration": {
4507
- "shape": "__integer",
4409
+ "shape": "__integerMin0",
4508
4410
  "locationName": "filecacheDuration"
4509
4411
  },
4510
4412
  "FragmentLength": {
4511
- "shape": "__integer",
4413
+ "shape": "__integerMin1",
4512
4414
  "locationName": "fragmentLength"
4513
4415
  },
4514
4416
  "InputLossAction": {
@@ -4516,11 +4418,11 @@
4516
4418
  "locationName": "inputLossAction"
4517
4419
  },
4518
4420
  "NumRetries": {
4519
- "shape": "__integer",
4421
+ "shape": "__integerMin0",
4520
4422
  "locationName": "numRetries"
4521
4423
  },
4522
4424
  "RestartDelay": {
4523
- "shape": "__integer",
4425
+ "shape": "__integerMin0",
4524
4426
  "locationName": "restartDelay"
4525
4427
  },
4526
4428
  "SegmentationMode": {
@@ -4528,7 +4430,7 @@
4528
4430
  "locationName": "segmentationMode"
4529
4431
  },
4530
4432
  "SendDelayMs": {
4531
- "shape": "__integer",
4433
+ "shape": "__integerMin0Max10000",
4532
4434
  "locationName": "sendDelayMs"
4533
4435
  },
4534
4436
  "SparseTrackType": {
@@ -4547,7 +4449,10 @@
4547
4449
  "shape": "SmoothGroupTimestampOffsetMode",
4548
4450
  "locationName": "timestampOffsetMode"
4549
4451
  }
4550
- }
4452
+ },
4453
+ "required": [
4454
+ "Destination"
4455
+ ]
4551
4456
  },
4552
4457
  "MsSmoothOutputSettings": {
4553
4458
  "type": "structure",
@@ -4595,15 +4500,15 @@
4595
4500
  "type": "structure",
4596
4501
  "members": {
4597
4502
  "AudioDescriptionNames": {
4598
- "shape": "ListOf__string",
4503
+ "shape": "__listOf__string",
4599
4504
  "locationName": "audioDescriptionNames"
4600
4505
  },
4601
4506
  "CaptionDescriptionNames": {
4602
- "shape": "ListOf__string",
4507
+ "shape": "__listOf__string",
4603
4508
  "locationName": "captionDescriptionNames"
4604
4509
  },
4605
4510
  "OutputName": {
4606
- "shape": "__string",
4511
+ "shape": "__stringMin1Max255",
4607
4512
  "locationName": "outputName"
4608
4513
  },
4609
4514
  "OutputSettings": {
@@ -4614,7 +4519,10 @@
4614
4519
  "shape": "__string",
4615
4520
  "locationName": "videoDescriptionName"
4616
4521
  }
4617
- }
4522
+ },
4523
+ "required": [
4524
+ "OutputSettings"
4525
+ ]
4618
4526
  },
4619
4527
  "OutputDestination": {
4620
4528
  "type": "structure",
@@ -4624,7 +4532,7 @@
4624
4532
  "locationName": "id"
4625
4533
  },
4626
4534
  "Settings": {
4627
- "shape": "ListOfOutputDestinationSettings",
4535
+ "shape": "__listOfOutputDestinationSettings",
4628
4536
  "locationName": "settings"
4629
4537
  }
4630
4538
  }
@@ -4650,7 +4558,7 @@
4650
4558
  "type": "structure",
4651
4559
  "members": {
4652
4560
  "Name": {
4653
- "shape": "__string",
4561
+ "shape": "__stringMax32",
4654
4562
  "locationName": "name"
4655
4563
  },
4656
4564
  "OutputGroupSettings": {
@@ -4658,10 +4566,14 @@
4658
4566
  "locationName": "outputGroupSettings"
4659
4567
  },
4660
4568
  "Outputs": {
4661
- "shape": "ListOfOutput",
4569
+ "shape": "__listOfOutput",
4662
4570
  "locationName": "outputs"
4663
4571
  }
4664
- }
4572
+ },
4573
+ "required": [
4574
+ "Outputs",
4575
+ "OutputGroupSettings"
4576
+ ]
4665
4577
  },
4666
4578
  "OutputGroupSettings": {
4667
4579
  "type": "structure",
@@ -4723,18 +4635,21 @@
4723
4635
  "type": "structure",
4724
4636
  "members": {
4725
4637
  "ChannelMappings": {
4726
- "shape": "ListOfAudioChannelMapping",
4638
+ "shape": "__listOfAudioChannelMapping",
4727
4639
  "locationName": "channelMappings"
4728
4640
  },
4729
4641
  "ChannelsIn": {
4730
- "shape": "__integer",
4642
+ "shape": "__integerMin1Max16",
4731
4643
  "locationName": "channelsIn"
4732
4644
  },
4733
4645
  "ChannelsOut": {
4734
- "shape": "__integer",
4646
+ "shape": "__integerMin1Max8",
4735
4647
  "locationName": "channelsOut"
4736
4648
  }
4737
- }
4649
+ },
4650
+ "required": [
4651
+ "ChannelMappings"
4652
+ ]
4738
4653
  },
4739
4654
  "ResourceConflict": {
4740
4655
  "type": "structure",
@@ -4774,7 +4689,7 @@
4774
4689
  "locationName": "convert608To708"
4775
4690
  },
4776
4691
  "Source608ChannelNumber": {
4777
- "shape": "__integer",
4692
+ "shape": "__integerMin1Max4",
4778
4693
  "locationName": "source608ChannelNumber"
4779
4694
  }
4780
4695
  }
@@ -4788,7 +4703,7 @@
4788
4703
  "type": "structure",
4789
4704
  "members": {
4790
4705
  "Pid": {
4791
- "shape": "__integer",
4706
+ "shape": "__integerMin1",
4792
4707
  "locationName": "pid"
4793
4708
  }
4794
4709
  }
@@ -4811,7 +4726,7 @@
4811
4726
  "type": "structure",
4812
4727
  "members": {
4813
4728
  "AdAvailOffset": {
4814
- "shape": "__integer",
4729
+ "shape": "__integerMinNegative1000Max1000",
4815
4730
  "locationName": "adAvailOffset"
4816
4731
  },
4817
4732
  "NoRegionalBlackoutFlag": {
@@ -4842,7 +4757,7 @@
4842
4757
  "type": "structure",
4843
4758
  "members": {
4844
4759
  "AdAvailOffset": {
4845
- "shape": "__integer",
4760
+ "shape": "__integerMinNegative1000Max1000",
4846
4761
  "locationName": "adAvailOffset"
4847
4762
  },
4848
4763
  "NoRegionalBlackoutFlag": {
@@ -4928,7 +4843,10 @@
4928
4843
  "shape": "M3u8Settings",
4929
4844
  "locationName": "m3u8Settings"
4930
4845
  }
4931
- }
4846
+ },
4847
+ "required": [
4848
+ "M3u8Settings"
4849
+ ]
4932
4850
  },
4933
4851
  "StartChannelRequest": {
4934
4852
  "type": "structure",
@@ -4951,11 +4869,11 @@
4951
4869
  "locationName": "arn"
4952
4870
  },
4953
4871
  "Destinations": {
4954
- "shape": "ListOfOutputDestination",
4872
+ "shape": "__listOfOutputDestination",
4955
4873
  "locationName": "destinations"
4956
4874
  },
4957
4875
  "EgressEndpoints": {
4958
- "shape": "ListOfChannelEgressEndpoint",
4876
+ "shape": "__listOfChannelEgressEndpoint",
4959
4877
  "locationName": "egressEndpoints"
4960
4878
  },
4961
4879
  "EncoderSettings": {
@@ -4967,7 +4885,7 @@
4967
4885
  "locationName": "id"
4968
4886
  },
4969
4887
  "InputAttachments": {
4970
- "shape": "ListOfInputAttachment",
4888
+ "shape": "__listOfInputAttachment",
4971
4889
  "locationName": "inputAttachments"
4972
4890
  },
4973
4891
  "InputSpecification": {
@@ -5000,10 +4918,13 @@
5000
4918
  "locationName": "keyProviderServer"
5001
4919
  },
5002
4920
  "StaticKeyValue": {
5003
- "shape": "__string",
4921
+ "shape": "__stringMin32Max32",
5004
4922
  "locationName": "staticKeyValue"
5005
4923
  }
5006
- }
4924
+ },
4925
+ "required": [
4926
+ "StaticKeyValue"
4927
+ ]
5007
4928
  },
5008
4929
  "StopChannelRequest": {
5009
4930
  "type": "structure",
@@ -5026,11 +4947,11 @@
5026
4947
  "locationName": "arn"
5027
4948
  },
5028
4949
  "Destinations": {
5029
- "shape": "ListOfOutputDestination",
4950
+ "shape": "__listOfOutputDestination",
5030
4951
  "locationName": "destinations"
5031
4952
  },
5032
4953
  "EgressEndpoints": {
5033
- "shape": "ListOfChannelEgressEndpoint",
4954
+ "shape": "__listOfChannelEgressEndpoint",
5034
4955
  "locationName": "egressEndpoints"
5035
4956
  },
5036
4957
  "EncoderSettings": {
@@ -5042,7 +4963,7 @@
5042
4963
  "locationName": "id"
5043
4964
  },
5044
4965
  "InputAttachments": {
5045
- "shape": "ListOfInputAttachment",
4966
+ "shape": "__listOfInputAttachment",
5046
4967
  "locationName": "inputAttachments"
5047
4968
  },
5048
4969
  "InputSpecification": {
@@ -5089,10 +5010,13 @@
5089
5010
  "locationName": "source"
5090
5011
  },
5091
5012
  "SyncThreshold": {
5092
- "shape": "__integer",
5013
+ "shape": "__integerMin1Max1000000",
5093
5014
  "locationName": "syncThreshold"
5094
5015
  }
5095
- }
5016
+ },
5017
+ "required": [
5018
+ "Source"
5019
+ ]
5096
5020
  },
5097
5021
  "TimecodeConfigSource": {
5098
5022
  "type": "string",
@@ -5152,7 +5076,7 @@
5152
5076
  "locationName": "timedMetadataId3Frame"
5153
5077
  },
5154
5078
  "TimedMetadataId3Period": {
5155
- "shape": "__integer",
5079
+ "shape": "__integerMin0",
5156
5080
  "locationName": "timedMetadataId3Period"
5157
5081
  }
5158
5082
  }
@@ -5161,7 +5085,7 @@
5161
5085
  "type": "structure",
5162
5086
  "members": {
5163
5087
  "BufferMsec": {
5164
- "shape": "__integer",
5088
+ "shape": "__integerMin0Max10000",
5165
5089
  "locationName": "bufferMsec"
5166
5090
  },
5167
5091
  "ContainerSettings": {
@@ -5176,7 +5100,11 @@
5176
5100
  "shape": "FecOutputSettings",
5177
5101
  "locationName": "fecOutputSettings"
5178
5102
  }
5179
- }
5103
+ },
5104
+ "required": [
5105
+ "Destination",
5106
+ "ContainerSettings"
5107
+ ]
5180
5108
  },
5181
5109
  "UdpTimedMetadataId3Frame": {
5182
5110
  "type": "string",
@@ -5194,7 +5122,7 @@
5194
5122
  "locationName": "message"
5195
5123
  },
5196
5124
  "ValidationErrors": {
5197
- "shape": "ListOfValidationError",
5125
+ "shape": "__listOfValidationError",
5198
5126
  "locationName": "validationErrors"
5199
5127
  }
5200
5128
  },
@@ -5207,7 +5135,7 @@
5207
5135
  "type": "structure",
5208
5136
  "members": {
5209
5137
  "Destinations": {
5210
- "shape": "ListOfOutputDestination",
5138
+ "shape": "__listOfOutputDestination",
5211
5139
  "locationName": "destinations"
5212
5140
  },
5213
5141
  "EncoderSettings": {
@@ -5237,7 +5165,7 @@
5237
5165
  "locationName": "channelId"
5238
5166
  },
5239
5167
  "Destinations": {
5240
- "shape": "ListOfOutputDestination",
5168
+ "shape": "__listOfOutputDestination",
5241
5169
  "locationName": "destinations"
5242
5170
  },
5243
5171
  "EncoderSettings": {
@@ -5325,14 +5253,17 @@
5325
5253
  "locationName": "scalingBehavior"
5326
5254
  },
5327
5255
  "Sharpness": {
5328
- "shape": "__integer",
5256
+ "shape": "__integerMin0Max100",
5329
5257
  "locationName": "sharpness"
5330
5258
  },
5331
5259
  "Width": {
5332
5260
  "shape": "__integer",
5333
5261
  "locationName": "width"
5334
5262
  }
5335
- }
5263
+ },
5264
+ "required": [
5265
+ "Name"
5266
+ ]
5336
5267
  },
5337
5268
  "VideoDescriptionRespondToAfd": {
5338
5269
  "type": "string",
@@ -5385,7 +5316,7 @@
5385
5316
  "type": "structure",
5386
5317
  "members": {
5387
5318
  "Pid": {
5388
- "shape": "__integer",
5319
+ "shape": "__integerMin0Max8191",
5389
5320
  "locationName": "pid"
5390
5321
  }
5391
5322
  }
@@ -5394,7 +5325,7 @@
5394
5325
  "type": "structure",
5395
5326
  "members": {
5396
5327
  "ProgramId": {
5397
- "shape": "__integer",
5328
+ "shape": "__integerMin0Max65536",
5398
5329
  "locationName": "programId"
5399
5330
  }
5400
5331
  }
@@ -5423,14 +5354,398 @@
5423
5354
  "__double": {
5424
5355
  "type": "double"
5425
5356
  },
5357
+ "__doubleMin0": {
5358
+ "type": "double"
5359
+ },
5360
+ "__doubleMin1": {
5361
+ "type": "double"
5362
+ },
5363
+ "__doubleMinNegative59Max0": {
5364
+ "type": "double"
5365
+ },
5426
5366
  "__integer": {
5427
5367
  "type": "integer"
5428
5368
  },
5369
+ "__integerMin0": {
5370
+ "type": "integer",
5371
+ "min": 0
5372
+ },
5373
+ "__integerMin0Max10": {
5374
+ "type": "integer",
5375
+ "min": 0,
5376
+ "max": 10
5377
+ },
5378
+ "__integerMin0Max100": {
5379
+ "type": "integer",
5380
+ "min": 0,
5381
+ "max": 100
5382
+ },
5383
+ "__integerMin0Max1000": {
5384
+ "type": "integer",
5385
+ "min": 0,
5386
+ "max": 1000
5387
+ },
5388
+ "__integerMin0Max10000": {
5389
+ "type": "integer",
5390
+ "min": 0,
5391
+ "max": 10000
5392
+ },
5393
+ "__integerMin0Max1000000": {
5394
+ "type": "integer",
5395
+ "min": 0,
5396
+ "max": 1000000
5397
+ },
5398
+ "__integerMin0Max128": {
5399
+ "type": "integer",
5400
+ "min": 0,
5401
+ "max": 128
5402
+ },
5403
+ "__integerMin0Max15": {
5404
+ "type": "integer",
5405
+ "min": 0,
5406
+ "max": 15
5407
+ },
5408
+ "__integerMin0Max255": {
5409
+ "type": "integer",
5410
+ "min": 0,
5411
+ "max": 255
5412
+ },
5413
+ "__integerMin0Max30": {
5414
+ "type": "integer",
5415
+ "min": 0,
5416
+ "max": 30
5417
+ },
5418
+ "__integerMin0Max3600": {
5419
+ "type": "integer",
5420
+ "min": 0,
5421
+ "max": 3600
5422
+ },
5423
+ "__integerMin0Max500": {
5424
+ "type": "integer",
5425
+ "min": 0,
5426
+ "max": 500
5427
+ },
5428
+ "__integerMin0Max600": {
5429
+ "type": "integer",
5430
+ "min": 0,
5431
+ "max": 600
5432
+ },
5433
+ "__integerMin0Max65535": {
5434
+ "type": "integer",
5435
+ "min": 0,
5436
+ "max": 65535
5437
+ },
5438
+ "__integerMin0Max65536": {
5439
+ "type": "integer",
5440
+ "min": 0,
5441
+ "max": 65536
5442
+ },
5443
+ "__integerMin0Max7": {
5444
+ "type": "integer",
5445
+ "min": 0,
5446
+ "max": 7
5447
+ },
5448
+ "__integerMin0Max8191": {
5449
+ "type": "integer",
5450
+ "min": 0,
5451
+ "max": 8191
5452
+ },
5453
+ "__integerMin1": {
5454
+ "type": "integer",
5455
+ "min": 1
5456
+ },
5457
+ "__integerMin1000": {
5458
+ "type": "integer",
5459
+ "min": 1000
5460
+ },
5461
+ "__integerMin1000Max30000": {
5462
+ "type": "integer",
5463
+ "min": 1000,
5464
+ "max": 30000
5465
+ },
5466
+ "__integerMin1Max1000000": {
5467
+ "type": "integer",
5468
+ "min": 1,
5469
+ "max": 1000000
5470
+ },
5471
+ "__integerMin1Max16": {
5472
+ "type": "integer",
5473
+ "min": 1,
5474
+ "max": 16
5475
+ },
5476
+ "__integerMin1Max20": {
5477
+ "type": "integer",
5478
+ "min": 1,
5479
+ "max": 20
5480
+ },
5481
+ "__integerMin1Max31": {
5482
+ "type": "integer",
5483
+ "min": 1,
5484
+ "max": 31
5485
+ },
5486
+ "__integerMin1Max32": {
5487
+ "type": "integer",
5488
+ "min": 1,
5489
+ "max": 32
5490
+ },
5491
+ "__integerMin1Max4": {
5492
+ "type": "integer",
5493
+ "min": 1,
5494
+ "max": 4
5495
+ },
5496
+ "__integerMin1Max5": {
5497
+ "type": "integer",
5498
+ "min": 1,
5499
+ "max": 5
5500
+ },
5501
+ "__integerMin1Max6": {
5502
+ "type": "integer",
5503
+ "min": 1,
5504
+ "max": 6
5505
+ },
5506
+ "__integerMin1Max8": {
5507
+ "type": "integer",
5508
+ "min": 1,
5509
+ "max": 8
5510
+ },
5511
+ "__integerMin25Max10000": {
5512
+ "type": "integer",
5513
+ "min": 25,
5514
+ "max": 10000
5515
+ },
5516
+ "__integerMin25Max2000": {
5517
+ "type": "integer",
5518
+ "min": 25,
5519
+ "max": 2000
5520
+ },
5521
+ "__integerMin3": {
5522
+ "type": "integer",
5523
+ "min": 3
5524
+ },
5525
+ "__integerMin4Max20": {
5526
+ "type": "integer",
5527
+ "min": 4,
5528
+ "max": 20
5529
+ },
5530
+ "__integerMin96Max600": {
5531
+ "type": "integer",
5532
+ "min": 96,
5533
+ "max": 600
5534
+ },
5535
+ "__integerMinNegative1000Max1000": {
5536
+ "type": "integer",
5537
+ "min": -1000,
5538
+ "max": 1000
5539
+ },
5540
+ "__integerMinNegative60Max6": {
5541
+ "type": "integer",
5542
+ "min": -60,
5543
+ "max": 6
5544
+ },
5545
+ "__integerMinNegative60Max60": {
5546
+ "type": "integer",
5547
+ "min": -60,
5548
+ "max": 60
5549
+ },
5550
+ "__listOfAudioChannelMapping": {
5551
+ "type": "list",
5552
+ "member": {
5553
+ "shape": "AudioChannelMapping"
5554
+ }
5555
+ },
5556
+ "__listOfAudioDescription": {
5557
+ "type": "list",
5558
+ "member": {
5559
+ "shape": "AudioDescription"
5560
+ }
5561
+ },
5562
+ "__listOfAudioSelector": {
5563
+ "type": "list",
5564
+ "member": {
5565
+ "shape": "AudioSelector"
5566
+ }
5567
+ },
5568
+ "__listOfCaptionDescription": {
5569
+ "type": "list",
5570
+ "member": {
5571
+ "shape": "CaptionDescription"
5572
+ }
5573
+ },
5574
+ "__listOfCaptionLanguageMapping": {
5575
+ "type": "list",
5576
+ "member": {
5577
+ "shape": "CaptionLanguageMapping"
5578
+ }
5579
+ },
5580
+ "__listOfCaptionSelector": {
5581
+ "type": "list",
5582
+ "member": {
5583
+ "shape": "CaptionSelector"
5584
+ }
5585
+ },
5586
+ "__listOfChannelEgressEndpoint": {
5587
+ "type": "list",
5588
+ "member": {
5589
+ "shape": "ChannelEgressEndpoint"
5590
+ }
5591
+ },
5592
+ "__listOfChannelSummary": {
5593
+ "type": "list",
5594
+ "member": {
5595
+ "shape": "ChannelSummary"
5596
+ }
5597
+ },
5598
+ "__listOfHlsAdMarkers": {
5599
+ "type": "list",
5600
+ "member": {
5601
+ "shape": "HlsAdMarkers"
5602
+ }
5603
+ },
5604
+ "__listOfInput": {
5605
+ "type": "list",
5606
+ "member": {
5607
+ "shape": "Input"
5608
+ }
5609
+ },
5610
+ "__listOfInputAttachment": {
5611
+ "type": "list",
5612
+ "member": {
5613
+ "shape": "InputAttachment"
5614
+ }
5615
+ },
5616
+ "__listOfInputChannelLevel": {
5617
+ "type": "list",
5618
+ "member": {
5619
+ "shape": "InputChannelLevel"
5620
+ }
5621
+ },
5622
+ "__listOfInputDestination": {
5623
+ "type": "list",
5624
+ "member": {
5625
+ "shape": "InputDestination"
5626
+ }
5627
+ },
5628
+ "__listOfInputDestinationRequest": {
5629
+ "type": "list",
5630
+ "member": {
5631
+ "shape": "InputDestinationRequest"
5632
+ }
5633
+ },
5634
+ "__listOfInputSecurityGroup": {
5635
+ "type": "list",
5636
+ "member": {
5637
+ "shape": "InputSecurityGroup"
5638
+ }
5639
+ },
5640
+ "__listOfInputSource": {
5641
+ "type": "list",
5642
+ "member": {
5643
+ "shape": "InputSource"
5644
+ }
5645
+ },
5646
+ "__listOfInputSourceRequest": {
5647
+ "type": "list",
5648
+ "member": {
5649
+ "shape": "InputSourceRequest"
5650
+ }
5651
+ },
5652
+ "__listOfInputWhitelistRule": {
5653
+ "type": "list",
5654
+ "member": {
5655
+ "shape": "InputWhitelistRule"
5656
+ }
5657
+ },
5658
+ "__listOfInputWhitelistRuleCidr": {
5659
+ "type": "list",
5660
+ "member": {
5661
+ "shape": "InputWhitelistRuleCidr"
5662
+ }
5663
+ },
5664
+ "__listOfOutput": {
5665
+ "type": "list",
5666
+ "member": {
5667
+ "shape": "Output"
5668
+ }
5669
+ },
5670
+ "__listOfOutputDestination": {
5671
+ "type": "list",
5672
+ "member": {
5673
+ "shape": "OutputDestination"
5674
+ }
5675
+ },
5676
+ "__listOfOutputDestinationSettings": {
5677
+ "type": "list",
5678
+ "member": {
5679
+ "shape": "OutputDestinationSettings"
5680
+ }
5681
+ },
5682
+ "__listOfOutputGroup": {
5683
+ "type": "list",
5684
+ "member": {
5685
+ "shape": "OutputGroup"
5686
+ }
5687
+ },
5688
+ "__listOfValidationError": {
5689
+ "type": "list",
5690
+ "member": {
5691
+ "shape": "ValidationError"
5692
+ }
5693
+ },
5694
+ "__listOfVideoDescription": {
5695
+ "type": "list",
5696
+ "member": {
5697
+ "shape": "VideoDescription"
5698
+ }
5699
+ },
5700
+ "__listOf__string": {
5701
+ "type": "list",
5702
+ "member": {
5703
+ "shape": "__string"
5704
+ }
5705
+ },
5706
+ "__long": {
5707
+ "type": "long"
5708
+ },
5429
5709
  "__string": {
5430
5710
  "type": "string"
5431
5711
  },
5432
- "__timestamp": {
5433
- "type": "timestamp"
5712
+ "__stringMax32": {
5713
+ "type": "string",
5714
+ "max": 32
5715
+ },
5716
+ "__stringMin1": {
5717
+ "type": "string",
5718
+ "min": 1
5719
+ },
5720
+ "__stringMin1Max255": {
5721
+ "type": "string",
5722
+ "min": 1,
5723
+ "max": 255
5724
+ },
5725
+ "__stringMin1Max256": {
5726
+ "type": "string",
5727
+ "min": 1,
5728
+ "max": 256
5729
+ },
5730
+ "__stringMin32Max32": {
5731
+ "type": "string",
5732
+ "min": 32,
5733
+ "max": 32
5734
+ },
5735
+ "__stringMin34Max34": {
5736
+ "type": "string",
5737
+ "min": 34,
5738
+ "max": 34
5739
+ },
5740
+ "__stringMin3Max3": {
5741
+ "type": "string",
5742
+ "min": 3,
5743
+ "max": 3
5744
+ },
5745
+ "__stringMin6Max6": {
5746
+ "type": "string",
5747
+ "min": 6,
5748
+ "max": 6
5434
5749
  }
5435
5750
  }
5436
5751
  }