cdk-docker-image-deployment 0.0.146 → 0.0.148
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 +4 -4
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/amplify-resolver.d.ts +5 -3
- package/node_modules/aws-sdk/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.waiters2.json +6 -6
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +246 -195
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +2 -1
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +5 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +163 -163
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +329 -311
- package/node_modules/aws-sdk/clients/eventbridge.d.ts +21 -21
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +44 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +4 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +22 -0
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +7 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -13,6 +13,35 @@
|
|
|
13
13
|
"uid": "mediatailor-2018-04-23"
|
|
14
14
|
},
|
|
15
15
|
"operations": {
|
|
16
|
+
"ConfigureLogsForChannel": {
|
|
17
|
+
"http": {
|
|
18
|
+
"method": "PUT",
|
|
19
|
+
"requestUri": "/configureLogs/channel",
|
|
20
|
+
"responseCode": 200
|
|
21
|
+
},
|
|
22
|
+
"input": {
|
|
23
|
+
"type": "structure",
|
|
24
|
+
"required": [
|
|
25
|
+
"ChannelName",
|
|
26
|
+
"LogTypes"
|
|
27
|
+
],
|
|
28
|
+
"members": {
|
|
29
|
+
"ChannelName": {},
|
|
30
|
+
"LogTypes": {
|
|
31
|
+
"shape": "S3"
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"output": {
|
|
36
|
+
"type": "structure",
|
|
37
|
+
"members": {
|
|
38
|
+
"ChannelName": {},
|
|
39
|
+
"LogTypes": {
|
|
40
|
+
"shape": "S3"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
16
45
|
"ConfigureLogsForPlaybackConfiguration": {
|
|
17
46
|
"http": {
|
|
18
47
|
"method": "PUT",
|
|
@@ -64,14 +93,14 @@
|
|
|
64
93
|
"locationName": "ChannelName"
|
|
65
94
|
},
|
|
66
95
|
"FillerSlate": {
|
|
67
|
-
"shape": "
|
|
96
|
+
"shape": "Sa"
|
|
68
97
|
},
|
|
69
98
|
"Outputs": {
|
|
70
|
-
"shape": "
|
|
99
|
+
"shape": "Sb"
|
|
71
100
|
},
|
|
72
101
|
"PlaybackMode": {},
|
|
73
102
|
"Tags": {
|
|
74
|
-
"shape": "
|
|
103
|
+
"shape": "Sg",
|
|
75
104
|
"locationName": "tags"
|
|
76
105
|
},
|
|
77
106
|
"Tier": {}
|
|
@@ -84,20 +113,20 @@
|
|
|
84
113
|
"ChannelName": {},
|
|
85
114
|
"ChannelState": {},
|
|
86
115
|
"CreationTime": {
|
|
87
|
-
"shape": "
|
|
116
|
+
"shape": "Sk"
|
|
88
117
|
},
|
|
89
118
|
"FillerSlate": {
|
|
90
|
-
"shape": "
|
|
119
|
+
"shape": "Sa"
|
|
91
120
|
},
|
|
92
121
|
"LastModifiedTime": {
|
|
93
|
-
"shape": "
|
|
122
|
+
"shape": "Sk"
|
|
94
123
|
},
|
|
95
124
|
"Outputs": {
|
|
96
|
-
"shape": "
|
|
125
|
+
"shape": "Sl"
|
|
97
126
|
},
|
|
98
127
|
"PlaybackMode": {},
|
|
99
128
|
"Tags": {
|
|
100
|
-
"shape": "
|
|
129
|
+
"shape": "Sg",
|
|
101
130
|
"locationName": "tags"
|
|
102
131
|
},
|
|
103
132
|
"Tier": {}
|
|
@@ -119,7 +148,7 @@
|
|
|
119
148
|
],
|
|
120
149
|
"members": {
|
|
121
150
|
"HttpPackageConfigurations": {
|
|
122
|
-
"shape": "
|
|
151
|
+
"shape": "So"
|
|
123
152
|
},
|
|
124
153
|
"LiveSourceName": {
|
|
125
154
|
"location": "uri",
|
|
@@ -130,7 +159,7 @@
|
|
|
130
159
|
"locationName": "SourceLocationName"
|
|
131
160
|
},
|
|
132
161
|
"Tags": {
|
|
133
|
-
"shape": "
|
|
162
|
+
"shape": "Sg",
|
|
134
163
|
"locationName": "tags"
|
|
135
164
|
}
|
|
136
165
|
}
|
|
@@ -140,18 +169,18 @@
|
|
|
140
169
|
"members": {
|
|
141
170
|
"Arn": {},
|
|
142
171
|
"CreationTime": {
|
|
143
|
-
"shape": "
|
|
172
|
+
"shape": "Sk"
|
|
144
173
|
},
|
|
145
174
|
"HttpPackageConfigurations": {
|
|
146
|
-
"shape": "
|
|
175
|
+
"shape": "So"
|
|
147
176
|
},
|
|
148
177
|
"LastModifiedTime": {
|
|
149
|
-
"shape": "
|
|
178
|
+
"shape": "Sk"
|
|
150
179
|
},
|
|
151
180
|
"LiveSourceName": {},
|
|
152
181
|
"SourceLocationName": {},
|
|
153
182
|
"Tags": {
|
|
154
|
-
"shape": "
|
|
183
|
+
"shape": "Sg",
|
|
155
184
|
"locationName": "tags"
|
|
156
185
|
}
|
|
157
186
|
}
|
|
@@ -173,7 +202,7 @@
|
|
|
173
202
|
],
|
|
174
203
|
"members": {
|
|
175
204
|
"Consumption": {
|
|
176
|
-
"shape": "
|
|
205
|
+
"shape": "St"
|
|
177
206
|
},
|
|
178
207
|
"Name": {
|
|
179
208
|
"location": "uri",
|
|
@@ -184,7 +213,7 @@
|
|
|
184
213
|
"locationName": "PlaybackConfigurationName"
|
|
185
214
|
},
|
|
186
215
|
"Retrieval": {
|
|
187
|
-
"shape": "
|
|
216
|
+
"shape": "Sx"
|
|
188
217
|
},
|
|
189
218
|
"StreamId": {}
|
|
190
219
|
}
|
|
@@ -194,12 +223,12 @@
|
|
|
194
223
|
"members": {
|
|
195
224
|
"Arn": {},
|
|
196
225
|
"Consumption": {
|
|
197
|
-
"shape": "
|
|
226
|
+
"shape": "St"
|
|
198
227
|
},
|
|
199
228
|
"Name": {},
|
|
200
229
|
"PlaybackConfigurationName": {},
|
|
201
230
|
"Retrieval": {
|
|
202
|
-
"shape": "
|
|
231
|
+
"shape": "Sx"
|
|
203
232
|
},
|
|
204
233
|
"StreamId": {}
|
|
205
234
|
}
|
|
@@ -221,7 +250,7 @@
|
|
|
221
250
|
],
|
|
222
251
|
"members": {
|
|
223
252
|
"AdBreaks": {
|
|
224
|
-
"shape": "
|
|
253
|
+
"shape": "S10"
|
|
225
254
|
},
|
|
226
255
|
"ChannelName": {
|
|
227
256
|
"location": "uri",
|
|
@@ -266,17 +295,17 @@
|
|
|
266
295
|
"type": "structure",
|
|
267
296
|
"members": {
|
|
268
297
|
"AdBreaks": {
|
|
269
|
-
"shape": "
|
|
298
|
+
"shape": "S10"
|
|
270
299
|
},
|
|
271
300
|
"Arn": {},
|
|
272
301
|
"ChannelName": {},
|
|
273
302
|
"CreationTime": {
|
|
274
|
-
"shape": "
|
|
303
|
+
"shape": "Sk"
|
|
275
304
|
},
|
|
276
305
|
"LiveSourceName": {},
|
|
277
306
|
"ProgramName": {},
|
|
278
307
|
"ScheduledStartTime": {
|
|
279
|
-
"shape": "
|
|
308
|
+
"shape": "Sk"
|
|
280
309
|
},
|
|
281
310
|
"SourceLocationName": {},
|
|
282
311
|
"VodSourceName": {}
|
|
@@ -297,23 +326,23 @@
|
|
|
297
326
|
],
|
|
298
327
|
"members": {
|
|
299
328
|
"AccessConfiguration": {
|
|
300
|
-
"shape": "
|
|
329
|
+
"shape": "S1f"
|
|
301
330
|
},
|
|
302
331
|
"DefaultSegmentDeliveryConfiguration": {
|
|
303
|
-
"shape": "
|
|
332
|
+
"shape": "S1i"
|
|
304
333
|
},
|
|
305
334
|
"HttpConfiguration": {
|
|
306
|
-
"shape": "
|
|
335
|
+
"shape": "S1j"
|
|
307
336
|
},
|
|
308
337
|
"SegmentDeliveryConfigurations": {
|
|
309
|
-
"shape": "
|
|
338
|
+
"shape": "S1k"
|
|
310
339
|
},
|
|
311
340
|
"SourceLocationName": {
|
|
312
341
|
"location": "uri",
|
|
313
342
|
"locationName": "SourceLocationName"
|
|
314
343
|
},
|
|
315
344
|
"Tags": {
|
|
316
|
-
"shape": "
|
|
345
|
+
"shape": "Sg",
|
|
317
346
|
"locationName": "tags"
|
|
318
347
|
}
|
|
319
348
|
}
|
|
@@ -322,27 +351,27 @@
|
|
|
322
351
|
"type": "structure",
|
|
323
352
|
"members": {
|
|
324
353
|
"AccessConfiguration": {
|
|
325
|
-
"shape": "
|
|
354
|
+
"shape": "S1f"
|
|
326
355
|
},
|
|
327
356
|
"Arn": {},
|
|
328
357
|
"CreationTime": {
|
|
329
|
-
"shape": "
|
|
358
|
+
"shape": "Sk"
|
|
330
359
|
},
|
|
331
360
|
"DefaultSegmentDeliveryConfiguration": {
|
|
332
|
-
"shape": "
|
|
361
|
+
"shape": "S1i"
|
|
333
362
|
},
|
|
334
363
|
"HttpConfiguration": {
|
|
335
|
-
"shape": "
|
|
364
|
+
"shape": "S1j"
|
|
336
365
|
},
|
|
337
366
|
"LastModifiedTime": {
|
|
338
|
-
"shape": "
|
|
367
|
+
"shape": "Sk"
|
|
339
368
|
},
|
|
340
369
|
"SegmentDeliveryConfigurations": {
|
|
341
|
-
"shape": "
|
|
370
|
+
"shape": "S1k"
|
|
342
371
|
},
|
|
343
372
|
"SourceLocationName": {},
|
|
344
373
|
"Tags": {
|
|
345
|
-
"shape": "
|
|
374
|
+
"shape": "Sg",
|
|
346
375
|
"locationName": "tags"
|
|
347
376
|
}
|
|
348
377
|
}
|
|
@@ -363,14 +392,14 @@
|
|
|
363
392
|
],
|
|
364
393
|
"members": {
|
|
365
394
|
"HttpPackageConfigurations": {
|
|
366
|
-
"shape": "
|
|
395
|
+
"shape": "So"
|
|
367
396
|
},
|
|
368
397
|
"SourceLocationName": {
|
|
369
398
|
"location": "uri",
|
|
370
399
|
"locationName": "SourceLocationName"
|
|
371
400
|
},
|
|
372
401
|
"Tags": {
|
|
373
|
-
"shape": "
|
|
402
|
+
"shape": "Sg",
|
|
374
403
|
"locationName": "tags"
|
|
375
404
|
},
|
|
376
405
|
"VodSourceName": {
|
|
@@ -384,17 +413,17 @@
|
|
|
384
413
|
"members": {
|
|
385
414
|
"Arn": {},
|
|
386
415
|
"CreationTime": {
|
|
387
|
-
"shape": "
|
|
416
|
+
"shape": "Sk"
|
|
388
417
|
},
|
|
389
418
|
"HttpPackageConfigurations": {
|
|
390
|
-
"shape": "
|
|
419
|
+
"shape": "So"
|
|
391
420
|
},
|
|
392
421
|
"LastModifiedTime": {
|
|
393
|
-
"shape": "
|
|
422
|
+
"shape": "Sk"
|
|
394
423
|
},
|
|
395
424
|
"SourceLocationName": {},
|
|
396
425
|
"Tags": {
|
|
397
|
-
"shape": "
|
|
426
|
+
"shape": "Sg",
|
|
398
427
|
"locationName": "tags"
|
|
399
428
|
},
|
|
400
429
|
"VodSourceName": {}
|
|
@@ -634,25 +663,31 @@
|
|
|
634
663
|
},
|
|
635
664
|
"output": {
|
|
636
665
|
"type": "structure",
|
|
666
|
+
"required": [
|
|
667
|
+
"LogConfiguration"
|
|
668
|
+
],
|
|
637
669
|
"members": {
|
|
638
670
|
"Arn": {},
|
|
639
671
|
"ChannelName": {},
|
|
640
672
|
"ChannelState": {},
|
|
641
673
|
"CreationTime": {
|
|
642
|
-
"shape": "
|
|
674
|
+
"shape": "Sk"
|
|
643
675
|
},
|
|
644
676
|
"FillerSlate": {
|
|
645
|
-
"shape": "
|
|
677
|
+
"shape": "Sa"
|
|
646
678
|
},
|
|
647
679
|
"LastModifiedTime": {
|
|
648
|
-
"shape": "
|
|
680
|
+
"shape": "Sk"
|
|
681
|
+
},
|
|
682
|
+
"LogConfiguration": {
|
|
683
|
+
"shape": "S27"
|
|
649
684
|
},
|
|
650
685
|
"Outputs": {
|
|
651
|
-
"shape": "
|
|
686
|
+
"shape": "Sl"
|
|
652
687
|
},
|
|
653
688
|
"PlaybackMode": {},
|
|
654
689
|
"Tags": {
|
|
655
|
-
"shape": "
|
|
690
|
+
"shape": "Sg",
|
|
656
691
|
"locationName": "tags"
|
|
657
692
|
},
|
|
658
693
|
"Tier": {}
|
|
@@ -687,18 +722,18 @@
|
|
|
687
722
|
"members": {
|
|
688
723
|
"Arn": {},
|
|
689
724
|
"CreationTime": {
|
|
690
|
-
"shape": "
|
|
725
|
+
"shape": "Sk"
|
|
691
726
|
},
|
|
692
727
|
"HttpPackageConfigurations": {
|
|
693
|
-
"shape": "
|
|
728
|
+
"shape": "So"
|
|
694
729
|
},
|
|
695
730
|
"LastModifiedTime": {
|
|
696
|
-
"shape": "
|
|
731
|
+
"shape": "Sk"
|
|
697
732
|
},
|
|
698
733
|
"LiveSourceName": {},
|
|
699
734
|
"SourceLocationName": {},
|
|
700
735
|
"Tags": {
|
|
701
|
-
"shape": "
|
|
736
|
+
"shape": "Sg",
|
|
702
737
|
"locationName": "tags"
|
|
703
738
|
}
|
|
704
739
|
}
|
|
@@ -731,17 +766,17 @@
|
|
|
731
766
|
"type": "structure",
|
|
732
767
|
"members": {
|
|
733
768
|
"AdBreaks": {
|
|
734
|
-
"shape": "
|
|
769
|
+
"shape": "S10"
|
|
735
770
|
},
|
|
736
771
|
"Arn": {},
|
|
737
772
|
"ChannelName": {},
|
|
738
773
|
"CreationTime": {
|
|
739
|
-
"shape": "
|
|
774
|
+
"shape": "Sk"
|
|
740
775
|
},
|
|
741
776
|
"LiveSourceName": {},
|
|
742
777
|
"ProgramName": {},
|
|
743
778
|
"ScheduledStartTime": {
|
|
744
|
-
"shape": "
|
|
779
|
+
"shape": "Sk"
|
|
745
780
|
},
|
|
746
781
|
"SourceLocationName": {},
|
|
747
782
|
"VodSourceName": {}
|
|
@@ -770,27 +805,27 @@
|
|
|
770
805
|
"type": "structure",
|
|
771
806
|
"members": {
|
|
772
807
|
"AccessConfiguration": {
|
|
773
|
-
"shape": "
|
|
808
|
+
"shape": "S1f"
|
|
774
809
|
},
|
|
775
810
|
"Arn": {},
|
|
776
811
|
"CreationTime": {
|
|
777
|
-
"shape": "
|
|
812
|
+
"shape": "Sk"
|
|
778
813
|
},
|
|
779
814
|
"DefaultSegmentDeliveryConfiguration": {
|
|
780
|
-
"shape": "
|
|
815
|
+
"shape": "S1i"
|
|
781
816
|
},
|
|
782
817
|
"HttpConfiguration": {
|
|
783
|
-
"shape": "
|
|
818
|
+
"shape": "S1j"
|
|
784
819
|
},
|
|
785
820
|
"LastModifiedTime": {
|
|
786
|
-
"shape": "
|
|
821
|
+
"shape": "Sk"
|
|
787
822
|
},
|
|
788
823
|
"SegmentDeliveryConfigurations": {
|
|
789
|
-
"shape": "
|
|
824
|
+
"shape": "S1k"
|
|
790
825
|
},
|
|
791
826
|
"SourceLocationName": {},
|
|
792
827
|
"Tags": {
|
|
793
|
-
"shape": "
|
|
828
|
+
"shape": "Sg",
|
|
794
829
|
"locationName": "tags"
|
|
795
830
|
}
|
|
796
831
|
}
|
|
@@ -824,17 +859,17 @@
|
|
|
824
859
|
"members": {
|
|
825
860
|
"Arn": {},
|
|
826
861
|
"CreationTime": {
|
|
827
|
-
"shape": "
|
|
862
|
+
"shape": "Sk"
|
|
828
863
|
},
|
|
829
864
|
"HttpPackageConfigurations": {
|
|
830
|
-
"shape": "
|
|
865
|
+
"shape": "So"
|
|
831
866
|
},
|
|
832
867
|
"LastModifiedTime": {
|
|
833
|
-
"shape": "
|
|
868
|
+
"shape": "Sk"
|
|
834
869
|
},
|
|
835
870
|
"SourceLocationName": {},
|
|
836
871
|
"Tags": {
|
|
837
|
-
"shape": "
|
|
872
|
+
"shape": "Sg",
|
|
838
873
|
"locationName": "tags"
|
|
839
874
|
},
|
|
840
875
|
"VodSourceName": {}
|
|
@@ -915,7 +950,7 @@
|
|
|
915
950
|
"type": "long"
|
|
916
951
|
},
|
|
917
952
|
"ApproximateStartTime": {
|
|
918
|
-
"shape": "
|
|
953
|
+
"shape": "Sk"
|
|
919
954
|
},
|
|
920
955
|
"Arn": {},
|
|
921
956
|
"ChannelName": {},
|
|
@@ -930,7 +965,7 @@
|
|
|
930
965
|
"type": "long"
|
|
931
966
|
},
|
|
932
967
|
"ApproximateStartTime": {
|
|
933
|
-
"shape": "
|
|
968
|
+
"shape": "Sk"
|
|
934
969
|
},
|
|
935
970
|
"SourceLocationName": {},
|
|
936
971
|
"VodSourceName": {}
|
|
@@ -970,31 +1005,31 @@
|
|
|
970
1005
|
"members": {
|
|
971
1006
|
"AdDecisionServerUrl": {},
|
|
972
1007
|
"AvailSuppression": {
|
|
973
|
-
"shape": "
|
|
1008
|
+
"shape": "S2s"
|
|
974
1009
|
},
|
|
975
1010
|
"Bumper": {
|
|
976
|
-
"shape": "
|
|
1011
|
+
"shape": "S2u"
|
|
977
1012
|
},
|
|
978
1013
|
"CdnConfiguration": {
|
|
979
|
-
"shape": "
|
|
1014
|
+
"shape": "S2v"
|
|
980
1015
|
},
|
|
981
1016
|
"ConfigurationAliases": {
|
|
982
|
-
"shape": "
|
|
1017
|
+
"shape": "S2w"
|
|
983
1018
|
},
|
|
984
1019
|
"DashConfiguration": {
|
|
985
|
-
"shape": "
|
|
1020
|
+
"shape": "S2x"
|
|
986
1021
|
},
|
|
987
1022
|
"HlsConfiguration": {
|
|
988
|
-
"shape": "
|
|
1023
|
+
"shape": "S2z"
|
|
989
1024
|
},
|
|
990
1025
|
"LivePreRollConfiguration": {
|
|
991
|
-
"shape": "
|
|
1026
|
+
"shape": "S30"
|
|
992
1027
|
},
|
|
993
1028
|
"LogConfiguration": {
|
|
994
|
-
"shape": "
|
|
1029
|
+
"shape": "S31"
|
|
995
1030
|
},
|
|
996
1031
|
"ManifestProcessingRules": {
|
|
997
|
-
"shape": "
|
|
1032
|
+
"shape": "S32"
|
|
998
1033
|
},
|
|
999
1034
|
"Name": {},
|
|
1000
1035
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1005,7 +1040,7 @@
|
|
|
1005
1040
|
"SessionInitializationEndpointPrefix": {},
|
|
1006
1041
|
"SlateAdUrl": {},
|
|
1007
1042
|
"Tags": {
|
|
1008
|
-
"shape": "
|
|
1043
|
+
"shape": "Sg",
|
|
1009
1044
|
"locationName": "tags"
|
|
1010
1045
|
},
|
|
1011
1046
|
"TranscodeProfileName": {},
|
|
@@ -1041,12 +1076,12 @@
|
|
|
1041
1076
|
"members": {
|
|
1042
1077
|
"Arn": {},
|
|
1043
1078
|
"Consumption": {
|
|
1044
|
-
"shape": "
|
|
1079
|
+
"shape": "St"
|
|
1045
1080
|
},
|
|
1046
1081
|
"Name": {},
|
|
1047
1082
|
"PlaybackConfigurationName": {},
|
|
1048
1083
|
"Retrieval": {
|
|
1049
|
-
"shape": "
|
|
1084
|
+
"shape": "Sx"
|
|
1050
1085
|
},
|
|
1051
1086
|
"StreamId": {}
|
|
1052
1087
|
}
|
|
@@ -1097,10 +1132,10 @@
|
|
|
1097
1132
|
"AlertCode": {},
|
|
1098
1133
|
"AlertMessage": {},
|
|
1099
1134
|
"LastModifiedTime": {
|
|
1100
|
-
"shape": "
|
|
1135
|
+
"shape": "Sk"
|
|
1101
1136
|
},
|
|
1102
1137
|
"RelatedResourceArns": {
|
|
1103
|
-
"shape": "
|
|
1138
|
+
"shape": "S3c"
|
|
1104
1139
|
},
|
|
1105
1140
|
"ResourceArn": {}
|
|
1106
1141
|
}
|
|
@@ -1141,6 +1176,7 @@
|
|
|
1141
1176
|
"Arn",
|
|
1142
1177
|
"ChannelName",
|
|
1143
1178
|
"ChannelState",
|
|
1179
|
+
"LogConfiguration",
|
|
1144
1180
|
"Outputs",
|
|
1145
1181
|
"PlaybackMode",
|
|
1146
1182
|
"Tier"
|
|
@@ -1150,20 +1186,23 @@
|
|
|
1150
1186
|
"ChannelName": {},
|
|
1151
1187
|
"ChannelState": {},
|
|
1152
1188
|
"CreationTime": {
|
|
1153
|
-
"shape": "
|
|
1189
|
+
"shape": "Sk"
|
|
1154
1190
|
},
|
|
1155
1191
|
"FillerSlate": {
|
|
1156
|
-
"shape": "
|
|
1192
|
+
"shape": "Sa"
|
|
1157
1193
|
},
|
|
1158
1194
|
"LastModifiedTime": {
|
|
1159
|
-
"shape": "
|
|
1195
|
+
"shape": "Sk"
|
|
1196
|
+
},
|
|
1197
|
+
"LogConfiguration": {
|
|
1198
|
+
"shape": "S27"
|
|
1160
1199
|
},
|
|
1161
1200
|
"Outputs": {
|
|
1162
|
-
"shape": "
|
|
1201
|
+
"shape": "Sl"
|
|
1163
1202
|
},
|
|
1164
1203
|
"PlaybackMode": {},
|
|
1165
1204
|
"Tags": {
|
|
1166
|
-
"shape": "
|
|
1205
|
+
"shape": "Sg",
|
|
1167
1206
|
"locationName": "tags"
|
|
1168
1207
|
},
|
|
1169
1208
|
"Tier": {}
|
|
@@ -1217,18 +1256,18 @@
|
|
|
1217
1256
|
"members": {
|
|
1218
1257
|
"Arn": {},
|
|
1219
1258
|
"CreationTime": {
|
|
1220
|
-
"shape": "
|
|
1259
|
+
"shape": "Sk"
|
|
1221
1260
|
},
|
|
1222
1261
|
"HttpPackageConfigurations": {
|
|
1223
|
-
"shape": "
|
|
1262
|
+
"shape": "So"
|
|
1224
1263
|
},
|
|
1225
1264
|
"LastModifiedTime": {
|
|
1226
|
-
"shape": "
|
|
1265
|
+
"shape": "Sk"
|
|
1227
1266
|
},
|
|
1228
1267
|
"LiveSourceName": {},
|
|
1229
1268
|
"SourceLocationName": {},
|
|
1230
1269
|
"Tags": {
|
|
1231
|
-
"shape": "
|
|
1270
|
+
"shape": "Sg",
|
|
1232
1271
|
"locationName": "tags"
|
|
1233
1272
|
}
|
|
1234
1273
|
}
|
|
@@ -1268,31 +1307,31 @@
|
|
|
1268
1307
|
"members": {
|
|
1269
1308
|
"AdDecisionServerUrl": {},
|
|
1270
1309
|
"AvailSuppression": {
|
|
1271
|
-
"shape": "
|
|
1310
|
+
"shape": "S2s"
|
|
1272
1311
|
},
|
|
1273
1312
|
"Bumper": {
|
|
1274
|
-
"shape": "
|
|
1313
|
+
"shape": "S2u"
|
|
1275
1314
|
},
|
|
1276
1315
|
"CdnConfiguration": {
|
|
1277
|
-
"shape": "
|
|
1316
|
+
"shape": "S2v"
|
|
1278
1317
|
},
|
|
1279
1318
|
"ConfigurationAliases": {
|
|
1280
|
-
"shape": "
|
|
1319
|
+
"shape": "S2w"
|
|
1281
1320
|
},
|
|
1282
1321
|
"DashConfiguration": {
|
|
1283
|
-
"shape": "
|
|
1322
|
+
"shape": "S2x"
|
|
1284
1323
|
},
|
|
1285
1324
|
"HlsConfiguration": {
|
|
1286
|
-
"shape": "
|
|
1325
|
+
"shape": "S2z"
|
|
1287
1326
|
},
|
|
1288
1327
|
"LivePreRollConfiguration": {
|
|
1289
|
-
"shape": "
|
|
1328
|
+
"shape": "S30"
|
|
1290
1329
|
},
|
|
1291
1330
|
"LogConfiguration": {
|
|
1292
|
-
"shape": "
|
|
1331
|
+
"shape": "S31"
|
|
1293
1332
|
},
|
|
1294
1333
|
"ManifestProcessingRules": {
|
|
1295
|
-
"shape": "
|
|
1334
|
+
"shape": "S32"
|
|
1296
1335
|
},
|
|
1297
1336
|
"Name": {},
|
|
1298
1337
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1303,7 +1342,7 @@
|
|
|
1303
1342
|
"SessionInitializationEndpointPrefix": {},
|
|
1304
1343
|
"SlateAdUrl": {},
|
|
1305
1344
|
"Tags": {
|
|
1306
|
-
"shape": "
|
|
1345
|
+
"shape": "Sg",
|
|
1307
1346
|
"locationName": "tags"
|
|
1308
1347
|
},
|
|
1309
1348
|
"TranscodeProfileName": {},
|
|
@@ -1354,12 +1393,12 @@
|
|
|
1354
1393
|
"members": {
|
|
1355
1394
|
"Arn": {},
|
|
1356
1395
|
"Consumption": {
|
|
1357
|
-
"shape": "
|
|
1396
|
+
"shape": "St"
|
|
1358
1397
|
},
|
|
1359
1398
|
"Name": {},
|
|
1360
1399
|
"PlaybackConfigurationName": {},
|
|
1361
1400
|
"Retrieval": {
|
|
1362
|
-
"shape": "
|
|
1401
|
+
"shape": "Sx"
|
|
1363
1402
|
},
|
|
1364
1403
|
"StreamId": {}
|
|
1365
1404
|
}
|
|
@@ -1403,27 +1442,27 @@
|
|
|
1403
1442
|
],
|
|
1404
1443
|
"members": {
|
|
1405
1444
|
"AccessConfiguration": {
|
|
1406
|
-
"shape": "
|
|
1445
|
+
"shape": "S1f"
|
|
1407
1446
|
},
|
|
1408
1447
|
"Arn": {},
|
|
1409
1448
|
"CreationTime": {
|
|
1410
|
-
"shape": "
|
|
1449
|
+
"shape": "Sk"
|
|
1411
1450
|
},
|
|
1412
1451
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1413
|
-
"shape": "
|
|
1452
|
+
"shape": "S1i"
|
|
1414
1453
|
},
|
|
1415
1454
|
"HttpConfiguration": {
|
|
1416
|
-
"shape": "
|
|
1455
|
+
"shape": "S1j"
|
|
1417
1456
|
},
|
|
1418
1457
|
"LastModifiedTime": {
|
|
1419
|
-
"shape": "
|
|
1458
|
+
"shape": "Sk"
|
|
1420
1459
|
},
|
|
1421
1460
|
"SegmentDeliveryConfigurations": {
|
|
1422
|
-
"shape": "
|
|
1461
|
+
"shape": "S1k"
|
|
1423
1462
|
},
|
|
1424
1463
|
"SourceLocationName": {},
|
|
1425
1464
|
"Tags": {
|
|
1426
|
-
"shape": "
|
|
1465
|
+
"shape": "Sg",
|
|
1427
1466
|
"locationName": "tags"
|
|
1428
1467
|
}
|
|
1429
1468
|
}
|
|
@@ -1455,7 +1494,7 @@
|
|
|
1455
1494
|
"type": "structure",
|
|
1456
1495
|
"members": {
|
|
1457
1496
|
"Tags": {
|
|
1458
|
-
"shape": "
|
|
1497
|
+
"shape": "Sg",
|
|
1459
1498
|
"locationName": "tags"
|
|
1460
1499
|
}
|
|
1461
1500
|
}
|
|
@@ -1504,17 +1543,17 @@
|
|
|
1504
1543
|
"members": {
|
|
1505
1544
|
"Arn": {},
|
|
1506
1545
|
"CreationTime": {
|
|
1507
|
-
"shape": "
|
|
1546
|
+
"shape": "Sk"
|
|
1508
1547
|
},
|
|
1509
1548
|
"HttpPackageConfigurations": {
|
|
1510
|
-
"shape": "
|
|
1549
|
+
"shape": "So"
|
|
1511
1550
|
},
|
|
1512
1551
|
"LastModifiedTime": {
|
|
1513
|
-
"shape": "
|
|
1552
|
+
"shape": "Sk"
|
|
1514
1553
|
},
|
|
1515
1554
|
"SourceLocationName": {},
|
|
1516
1555
|
"Tags": {
|
|
1517
|
-
"shape": "
|
|
1556
|
+
"shape": "Sg",
|
|
1518
1557
|
"locationName": "tags"
|
|
1519
1558
|
},
|
|
1520
1559
|
"VodSourceName": {}
|
|
@@ -1565,19 +1604,19 @@
|
|
|
1565
1604
|
"members": {
|
|
1566
1605
|
"AdDecisionServerUrl": {},
|
|
1567
1606
|
"AvailSuppression": {
|
|
1568
|
-
"shape": "
|
|
1607
|
+
"shape": "S2s"
|
|
1569
1608
|
},
|
|
1570
1609
|
"Bumper": {
|
|
1571
|
-
"shape": "
|
|
1610
|
+
"shape": "S2u"
|
|
1572
1611
|
},
|
|
1573
1612
|
"CdnConfiguration": {
|
|
1574
|
-
"shape": "
|
|
1613
|
+
"shape": "S2v"
|
|
1575
1614
|
},
|
|
1576
1615
|
"ConfigurationAliases": {
|
|
1577
1616
|
"type": "map",
|
|
1578
1617
|
"key": {},
|
|
1579
1618
|
"value": {
|
|
1580
|
-
"shape": "
|
|
1619
|
+
"shape": "Sg"
|
|
1581
1620
|
}
|
|
1582
1621
|
},
|
|
1583
1622
|
"DashConfiguration": {
|
|
@@ -1588,10 +1627,10 @@
|
|
|
1588
1627
|
}
|
|
1589
1628
|
},
|
|
1590
1629
|
"LivePreRollConfiguration": {
|
|
1591
|
-
"shape": "
|
|
1630
|
+
"shape": "S30"
|
|
1592
1631
|
},
|
|
1593
1632
|
"ManifestProcessingRules": {
|
|
1594
|
-
"shape": "
|
|
1633
|
+
"shape": "S32"
|
|
1595
1634
|
},
|
|
1596
1635
|
"Name": {},
|
|
1597
1636
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1599,7 +1638,7 @@
|
|
|
1599
1638
|
},
|
|
1600
1639
|
"SlateAdUrl": {},
|
|
1601
1640
|
"Tags": {
|
|
1602
|
-
"shape": "
|
|
1641
|
+
"shape": "Sg",
|
|
1603
1642
|
"locationName": "tags"
|
|
1604
1643
|
},
|
|
1605
1644
|
"TranscodeProfileName": {},
|
|
@@ -1611,31 +1650,31 @@
|
|
|
1611
1650
|
"members": {
|
|
1612
1651
|
"AdDecisionServerUrl": {},
|
|
1613
1652
|
"AvailSuppression": {
|
|
1614
|
-
"shape": "
|
|
1653
|
+
"shape": "S2s"
|
|
1615
1654
|
},
|
|
1616
1655
|
"Bumper": {
|
|
1617
|
-
"shape": "
|
|
1656
|
+
"shape": "S2u"
|
|
1618
1657
|
},
|
|
1619
1658
|
"CdnConfiguration": {
|
|
1620
|
-
"shape": "
|
|
1659
|
+
"shape": "S2v"
|
|
1621
1660
|
},
|
|
1622
1661
|
"ConfigurationAliases": {
|
|
1623
|
-
"shape": "
|
|
1662
|
+
"shape": "S2w"
|
|
1624
1663
|
},
|
|
1625
1664
|
"DashConfiguration": {
|
|
1626
|
-
"shape": "
|
|
1665
|
+
"shape": "S2x"
|
|
1627
1666
|
},
|
|
1628
1667
|
"HlsConfiguration": {
|
|
1629
|
-
"shape": "
|
|
1668
|
+
"shape": "S2z"
|
|
1630
1669
|
},
|
|
1631
1670
|
"LivePreRollConfiguration": {
|
|
1632
|
-
"shape": "
|
|
1671
|
+
"shape": "S30"
|
|
1633
1672
|
},
|
|
1634
1673
|
"LogConfiguration": {
|
|
1635
|
-
"shape": "
|
|
1674
|
+
"shape": "S31"
|
|
1636
1675
|
},
|
|
1637
1676
|
"ManifestProcessingRules": {
|
|
1638
|
-
"shape": "
|
|
1677
|
+
"shape": "S32"
|
|
1639
1678
|
},
|
|
1640
1679
|
"Name": {},
|
|
1641
1680
|
"PersonalizationThresholdSeconds": {
|
|
@@ -1646,7 +1685,7 @@
|
|
|
1646
1685
|
"SessionInitializationEndpointPrefix": {},
|
|
1647
1686
|
"SlateAdUrl": {},
|
|
1648
1687
|
"Tags": {
|
|
1649
|
-
"shape": "
|
|
1688
|
+
"shape": "Sg",
|
|
1650
1689
|
"locationName": "tags"
|
|
1651
1690
|
},
|
|
1652
1691
|
"TranscodeProfileName": {},
|
|
@@ -1720,7 +1759,7 @@
|
|
|
1720
1759
|
"locationName": "ResourceArn"
|
|
1721
1760
|
},
|
|
1722
1761
|
"Tags": {
|
|
1723
|
-
"shape": "
|
|
1762
|
+
"shape": "Sg",
|
|
1724
1763
|
"locationName": "tags"
|
|
1725
1764
|
}
|
|
1726
1765
|
}
|
|
@@ -1744,7 +1783,7 @@
|
|
|
1744
1783
|
"locationName": "ResourceArn"
|
|
1745
1784
|
},
|
|
1746
1785
|
"TagKeys": {
|
|
1747
|
-
"shape": "
|
|
1786
|
+
"shape": "S3c",
|
|
1748
1787
|
"location": "querystring",
|
|
1749
1788
|
"locationName": "tagKeys"
|
|
1750
1789
|
}
|
|
@@ -1770,10 +1809,10 @@
|
|
|
1770
1809
|
"locationName": "ChannelName"
|
|
1771
1810
|
},
|
|
1772
1811
|
"FillerSlate": {
|
|
1773
|
-
"shape": "
|
|
1812
|
+
"shape": "Sa"
|
|
1774
1813
|
},
|
|
1775
1814
|
"Outputs": {
|
|
1776
|
-
"shape": "
|
|
1815
|
+
"shape": "Sb"
|
|
1777
1816
|
}
|
|
1778
1817
|
}
|
|
1779
1818
|
},
|
|
@@ -1784,20 +1823,20 @@
|
|
|
1784
1823
|
"ChannelName": {},
|
|
1785
1824
|
"ChannelState": {},
|
|
1786
1825
|
"CreationTime": {
|
|
1787
|
-
"shape": "
|
|
1826
|
+
"shape": "Sk"
|
|
1788
1827
|
},
|
|
1789
1828
|
"FillerSlate": {
|
|
1790
|
-
"shape": "
|
|
1829
|
+
"shape": "Sa"
|
|
1791
1830
|
},
|
|
1792
1831
|
"LastModifiedTime": {
|
|
1793
|
-
"shape": "
|
|
1832
|
+
"shape": "Sk"
|
|
1794
1833
|
},
|
|
1795
1834
|
"Outputs": {
|
|
1796
|
-
"shape": "
|
|
1835
|
+
"shape": "Sl"
|
|
1797
1836
|
},
|
|
1798
1837
|
"PlaybackMode": {},
|
|
1799
1838
|
"Tags": {
|
|
1800
|
-
"shape": "
|
|
1839
|
+
"shape": "Sg",
|
|
1801
1840
|
"locationName": "tags"
|
|
1802
1841
|
},
|
|
1803
1842
|
"Tier": {}
|
|
@@ -1820,7 +1859,7 @@
|
|
|
1820
1859
|
],
|
|
1821
1860
|
"members": {
|
|
1822
1861
|
"HttpPackageConfigurations": {
|
|
1823
|
-
"shape": "
|
|
1862
|
+
"shape": "So"
|
|
1824
1863
|
},
|
|
1825
1864
|
"LiveSourceName": {
|
|
1826
1865
|
"location": "uri",
|
|
@@ -1837,18 +1876,18 @@
|
|
|
1837
1876
|
"members": {
|
|
1838
1877
|
"Arn": {},
|
|
1839
1878
|
"CreationTime": {
|
|
1840
|
-
"shape": "
|
|
1879
|
+
"shape": "Sk"
|
|
1841
1880
|
},
|
|
1842
1881
|
"HttpPackageConfigurations": {
|
|
1843
|
-
"shape": "
|
|
1882
|
+
"shape": "So"
|
|
1844
1883
|
},
|
|
1845
1884
|
"LastModifiedTime": {
|
|
1846
|
-
"shape": "
|
|
1885
|
+
"shape": "Sk"
|
|
1847
1886
|
},
|
|
1848
1887
|
"LiveSourceName": {},
|
|
1849
1888
|
"SourceLocationName": {},
|
|
1850
1889
|
"Tags": {
|
|
1851
|
-
"shape": "
|
|
1890
|
+
"shape": "Sg",
|
|
1852
1891
|
"locationName": "tags"
|
|
1853
1892
|
}
|
|
1854
1893
|
}
|
|
@@ -1869,16 +1908,16 @@
|
|
|
1869
1908
|
],
|
|
1870
1909
|
"members": {
|
|
1871
1910
|
"AccessConfiguration": {
|
|
1872
|
-
"shape": "
|
|
1911
|
+
"shape": "S1f"
|
|
1873
1912
|
},
|
|
1874
1913
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1875
|
-
"shape": "
|
|
1914
|
+
"shape": "S1i"
|
|
1876
1915
|
},
|
|
1877
1916
|
"HttpConfiguration": {
|
|
1878
|
-
"shape": "
|
|
1917
|
+
"shape": "S1j"
|
|
1879
1918
|
},
|
|
1880
1919
|
"SegmentDeliveryConfigurations": {
|
|
1881
|
-
"shape": "
|
|
1920
|
+
"shape": "S1k"
|
|
1882
1921
|
},
|
|
1883
1922
|
"SourceLocationName": {
|
|
1884
1923
|
"location": "uri",
|
|
@@ -1890,27 +1929,27 @@
|
|
|
1890
1929
|
"type": "structure",
|
|
1891
1930
|
"members": {
|
|
1892
1931
|
"AccessConfiguration": {
|
|
1893
|
-
"shape": "
|
|
1932
|
+
"shape": "S1f"
|
|
1894
1933
|
},
|
|
1895
1934
|
"Arn": {},
|
|
1896
1935
|
"CreationTime": {
|
|
1897
|
-
"shape": "
|
|
1936
|
+
"shape": "Sk"
|
|
1898
1937
|
},
|
|
1899
1938
|
"DefaultSegmentDeliveryConfiguration": {
|
|
1900
|
-
"shape": "
|
|
1939
|
+
"shape": "S1i"
|
|
1901
1940
|
},
|
|
1902
1941
|
"HttpConfiguration": {
|
|
1903
|
-
"shape": "
|
|
1942
|
+
"shape": "S1j"
|
|
1904
1943
|
},
|
|
1905
1944
|
"LastModifiedTime": {
|
|
1906
|
-
"shape": "
|
|
1945
|
+
"shape": "Sk"
|
|
1907
1946
|
},
|
|
1908
1947
|
"SegmentDeliveryConfigurations": {
|
|
1909
|
-
"shape": "
|
|
1948
|
+
"shape": "S1k"
|
|
1910
1949
|
},
|
|
1911
1950
|
"SourceLocationName": {},
|
|
1912
1951
|
"Tags": {
|
|
1913
|
-
"shape": "
|
|
1952
|
+
"shape": "Sg",
|
|
1914
1953
|
"locationName": "tags"
|
|
1915
1954
|
}
|
|
1916
1955
|
}
|
|
@@ -1932,7 +1971,7 @@
|
|
|
1932
1971
|
],
|
|
1933
1972
|
"members": {
|
|
1934
1973
|
"HttpPackageConfigurations": {
|
|
1935
|
-
"shape": "
|
|
1974
|
+
"shape": "So"
|
|
1936
1975
|
},
|
|
1937
1976
|
"SourceLocationName": {
|
|
1938
1977
|
"location": "uri",
|
|
@@ -1949,17 +1988,17 @@
|
|
|
1949
1988
|
"members": {
|
|
1950
1989
|
"Arn": {},
|
|
1951
1990
|
"CreationTime": {
|
|
1952
|
-
"shape": "
|
|
1991
|
+
"shape": "Sk"
|
|
1953
1992
|
},
|
|
1954
1993
|
"HttpPackageConfigurations": {
|
|
1955
|
-
"shape": "
|
|
1994
|
+
"shape": "So"
|
|
1956
1995
|
},
|
|
1957
1996
|
"LastModifiedTime": {
|
|
1958
|
-
"shape": "
|
|
1997
|
+
"shape": "Sk"
|
|
1959
1998
|
},
|
|
1960
1999
|
"SourceLocationName": {},
|
|
1961
2000
|
"Tags": {
|
|
1962
|
-
"shape": "
|
|
2001
|
+
"shape": "Sg",
|
|
1963
2002
|
"locationName": "tags"
|
|
1964
2003
|
},
|
|
1965
2004
|
"VodSourceName": {}
|
|
@@ -1969,14 +2008,18 @@
|
|
|
1969
2008
|
}
|
|
1970
2009
|
},
|
|
1971
2010
|
"shapes": {
|
|
1972
|
-
"
|
|
2011
|
+
"S3": {
|
|
2012
|
+
"type": "list",
|
|
2013
|
+
"member": {}
|
|
2014
|
+
},
|
|
2015
|
+
"Sa": {
|
|
1973
2016
|
"type": "structure",
|
|
1974
2017
|
"members": {
|
|
1975
2018
|
"SourceLocationName": {},
|
|
1976
2019
|
"VodSourceName": {}
|
|
1977
2020
|
}
|
|
1978
2021
|
},
|
|
1979
|
-
"
|
|
2022
|
+
"Sb": {
|
|
1980
2023
|
"type": "list",
|
|
1981
2024
|
"member": {
|
|
1982
2025
|
"type": "structure",
|
|
@@ -1986,17 +2029,17 @@
|
|
|
1986
2029
|
],
|
|
1987
2030
|
"members": {
|
|
1988
2031
|
"DashPlaylistSettings": {
|
|
1989
|
-
"shape": "
|
|
2032
|
+
"shape": "Sd"
|
|
1990
2033
|
},
|
|
1991
2034
|
"HlsPlaylistSettings": {
|
|
1992
|
-
"shape": "
|
|
2035
|
+
"shape": "Se"
|
|
1993
2036
|
},
|
|
1994
2037
|
"ManifestName": {},
|
|
1995
2038
|
"SourceGroup": {}
|
|
1996
2039
|
}
|
|
1997
2040
|
}
|
|
1998
2041
|
},
|
|
1999
|
-
"
|
|
2042
|
+
"Sd": {
|
|
2000
2043
|
"type": "structure",
|
|
2001
2044
|
"members": {
|
|
2002
2045
|
"ManifestWindowSeconds": {
|
|
@@ -2013,7 +2056,7 @@
|
|
|
2013
2056
|
}
|
|
2014
2057
|
}
|
|
2015
2058
|
},
|
|
2016
|
-
"
|
|
2059
|
+
"Se": {
|
|
2017
2060
|
"type": "structure",
|
|
2018
2061
|
"members": {
|
|
2019
2062
|
"ManifestWindowSeconds": {
|
|
@@ -2021,16 +2064,16 @@
|
|
|
2021
2064
|
}
|
|
2022
2065
|
}
|
|
2023
2066
|
},
|
|
2024
|
-
"
|
|
2067
|
+
"Sg": {
|
|
2025
2068
|
"type": "map",
|
|
2026
2069
|
"key": {},
|
|
2027
2070
|
"value": {}
|
|
2028
2071
|
},
|
|
2029
|
-
"
|
|
2072
|
+
"Sk": {
|
|
2030
2073
|
"type": "timestamp",
|
|
2031
2074
|
"timestampFormat": "unixTimestamp"
|
|
2032
2075
|
},
|
|
2033
|
-
"
|
|
2076
|
+
"Sl": {
|
|
2034
2077
|
"type": "list",
|
|
2035
2078
|
"member": {
|
|
2036
2079
|
"type": "structure",
|
|
@@ -2041,10 +2084,10 @@
|
|
|
2041
2084
|
],
|
|
2042
2085
|
"members": {
|
|
2043
2086
|
"DashPlaylistSettings": {
|
|
2044
|
-
"shape": "
|
|
2087
|
+
"shape": "Sd"
|
|
2045
2088
|
},
|
|
2046
2089
|
"HlsPlaylistSettings": {
|
|
2047
|
-
"shape": "
|
|
2090
|
+
"shape": "Se"
|
|
2048
2091
|
},
|
|
2049
2092
|
"ManifestName": {},
|
|
2050
2093
|
"PlaybackUrl": {},
|
|
@@ -2052,7 +2095,7 @@
|
|
|
2052
2095
|
}
|
|
2053
2096
|
}
|
|
2054
2097
|
},
|
|
2055
|
-
"
|
|
2098
|
+
"So": {
|
|
2056
2099
|
"type": "list",
|
|
2057
2100
|
"member": {
|
|
2058
2101
|
"type": "structure",
|
|
@@ -2068,7 +2111,7 @@
|
|
|
2068
2111
|
}
|
|
2069
2112
|
}
|
|
2070
2113
|
},
|
|
2071
|
-
"
|
|
2114
|
+
"St": {
|
|
2072
2115
|
"type": "structure",
|
|
2073
2116
|
"required": [
|
|
2074
2117
|
"EndTime"
|
|
@@ -2089,31 +2132,31 @@
|
|
|
2089
2132
|
}
|
|
2090
2133
|
},
|
|
2091
2134
|
"EndTime": {
|
|
2092
|
-
"shape": "
|
|
2135
|
+
"shape": "Sk"
|
|
2093
2136
|
},
|
|
2094
2137
|
"StartTime": {
|
|
2095
|
-
"shape": "
|
|
2138
|
+
"shape": "Sk"
|
|
2096
2139
|
}
|
|
2097
2140
|
}
|
|
2098
2141
|
},
|
|
2099
|
-
"
|
|
2142
|
+
"Sx": {
|
|
2100
2143
|
"type": "structure",
|
|
2101
2144
|
"required": [
|
|
2102
2145
|
"EndTime"
|
|
2103
2146
|
],
|
|
2104
2147
|
"members": {
|
|
2105
2148
|
"DynamicVariables": {
|
|
2106
|
-
"shape": "
|
|
2149
|
+
"shape": "Sg"
|
|
2107
2150
|
},
|
|
2108
2151
|
"EndTime": {
|
|
2109
|
-
"shape": "
|
|
2152
|
+
"shape": "Sk"
|
|
2110
2153
|
},
|
|
2111
2154
|
"StartTime": {
|
|
2112
|
-
"shape": "
|
|
2155
|
+
"shape": "Sk"
|
|
2113
2156
|
}
|
|
2114
2157
|
}
|
|
2115
2158
|
},
|
|
2116
|
-
"
|
|
2159
|
+
"S10": {
|
|
2117
2160
|
"type": "list",
|
|
2118
2161
|
"member": {
|
|
2119
2162
|
"type": "structure",
|
|
@@ -2123,7 +2166,7 @@
|
|
|
2123
2166
|
"type": "long"
|
|
2124
2167
|
},
|
|
2125
2168
|
"Slate": {
|
|
2126
|
-
"shape": "
|
|
2169
|
+
"shape": "Sa"
|
|
2127
2170
|
},
|
|
2128
2171
|
"SpliceInsertMessage": {
|
|
2129
2172
|
"type": "structure",
|
|
@@ -2180,7 +2223,7 @@
|
|
|
2180
2223
|
}
|
|
2181
2224
|
}
|
|
2182
2225
|
},
|
|
2183
|
-
"
|
|
2226
|
+
"S1f": {
|
|
2184
2227
|
"type": "structure",
|
|
2185
2228
|
"members": {
|
|
2186
2229
|
"AccessType": {},
|
|
@@ -2194,13 +2237,13 @@
|
|
|
2194
2237
|
}
|
|
2195
2238
|
}
|
|
2196
2239
|
},
|
|
2197
|
-
"
|
|
2240
|
+
"S1i": {
|
|
2198
2241
|
"type": "structure",
|
|
2199
2242
|
"members": {
|
|
2200
2243
|
"BaseUrl": {}
|
|
2201
2244
|
}
|
|
2202
2245
|
},
|
|
2203
|
-
"
|
|
2246
|
+
"S1j": {
|
|
2204
2247
|
"type": "structure",
|
|
2205
2248
|
"required": [
|
|
2206
2249
|
"BaseUrl"
|
|
@@ -2209,7 +2252,7 @@
|
|
|
2209
2252
|
"BaseUrl": {}
|
|
2210
2253
|
}
|
|
2211
2254
|
},
|
|
2212
|
-
"
|
|
2255
|
+
"S1k": {
|
|
2213
2256
|
"type": "list",
|
|
2214
2257
|
"member": {
|
|
2215
2258
|
"type": "structure",
|
|
@@ -2219,35 +2262,43 @@
|
|
|
2219
2262
|
}
|
|
2220
2263
|
}
|
|
2221
2264
|
},
|
|
2222
|
-
"
|
|
2265
|
+
"S27": {
|
|
2266
|
+
"type": "structure",
|
|
2267
|
+
"members": {
|
|
2268
|
+
"LogTypes": {
|
|
2269
|
+
"shape": "S3"
|
|
2270
|
+
}
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"S2s": {
|
|
2223
2274
|
"type": "structure",
|
|
2224
2275
|
"members": {
|
|
2225
2276
|
"Mode": {},
|
|
2226
2277
|
"Value": {}
|
|
2227
2278
|
}
|
|
2228
2279
|
},
|
|
2229
|
-
"
|
|
2280
|
+
"S2u": {
|
|
2230
2281
|
"type": "structure",
|
|
2231
2282
|
"members": {
|
|
2232
2283
|
"EndUrl": {},
|
|
2233
2284
|
"StartUrl": {}
|
|
2234
2285
|
}
|
|
2235
2286
|
},
|
|
2236
|
-
"
|
|
2287
|
+
"S2v": {
|
|
2237
2288
|
"type": "structure",
|
|
2238
2289
|
"members": {
|
|
2239
2290
|
"AdSegmentUrlPrefix": {},
|
|
2240
2291
|
"ContentSegmentUrlPrefix": {}
|
|
2241
2292
|
}
|
|
2242
2293
|
},
|
|
2243
|
-
"
|
|
2294
|
+
"S2w": {
|
|
2244
2295
|
"type": "map",
|
|
2245
2296
|
"key": {},
|
|
2246
2297
|
"value": {
|
|
2247
|
-
"shape": "
|
|
2298
|
+
"shape": "Sg"
|
|
2248
2299
|
}
|
|
2249
2300
|
},
|
|
2250
|
-
"
|
|
2301
|
+
"S2x": {
|
|
2251
2302
|
"type": "structure",
|
|
2252
2303
|
"members": {
|
|
2253
2304
|
"ManifestEndpointPrefix": {},
|
|
@@ -2255,13 +2306,13 @@
|
|
|
2255
2306
|
"OriginManifestType": {}
|
|
2256
2307
|
}
|
|
2257
2308
|
},
|
|
2258
|
-
"
|
|
2309
|
+
"S2z": {
|
|
2259
2310
|
"type": "structure",
|
|
2260
2311
|
"members": {
|
|
2261
2312
|
"ManifestEndpointPrefix": {}
|
|
2262
2313
|
}
|
|
2263
2314
|
},
|
|
2264
|
-
"
|
|
2315
|
+
"S30": {
|
|
2265
2316
|
"type": "structure",
|
|
2266
2317
|
"members": {
|
|
2267
2318
|
"AdDecisionServerUrl": {},
|
|
@@ -2270,7 +2321,7 @@
|
|
|
2270
2321
|
}
|
|
2271
2322
|
}
|
|
2272
2323
|
},
|
|
2273
|
-
"
|
|
2324
|
+
"S31": {
|
|
2274
2325
|
"type": "structure",
|
|
2275
2326
|
"required": [
|
|
2276
2327
|
"PercentEnabled"
|
|
@@ -2281,7 +2332,7 @@
|
|
|
2281
2332
|
}
|
|
2282
2333
|
}
|
|
2283
2334
|
},
|
|
2284
|
-
"
|
|
2335
|
+
"S32": {
|
|
2285
2336
|
"type": "structure",
|
|
2286
2337
|
"members": {
|
|
2287
2338
|
"AdMarkerPassthrough": {
|
|
@@ -2294,7 +2345,7 @@
|
|
|
2294
2345
|
}
|
|
2295
2346
|
}
|
|
2296
2347
|
},
|
|
2297
|
-
"
|
|
2348
|
+
"S3c": {
|
|
2298
2349
|
"type": "list",
|
|
2299
2350
|
"member": {}
|
|
2300
2351
|
}
|