cdk-docker-image-deployment 0.0.150 → 0.0.152
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +36 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +104 -86
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +3 -0
- package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +204 -55
- package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.min.json +94 -0
- package/node_modules/aws-sdk/apis/cloudtrail-data-2021-08-11.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +73 -21
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +41 -33
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1477 -1297
- package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +68 -65
- package/node_modules/aws-sdk/apis/groundstation-2019-05-23.min.json +312 -41
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +4 -1
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +175 -75
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +192 -176
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +630 -585
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +173 -157
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/appsync.d.ts +20 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -0
- package/node_modules/aws-sdk/clients/cloudtrail.d.ts +234 -40
- package/node_modules/aws-sdk/clients/cloudtraildata.d.ts +111 -0
- package/node_modules/aws-sdk/clients/cloudtraildata.js +18 -0
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +43 -6
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +7 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +212 -15
- package/node_modules/aws-sdk/clients/forecastservice.d.ts +52 -39
- package/node_modules/aws-sdk/clients/groundstation.d.ts +284 -0
- package/node_modules/aws-sdk/clients/iam.d.ts +18 -18
- package/node_modules/aws-sdk/clients/iot.d.ts +4 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +119 -0
- package/node_modules/aws-sdk/clients/opensearch.d.ts +31 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +57 -1
- package/node_modules/aws-sdk/clients/securityhub.d.ts +26 -3
- package/node_modules/aws-sdk/clients/sns.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +54 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +1763 -1421
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +94 -94
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -6
|
@@ -267,6 +267,9 @@
|
|
|
267
267
|
"Transition"
|
|
268
268
|
],
|
|
269
269
|
"members": {
|
|
270
|
+
"ClipRange": {
|
|
271
|
+
"shape": "S1b"
|
|
272
|
+
},
|
|
270
273
|
"Transition": {
|
|
271
274
|
"type": "structure",
|
|
272
275
|
"required": [
|
|
@@ -299,9 +302,15 @@
|
|
|
299
302
|
},
|
|
300
303
|
"Arn": {},
|
|
301
304
|
"ChannelName": {},
|
|
305
|
+
"ClipRange": {
|
|
306
|
+
"shape": "S1b"
|
|
307
|
+
},
|
|
302
308
|
"CreationTime": {
|
|
303
309
|
"shape": "Sk"
|
|
304
310
|
},
|
|
311
|
+
"DurationMillis": {
|
|
312
|
+
"type": "long"
|
|
313
|
+
},
|
|
305
314
|
"LiveSourceName": {},
|
|
306
315
|
"ProgramName": {},
|
|
307
316
|
"ScheduledStartTime": {
|
|
@@ -326,16 +335,16 @@
|
|
|
326
335
|
],
|
|
327
336
|
"members": {
|
|
328
337
|
"AccessConfiguration": {
|
|
329
|
-
"shape": "
|
|
338
|
+
"shape": "S1g"
|
|
330
339
|
},
|
|
331
340
|
"DefaultSegmentDeliveryConfiguration": {
|
|
332
|
-
"shape": "
|
|
341
|
+
"shape": "S1j"
|
|
333
342
|
},
|
|
334
343
|
"HttpConfiguration": {
|
|
335
|
-
"shape": "
|
|
344
|
+
"shape": "S1k"
|
|
336
345
|
},
|
|
337
346
|
"SegmentDeliveryConfigurations": {
|
|
338
|
-
"shape": "
|
|
347
|
+
"shape": "S1l"
|
|
339
348
|
},
|
|
340
349
|
"SourceLocationName": {
|
|
341
350
|
"location": "uri",
|
|
@@ -351,23 +360,23 @@
|
|
|
351
360
|
"type": "structure",
|
|
352
361
|
"members": {
|
|
353
362
|
"AccessConfiguration": {
|
|
354
|
-
"shape": "
|
|
363
|
+
"shape": "S1g"
|
|
355
364
|
},
|
|
356
365
|
"Arn": {},
|
|
357
366
|
"CreationTime": {
|
|
358
367
|
"shape": "Sk"
|
|
359
368
|
},
|
|
360
369
|
"DefaultSegmentDeliveryConfiguration": {
|
|
361
|
-
"shape": "
|
|
370
|
+
"shape": "S1j"
|
|
362
371
|
},
|
|
363
372
|
"HttpConfiguration": {
|
|
364
|
-
"shape": "
|
|
373
|
+
"shape": "S1k"
|
|
365
374
|
},
|
|
366
375
|
"LastModifiedTime": {
|
|
367
376
|
"shape": "Sk"
|
|
368
377
|
},
|
|
369
378
|
"SegmentDeliveryConfigurations": {
|
|
370
|
-
"shape": "
|
|
379
|
+
"shape": "S1l"
|
|
371
380
|
},
|
|
372
381
|
"SourceLocationName": {},
|
|
373
382
|
"Tags": {
|
|
@@ -680,7 +689,7 @@
|
|
|
680
689
|
"shape": "Sk"
|
|
681
690
|
},
|
|
682
691
|
"LogConfiguration": {
|
|
683
|
-
"shape": "
|
|
692
|
+
"shape": "S28"
|
|
684
693
|
},
|
|
685
694
|
"Outputs": {
|
|
686
695
|
"shape": "Sl"
|
|
@@ -770,9 +779,15 @@
|
|
|
770
779
|
},
|
|
771
780
|
"Arn": {},
|
|
772
781
|
"ChannelName": {},
|
|
782
|
+
"ClipRange": {
|
|
783
|
+
"shape": "S1b"
|
|
784
|
+
},
|
|
773
785
|
"CreationTime": {
|
|
774
786
|
"shape": "Sk"
|
|
775
787
|
},
|
|
788
|
+
"DurationMillis": {
|
|
789
|
+
"type": "long"
|
|
790
|
+
},
|
|
776
791
|
"LiveSourceName": {},
|
|
777
792
|
"ProgramName": {},
|
|
778
793
|
"ScheduledStartTime": {
|
|
@@ -805,23 +820,23 @@
|
|
|
805
820
|
"type": "structure",
|
|
806
821
|
"members": {
|
|
807
822
|
"AccessConfiguration": {
|
|
808
|
-
"shape": "
|
|
823
|
+
"shape": "S1g"
|
|
809
824
|
},
|
|
810
825
|
"Arn": {},
|
|
811
826
|
"CreationTime": {
|
|
812
827
|
"shape": "Sk"
|
|
813
828
|
},
|
|
814
829
|
"DefaultSegmentDeliveryConfiguration": {
|
|
815
|
-
"shape": "
|
|
830
|
+
"shape": "S1j"
|
|
816
831
|
},
|
|
817
832
|
"HttpConfiguration": {
|
|
818
|
-
"shape": "
|
|
833
|
+
"shape": "S1k"
|
|
819
834
|
},
|
|
820
835
|
"LastModifiedTime": {
|
|
821
836
|
"shape": "Sk"
|
|
822
837
|
},
|
|
823
838
|
"SegmentDeliveryConfigurations": {
|
|
824
|
-
"shape": "
|
|
839
|
+
"shape": "S1l"
|
|
825
840
|
},
|
|
826
841
|
"SourceLocationName": {},
|
|
827
842
|
"Tags": {
|
|
@@ -1005,31 +1020,31 @@
|
|
|
1005
1020
|
"members": {
|
|
1006
1021
|
"AdDecisionServerUrl": {},
|
|
1007
1022
|
"AvailSuppression": {
|
|
1008
|
-
"shape": "
|
|
1023
|
+
"shape": "S2u"
|
|
1009
1024
|
},
|
|
1010
1025
|
"Bumper": {
|
|
1011
|
-
"shape": "
|
|
1026
|
+
"shape": "S2w"
|
|
1012
1027
|
},
|
|
1013
1028
|
"CdnConfiguration": {
|
|
1014
|
-
"shape": "
|
|
1029
|
+
"shape": "S2x"
|
|
1015
1030
|
},
|
|
1016
1031
|
"ConfigurationAliases": {
|
|
1017
|
-
"shape": "
|
|
1032
|
+
"shape": "S2y"
|
|
1018
1033
|
},
|
|
1019
1034
|
"DashConfiguration": {
|
|
1020
|
-
"shape": "
|
|
1035
|
+
"shape": "S2z"
|
|
1021
1036
|
},
|
|
1022
1037
|
"HlsConfiguration": {
|
|
1023
|
-
"shape": "
|
|
1038
|
+
"shape": "S31"
|
|
1024
1039
|
},
|
|
1025
1040
|
"LivePreRollConfiguration": {
|
|
1026
|
-
"shape": "
|
|
1041
|
+
"shape": "S32"
|
|
1027
1042
|
},
|
|
1028
1043
|
"LogConfiguration": {
|
|
1029
|
-
"shape": "
|
|
1044
|
+
"shape": "S33"
|
|
1030
1045
|
},
|
|
1031
1046
|
"ManifestProcessingRules": {
|
|
1032
|
-
"shape": "
|
|
1047
|
+
"shape": "S34"
|
|
1033
1048
|
},
|
|
1034
1049
|
"Name": {},
|
|
1035
1050
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1135,7 +1150,7 @@
|
|
|
1135
1150
|
"shape": "Sk"
|
|
1136
1151
|
},
|
|
1137
1152
|
"RelatedResourceArns": {
|
|
1138
|
-
"shape": "
|
|
1153
|
+
"shape": "S3e"
|
|
1139
1154
|
},
|
|
1140
1155
|
"ResourceArn": {}
|
|
1141
1156
|
}
|
|
@@ -1195,7 +1210,7 @@
|
|
|
1195
1210
|
"shape": "Sk"
|
|
1196
1211
|
},
|
|
1197
1212
|
"LogConfiguration": {
|
|
1198
|
-
"shape": "
|
|
1213
|
+
"shape": "S28"
|
|
1199
1214
|
},
|
|
1200
1215
|
"Outputs": {
|
|
1201
1216
|
"shape": "Sl"
|
|
@@ -1307,31 +1322,31 @@
|
|
|
1307
1322
|
"members": {
|
|
1308
1323
|
"AdDecisionServerUrl": {},
|
|
1309
1324
|
"AvailSuppression": {
|
|
1310
|
-
"shape": "
|
|
1325
|
+
"shape": "S2u"
|
|
1311
1326
|
},
|
|
1312
1327
|
"Bumper": {
|
|
1313
|
-
"shape": "
|
|
1328
|
+
"shape": "S2w"
|
|
1314
1329
|
},
|
|
1315
1330
|
"CdnConfiguration": {
|
|
1316
|
-
"shape": "
|
|
1331
|
+
"shape": "S2x"
|
|
1317
1332
|
},
|
|
1318
1333
|
"ConfigurationAliases": {
|
|
1319
|
-
"shape": "
|
|
1334
|
+
"shape": "S2y"
|
|
1320
1335
|
},
|
|
1321
1336
|
"DashConfiguration": {
|
|
1322
|
-
"shape": "
|
|
1337
|
+
"shape": "S2z"
|
|
1323
1338
|
},
|
|
1324
1339
|
"HlsConfiguration": {
|
|
1325
|
-
"shape": "
|
|
1340
|
+
"shape": "S31"
|
|
1326
1341
|
},
|
|
1327
1342
|
"LivePreRollConfiguration": {
|
|
1328
|
-
"shape": "
|
|
1343
|
+
"shape": "S32"
|
|
1329
1344
|
},
|
|
1330
1345
|
"LogConfiguration": {
|
|
1331
|
-
"shape": "
|
|
1346
|
+
"shape": "S33"
|
|
1332
1347
|
},
|
|
1333
1348
|
"ManifestProcessingRules": {
|
|
1334
|
-
"shape": "
|
|
1349
|
+
"shape": "S34"
|
|
1335
1350
|
},
|
|
1336
1351
|
"Name": {},
|
|
1337
1352
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1442,23 +1457,23 @@
|
|
|
1442
1457
|
],
|
|
1443
1458
|
"members": {
|
|
1444
1459
|
"AccessConfiguration": {
|
|
1445
|
-
"shape": "
|
|
1460
|
+
"shape": "S1g"
|
|
1446
1461
|
},
|
|
1447
1462
|
"Arn": {},
|
|
1448
1463
|
"CreationTime": {
|
|
1449
1464
|
"shape": "Sk"
|
|
1450
1465
|
},
|
|
1451
1466
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1452
|
-
"shape": "
|
|
1467
|
+
"shape": "S1j"
|
|
1453
1468
|
},
|
|
1454
1469
|
"HttpConfiguration": {
|
|
1455
|
-
"shape": "
|
|
1470
|
+
"shape": "S1k"
|
|
1456
1471
|
},
|
|
1457
1472
|
"LastModifiedTime": {
|
|
1458
1473
|
"shape": "Sk"
|
|
1459
1474
|
},
|
|
1460
1475
|
"SegmentDeliveryConfigurations": {
|
|
1461
|
-
"shape": "
|
|
1476
|
+
"shape": "S1l"
|
|
1462
1477
|
},
|
|
1463
1478
|
"SourceLocationName": {},
|
|
1464
1479
|
"Tags": {
|
|
@@ -1604,13 +1619,13 @@
|
|
|
1604
1619
|
"members": {
|
|
1605
1620
|
"AdDecisionServerUrl": {},
|
|
1606
1621
|
"AvailSuppression": {
|
|
1607
|
-
"shape": "
|
|
1622
|
+
"shape": "S2u"
|
|
1608
1623
|
},
|
|
1609
1624
|
"Bumper": {
|
|
1610
|
-
"shape": "
|
|
1625
|
+
"shape": "S2w"
|
|
1611
1626
|
},
|
|
1612
1627
|
"CdnConfiguration": {
|
|
1613
|
-
"shape": "
|
|
1628
|
+
"shape": "S2x"
|
|
1614
1629
|
},
|
|
1615
1630
|
"ConfigurationAliases": {
|
|
1616
1631
|
"type": "map",
|
|
@@ -1627,10 +1642,10 @@
|
|
|
1627
1642
|
}
|
|
1628
1643
|
},
|
|
1629
1644
|
"LivePreRollConfiguration": {
|
|
1630
|
-
"shape": "
|
|
1645
|
+
"shape": "S32"
|
|
1631
1646
|
},
|
|
1632
1647
|
"ManifestProcessingRules": {
|
|
1633
|
-
"shape": "
|
|
1648
|
+
"shape": "S34"
|
|
1634
1649
|
},
|
|
1635
1650
|
"Name": {},
|
|
1636
1651
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1650,31 +1665,31 @@
|
|
|
1650
1665
|
"members": {
|
|
1651
1666
|
"AdDecisionServerUrl": {},
|
|
1652
1667
|
"AvailSuppression": {
|
|
1653
|
-
"shape": "
|
|
1668
|
+
"shape": "S2u"
|
|
1654
1669
|
},
|
|
1655
1670
|
"Bumper": {
|
|
1656
|
-
"shape": "
|
|
1671
|
+
"shape": "S2w"
|
|
1657
1672
|
},
|
|
1658
1673
|
"CdnConfiguration": {
|
|
1659
|
-
"shape": "
|
|
1674
|
+
"shape": "S2x"
|
|
1660
1675
|
},
|
|
1661
1676
|
"ConfigurationAliases": {
|
|
1662
|
-
"shape": "
|
|
1677
|
+
"shape": "S2y"
|
|
1663
1678
|
},
|
|
1664
1679
|
"DashConfiguration": {
|
|
1665
|
-
"shape": "
|
|
1680
|
+
"shape": "S2z"
|
|
1666
1681
|
},
|
|
1667
1682
|
"HlsConfiguration": {
|
|
1668
|
-
"shape": "
|
|
1683
|
+
"shape": "S31"
|
|
1669
1684
|
},
|
|
1670
1685
|
"LivePreRollConfiguration": {
|
|
1671
|
-
"shape": "
|
|
1686
|
+
"shape": "S32"
|
|
1672
1687
|
},
|
|
1673
1688
|
"LogConfiguration": {
|
|
1674
|
-
"shape": "
|
|
1689
|
+
"shape": "S33"
|
|
1675
1690
|
},
|
|
1676
1691
|
"ManifestProcessingRules": {
|
|
1677
|
-
"shape": "
|
|
1692
|
+
"shape": "S34"
|
|
1678
1693
|
},
|
|
1679
1694
|
"Name": {},
|
|
1680
1695
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1783,7 +1798,7 @@
|
|
|
1783
1798
|
"locationName": "ResourceArn"
|
|
1784
1799
|
},
|
|
1785
1800
|
"TagKeys": {
|
|
1786
|
-
"shape": "
|
|
1801
|
+
"shape": "S3e",
|
|
1787
1802
|
"location": "querystring",
|
|
1788
1803
|
"locationName": "tagKeys"
|
|
1789
1804
|
}
|
|
@@ -1894,6 +1909,80 @@
|
|
|
1894
1909
|
},
|
|
1895
1910
|
"idempotent": true
|
|
1896
1911
|
},
|
|
1912
|
+
"UpdateProgram": {
|
|
1913
|
+
"http": {
|
|
1914
|
+
"method": "PUT",
|
|
1915
|
+
"requestUri": "/channel/{ChannelName}/program/{ProgramName}",
|
|
1916
|
+
"responseCode": 200
|
|
1917
|
+
},
|
|
1918
|
+
"input": {
|
|
1919
|
+
"type": "structure",
|
|
1920
|
+
"required": [
|
|
1921
|
+
"ChannelName",
|
|
1922
|
+
"ProgramName",
|
|
1923
|
+
"ScheduleConfiguration"
|
|
1924
|
+
],
|
|
1925
|
+
"members": {
|
|
1926
|
+
"AdBreaks": {
|
|
1927
|
+
"shape": "S10"
|
|
1928
|
+
},
|
|
1929
|
+
"ChannelName": {
|
|
1930
|
+
"location": "uri",
|
|
1931
|
+
"locationName": "ChannelName"
|
|
1932
|
+
},
|
|
1933
|
+
"ProgramName": {
|
|
1934
|
+
"location": "uri",
|
|
1935
|
+
"locationName": "ProgramName"
|
|
1936
|
+
},
|
|
1937
|
+
"ScheduleConfiguration": {
|
|
1938
|
+
"type": "structure",
|
|
1939
|
+
"members": {
|
|
1940
|
+
"ClipRange": {
|
|
1941
|
+
"shape": "S1b"
|
|
1942
|
+
},
|
|
1943
|
+
"Transition": {
|
|
1944
|
+
"type": "structure",
|
|
1945
|
+
"members": {
|
|
1946
|
+
"DurationMillis": {
|
|
1947
|
+
"type": "long"
|
|
1948
|
+
},
|
|
1949
|
+
"ScheduledStartTimeMillis": {
|
|
1950
|
+
"type": "long"
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
}
|
|
1955
|
+
}
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
"output": {
|
|
1959
|
+
"type": "structure",
|
|
1960
|
+
"members": {
|
|
1961
|
+
"AdBreaks": {
|
|
1962
|
+
"shape": "S10"
|
|
1963
|
+
},
|
|
1964
|
+
"Arn": {},
|
|
1965
|
+
"ChannelName": {},
|
|
1966
|
+
"ClipRange": {
|
|
1967
|
+
"shape": "S1b"
|
|
1968
|
+
},
|
|
1969
|
+
"CreationTime": {
|
|
1970
|
+
"shape": "Sk"
|
|
1971
|
+
},
|
|
1972
|
+
"DurationMillis": {
|
|
1973
|
+
"type": "long"
|
|
1974
|
+
},
|
|
1975
|
+
"LiveSourceName": {},
|
|
1976
|
+
"ProgramName": {},
|
|
1977
|
+
"ScheduledStartTime": {
|
|
1978
|
+
"shape": "Sk"
|
|
1979
|
+
},
|
|
1980
|
+
"SourceLocationName": {},
|
|
1981
|
+
"VodSourceName": {}
|
|
1982
|
+
}
|
|
1983
|
+
},
|
|
1984
|
+
"idempotent": true
|
|
1985
|
+
},
|
|
1897
1986
|
"UpdateSourceLocation": {
|
|
1898
1987
|
"http": {
|
|
1899
1988
|
"method": "PUT",
|
|
@@ -1908,16 +1997,16 @@
|
|
|
1908
1997
|
],
|
|
1909
1998
|
"members": {
|
|
1910
1999
|
"AccessConfiguration": {
|
|
1911
|
-
"shape": "
|
|
2000
|
+
"shape": "S1g"
|
|
1912
2001
|
},
|
|
1913
2002
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1914
|
-
"shape": "
|
|
2003
|
+
"shape": "S1j"
|
|
1915
2004
|
},
|
|
1916
2005
|
"HttpConfiguration": {
|
|
1917
|
-
"shape": "
|
|
2006
|
+
"shape": "S1k"
|
|
1918
2007
|
},
|
|
1919
2008
|
"SegmentDeliveryConfigurations": {
|
|
1920
|
-
"shape": "
|
|
2009
|
+
"shape": "S1l"
|
|
1921
2010
|
},
|
|
1922
2011
|
"SourceLocationName": {
|
|
1923
2012
|
"location": "uri",
|
|
@@ -1929,23 +2018,23 @@
|
|
|
1929
2018
|
"type": "structure",
|
|
1930
2019
|
"members": {
|
|
1931
2020
|
"AccessConfiguration": {
|
|
1932
|
-
"shape": "
|
|
2021
|
+
"shape": "S1g"
|
|
1933
2022
|
},
|
|
1934
2023
|
"Arn": {},
|
|
1935
2024
|
"CreationTime": {
|
|
1936
2025
|
"shape": "Sk"
|
|
1937
2026
|
},
|
|
1938
2027
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1939
|
-
"shape": "
|
|
2028
|
+
"shape": "S1j"
|
|
1940
2029
|
},
|
|
1941
2030
|
"HttpConfiguration": {
|
|
1942
|
-
"shape": "
|
|
2031
|
+
"shape": "S1k"
|
|
1943
2032
|
},
|
|
1944
2033
|
"LastModifiedTime": {
|
|
1945
2034
|
"shape": "Sk"
|
|
1946
2035
|
},
|
|
1947
2036
|
"SegmentDeliveryConfigurations": {
|
|
1948
|
-
"shape": "
|
|
2037
|
+
"shape": "S1l"
|
|
1949
2038
|
},
|
|
1950
2039
|
"SourceLocationName": {},
|
|
1951
2040
|
"Tags": {
|
|
@@ -2223,7 +2312,18 @@
|
|
|
2223
2312
|
}
|
|
2224
2313
|
}
|
|
2225
2314
|
},
|
|
2226
|
-
"
|
|
2315
|
+
"S1b": {
|
|
2316
|
+
"type": "structure",
|
|
2317
|
+
"required": [
|
|
2318
|
+
"EndOffsetMillis"
|
|
2319
|
+
],
|
|
2320
|
+
"members": {
|
|
2321
|
+
"EndOffsetMillis": {
|
|
2322
|
+
"type": "long"
|
|
2323
|
+
}
|
|
2324
|
+
}
|
|
2325
|
+
},
|
|
2326
|
+
"S1g": {
|
|
2227
2327
|
"type": "structure",
|
|
2228
2328
|
"members": {
|
|
2229
2329
|
"AccessType": {},
|
|
@@ -2237,13 +2337,13 @@
|
|
|
2237
2337
|
}
|
|
2238
2338
|
}
|
|
2239
2339
|
},
|
|
2240
|
-
"
|
|
2340
|
+
"S1j": {
|
|
2241
2341
|
"type": "structure",
|
|
2242
2342
|
"members": {
|
|
2243
2343
|
"BaseUrl": {}
|
|
2244
2344
|
}
|
|
2245
2345
|
},
|
|
2246
|
-
"
|
|
2346
|
+
"S1k": {
|
|
2247
2347
|
"type": "structure",
|
|
2248
2348
|
"required": [
|
|
2249
2349
|
"BaseUrl"
|
|
@@ -2252,7 +2352,7 @@
|
|
|
2252
2352
|
"BaseUrl": {}
|
|
2253
2353
|
}
|
|
2254
2354
|
},
|
|
2255
|
-
"
|
|
2355
|
+
"S1l": {
|
|
2256
2356
|
"type": "list",
|
|
2257
2357
|
"member": {
|
|
2258
2358
|
"type": "structure",
|
|
@@ -2262,7 +2362,7 @@
|
|
|
2262
2362
|
}
|
|
2263
2363
|
}
|
|
2264
2364
|
},
|
|
2265
|
-
"
|
|
2365
|
+
"S28": {
|
|
2266
2366
|
"type": "structure",
|
|
2267
2367
|
"members": {
|
|
2268
2368
|
"LogTypes": {
|
|
@@ -2270,35 +2370,35 @@
|
|
|
2270
2370
|
}
|
|
2271
2371
|
}
|
|
2272
2372
|
},
|
|
2273
|
-
"
|
|
2373
|
+
"S2u": {
|
|
2274
2374
|
"type": "structure",
|
|
2275
2375
|
"members": {
|
|
2276
2376
|
"Mode": {},
|
|
2277
2377
|
"Value": {}
|
|
2278
2378
|
}
|
|
2279
2379
|
},
|
|
2280
|
-
"
|
|
2380
|
+
"S2w": {
|
|
2281
2381
|
"type": "structure",
|
|
2282
2382
|
"members": {
|
|
2283
2383
|
"EndUrl": {},
|
|
2284
2384
|
"StartUrl": {}
|
|
2285
2385
|
}
|
|
2286
2386
|
},
|
|
2287
|
-
"
|
|
2387
|
+
"S2x": {
|
|
2288
2388
|
"type": "structure",
|
|
2289
2389
|
"members": {
|
|
2290
2390
|
"AdSegmentUrlPrefix": {},
|
|
2291
2391
|
"ContentSegmentUrlPrefix": {}
|
|
2292
2392
|
}
|
|
2293
2393
|
},
|
|
2294
|
-
"
|
|
2394
|
+
"S2y": {
|
|
2295
2395
|
"type": "map",
|
|
2296
2396
|
"key": {},
|
|
2297
2397
|
"value": {
|
|
2298
2398
|
"shape": "Sg"
|
|
2299
2399
|
}
|
|
2300
2400
|
},
|
|
2301
|
-
"
|
|
2401
|
+
"S2z": {
|
|
2302
2402
|
"type": "structure",
|
|
2303
2403
|
"members": {
|
|
2304
2404
|
"ManifestEndpointPrefix": {},
|
|
@@ -2306,13 +2406,13 @@
|
|
|
2306
2406
|
"OriginManifestType": {}
|
|
2307
2407
|
}
|
|
2308
2408
|
},
|
|
2309
|
-
"
|
|
2409
|
+
"S31": {
|
|
2310
2410
|
"type": "structure",
|
|
2311
2411
|
"members": {
|
|
2312
2412
|
"ManifestEndpointPrefix": {}
|
|
2313
2413
|
}
|
|
2314
2414
|
},
|
|
2315
|
-
"
|
|
2415
|
+
"S32": {
|
|
2316
2416
|
"type": "structure",
|
|
2317
2417
|
"members": {
|
|
2318
2418
|
"AdDecisionServerUrl": {},
|
|
@@ -2321,7 +2421,7 @@
|
|
|
2321
2421
|
}
|
|
2322
2422
|
}
|
|
2323
2423
|
},
|
|
2324
|
-
"
|
|
2424
|
+
"S33": {
|
|
2325
2425
|
"type": "structure",
|
|
2326
2426
|
"required": [
|
|
2327
2427
|
"PercentEnabled"
|
|
@@ -2332,7 +2432,7 @@
|
|
|
2332
2432
|
}
|
|
2333
2433
|
}
|
|
2334
2434
|
},
|
|
2335
|
-
"
|
|
2435
|
+
"S34": {
|
|
2336
2436
|
"type": "structure",
|
|
2337
2437
|
"members": {
|
|
2338
2438
|
"AdMarkerPassthrough": {
|
|
@@ -2345,7 +2445,7 @@
|
|
|
2345
2445
|
}
|
|
2346
2446
|
}
|
|
2347
2447
|
},
|
|
2348
|
-
"
|
|
2448
|
+
"S3e": {
|
|
2349
2449
|
"type": "list",
|
|
2350
2450
|
"member": {}
|
|
2351
2451
|
}
|