aws-sdk-core 2.11.114 → 2.11.115
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/iot/2015-05-28/api-2.json +35 -4
- data/apis/iotanalytics/2017-11-27/api-2.json +170 -8
- data/apis/lex-models/2017-04-19/api-2.json +1 -0
- data/apis/medialive/2017-10-14/api-2.json +558 -0
- data/apis/medialive/2017-10-14/paginators-1.json +8 -2
- data/apis/rekognition/2016-06-27/api-2.json +90 -10
- data/apis/rekognition/2016-06-27/examples-1.json +420 -420
- data/apis/rekognition/2016-06-27/smoke.json +11 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2deb1eefab2d4366b96ac334121bc4156aa54f6e
|
4
|
+
data.tar.gz: 574f1c4d424e8baa4a3ac39994efef29de2d4d1f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e9f0544550b19f98603eda220b3f726c3c6757f0a1c00614c63548a2aa332adb92f46d2f510e8102076f65b2a7306527abf10a09842118e6d960a45c4315b7a
|
7
|
+
data.tar.gz: 2762ca639e149a989afc169cfc4866db2ff96bc9637cfa0d509f2e592ff97d75d81e661530605c7c07e9db8671930344dc0e7cde9348d6b36a762776366550ce
|
@@ -4696,7 +4696,8 @@
|
|
4696
4696
|
"GetIndexingConfigurationResponse":{
|
4697
4697
|
"type":"structure",
|
4698
4698
|
"members":{
|
4699
|
-
"thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"}
|
4699
|
+
"thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"},
|
4700
|
+
"thingGroupIndexingConfiguration":{"shape":"ThingGroupIndexingConfiguration"}
|
4700
4701
|
}
|
4701
4702
|
},
|
4702
4703
|
"GetJobDocumentRequest":{
|
@@ -6591,7 +6592,6 @@
|
|
6591
6592
|
},
|
6592
6593
|
"QueryString":{
|
6593
6594
|
"type":"string",
|
6594
|
-
"max":1000,
|
6595
6595
|
"min":1
|
6596
6596
|
},
|
6597
6597
|
"QueryVersion":{"type":"string"},
|
@@ -6978,7 +6978,8 @@
|
|
6978
6978
|
"type":"structure",
|
6979
6979
|
"members":{
|
6980
6980
|
"nextToken":{"shape":"NextToken"},
|
6981
|
-
"things":{"shape":"ThingDocumentList"}
|
6981
|
+
"things":{"shape":"ThingDocumentList"},
|
6982
|
+
"thingGroups":{"shape":"ThingGroupDocumentList"}
|
6982
6983
|
}
|
6983
6984
|
},
|
6984
6985
|
"SearchableAttributes":{
|
@@ -7419,12 +7420,40 @@
|
|
7419
7420
|
"max":2028,
|
7420
7421
|
"pattern":"[\\p{Graph}\\x20]*"
|
7421
7422
|
},
|
7423
|
+
"ThingGroupDocument":{
|
7424
|
+
"type":"structure",
|
7425
|
+
"members":{
|
7426
|
+
"thingGroupName":{"shape":"ThingGroupName"},
|
7427
|
+
"thingGroupId":{"shape":"ThingGroupId"},
|
7428
|
+
"thingGroupDescription":{"shape":"ThingGroupDescription"},
|
7429
|
+
"attributes":{"shape":"Attributes"},
|
7430
|
+
"parentGroupNames":{"shape":"ThingGroupNameList"}
|
7431
|
+
}
|
7432
|
+
},
|
7433
|
+
"ThingGroupDocumentList":{
|
7434
|
+
"type":"list",
|
7435
|
+
"member":{"shape":"ThingGroupDocument"}
|
7436
|
+
},
|
7422
7437
|
"ThingGroupId":{
|
7423
7438
|
"type":"string",
|
7424
7439
|
"max":128,
|
7425
7440
|
"min":1,
|
7426
7441
|
"pattern":"[a-zA-Z0-9\\-]+"
|
7427
7442
|
},
|
7443
|
+
"ThingGroupIndexingConfiguration":{
|
7444
|
+
"type":"structure",
|
7445
|
+
"required":["thingGroupIndexingMode"],
|
7446
|
+
"members":{
|
7447
|
+
"thingGroupIndexingMode":{"shape":"ThingGroupIndexingMode"}
|
7448
|
+
}
|
7449
|
+
},
|
7450
|
+
"ThingGroupIndexingMode":{
|
7451
|
+
"type":"string",
|
7452
|
+
"enum":[
|
7453
|
+
"OFF",
|
7454
|
+
"ON"
|
7455
|
+
]
|
7456
|
+
},
|
7428
7457
|
"ThingGroupList":{
|
7429
7458
|
"type":"list",
|
7430
7459
|
"member":{"shape":"ThingGroupName"}
|
@@ -7461,6 +7490,7 @@
|
|
7461
7490
|
"ThingId":{"type":"string"},
|
7462
7491
|
"ThingIndexingConfiguration":{
|
7463
7492
|
"type":"structure",
|
7493
|
+
"required":["thingIndexingMode"],
|
7464
7494
|
"members":{
|
7465
7495
|
"thingIndexingMode":{"shape":"ThingIndexingMode"}
|
7466
7496
|
}
|
@@ -7752,7 +7782,8 @@
|
|
7752
7782
|
"UpdateIndexingConfigurationRequest":{
|
7753
7783
|
"type":"structure",
|
7754
7784
|
"members":{
|
7755
|
-
"thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"}
|
7785
|
+
"thingIndexingConfiguration":{"shape":"ThingIndexingConfiguration"},
|
7786
|
+
"thingGroupIndexingConfiguration":{"shape":"ThingGroupIndexingConfiguration"}
|
7756
7787
|
}
|
7757
7788
|
},
|
7758
7789
|
"UpdateIndexingConfigurationResponse":{
|
@@ -87,6 +87,7 @@
|
|
87
87
|
"requestUri":"/datasets/{datasetName}/content"
|
88
88
|
},
|
89
89
|
"input":{"shape":"CreateDatasetContentRequest"},
|
90
|
+
"output":{"shape":"CreateDatasetContentResponse"},
|
90
91
|
"errors":[
|
91
92
|
{"shape":"InvalidRequestException"},
|
92
93
|
{"shape":"ResourceNotFoundException"},
|
@@ -695,6 +696,27 @@
|
|
695
696
|
"lastUpdateTime":{"shape":"Timestamp"}
|
696
697
|
}
|
697
698
|
},
|
699
|
+
"ComputeType":{
|
700
|
+
"type":"string",
|
701
|
+
"enum":[
|
702
|
+
"ACU_1",
|
703
|
+
"ACU_2"
|
704
|
+
]
|
705
|
+
},
|
706
|
+
"ContainerDatasetAction":{
|
707
|
+
"type":"structure",
|
708
|
+
"required":[
|
709
|
+
"image",
|
710
|
+
"executionRoleArn",
|
711
|
+
"resourceConfiguration"
|
712
|
+
],
|
713
|
+
"members":{
|
714
|
+
"image":{"shape":"Image"},
|
715
|
+
"executionRoleArn":{"shape":"RoleArn"},
|
716
|
+
"resourceConfiguration":{"shape":"ResourceConfiguration"},
|
717
|
+
"variables":{"shape":"Variables"}
|
718
|
+
}
|
719
|
+
},
|
698
720
|
"CreateChannelRequest":{
|
699
721
|
"type":"structure",
|
700
722
|
"required":["channelName"],
|
@@ -723,6 +745,12 @@
|
|
723
745
|
}
|
724
746
|
}
|
725
747
|
},
|
748
|
+
"CreateDatasetContentResponse":{
|
749
|
+
"type":"structure",
|
750
|
+
"members":{
|
751
|
+
"versionId":{"shape":"DatasetContentVersion"}
|
752
|
+
}
|
753
|
+
},
|
726
754
|
"CreateDatasetRequest":{
|
727
755
|
"type":"structure",
|
728
756
|
"required":[
|
@@ -733,6 +761,7 @@
|
|
733
761
|
"datasetName":{"shape":"DatasetName"},
|
734
762
|
"actions":{"shape":"DatasetActions"},
|
735
763
|
"triggers":{"shape":"DatasetTriggers"},
|
764
|
+
"retentionPeriod":{"shape":"RetentionPeriod"},
|
736
765
|
"tags":{"shape":"TagList"}
|
737
766
|
}
|
738
767
|
},
|
@@ -740,7 +769,8 @@
|
|
740
769
|
"type":"structure",
|
741
770
|
"members":{
|
742
771
|
"datasetName":{"shape":"DatasetName"},
|
743
|
-
"datasetArn":{"shape":"DatasetArn"}
|
772
|
+
"datasetArn":{"shape":"DatasetArn"},
|
773
|
+
"retentionPeriod":{"shape":"RetentionPeriod"}
|
744
774
|
}
|
745
775
|
},
|
746
776
|
"CreateDatastoreRequest":{
|
@@ -788,14 +818,16 @@
|
|
788
818
|
"triggers":{"shape":"DatasetTriggers"},
|
789
819
|
"status":{"shape":"DatasetStatus"},
|
790
820
|
"creationTime":{"shape":"Timestamp"},
|
791
|
-
"lastUpdateTime":{"shape":"Timestamp"}
|
821
|
+
"lastUpdateTime":{"shape":"Timestamp"},
|
822
|
+
"retentionPeriod":{"shape":"RetentionPeriod"}
|
792
823
|
}
|
793
824
|
},
|
794
825
|
"DatasetAction":{
|
795
826
|
"type":"structure",
|
796
827
|
"members":{
|
797
828
|
"actionName":{"shape":"DatasetActionName"},
|
798
|
-
"queryAction":{"shape":"SqlQueryDatasetAction"}
|
829
|
+
"queryAction":{"shape":"SqlQueryDatasetAction"},
|
830
|
+
"containerAction":{"shape":"ContainerDatasetAction"}
|
799
831
|
}
|
800
832
|
},
|
801
833
|
"DatasetActionName":{
|
@@ -804,6 +836,26 @@
|
|
804
836
|
"min":1,
|
805
837
|
"pattern":"^[a-zA-Z0-9_]+$"
|
806
838
|
},
|
839
|
+
"DatasetActionSummaries":{
|
840
|
+
"type":"list",
|
841
|
+
"member":{"shape":"DatasetActionSummary"},
|
842
|
+
"max":1,
|
843
|
+
"min":1
|
844
|
+
},
|
845
|
+
"DatasetActionSummary":{
|
846
|
+
"type":"structure",
|
847
|
+
"members":{
|
848
|
+
"actionName":{"shape":"DatasetActionName"},
|
849
|
+
"actionType":{"shape":"DatasetActionType"}
|
850
|
+
}
|
851
|
+
},
|
852
|
+
"DatasetActionType":{
|
853
|
+
"type":"string",
|
854
|
+
"enum":[
|
855
|
+
"QUERY",
|
856
|
+
"CONTAINER"
|
857
|
+
]
|
858
|
+
},
|
807
859
|
"DatasetActions":{
|
808
860
|
"type":"list",
|
809
861
|
"member":{"shape":"DatasetAction"},
|
@@ -826,7 +878,18 @@
|
|
826
878
|
"reason":{"shape":"Reason"}
|
827
879
|
}
|
828
880
|
},
|
829
|
-
"DatasetContentVersion":{
|
881
|
+
"DatasetContentVersion":{
|
882
|
+
"type":"string",
|
883
|
+
"max":36,
|
884
|
+
"min":7
|
885
|
+
},
|
886
|
+
"DatasetContentVersionValue":{
|
887
|
+
"type":"structure",
|
888
|
+
"required":["datasetName"],
|
889
|
+
"members":{
|
890
|
+
"datasetName":{"shape":"DatasetName"}
|
891
|
+
}
|
892
|
+
},
|
830
893
|
"DatasetEntries":{
|
831
894
|
"type":"list",
|
832
895
|
"member":{"shape":"DatasetEntry"}
|
@@ -862,13 +925,16 @@
|
|
862
925
|
"datasetName":{"shape":"DatasetName"},
|
863
926
|
"status":{"shape":"DatasetStatus"},
|
864
927
|
"creationTime":{"shape":"Timestamp"},
|
865
|
-
"lastUpdateTime":{"shape":"Timestamp"}
|
928
|
+
"lastUpdateTime":{"shape":"Timestamp"},
|
929
|
+
"triggers":{"shape":"DatasetTriggers"},
|
930
|
+
"actions":{"shape":"DatasetActionSummaries"}
|
866
931
|
}
|
867
932
|
},
|
868
933
|
"DatasetTrigger":{
|
869
934
|
"type":"structure",
|
870
935
|
"members":{
|
871
|
-
"schedule":{"shape":"Schedule"}
|
936
|
+
"schedule":{"shape":"Schedule"},
|
937
|
+
"dataset":{"shape":"TriggeringDataset"}
|
872
938
|
}
|
873
939
|
},
|
874
940
|
"DatasetTriggers":{
|
@@ -993,6 +1059,17 @@
|
|
993
1059
|
}
|
994
1060
|
}
|
995
1061
|
},
|
1062
|
+
"DeltaTime":{
|
1063
|
+
"type":"structure",
|
1064
|
+
"required":[
|
1065
|
+
"offsetSeconds",
|
1066
|
+
"timeExpression"
|
1067
|
+
],
|
1068
|
+
"members":{
|
1069
|
+
"offsetSeconds":{"shape":"OffsetSeconds"},
|
1070
|
+
"timeExpression":{"shape":"TimeExpression"}
|
1071
|
+
}
|
1072
|
+
},
|
996
1073
|
"DescribeChannelRequest":{
|
997
1074
|
"type":"structure",
|
998
1075
|
"required":["channelName"],
|
@@ -1116,6 +1193,7 @@
|
|
1116
1193
|
"next":{"shape":"ActivityName"}
|
1117
1194
|
}
|
1118
1195
|
},
|
1196
|
+
"DoubleValue":{"type":"double"},
|
1119
1197
|
"EndTime":{"type":"timestamp"},
|
1120
1198
|
"EntryName":{"type":"string"},
|
1121
1199
|
"ErrorCode":{"type":"string"},
|
@@ -1168,6 +1246,10 @@
|
|
1168
1246
|
"status":{"shape":"DatasetContentStatus"}
|
1169
1247
|
}
|
1170
1248
|
},
|
1249
|
+
"Image":{
|
1250
|
+
"type":"string",
|
1251
|
+
"max":255
|
1252
|
+
},
|
1171
1253
|
"IncludeStatisticsFlag":{"type":"boolean"},
|
1172
1254
|
"InternalFailureException":{
|
1173
1255
|
"type":"structure",
|
@@ -1395,6 +1477,18 @@
|
|
1395
1477
|
"member":{"shape":"Message"}
|
1396
1478
|
},
|
1397
1479
|
"NextToken":{"type":"string"},
|
1480
|
+
"OffsetSeconds":{"type":"integer"},
|
1481
|
+
"OutputFileName":{
|
1482
|
+
"type":"string",
|
1483
|
+
"pattern":"[\\w\\.-]{1,255}"
|
1484
|
+
},
|
1485
|
+
"OutputFileUriValue":{
|
1486
|
+
"type":"structure",
|
1487
|
+
"required":["fileName"],
|
1488
|
+
"members":{
|
1489
|
+
"fileName":{"shape":"OutputFileName"}
|
1490
|
+
}
|
1491
|
+
},
|
1398
1492
|
"Pipeline":{
|
1399
1493
|
"type":"structure",
|
1400
1494
|
"members":{
|
@@ -1455,6 +1549,18 @@
|
|
1455
1549
|
"loggingOptions":{"shape":"LoggingOptions"}
|
1456
1550
|
}
|
1457
1551
|
},
|
1552
|
+
"QueryFilter":{
|
1553
|
+
"type":"structure",
|
1554
|
+
"members":{
|
1555
|
+
"deltaTime":{"shape":"DeltaTime"}
|
1556
|
+
}
|
1557
|
+
},
|
1558
|
+
"QueryFilters":{
|
1559
|
+
"type":"list",
|
1560
|
+
"member":{"shape":"QueryFilter"},
|
1561
|
+
"max":1,
|
1562
|
+
"min":0
|
1563
|
+
},
|
1458
1564
|
"Reason":{"type":"string"},
|
1459
1565
|
"RemoveAttributesActivity":{
|
1460
1566
|
"type":"structure",
|
@@ -1505,6 +1611,17 @@
|
|
1505
1611
|
"max":2048,
|
1506
1612
|
"min":20
|
1507
1613
|
},
|
1614
|
+
"ResourceConfiguration":{
|
1615
|
+
"type":"structure",
|
1616
|
+
"required":[
|
1617
|
+
"computeType",
|
1618
|
+
"volumeSizeInGB"
|
1619
|
+
],
|
1620
|
+
"members":{
|
1621
|
+
"computeType":{"shape":"ComputeType"},
|
1622
|
+
"volumeSizeInGB":{"shape":"VolumeSizeInGB"}
|
1623
|
+
}
|
1624
|
+
},
|
1508
1625
|
"ResourceNotFoundException":{
|
1509
1626
|
"type":"structure",
|
1510
1627
|
"members":{
|
@@ -1613,7 +1730,8 @@
|
|
1613
1730
|
"type":"structure",
|
1614
1731
|
"required":["sqlQuery"],
|
1615
1732
|
"members":{
|
1616
|
-
"sqlQuery":{"shape":"SqlQuery"}
|
1733
|
+
"sqlQuery":{"shape":"SqlQuery"},
|
1734
|
+
"filters":{"shape":"QueryFilters"}
|
1617
1735
|
}
|
1618
1736
|
},
|
1619
1737
|
"StartPipelineReprocessingRequest":{
|
@@ -1636,6 +1754,11 @@
|
|
1636
1754
|
}
|
1637
1755
|
},
|
1638
1756
|
"StartTime":{"type":"timestamp"},
|
1757
|
+
"StringValue":{
|
1758
|
+
"type":"string",
|
1759
|
+
"max":1024,
|
1760
|
+
"min":0
|
1761
|
+
},
|
1639
1762
|
"Tag":{
|
1640
1763
|
"type":"structure",
|
1641
1764
|
"required":[
|
@@ -1697,7 +1820,15 @@
|
|
1697
1820
|
"error":{"httpStatusCode":429},
|
1698
1821
|
"exception":true
|
1699
1822
|
},
|
1823
|
+
"TimeExpression":{"type":"string"},
|
1700
1824
|
"Timestamp":{"type":"timestamp"},
|
1825
|
+
"TriggeringDataset":{
|
1826
|
+
"type":"structure",
|
1827
|
+
"required":["name"],
|
1828
|
+
"members":{
|
1829
|
+
"name":{"shape":"DatasetName"}
|
1830
|
+
}
|
1831
|
+
},
|
1701
1832
|
"UnlimitedRetentionPeriod":{"type":"boolean"},
|
1702
1833
|
"UntagResourceRequest":{
|
1703
1834
|
"type":"structure",
|
@@ -1748,7 +1879,8 @@
|
|
1748
1879
|
"locationName":"datasetName"
|
1749
1880
|
},
|
1750
1881
|
"actions":{"shape":"DatasetActions"},
|
1751
|
-
"triggers":{"shape":"DatasetTriggers"}
|
1882
|
+
"triggers":{"shape":"DatasetTriggers"},
|
1883
|
+
"retentionPeriod":{"shape":"RetentionPeriod"}
|
1752
1884
|
}
|
1753
1885
|
},
|
1754
1886
|
"UpdateDatastoreRequest":{
|
@@ -1778,6 +1910,36 @@
|
|
1778
1910
|
"pipelineActivities":{"shape":"PipelineActivities"}
|
1779
1911
|
}
|
1780
1912
|
},
|
1913
|
+
"Variable":{
|
1914
|
+
"type":"structure",
|
1915
|
+
"required":["name"],
|
1916
|
+
"members":{
|
1917
|
+
"name":{"shape":"VariableName"},
|
1918
|
+
"stringValue":{"shape":"StringValue"},
|
1919
|
+
"doubleValue":{
|
1920
|
+
"shape":"DoubleValue",
|
1921
|
+
"box":true
|
1922
|
+
},
|
1923
|
+
"datasetContentVersionValue":{"shape":"DatasetContentVersionValue"},
|
1924
|
+
"outputFileUriValue":{"shape":"OutputFileUriValue"}
|
1925
|
+
}
|
1926
|
+
},
|
1927
|
+
"VariableName":{
|
1928
|
+
"type":"string",
|
1929
|
+
"max":256,
|
1930
|
+
"min":1
|
1931
|
+
},
|
1932
|
+
"Variables":{
|
1933
|
+
"type":"list",
|
1934
|
+
"member":{"shape":"Variable"},
|
1935
|
+
"max":50,
|
1936
|
+
"min":0
|
1937
|
+
},
|
1938
|
+
"VolumeSizeInGB":{
|
1939
|
+
"type":"integer",
|
1940
|
+
"max":50,
|
1941
|
+
"min":1
|
1942
|
+
},
|
1781
1943
|
"errorMessage":{"type":"string"},
|
1782
1944
|
"resourceArn":{"type":"string"},
|
1783
1945
|
"resourceId":{"type":"string"}
|
@@ -12,6 +12,46 @@
|
|
12
12
|
"serviceAbbreviation": "MediaLive"
|
13
13
|
},
|
14
14
|
"operations": {
|
15
|
+
"BatchUpdateSchedule": {
|
16
|
+
"name": "BatchUpdateSchedule",
|
17
|
+
"http": {
|
18
|
+
"method": "PUT",
|
19
|
+
"requestUri": "/prod/channels/{channelId}/schedule",
|
20
|
+
"responseCode": 200
|
21
|
+
},
|
22
|
+
"input": {
|
23
|
+
"shape": "BatchUpdateScheduleRequest"
|
24
|
+
},
|
25
|
+
"output": {
|
26
|
+
"shape": "BatchUpdateScheduleResponse"
|
27
|
+
},
|
28
|
+
"errors": [
|
29
|
+
{
|
30
|
+
"shape": "BadRequestException"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"shape": "UnprocessableEntityException"
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"shape": "InternalServerErrorException"
|
37
|
+
},
|
38
|
+
{
|
39
|
+
"shape": "ForbiddenException"
|
40
|
+
},
|
41
|
+
{
|
42
|
+
"shape": "BadGatewayException"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"shape": "NotFoundException"
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"shape": "GatewayTimeoutException"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"shape": "TooManyRequestsException"
|
52
|
+
}
|
53
|
+
]
|
54
|
+
},
|
15
55
|
"CreateChannel": {
|
16
56
|
"name": "CreateChannel",
|
17
57
|
"http": {
|
@@ -462,6 +502,43 @@
|
|
462
502
|
}
|
463
503
|
]
|
464
504
|
},
|
505
|
+
"DescribeSchedule": {
|
506
|
+
"name": "DescribeSchedule",
|
507
|
+
"http": {
|
508
|
+
"method": "GET",
|
509
|
+
"requestUri": "/prod/channels/{channelId}/schedule",
|
510
|
+
"responseCode": 200
|
511
|
+
},
|
512
|
+
"input": {
|
513
|
+
"shape": "DescribeScheduleRequest"
|
514
|
+
},
|
515
|
+
"output": {
|
516
|
+
"shape": "DescribeScheduleResponse"
|
517
|
+
},
|
518
|
+
"errors": [
|
519
|
+
{
|
520
|
+
"shape": "BadRequestException"
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"shape": "InternalServerErrorException"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"shape": "ForbiddenException"
|
527
|
+
},
|
528
|
+
{
|
529
|
+
"shape": "BadGatewayException"
|
530
|
+
},
|
531
|
+
{
|
532
|
+
"shape": "NotFoundException"
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"shape": "GatewayTimeoutException"
|
536
|
+
},
|
537
|
+
{
|
538
|
+
"shape": "TooManyRequestsException"
|
539
|
+
}
|
540
|
+
]
|
541
|
+
},
|
465
542
|
"ListChannels": {
|
466
543
|
"name": "ListChannels",
|
467
544
|
"http": {
|
@@ -1418,6 +1495,101 @@
|
|
1418
1495
|
"httpStatusCode": 400
|
1419
1496
|
}
|
1420
1497
|
},
|
1498
|
+
"BatchScheduleActionCreateRequest": {
|
1499
|
+
"type": "structure",
|
1500
|
+
"members": {
|
1501
|
+
"ScheduleActions": {
|
1502
|
+
"shape": "__listOfScheduleAction",
|
1503
|
+
"locationName": "scheduleActions"
|
1504
|
+
}
|
1505
|
+
},
|
1506
|
+
"required": [
|
1507
|
+
"ScheduleActions"
|
1508
|
+
]
|
1509
|
+
},
|
1510
|
+
"BatchScheduleActionCreateResult": {
|
1511
|
+
"type": "structure",
|
1512
|
+
"members": {
|
1513
|
+
"ScheduleActions": {
|
1514
|
+
"shape": "__listOfScheduleAction",
|
1515
|
+
"locationName": "scheduleActions"
|
1516
|
+
}
|
1517
|
+
},
|
1518
|
+
"required": [
|
1519
|
+
"ScheduleActions"
|
1520
|
+
]
|
1521
|
+
},
|
1522
|
+
"BatchScheduleActionDeleteRequest": {
|
1523
|
+
"type": "structure",
|
1524
|
+
"members": {
|
1525
|
+
"ActionNames": {
|
1526
|
+
"shape": "__listOf__string",
|
1527
|
+
"locationName": "actionNames"
|
1528
|
+
}
|
1529
|
+
},
|
1530
|
+
"required": [
|
1531
|
+
"ActionNames"
|
1532
|
+
]
|
1533
|
+
},
|
1534
|
+
"BatchScheduleActionDeleteResult": {
|
1535
|
+
"type": "structure",
|
1536
|
+
"members": {
|
1537
|
+
"ScheduleActions": {
|
1538
|
+
"shape": "__listOfScheduleAction",
|
1539
|
+
"locationName": "scheduleActions"
|
1540
|
+
}
|
1541
|
+
},
|
1542
|
+
"required": [
|
1543
|
+
"ScheduleActions"
|
1544
|
+
]
|
1545
|
+
},
|
1546
|
+
"BatchUpdateScheduleRequest": {
|
1547
|
+
"type": "structure",
|
1548
|
+
"members": {
|
1549
|
+
"ChannelId": {
|
1550
|
+
"shape": "__string",
|
1551
|
+
"location": "uri",
|
1552
|
+
"locationName": "channelId"
|
1553
|
+
},
|
1554
|
+
"Creates": {
|
1555
|
+
"shape": "BatchScheduleActionCreateRequest",
|
1556
|
+
"locationName": "creates"
|
1557
|
+
},
|
1558
|
+
"Deletes": {
|
1559
|
+
"shape": "BatchScheduleActionDeleteRequest",
|
1560
|
+
"locationName": "deletes"
|
1561
|
+
}
|
1562
|
+
},
|
1563
|
+
"required": [
|
1564
|
+
"ChannelId"
|
1565
|
+
]
|
1566
|
+
},
|
1567
|
+
"BatchUpdateScheduleResponse": {
|
1568
|
+
"type": "structure",
|
1569
|
+
"members": {
|
1570
|
+
"Creates": {
|
1571
|
+
"shape": "BatchScheduleActionCreateResult",
|
1572
|
+
"locationName": "creates"
|
1573
|
+
},
|
1574
|
+
"Deletes": {
|
1575
|
+
"shape": "BatchScheduleActionDeleteResult",
|
1576
|
+
"locationName": "deletes"
|
1577
|
+
}
|
1578
|
+
}
|
1579
|
+
},
|
1580
|
+
"BatchUpdateScheduleResult": {
|
1581
|
+
"type": "structure",
|
1582
|
+
"members": {
|
1583
|
+
"Creates": {
|
1584
|
+
"shape": "BatchScheduleActionCreateResult",
|
1585
|
+
"locationName": "creates"
|
1586
|
+
},
|
1587
|
+
"Deletes": {
|
1588
|
+
"shape": "BatchScheduleActionDeleteResult",
|
1589
|
+
"locationName": "deletes"
|
1590
|
+
}
|
1591
|
+
}
|
1592
|
+
},
|
1421
1593
|
"BlackoutSlate": {
|
1422
1594
|
"type": "structure",
|
1423
1595
|
"members": {
|
@@ -2590,6 +2762,42 @@
|
|
2590
2762
|
}
|
2591
2763
|
}
|
2592
2764
|
},
|
2765
|
+
"DescribeScheduleRequest": {
|
2766
|
+
"type": "structure",
|
2767
|
+
"members": {
|
2768
|
+
"ChannelId": {
|
2769
|
+
"shape": "__string",
|
2770
|
+
"location": "uri",
|
2771
|
+
"locationName": "channelId"
|
2772
|
+
},
|
2773
|
+
"MaxResults": {
|
2774
|
+
"shape": "MaxResults",
|
2775
|
+
"location": "querystring",
|
2776
|
+
"locationName": "maxResults"
|
2777
|
+
},
|
2778
|
+
"NextToken": {
|
2779
|
+
"shape": "__string",
|
2780
|
+
"location": "querystring",
|
2781
|
+
"locationName": "nextToken"
|
2782
|
+
}
|
2783
|
+
},
|
2784
|
+
"required": [
|
2785
|
+
"ChannelId"
|
2786
|
+
]
|
2787
|
+
},
|
2788
|
+
"DescribeScheduleResponse": {
|
2789
|
+
"type": "structure",
|
2790
|
+
"members": {
|
2791
|
+
"NextToken": {
|
2792
|
+
"shape": "__string",
|
2793
|
+
"locationName": "nextToken"
|
2794
|
+
},
|
2795
|
+
"ScheduleActions": {
|
2796
|
+
"shape": "__listOfScheduleAction",
|
2797
|
+
"locationName": "scheduleActions"
|
2798
|
+
}
|
2799
|
+
}
|
2800
|
+
},
|
2593
2801
|
"DvbNitSettings": {
|
2594
2802
|
"type": "structure",
|
2595
2803
|
"members": {
|
@@ -3121,6 +3329,15 @@
|
|
3121
3329
|
"AFD_1111"
|
3122
3330
|
]
|
3123
3331
|
},
|
3332
|
+
"FixedModeScheduleActionStartSettings": {
|
3333
|
+
"type": "structure",
|
3334
|
+
"members": {
|
3335
|
+
"Time": {
|
3336
|
+
"shape": "__string",
|
3337
|
+
"locationName": "time"
|
3338
|
+
}
|
3339
|
+
}
|
3340
|
+
},
|
3124
3341
|
"ForbiddenException": {
|
3125
3342
|
"type": "structure",
|
3126
3343
|
"members": {
|
@@ -5811,6 +6028,78 @@
|
|
5811
6028
|
"Destination"
|
5812
6029
|
]
|
5813
6030
|
},
|
6031
|
+
"ScheduleAction": {
|
6032
|
+
"type": "structure",
|
6033
|
+
"members": {
|
6034
|
+
"ActionName": {
|
6035
|
+
"shape": "__string",
|
6036
|
+
"locationName": "actionName"
|
6037
|
+
},
|
6038
|
+
"ScheduleActionSettings": {
|
6039
|
+
"shape": "ScheduleActionSettings",
|
6040
|
+
"locationName": "scheduleActionSettings"
|
6041
|
+
},
|
6042
|
+
"ScheduleActionStartSettings": {
|
6043
|
+
"shape": "ScheduleActionStartSettings",
|
6044
|
+
"locationName": "scheduleActionStartSettings"
|
6045
|
+
}
|
6046
|
+
},
|
6047
|
+
"required": [
|
6048
|
+
"ActionName",
|
6049
|
+
"ScheduleActionStartSettings",
|
6050
|
+
"ScheduleActionSettings"
|
6051
|
+
]
|
6052
|
+
},
|
6053
|
+
"ScheduleActionSettings": {
|
6054
|
+
"type": "structure",
|
6055
|
+
"members": {
|
6056
|
+
"Scte35ReturnToNetworkSettings": {
|
6057
|
+
"shape": "Scte35ReturnToNetworkScheduleActionSettings",
|
6058
|
+
"locationName": "scte35ReturnToNetworkSettings"
|
6059
|
+
},
|
6060
|
+
"Scte35SpliceInsertSettings": {
|
6061
|
+
"shape": "Scte35SpliceInsertScheduleActionSettings",
|
6062
|
+
"locationName": "scte35SpliceInsertSettings"
|
6063
|
+
},
|
6064
|
+
"Scte35TimeSignalSettings": {
|
6065
|
+
"shape": "Scte35TimeSignalScheduleActionSettings",
|
6066
|
+
"locationName": "scte35TimeSignalSettings"
|
6067
|
+
},
|
6068
|
+
"StaticImageActivateSettings": {
|
6069
|
+
"shape": "StaticImageActivateScheduleActionSettings",
|
6070
|
+
"locationName": "staticImageActivateSettings"
|
6071
|
+
},
|
6072
|
+
"StaticImageDeactivateSettings": {
|
6073
|
+
"shape": "StaticImageDeactivateScheduleActionSettings",
|
6074
|
+
"locationName": "staticImageDeactivateSettings"
|
6075
|
+
}
|
6076
|
+
}
|
6077
|
+
},
|
6078
|
+
"ScheduleActionStartSettings": {
|
6079
|
+
"type": "structure",
|
6080
|
+
"members": {
|
6081
|
+
"FixedModeScheduleActionStartSettings": {
|
6082
|
+
"shape": "FixedModeScheduleActionStartSettings",
|
6083
|
+
"locationName": "fixedModeScheduleActionStartSettings"
|
6084
|
+
}
|
6085
|
+
}
|
6086
|
+
},
|
6087
|
+
"ScheduleDescribeResultModel": {
|
6088
|
+
"type": "structure",
|
6089
|
+
"members": {
|
6090
|
+
"NextToken": {
|
6091
|
+
"shape": "__string",
|
6092
|
+
"locationName": "nextToken"
|
6093
|
+
},
|
6094
|
+
"ScheduleActions": {
|
6095
|
+
"shape": "__listOfScheduleAction",
|
6096
|
+
"locationName": "scheduleActions"
|
6097
|
+
}
|
6098
|
+
},
|
6099
|
+
"required": [
|
6100
|
+
"ScheduleActions"
|
6101
|
+
]
|
6102
|
+
},
|
5814
6103
|
"Scte20Convert608To708": {
|
5815
6104
|
"type": "string",
|
5816
6105
|
"enum": [
|
@@ -5864,6 +6153,152 @@
|
|
5864
6153
|
"IGNORE"
|
5865
6154
|
]
|
5866
6155
|
},
|
6156
|
+
"Scte35ArchiveAllowedFlag": {
|
6157
|
+
"type": "string",
|
6158
|
+
"enum": [
|
6159
|
+
"ARCHIVE_NOT_ALLOWED",
|
6160
|
+
"ARCHIVE_ALLOWED"
|
6161
|
+
]
|
6162
|
+
},
|
6163
|
+
"Scte35DeliveryRestrictions": {
|
6164
|
+
"type": "structure",
|
6165
|
+
"members": {
|
6166
|
+
"ArchiveAllowedFlag": {
|
6167
|
+
"shape": "Scte35ArchiveAllowedFlag",
|
6168
|
+
"locationName": "archiveAllowedFlag"
|
6169
|
+
},
|
6170
|
+
"DeviceRestrictions": {
|
6171
|
+
"shape": "Scte35DeviceRestrictions",
|
6172
|
+
"locationName": "deviceRestrictions"
|
6173
|
+
},
|
6174
|
+
"NoRegionalBlackoutFlag": {
|
6175
|
+
"shape": "Scte35NoRegionalBlackoutFlag",
|
6176
|
+
"locationName": "noRegionalBlackoutFlag"
|
6177
|
+
},
|
6178
|
+
"WebDeliveryAllowedFlag": {
|
6179
|
+
"shape": "Scte35WebDeliveryAllowedFlag",
|
6180
|
+
"locationName": "webDeliveryAllowedFlag"
|
6181
|
+
}
|
6182
|
+
},
|
6183
|
+
"required": [
|
6184
|
+
"DeviceRestrictions",
|
6185
|
+
"ArchiveAllowedFlag",
|
6186
|
+
"WebDeliveryAllowedFlag",
|
6187
|
+
"NoRegionalBlackoutFlag"
|
6188
|
+
]
|
6189
|
+
},
|
6190
|
+
"Scte35Descriptor": {
|
6191
|
+
"type": "structure",
|
6192
|
+
"members": {
|
6193
|
+
"Scte35DescriptorSettings": {
|
6194
|
+
"shape": "Scte35DescriptorSettings",
|
6195
|
+
"locationName": "scte35DescriptorSettings"
|
6196
|
+
}
|
6197
|
+
},
|
6198
|
+
"required": [
|
6199
|
+
"Scte35DescriptorSettings"
|
6200
|
+
]
|
6201
|
+
},
|
6202
|
+
"Scte35DescriptorSettings": {
|
6203
|
+
"type": "structure",
|
6204
|
+
"members": {
|
6205
|
+
"SegmentationDescriptorScte35DescriptorSettings": {
|
6206
|
+
"shape": "Scte35SegmentationDescriptor",
|
6207
|
+
"locationName": "segmentationDescriptorScte35DescriptorSettings"
|
6208
|
+
}
|
6209
|
+
},
|
6210
|
+
"required": [
|
6211
|
+
"SegmentationDescriptorScte35DescriptorSettings"
|
6212
|
+
]
|
6213
|
+
},
|
6214
|
+
"Scte35DeviceRestrictions": {
|
6215
|
+
"type": "string",
|
6216
|
+
"enum": [
|
6217
|
+
"NONE",
|
6218
|
+
"RESTRICT_GROUP0",
|
6219
|
+
"RESTRICT_GROUP1",
|
6220
|
+
"RESTRICT_GROUP2"
|
6221
|
+
]
|
6222
|
+
},
|
6223
|
+
"Scte35NoRegionalBlackoutFlag": {
|
6224
|
+
"type": "string",
|
6225
|
+
"enum": [
|
6226
|
+
"REGIONAL_BLACKOUT",
|
6227
|
+
"NO_REGIONAL_BLACKOUT"
|
6228
|
+
]
|
6229
|
+
},
|
6230
|
+
"Scte35ReturnToNetworkScheduleActionSettings": {
|
6231
|
+
"type": "structure",
|
6232
|
+
"members": {
|
6233
|
+
"SpliceEventId": {
|
6234
|
+
"shape": "__integerMin0Max4294967295",
|
6235
|
+
"locationName": "spliceEventId"
|
6236
|
+
}
|
6237
|
+
},
|
6238
|
+
"required": [
|
6239
|
+
"SpliceEventId"
|
6240
|
+
]
|
6241
|
+
},
|
6242
|
+
"Scte35SegmentationCancelIndicator": {
|
6243
|
+
"type": "string",
|
6244
|
+
"enum": [
|
6245
|
+
"SEGMENTATION_EVENT_NOT_CANCELED",
|
6246
|
+
"SEGMENTATION_EVENT_CANCELED"
|
6247
|
+
]
|
6248
|
+
},
|
6249
|
+
"Scte35SegmentationDescriptor": {
|
6250
|
+
"type": "structure",
|
6251
|
+
"members": {
|
6252
|
+
"DeliveryRestrictions": {
|
6253
|
+
"shape": "Scte35DeliveryRestrictions",
|
6254
|
+
"locationName": "deliveryRestrictions"
|
6255
|
+
},
|
6256
|
+
"SegmentNum": {
|
6257
|
+
"shape": "__integerMin0Max255",
|
6258
|
+
"locationName": "segmentNum"
|
6259
|
+
},
|
6260
|
+
"SegmentationCancelIndicator": {
|
6261
|
+
"shape": "Scte35SegmentationCancelIndicator",
|
6262
|
+
"locationName": "segmentationCancelIndicator"
|
6263
|
+
},
|
6264
|
+
"SegmentationDuration": {
|
6265
|
+
"shape": "__integerMin0Max1099511627775",
|
6266
|
+
"locationName": "segmentationDuration"
|
6267
|
+
},
|
6268
|
+
"SegmentationEventId": {
|
6269
|
+
"shape": "__integerMin0Max4294967295",
|
6270
|
+
"locationName": "segmentationEventId"
|
6271
|
+
},
|
6272
|
+
"SegmentationTypeId": {
|
6273
|
+
"shape": "__integerMin0Max255",
|
6274
|
+
"locationName": "segmentationTypeId"
|
6275
|
+
},
|
6276
|
+
"SegmentationUpid": {
|
6277
|
+
"shape": "__string",
|
6278
|
+
"locationName": "segmentationUpid"
|
6279
|
+
},
|
6280
|
+
"SegmentationUpidType": {
|
6281
|
+
"shape": "__integerMin0Max255",
|
6282
|
+
"locationName": "segmentationUpidType"
|
6283
|
+
},
|
6284
|
+
"SegmentsExpected": {
|
6285
|
+
"shape": "__integerMin0Max255",
|
6286
|
+
"locationName": "segmentsExpected"
|
6287
|
+
},
|
6288
|
+
"SubSegmentNum": {
|
6289
|
+
"shape": "__integerMin0Max255",
|
6290
|
+
"locationName": "subSegmentNum"
|
6291
|
+
},
|
6292
|
+
"SubSegmentsExpected": {
|
6293
|
+
"shape": "__integerMin0Max255",
|
6294
|
+
"locationName": "subSegmentsExpected"
|
6295
|
+
}
|
6296
|
+
},
|
6297
|
+
"required": [
|
6298
|
+
"SegmentationEventId",
|
6299
|
+
"SegmentationCancelIndicator"
|
6300
|
+
]
|
6301
|
+
},
|
5867
6302
|
"Scte35SpliceInsert": {
|
5868
6303
|
"type": "structure",
|
5869
6304
|
"members": {
|
@@ -5888,6 +6323,22 @@
|
|
5888
6323
|
"IGNORE"
|
5889
6324
|
]
|
5890
6325
|
},
|
6326
|
+
"Scte35SpliceInsertScheduleActionSettings": {
|
6327
|
+
"type": "structure",
|
6328
|
+
"members": {
|
6329
|
+
"Duration": {
|
6330
|
+
"shape": "__integerMin0Max8589934591",
|
6331
|
+
"locationName": "duration"
|
6332
|
+
},
|
6333
|
+
"SpliceEventId": {
|
6334
|
+
"shape": "__integerMin0Max4294967295",
|
6335
|
+
"locationName": "spliceEventId"
|
6336
|
+
}
|
6337
|
+
},
|
6338
|
+
"required": [
|
6339
|
+
"SpliceEventId"
|
6340
|
+
]
|
6341
|
+
},
|
5891
6342
|
"Scte35SpliceInsertWebDeliveryAllowedBehavior": {
|
5892
6343
|
"type": "string",
|
5893
6344
|
"enum": [
|
@@ -5912,6 +6363,25 @@
|
|
5912
6363
|
}
|
5913
6364
|
}
|
5914
6365
|
},
|
6366
|
+
"Scte35TimeSignalScheduleActionSettings": {
|
6367
|
+
"type": "structure",
|
6368
|
+
"members": {
|
6369
|
+
"Scte35Descriptors": {
|
6370
|
+
"shape": "__listOfScte35Descriptor",
|
6371
|
+
"locationName": "scte35Descriptors"
|
6372
|
+
}
|
6373
|
+
},
|
6374
|
+
"required": [
|
6375
|
+
"Scte35Descriptors"
|
6376
|
+
]
|
6377
|
+
},
|
6378
|
+
"Scte35WebDeliveryAllowedFlag": {
|
6379
|
+
"type": "string",
|
6380
|
+
"enum": [
|
6381
|
+
"WEB_DELIVERY_NOT_ALLOWED",
|
6382
|
+
"WEB_DELIVERY_ALLOWED"
|
6383
|
+
]
|
6384
|
+
},
|
5915
6385
|
"SmoothGroupAudioOnlyTimecodeControl": {
|
5916
6386
|
"type": "string",
|
5917
6387
|
"enum": [
|
@@ -6056,6 +6526,67 @@
|
|
6056
6526
|
}
|
6057
6527
|
}
|
6058
6528
|
},
|
6529
|
+
"StaticImageActivateScheduleActionSettings": {
|
6530
|
+
"type": "structure",
|
6531
|
+
"members": {
|
6532
|
+
"Duration": {
|
6533
|
+
"shape": "__integerMin0",
|
6534
|
+
"locationName": "duration"
|
6535
|
+
},
|
6536
|
+
"FadeIn": {
|
6537
|
+
"shape": "__integerMin0",
|
6538
|
+
"locationName": "fadeIn"
|
6539
|
+
},
|
6540
|
+
"FadeOut": {
|
6541
|
+
"shape": "__integerMin0",
|
6542
|
+
"locationName": "fadeOut"
|
6543
|
+
},
|
6544
|
+
"Height": {
|
6545
|
+
"shape": "__integerMin1",
|
6546
|
+
"locationName": "height"
|
6547
|
+
},
|
6548
|
+
"Image": {
|
6549
|
+
"shape": "InputLocation",
|
6550
|
+
"locationName": "image"
|
6551
|
+
},
|
6552
|
+
"ImageX": {
|
6553
|
+
"shape": "__integerMin0",
|
6554
|
+
"locationName": "imageX"
|
6555
|
+
},
|
6556
|
+
"ImageY": {
|
6557
|
+
"shape": "__integerMin0",
|
6558
|
+
"locationName": "imageY"
|
6559
|
+
},
|
6560
|
+
"Layer": {
|
6561
|
+
"shape": "__integerMin0Max7",
|
6562
|
+
"locationName": "layer"
|
6563
|
+
},
|
6564
|
+
"Opacity": {
|
6565
|
+
"shape": "__integerMin0Max100",
|
6566
|
+
"locationName": "opacity"
|
6567
|
+
},
|
6568
|
+
"Width": {
|
6569
|
+
"shape": "__integerMin1",
|
6570
|
+
"locationName": "width"
|
6571
|
+
}
|
6572
|
+
},
|
6573
|
+
"required": [
|
6574
|
+
"Image"
|
6575
|
+
]
|
6576
|
+
},
|
6577
|
+
"StaticImageDeactivateScheduleActionSettings": {
|
6578
|
+
"type": "structure",
|
6579
|
+
"members": {
|
6580
|
+
"FadeOut": {
|
6581
|
+
"shape": "__integerMin0",
|
6582
|
+
"locationName": "fadeOut"
|
6583
|
+
},
|
6584
|
+
"Layer": {
|
6585
|
+
"shape": "__integerMin0Max7",
|
6586
|
+
"locationName": "layer"
|
6587
|
+
}
|
6588
|
+
}
|
6589
|
+
},
|
6059
6590
|
"StaticKeySettings": {
|
6060
6591
|
"type": "structure",
|
6061
6592
|
"members": {
|
@@ -6665,6 +7196,11 @@
|
|
6665
7196
|
"min": 0,
|
6666
7197
|
"max": 1000000
|
6667
7198
|
},
|
7199
|
+
"__integerMin0Max1099511627775": {
|
7200
|
+
"type": "long",
|
7201
|
+
"min": 0,
|
7202
|
+
"max": 1099511627775
|
7203
|
+
},
|
6668
7204
|
"__integerMin0Max128": {
|
6669
7205
|
"type": "integer",
|
6670
7206
|
"min": 0,
|
@@ -6690,6 +7226,11 @@
|
|
6690
7226
|
"min": 0,
|
6691
7227
|
"max": 3600
|
6692
7228
|
},
|
7229
|
+
"__integerMin0Max4294967295": {
|
7230
|
+
"type": "long",
|
7231
|
+
"min": 0,
|
7232
|
+
"max": 4294967295
|
7233
|
+
},
|
6693
7234
|
"__integerMin0Max500": {
|
6694
7235
|
"type": "integer",
|
6695
7236
|
"min": 0,
|
@@ -6720,6 +7261,11 @@
|
|
6720
7261
|
"min": 0,
|
6721
7262
|
"max": 8191
|
6722
7263
|
},
|
7264
|
+
"__integerMin0Max8589934591": {
|
7265
|
+
"type": "long",
|
7266
|
+
"min": 0,
|
7267
|
+
"max": 8589934591
|
7268
|
+
},
|
6723
7269
|
"__integerMin1": {
|
6724
7270
|
"type": "integer",
|
6725
7271
|
"min": 1
|
@@ -6971,6 +7517,18 @@
|
|
6971
7517
|
"shape": "Reservation"
|
6972
7518
|
}
|
6973
7519
|
},
|
7520
|
+
"__listOfScheduleAction": {
|
7521
|
+
"type": "list",
|
7522
|
+
"member": {
|
7523
|
+
"shape": "ScheduleAction"
|
7524
|
+
}
|
7525
|
+
},
|
7526
|
+
"__listOfScte35Descriptor": {
|
7527
|
+
"type": "list",
|
7528
|
+
"member": {
|
7529
|
+
"shape": "Scte35Descriptor"
|
7530
|
+
}
|
7531
|
+
},
|
6974
7532
|
"__listOfValidationError": {
|
6975
7533
|
"type": "list",
|
6976
7534
|
"member": {
|