cdk-lambda-subminute 2.0.407 → 2.0.408
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/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +35 -0
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +3 -4
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +291 -215
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +155 -133
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +119 -119
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +4 -2
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +49 -2
- package/node_modules/aws-sdk/clients/kms.d.ts +10 -6
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +98 -2
- package/node_modules/aws-sdk/clients/rds.d.ts +44 -0
- package/node_modules/aws-sdk/clients/timestreamquery.d.ts +3 -3
- 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 +200 -142
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -88,24 +88,27 @@
|
|
88
88
|
"PlaybackMode"
|
89
89
|
],
|
90
90
|
"members": {
|
91
|
+
"Audiences": {
|
92
|
+
"shape": "Sa"
|
93
|
+
},
|
91
94
|
"ChannelName": {
|
92
95
|
"location": "uri",
|
93
96
|
"locationName": "ChannelName"
|
94
97
|
},
|
95
98
|
"FillerSlate": {
|
96
|
-
"shape": "
|
99
|
+
"shape": "Sc"
|
97
100
|
},
|
98
101
|
"Outputs": {
|
99
|
-
"shape": "
|
102
|
+
"shape": "Sd"
|
100
103
|
},
|
101
104
|
"PlaybackMode": {},
|
102
105
|
"Tags": {
|
103
|
-
"shape": "
|
106
|
+
"shape": "Sk",
|
104
107
|
"locationName": "tags"
|
105
108
|
},
|
106
109
|
"Tier": {},
|
107
110
|
"TimeShiftConfiguration": {
|
108
|
-
"shape": "
|
111
|
+
"shape": "Sm"
|
109
112
|
}
|
110
113
|
}
|
111
114
|
},
|
@@ -113,28 +116,31 @@
|
|
113
116
|
"type": "structure",
|
114
117
|
"members": {
|
115
118
|
"Arn": {},
|
119
|
+
"Audiences": {
|
120
|
+
"shape": "Sa"
|
121
|
+
},
|
116
122
|
"ChannelName": {},
|
117
123
|
"ChannelState": {},
|
118
124
|
"CreationTime": {
|
119
|
-
"shape": "
|
125
|
+
"shape": "Sp"
|
120
126
|
},
|
121
127
|
"FillerSlate": {
|
122
|
-
"shape": "
|
128
|
+
"shape": "Sc"
|
123
129
|
},
|
124
130
|
"LastModifiedTime": {
|
125
|
-
"shape": "
|
131
|
+
"shape": "Sp"
|
126
132
|
},
|
127
133
|
"Outputs": {
|
128
|
-
"shape": "
|
134
|
+
"shape": "Sq"
|
129
135
|
},
|
130
136
|
"PlaybackMode": {},
|
131
137
|
"Tags": {
|
132
|
-
"shape": "
|
138
|
+
"shape": "Sk",
|
133
139
|
"locationName": "tags"
|
134
140
|
},
|
135
141
|
"Tier": {},
|
136
142
|
"TimeShiftConfiguration": {
|
137
|
-
"shape": "
|
143
|
+
"shape": "Sm"
|
138
144
|
}
|
139
145
|
}
|
140
146
|
},
|
@@ -154,7 +160,7 @@
|
|
154
160
|
],
|
155
161
|
"members": {
|
156
162
|
"HttpPackageConfigurations": {
|
157
|
-
"shape": "
|
163
|
+
"shape": "St"
|
158
164
|
},
|
159
165
|
"LiveSourceName": {
|
160
166
|
"location": "uri",
|
@@ -165,7 +171,7 @@
|
|
165
171
|
"locationName": "SourceLocationName"
|
166
172
|
},
|
167
173
|
"Tags": {
|
168
|
-
"shape": "
|
174
|
+
"shape": "Sk",
|
169
175
|
"locationName": "tags"
|
170
176
|
}
|
171
177
|
}
|
@@ -175,18 +181,18 @@
|
|
175
181
|
"members": {
|
176
182
|
"Arn": {},
|
177
183
|
"CreationTime": {
|
178
|
-
"shape": "
|
184
|
+
"shape": "Sp"
|
179
185
|
},
|
180
186
|
"HttpPackageConfigurations": {
|
181
|
-
"shape": "
|
187
|
+
"shape": "St"
|
182
188
|
},
|
183
189
|
"LastModifiedTime": {
|
184
|
-
"shape": "
|
190
|
+
"shape": "Sp"
|
185
191
|
},
|
186
192
|
"LiveSourceName": {},
|
187
193
|
"SourceLocationName": {},
|
188
194
|
"Tags": {
|
189
|
-
"shape": "
|
195
|
+
"shape": "Sk",
|
190
196
|
"locationName": "tags"
|
191
197
|
}
|
192
198
|
}
|
@@ -208,7 +214,7 @@
|
|
208
214
|
],
|
209
215
|
"members": {
|
210
216
|
"Consumption": {
|
211
|
-
"shape": "
|
217
|
+
"shape": "Sy"
|
212
218
|
},
|
213
219
|
"Name": {
|
214
220
|
"location": "uri",
|
@@ -219,7 +225,7 @@
|
|
219
225
|
"locationName": "PlaybackConfigurationName"
|
220
226
|
},
|
221
227
|
"Retrieval": {
|
222
|
-
"shape": "
|
228
|
+
"shape": "S12"
|
223
229
|
},
|
224
230
|
"StreamId": {}
|
225
231
|
}
|
@@ -229,12 +235,12 @@
|
|
229
235
|
"members": {
|
230
236
|
"Arn": {},
|
231
237
|
"Consumption": {
|
232
|
-
"shape": "
|
238
|
+
"shape": "Sy"
|
233
239
|
},
|
234
240
|
"Name": {},
|
235
241
|
"PlaybackConfigurationName": {},
|
236
242
|
"Retrieval": {
|
237
|
-
"shape": "
|
243
|
+
"shape": "S12"
|
238
244
|
},
|
239
245
|
"StreamId": {}
|
240
246
|
}
|
@@ -256,7 +262,10 @@
|
|
256
262
|
],
|
257
263
|
"members": {
|
258
264
|
"AdBreaks": {
|
259
|
-
"shape": "
|
265
|
+
"shape": "S15"
|
266
|
+
},
|
267
|
+
"AudienceMedia": {
|
268
|
+
"shape": "S1g"
|
260
269
|
},
|
261
270
|
"ChannelName": {
|
262
271
|
"location": "uri",
|
@@ -274,7 +283,7 @@
|
|
274
283
|
],
|
275
284
|
"members": {
|
276
285
|
"ClipRange": {
|
277
|
-
"shape": "
|
286
|
+
"shape": "S1k"
|
278
287
|
},
|
279
288
|
"Transition": {
|
280
289
|
"type": "structure",
|
@@ -304,15 +313,18 @@
|
|
304
313
|
"type": "structure",
|
305
314
|
"members": {
|
306
315
|
"AdBreaks": {
|
307
|
-
"shape": "
|
316
|
+
"shape": "S15"
|
308
317
|
},
|
309
318
|
"Arn": {},
|
319
|
+
"AudienceMedia": {
|
320
|
+
"shape": "S1g"
|
321
|
+
},
|
310
322
|
"ChannelName": {},
|
311
323
|
"ClipRange": {
|
312
|
-
"shape": "
|
324
|
+
"shape": "S1k"
|
313
325
|
},
|
314
326
|
"CreationTime": {
|
315
|
-
"shape": "
|
327
|
+
"shape": "Sp"
|
316
328
|
},
|
317
329
|
"DurationMillis": {
|
318
330
|
"type": "long"
|
@@ -320,7 +332,7 @@
|
|
320
332
|
"LiveSourceName": {},
|
321
333
|
"ProgramName": {},
|
322
334
|
"ScheduledStartTime": {
|
323
|
-
"shape": "
|
335
|
+
"shape": "Sp"
|
324
336
|
},
|
325
337
|
"SourceLocationName": {},
|
326
338
|
"VodSourceName": {}
|
@@ -341,23 +353,23 @@
|
|
341
353
|
],
|
342
354
|
"members": {
|
343
355
|
"AccessConfiguration": {
|
344
|
-
"shape": "
|
356
|
+
"shape": "S1q"
|
345
357
|
},
|
346
358
|
"DefaultSegmentDeliveryConfiguration": {
|
347
|
-
"shape": "
|
359
|
+
"shape": "S1t"
|
348
360
|
},
|
349
361
|
"HttpConfiguration": {
|
350
|
-
"shape": "
|
362
|
+
"shape": "S1u"
|
351
363
|
},
|
352
364
|
"SegmentDeliveryConfigurations": {
|
353
|
-
"shape": "
|
365
|
+
"shape": "S1v"
|
354
366
|
},
|
355
367
|
"SourceLocationName": {
|
356
368
|
"location": "uri",
|
357
369
|
"locationName": "SourceLocationName"
|
358
370
|
},
|
359
371
|
"Tags": {
|
360
|
-
"shape": "
|
372
|
+
"shape": "Sk",
|
361
373
|
"locationName": "tags"
|
362
374
|
}
|
363
375
|
}
|
@@ -366,27 +378,27 @@
|
|
366
378
|
"type": "structure",
|
367
379
|
"members": {
|
368
380
|
"AccessConfiguration": {
|
369
|
-
"shape": "
|
381
|
+
"shape": "S1q"
|
370
382
|
},
|
371
383
|
"Arn": {},
|
372
384
|
"CreationTime": {
|
373
|
-
"shape": "
|
385
|
+
"shape": "Sp"
|
374
386
|
},
|
375
387
|
"DefaultSegmentDeliveryConfiguration": {
|
376
|
-
"shape": "
|
388
|
+
"shape": "S1t"
|
377
389
|
},
|
378
390
|
"HttpConfiguration": {
|
379
|
-
"shape": "
|
391
|
+
"shape": "S1u"
|
380
392
|
},
|
381
393
|
"LastModifiedTime": {
|
382
|
-
"shape": "
|
394
|
+
"shape": "Sp"
|
383
395
|
},
|
384
396
|
"SegmentDeliveryConfigurations": {
|
385
|
-
"shape": "
|
397
|
+
"shape": "S1v"
|
386
398
|
},
|
387
399
|
"SourceLocationName": {},
|
388
400
|
"Tags": {
|
389
|
-
"shape": "
|
401
|
+
"shape": "Sk",
|
390
402
|
"locationName": "tags"
|
391
403
|
}
|
392
404
|
}
|
@@ -407,14 +419,14 @@
|
|
407
419
|
],
|
408
420
|
"members": {
|
409
421
|
"HttpPackageConfigurations": {
|
410
|
-
"shape": "
|
422
|
+
"shape": "St"
|
411
423
|
},
|
412
424
|
"SourceLocationName": {
|
413
425
|
"location": "uri",
|
414
426
|
"locationName": "SourceLocationName"
|
415
427
|
},
|
416
428
|
"Tags": {
|
417
|
-
"shape": "
|
429
|
+
"shape": "Sk",
|
418
430
|
"locationName": "tags"
|
419
431
|
},
|
420
432
|
"VodSourceName": {
|
@@ -428,17 +440,17 @@
|
|
428
440
|
"members": {
|
429
441
|
"Arn": {},
|
430
442
|
"CreationTime": {
|
431
|
-
"shape": "
|
443
|
+
"shape": "Sp"
|
432
444
|
},
|
433
445
|
"HttpPackageConfigurations": {
|
434
|
-
"shape": "
|
446
|
+
"shape": "St"
|
435
447
|
},
|
436
448
|
"LastModifiedTime": {
|
437
|
-
"shape": "
|
449
|
+
"shape": "Sp"
|
438
450
|
},
|
439
451
|
"SourceLocationName": {},
|
440
452
|
"Tags": {
|
441
|
-
"shape": "
|
453
|
+
"shape": "Sk",
|
442
454
|
"locationName": "tags"
|
443
455
|
},
|
444
456
|
"VodSourceName": {}
|
@@ -683,31 +695,34 @@
|
|
683
695
|
],
|
684
696
|
"members": {
|
685
697
|
"Arn": {},
|
698
|
+
"Audiences": {
|
699
|
+
"shape": "Sa"
|
700
|
+
},
|
686
701
|
"ChannelName": {},
|
687
702
|
"ChannelState": {},
|
688
703
|
"CreationTime": {
|
689
|
-
"shape": "
|
704
|
+
"shape": "Sp"
|
690
705
|
},
|
691
706
|
"FillerSlate": {
|
692
|
-
"shape": "
|
707
|
+
"shape": "Sc"
|
693
708
|
},
|
694
709
|
"LastModifiedTime": {
|
695
|
-
"shape": "
|
710
|
+
"shape": "Sp"
|
696
711
|
},
|
697
712
|
"LogConfiguration": {
|
698
|
-
"shape": "
|
713
|
+
"shape": "S2i"
|
699
714
|
},
|
700
715
|
"Outputs": {
|
701
|
-
"shape": "
|
716
|
+
"shape": "Sq"
|
702
717
|
},
|
703
718
|
"PlaybackMode": {},
|
704
719
|
"Tags": {
|
705
|
-
"shape": "
|
720
|
+
"shape": "Sk",
|
706
721
|
"locationName": "tags"
|
707
722
|
},
|
708
723
|
"Tier": {},
|
709
724
|
"TimeShiftConfiguration": {
|
710
|
-
"shape": "
|
725
|
+
"shape": "Sm"
|
711
726
|
}
|
712
727
|
}
|
713
728
|
}
|
@@ -740,18 +755,18 @@
|
|
740
755
|
"members": {
|
741
756
|
"Arn": {},
|
742
757
|
"CreationTime": {
|
743
|
-
"shape": "
|
758
|
+
"shape": "Sp"
|
744
759
|
},
|
745
760
|
"HttpPackageConfigurations": {
|
746
|
-
"shape": "
|
761
|
+
"shape": "St"
|
747
762
|
},
|
748
763
|
"LastModifiedTime": {
|
749
|
-
"shape": "
|
764
|
+
"shape": "Sp"
|
750
765
|
},
|
751
766
|
"LiveSourceName": {},
|
752
767
|
"SourceLocationName": {},
|
753
768
|
"Tags": {
|
754
|
-
"shape": "
|
769
|
+
"shape": "Sk",
|
755
770
|
"locationName": "tags"
|
756
771
|
}
|
757
772
|
}
|
@@ -784,15 +799,18 @@
|
|
784
799
|
"type": "structure",
|
785
800
|
"members": {
|
786
801
|
"AdBreaks": {
|
787
|
-
"shape": "
|
802
|
+
"shape": "S15"
|
788
803
|
},
|
789
804
|
"Arn": {},
|
805
|
+
"AudienceMedia": {
|
806
|
+
"shape": "S1g"
|
807
|
+
},
|
790
808
|
"ChannelName": {},
|
791
809
|
"ClipRange": {
|
792
|
-
"shape": "
|
810
|
+
"shape": "S1k"
|
793
811
|
},
|
794
812
|
"CreationTime": {
|
795
|
-
"shape": "
|
813
|
+
"shape": "Sp"
|
796
814
|
},
|
797
815
|
"DurationMillis": {
|
798
816
|
"type": "long"
|
@@ -800,7 +818,7 @@
|
|
800
818
|
"LiveSourceName": {},
|
801
819
|
"ProgramName": {},
|
802
820
|
"ScheduledStartTime": {
|
803
|
-
"shape": "
|
821
|
+
"shape": "Sp"
|
804
822
|
},
|
805
823
|
"SourceLocationName": {},
|
806
824
|
"VodSourceName": {}
|
@@ -829,27 +847,27 @@
|
|
829
847
|
"type": "structure",
|
830
848
|
"members": {
|
831
849
|
"AccessConfiguration": {
|
832
|
-
"shape": "
|
850
|
+
"shape": "S1q"
|
833
851
|
},
|
834
852
|
"Arn": {},
|
835
853
|
"CreationTime": {
|
836
|
-
"shape": "
|
854
|
+
"shape": "Sp"
|
837
855
|
},
|
838
856
|
"DefaultSegmentDeliveryConfiguration": {
|
839
|
-
"shape": "
|
857
|
+
"shape": "S1t"
|
840
858
|
},
|
841
859
|
"HttpConfiguration": {
|
842
|
-
"shape": "
|
860
|
+
"shape": "S1u"
|
843
861
|
},
|
844
862
|
"LastModifiedTime": {
|
845
|
-
"shape": "
|
863
|
+
"shape": "Sp"
|
846
864
|
},
|
847
865
|
"SegmentDeliveryConfigurations": {
|
848
|
-
"shape": "
|
866
|
+
"shape": "S1v"
|
849
867
|
},
|
850
868
|
"SourceLocationName": {},
|
851
869
|
"Tags": {
|
852
|
-
"shape": "
|
870
|
+
"shape": "Sk",
|
853
871
|
"locationName": "tags"
|
854
872
|
}
|
855
873
|
}
|
@@ -897,17 +915,17 @@
|
|
897
915
|
},
|
898
916
|
"Arn": {},
|
899
917
|
"CreationTime": {
|
900
|
-
"shape": "
|
918
|
+
"shape": "Sp"
|
901
919
|
},
|
902
920
|
"HttpPackageConfigurations": {
|
903
|
-
"shape": "
|
921
|
+
"shape": "St"
|
904
922
|
},
|
905
923
|
"LastModifiedTime": {
|
906
|
-
"shape": "
|
924
|
+
"shape": "Sp"
|
907
925
|
},
|
908
926
|
"SourceLocationName": {},
|
909
927
|
"Tags": {
|
910
|
-
"shape": "
|
928
|
+
"shape": "Sk",
|
911
929
|
"locationName": "tags"
|
912
930
|
},
|
913
931
|
"VodSourceName": {}
|
@@ -951,6 +969,10 @@
|
|
951
969
|
"ChannelName"
|
952
970
|
],
|
953
971
|
"members": {
|
972
|
+
"Audience": {
|
973
|
+
"location": "querystring",
|
974
|
+
"locationName": "audience"
|
975
|
+
},
|
954
976
|
"ChannelName": {
|
955
977
|
"location": "uri",
|
956
978
|
"locationName": "ChannelName"
|
@@ -988,9 +1010,12 @@
|
|
988
1010
|
"type": "long"
|
989
1011
|
},
|
990
1012
|
"ApproximateStartTime": {
|
991
|
-
"shape": "
|
1013
|
+
"shape": "Sp"
|
992
1014
|
},
|
993
1015
|
"Arn": {},
|
1016
|
+
"Audiences": {
|
1017
|
+
"shape": "Sa"
|
1018
|
+
},
|
994
1019
|
"ChannelName": {},
|
995
1020
|
"LiveSourceName": {},
|
996
1021
|
"ProgramName": {},
|
@@ -1003,7 +1028,7 @@
|
|
1003
1028
|
"type": "long"
|
1004
1029
|
},
|
1005
1030
|
"ApproximateStartTime": {
|
1006
|
-
"shape": "
|
1031
|
+
"shape": "Sp"
|
1007
1032
|
},
|
1008
1033
|
"SourceLocationName": {},
|
1009
1034
|
"VodSourceName": {}
|
@@ -1043,31 +1068,31 @@
|
|
1043
1068
|
"members": {
|
1044
1069
|
"AdDecisionServerUrl": {},
|
1045
1070
|
"AvailSuppression": {
|
1046
|
-
"shape": "
|
1071
|
+
"shape": "S36"
|
1047
1072
|
},
|
1048
1073
|
"Bumper": {
|
1049
|
-
"shape": "
|
1074
|
+
"shape": "S39"
|
1050
1075
|
},
|
1051
1076
|
"CdnConfiguration": {
|
1052
|
-
"shape": "
|
1077
|
+
"shape": "S3a"
|
1053
1078
|
},
|
1054
1079
|
"ConfigurationAliases": {
|
1055
|
-
"shape": "
|
1080
|
+
"shape": "S3b"
|
1056
1081
|
},
|
1057
1082
|
"DashConfiguration": {
|
1058
|
-
"shape": "
|
1083
|
+
"shape": "S3c"
|
1059
1084
|
},
|
1060
1085
|
"HlsConfiguration": {
|
1061
|
-
"shape": "
|
1086
|
+
"shape": "S3e"
|
1062
1087
|
},
|
1063
1088
|
"LivePreRollConfiguration": {
|
1064
|
-
"shape": "
|
1089
|
+
"shape": "S3f"
|
1065
1090
|
},
|
1066
1091
|
"LogConfiguration": {
|
1067
|
-
"shape": "
|
1092
|
+
"shape": "S3g"
|
1068
1093
|
},
|
1069
1094
|
"ManifestProcessingRules": {
|
1070
|
-
"shape": "
|
1095
|
+
"shape": "S3h"
|
1071
1096
|
},
|
1072
1097
|
"Name": {},
|
1073
1098
|
"PersonalizationThresholdSeconds": {
|
@@ -1078,7 +1103,7 @@
|
|
1078
1103
|
"SessionInitializationEndpointPrefix": {},
|
1079
1104
|
"SlateAdUrl": {},
|
1080
1105
|
"Tags": {
|
1081
|
-
"shape": "
|
1106
|
+
"shape": "Sk",
|
1082
1107
|
"locationName": "tags"
|
1083
1108
|
},
|
1084
1109
|
"TranscodeProfileName": {},
|
@@ -1114,12 +1139,12 @@
|
|
1114
1139
|
"members": {
|
1115
1140
|
"Arn": {},
|
1116
1141
|
"Consumption": {
|
1117
|
-
"shape": "
|
1142
|
+
"shape": "Sy"
|
1118
1143
|
},
|
1119
1144
|
"Name": {},
|
1120
1145
|
"PlaybackConfigurationName": {},
|
1121
1146
|
"Retrieval": {
|
1122
|
-
"shape": "
|
1147
|
+
"shape": "S12"
|
1123
1148
|
},
|
1124
1149
|
"StreamId": {}
|
1125
1150
|
}
|
@@ -1171,10 +1196,10 @@
|
|
1171
1196
|
"AlertMessage": {},
|
1172
1197
|
"Category": {},
|
1173
1198
|
"LastModifiedTime": {
|
1174
|
-
"shape": "
|
1199
|
+
"shape": "Sp"
|
1175
1200
|
},
|
1176
1201
|
"RelatedResourceArns": {
|
1177
|
-
"shape": "
|
1202
|
+
"shape": "S3s"
|
1178
1203
|
},
|
1179
1204
|
"ResourceArn": {}
|
1180
1205
|
}
|
@@ -1222,26 +1247,29 @@
|
|
1222
1247
|
],
|
1223
1248
|
"members": {
|
1224
1249
|
"Arn": {},
|
1250
|
+
"Audiences": {
|
1251
|
+
"shape": "Sa"
|
1252
|
+
},
|
1225
1253
|
"ChannelName": {},
|
1226
1254
|
"ChannelState": {},
|
1227
1255
|
"CreationTime": {
|
1228
|
-
"shape": "
|
1256
|
+
"shape": "Sp"
|
1229
1257
|
},
|
1230
1258
|
"FillerSlate": {
|
1231
|
-
"shape": "
|
1259
|
+
"shape": "Sc"
|
1232
1260
|
},
|
1233
1261
|
"LastModifiedTime": {
|
1234
|
-
"shape": "
|
1262
|
+
"shape": "Sp"
|
1235
1263
|
},
|
1236
1264
|
"LogConfiguration": {
|
1237
|
-
"shape": "
|
1265
|
+
"shape": "S2i"
|
1238
1266
|
},
|
1239
1267
|
"Outputs": {
|
1240
|
-
"shape": "
|
1268
|
+
"shape": "Sq"
|
1241
1269
|
},
|
1242
1270
|
"PlaybackMode": {},
|
1243
1271
|
"Tags": {
|
1244
|
-
"shape": "
|
1272
|
+
"shape": "Sk",
|
1245
1273
|
"locationName": "tags"
|
1246
1274
|
},
|
1247
1275
|
"Tier": {}
|
@@ -1295,18 +1323,18 @@
|
|
1295
1323
|
"members": {
|
1296
1324
|
"Arn": {},
|
1297
1325
|
"CreationTime": {
|
1298
|
-
"shape": "
|
1326
|
+
"shape": "Sp"
|
1299
1327
|
},
|
1300
1328
|
"HttpPackageConfigurations": {
|
1301
|
-
"shape": "
|
1329
|
+
"shape": "St"
|
1302
1330
|
},
|
1303
1331
|
"LastModifiedTime": {
|
1304
|
-
"shape": "
|
1332
|
+
"shape": "Sp"
|
1305
1333
|
},
|
1306
1334
|
"LiveSourceName": {},
|
1307
1335
|
"SourceLocationName": {},
|
1308
1336
|
"Tags": {
|
1309
|
-
"shape": "
|
1337
|
+
"shape": "Sk",
|
1310
1338
|
"locationName": "tags"
|
1311
1339
|
}
|
1312
1340
|
}
|
@@ -1346,31 +1374,31 @@
|
|
1346
1374
|
"members": {
|
1347
1375
|
"AdDecisionServerUrl": {},
|
1348
1376
|
"AvailSuppression": {
|
1349
|
-
"shape": "
|
1377
|
+
"shape": "S36"
|
1350
1378
|
},
|
1351
1379
|
"Bumper": {
|
1352
|
-
"shape": "
|
1380
|
+
"shape": "S39"
|
1353
1381
|
},
|
1354
1382
|
"CdnConfiguration": {
|
1355
|
-
"shape": "
|
1383
|
+
"shape": "S3a"
|
1356
1384
|
},
|
1357
1385
|
"ConfigurationAliases": {
|
1358
|
-
"shape": "
|
1386
|
+
"shape": "S3b"
|
1359
1387
|
},
|
1360
1388
|
"DashConfiguration": {
|
1361
|
-
"shape": "
|
1389
|
+
"shape": "S3c"
|
1362
1390
|
},
|
1363
1391
|
"HlsConfiguration": {
|
1364
|
-
"shape": "
|
1392
|
+
"shape": "S3e"
|
1365
1393
|
},
|
1366
1394
|
"LivePreRollConfiguration": {
|
1367
|
-
"shape": "
|
1395
|
+
"shape": "S3f"
|
1368
1396
|
},
|
1369
1397
|
"LogConfiguration": {
|
1370
|
-
"shape": "
|
1398
|
+
"shape": "S3g"
|
1371
1399
|
},
|
1372
1400
|
"ManifestProcessingRules": {
|
1373
|
-
"shape": "
|
1401
|
+
"shape": "S3h"
|
1374
1402
|
},
|
1375
1403
|
"Name": {},
|
1376
1404
|
"PersonalizationThresholdSeconds": {
|
@@ -1381,7 +1409,7 @@
|
|
1381
1409
|
"SessionInitializationEndpointPrefix": {},
|
1382
1410
|
"SlateAdUrl": {},
|
1383
1411
|
"Tags": {
|
1384
|
-
"shape": "
|
1412
|
+
"shape": "Sk",
|
1385
1413
|
"locationName": "tags"
|
1386
1414
|
},
|
1387
1415
|
"TranscodeProfileName": {},
|
@@ -1432,12 +1460,12 @@
|
|
1432
1460
|
"members": {
|
1433
1461
|
"Arn": {},
|
1434
1462
|
"Consumption": {
|
1435
|
-
"shape": "
|
1463
|
+
"shape": "Sy"
|
1436
1464
|
},
|
1437
1465
|
"Name": {},
|
1438
1466
|
"PlaybackConfigurationName": {},
|
1439
1467
|
"Retrieval": {
|
1440
|
-
"shape": "
|
1468
|
+
"shape": "S12"
|
1441
1469
|
},
|
1442
1470
|
"StreamId": {}
|
1443
1471
|
}
|
@@ -1481,27 +1509,27 @@
|
|
1481
1509
|
],
|
1482
1510
|
"members": {
|
1483
1511
|
"AccessConfiguration": {
|
1484
|
-
"shape": "
|
1512
|
+
"shape": "S1q"
|
1485
1513
|
},
|
1486
1514
|
"Arn": {},
|
1487
1515
|
"CreationTime": {
|
1488
|
-
"shape": "
|
1516
|
+
"shape": "Sp"
|
1489
1517
|
},
|
1490
1518
|
"DefaultSegmentDeliveryConfiguration": {
|
1491
|
-
"shape": "
|
1519
|
+
"shape": "S1t"
|
1492
1520
|
},
|
1493
1521
|
"HttpConfiguration": {
|
1494
|
-
"shape": "
|
1522
|
+
"shape": "S1u"
|
1495
1523
|
},
|
1496
1524
|
"LastModifiedTime": {
|
1497
|
-
"shape": "
|
1525
|
+
"shape": "Sp"
|
1498
1526
|
},
|
1499
1527
|
"SegmentDeliveryConfigurations": {
|
1500
|
-
"shape": "
|
1528
|
+
"shape": "S1v"
|
1501
1529
|
},
|
1502
1530
|
"SourceLocationName": {},
|
1503
1531
|
"Tags": {
|
1504
|
-
"shape": "
|
1532
|
+
"shape": "Sk",
|
1505
1533
|
"locationName": "tags"
|
1506
1534
|
}
|
1507
1535
|
}
|
@@ -1533,7 +1561,7 @@
|
|
1533
1561
|
"type": "structure",
|
1534
1562
|
"members": {
|
1535
1563
|
"Tags": {
|
1536
|
-
"shape": "
|
1564
|
+
"shape": "Sk",
|
1537
1565
|
"locationName": "tags"
|
1538
1566
|
}
|
1539
1567
|
}
|
@@ -1582,17 +1610,17 @@
|
|
1582
1610
|
"members": {
|
1583
1611
|
"Arn": {},
|
1584
1612
|
"CreationTime": {
|
1585
|
-
"shape": "
|
1613
|
+
"shape": "Sp"
|
1586
1614
|
},
|
1587
1615
|
"HttpPackageConfigurations": {
|
1588
|
-
"shape": "
|
1616
|
+
"shape": "St"
|
1589
1617
|
},
|
1590
1618
|
"LastModifiedTime": {
|
1591
|
-
"shape": "
|
1619
|
+
"shape": "Sp"
|
1592
1620
|
},
|
1593
1621
|
"SourceLocationName": {},
|
1594
1622
|
"Tags": {
|
1595
|
-
"shape": "
|
1623
|
+
"shape": "Sk",
|
1596
1624
|
"locationName": "tags"
|
1597
1625
|
},
|
1598
1626
|
"VodSourceName": {}
|
@@ -1643,19 +1671,19 @@
|
|
1643
1671
|
"members": {
|
1644
1672
|
"AdDecisionServerUrl": {},
|
1645
1673
|
"AvailSuppression": {
|
1646
|
-
"shape": "
|
1674
|
+
"shape": "S36"
|
1647
1675
|
},
|
1648
1676
|
"Bumper": {
|
1649
|
-
"shape": "
|
1677
|
+
"shape": "S39"
|
1650
1678
|
},
|
1651
1679
|
"CdnConfiguration": {
|
1652
|
-
"shape": "
|
1680
|
+
"shape": "S3a"
|
1653
1681
|
},
|
1654
1682
|
"ConfigurationAliases": {
|
1655
1683
|
"type": "map",
|
1656
1684
|
"key": {},
|
1657
1685
|
"value": {
|
1658
|
-
"shape": "
|
1686
|
+
"shape": "Sk"
|
1659
1687
|
}
|
1660
1688
|
},
|
1661
1689
|
"DashConfiguration": {
|
@@ -1666,10 +1694,10 @@
|
|
1666
1694
|
}
|
1667
1695
|
},
|
1668
1696
|
"LivePreRollConfiguration": {
|
1669
|
-
"shape": "
|
1697
|
+
"shape": "S3f"
|
1670
1698
|
},
|
1671
1699
|
"ManifestProcessingRules": {
|
1672
|
-
"shape": "
|
1700
|
+
"shape": "S3h"
|
1673
1701
|
},
|
1674
1702
|
"Name": {},
|
1675
1703
|
"PersonalizationThresholdSeconds": {
|
@@ -1677,7 +1705,7 @@
|
|
1677
1705
|
},
|
1678
1706
|
"SlateAdUrl": {},
|
1679
1707
|
"Tags": {
|
1680
|
-
"shape": "
|
1708
|
+
"shape": "Sk",
|
1681
1709
|
"locationName": "tags"
|
1682
1710
|
},
|
1683
1711
|
"TranscodeProfileName": {},
|
@@ -1689,31 +1717,31 @@
|
|
1689
1717
|
"members": {
|
1690
1718
|
"AdDecisionServerUrl": {},
|
1691
1719
|
"AvailSuppression": {
|
1692
|
-
"shape": "
|
1720
|
+
"shape": "S36"
|
1693
1721
|
},
|
1694
1722
|
"Bumper": {
|
1695
|
-
"shape": "
|
1723
|
+
"shape": "S39"
|
1696
1724
|
},
|
1697
1725
|
"CdnConfiguration": {
|
1698
|
-
"shape": "
|
1726
|
+
"shape": "S3a"
|
1699
1727
|
},
|
1700
1728
|
"ConfigurationAliases": {
|
1701
|
-
"shape": "
|
1729
|
+
"shape": "S3b"
|
1702
1730
|
},
|
1703
1731
|
"DashConfiguration": {
|
1704
|
-
"shape": "
|
1732
|
+
"shape": "S3c"
|
1705
1733
|
},
|
1706
1734
|
"HlsConfiguration": {
|
1707
|
-
"shape": "
|
1735
|
+
"shape": "S3e"
|
1708
1736
|
},
|
1709
1737
|
"LivePreRollConfiguration": {
|
1710
|
-
"shape": "
|
1738
|
+
"shape": "S3f"
|
1711
1739
|
},
|
1712
1740
|
"LogConfiguration": {
|
1713
|
-
"shape": "
|
1741
|
+
"shape": "S3g"
|
1714
1742
|
},
|
1715
1743
|
"ManifestProcessingRules": {
|
1716
|
-
"shape": "
|
1744
|
+
"shape": "S3h"
|
1717
1745
|
},
|
1718
1746
|
"Name": {},
|
1719
1747
|
"PersonalizationThresholdSeconds": {
|
@@ -1724,7 +1752,7 @@
|
|
1724
1752
|
"SessionInitializationEndpointPrefix": {},
|
1725
1753
|
"SlateAdUrl": {},
|
1726
1754
|
"Tags": {
|
1727
|
-
"shape": "
|
1755
|
+
"shape": "Sk",
|
1728
1756
|
"locationName": "tags"
|
1729
1757
|
},
|
1730
1758
|
"TranscodeProfileName": {},
|
@@ -1798,7 +1826,7 @@
|
|
1798
1826
|
"locationName": "ResourceArn"
|
1799
1827
|
},
|
1800
1828
|
"Tags": {
|
1801
|
-
"shape": "
|
1829
|
+
"shape": "Sk",
|
1802
1830
|
"locationName": "tags"
|
1803
1831
|
}
|
1804
1832
|
}
|
@@ -1822,7 +1850,7 @@
|
|
1822
1850
|
"locationName": "ResourceArn"
|
1823
1851
|
},
|
1824
1852
|
"TagKeys": {
|
1825
|
-
"shape": "
|
1853
|
+
"shape": "S3s",
|
1826
1854
|
"location": "querystring",
|
1827
1855
|
"locationName": "tagKeys"
|
1828
1856
|
}
|
@@ -1843,18 +1871,21 @@
|
|
1843
1871
|
"Outputs"
|
1844
1872
|
],
|
1845
1873
|
"members": {
|
1874
|
+
"Audiences": {
|
1875
|
+
"shape": "Sa"
|
1876
|
+
},
|
1846
1877
|
"ChannelName": {
|
1847
1878
|
"location": "uri",
|
1848
1879
|
"locationName": "ChannelName"
|
1849
1880
|
},
|
1850
1881
|
"FillerSlate": {
|
1851
|
-
"shape": "
|
1882
|
+
"shape": "Sc"
|
1852
1883
|
},
|
1853
1884
|
"Outputs": {
|
1854
|
-
"shape": "
|
1885
|
+
"shape": "Sd"
|
1855
1886
|
},
|
1856
1887
|
"TimeShiftConfiguration": {
|
1857
|
-
"shape": "
|
1888
|
+
"shape": "Sm"
|
1858
1889
|
}
|
1859
1890
|
}
|
1860
1891
|
},
|
@@ -1862,28 +1893,31 @@
|
|
1862
1893
|
"type": "structure",
|
1863
1894
|
"members": {
|
1864
1895
|
"Arn": {},
|
1896
|
+
"Audiences": {
|
1897
|
+
"shape": "Sa"
|
1898
|
+
},
|
1865
1899
|
"ChannelName": {},
|
1866
1900
|
"ChannelState": {},
|
1867
1901
|
"CreationTime": {
|
1868
|
-
"shape": "
|
1902
|
+
"shape": "Sp"
|
1869
1903
|
},
|
1870
1904
|
"FillerSlate": {
|
1871
|
-
"shape": "
|
1905
|
+
"shape": "Sc"
|
1872
1906
|
},
|
1873
1907
|
"LastModifiedTime": {
|
1874
|
-
"shape": "
|
1908
|
+
"shape": "Sp"
|
1875
1909
|
},
|
1876
1910
|
"Outputs": {
|
1877
|
-
"shape": "
|
1911
|
+
"shape": "Sq"
|
1878
1912
|
},
|
1879
1913
|
"PlaybackMode": {},
|
1880
1914
|
"Tags": {
|
1881
|
-
"shape": "
|
1915
|
+
"shape": "Sk",
|
1882
1916
|
"locationName": "tags"
|
1883
1917
|
},
|
1884
1918
|
"Tier": {},
|
1885
1919
|
"TimeShiftConfiguration": {
|
1886
|
-
"shape": "
|
1920
|
+
"shape": "Sm"
|
1887
1921
|
}
|
1888
1922
|
}
|
1889
1923
|
},
|
@@ -1904,7 +1938,7 @@
|
|
1904
1938
|
],
|
1905
1939
|
"members": {
|
1906
1940
|
"HttpPackageConfigurations": {
|
1907
|
-
"shape": "
|
1941
|
+
"shape": "St"
|
1908
1942
|
},
|
1909
1943
|
"LiveSourceName": {
|
1910
1944
|
"location": "uri",
|
@@ -1921,18 +1955,18 @@
|
|
1921
1955
|
"members": {
|
1922
1956
|
"Arn": {},
|
1923
1957
|
"CreationTime": {
|
1924
|
-
"shape": "
|
1958
|
+
"shape": "Sp"
|
1925
1959
|
},
|
1926
1960
|
"HttpPackageConfigurations": {
|
1927
|
-
"shape": "
|
1961
|
+
"shape": "St"
|
1928
1962
|
},
|
1929
1963
|
"LastModifiedTime": {
|
1930
|
-
"shape": "
|
1964
|
+
"shape": "Sp"
|
1931
1965
|
},
|
1932
1966
|
"LiveSourceName": {},
|
1933
1967
|
"SourceLocationName": {},
|
1934
1968
|
"Tags": {
|
1935
|
-
"shape": "
|
1969
|
+
"shape": "Sk",
|
1936
1970
|
"locationName": "tags"
|
1937
1971
|
}
|
1938
1972
|
}
|
@@ -1954,7 +1988,10 @@
|
|
1954
1988
|
],
|
1955
1989
|
"members": {
|
1956
1990
|
"AdBreaks": {
|
1957
|
-
"shape": "
|
1991
|
+
"shape": "S15"
|
1992
|
+
},
|
1993
|
+
"AudienceMedia": {
|
1994
|
+
"shape": "S1g"
|
1958
1995
|
},
|
1959
1996
|
"ChannelName": {
|
1960
1997
|
"location": "uri",
|
@@ -1968,7 +2005,7 @@
|
|
1968
2005
|
"type": "structure",
|
1969
2006
|
"members": {
|
1970
2007
|
"ClipRange": {
|
1971
|
-
"shape": "
|
2008
|
+
"shape": "S1k"
|
1972
2009
|
},
|
1973
2010
|
"Transition": {
|
1974
2011
|
"type": "structure",
|
@@ -1989,15 +2026,18 @@
|
|
1989
2026
|
"type": "structure",
|
1990
2027
|
"members": {
|
1991
2028
|
"AdBreaks": {
|
1992
|
-
"shape": "
|
2029
|
+
"shape": "S15"
|
1993
2030
|
},
|
1994
2031
|
"Arn": {},
|
2032
|
+
"AudienceMedia": {
|
2033
|
+
"shape": "S1g"
|
2034
|
+
},
|
1995
2035
|
"ChannelName": {},
|
1996
2036
|
"ClipRange": {
|
1997
|
-
"shape": "
|
2037
|
+
"shape": "S1k"
|
1998
2038
|
},
|
1999
2039
|
"CreationTime": {
|
2000
|
-
"shape": "
|
2040
|
+
"shape": "Sp"
|
2001
2041
|
},
|
2002
2042
|
"DurationMillis": {
|
2003
2043
|
"type": "long"
|
@@ -2005,7 +2045,7 @@
|
|
2005
2045
|
"LiveSourceName": {},
|
2006
2046
|
"ProgramName": {},
|
2007
2047
|
"ScheduledStartTime": {
|
2008
|
-
"shape": "
|
2048
|
+
"shape": "Sp"
|
2009
2049
|
},
|
2010
2050
|
"SourceLocationName": {},
|
2011
2051
|
"VodSourceName": {}
|
@@ -2027,16 +2067,16 @@
|
|
2027
2067
|
],
|
2028
2068
|
"members": {
|
2029
2069
|
"AccessConfiguration": {
|
2030
|
-
"shape": "
|
2070
|
+
"shape": "S1q"
|
2031
2071
|
},
|
2032
2072
|
"DefaultSegmentDeliveryConfiguration": {
|
2033
|
-
"shape": "
|
2073
|
+
"shape": "S1t"
|
2034
2074
|
},
|
2035
2075
|
"HttpConfiguration": {
|
2036
|
-
"shape": "
|
2076
|
+
"shape": "S1u"
|
2037
2077
|
},
|
2038
2078
|
"SegmentDeliveryConfigurations": {
|
2039
|
-
"shape": "
|
2079
|
+
"shape": "S1v"
|
2040
2080
|
},
|
2041
2081
|
"SourceLocationName": {
|
2042
2082
|
"location": "uri",
|
@@ -2048,27 +2088,27 @@
|
|
2048
2088
|
"type": "structure",
|
2049
2089
|
"members": {
|
2050
2090
|
"AccessConfiguration": {
|
2051
|
-
"shape": "
|
2091
|
+
"shape": "S1q"
|
2052
2092
|
},
|
2053
2093
|
"Arn": {},
|
2054
2094
|
"CreationTime": {
|
2055
|
-
"shape": "
|
2095
|
+
"shape": "Sp"
|
2056
2096
|
},
|
2057
2097
|
"DefaultSegmentDeliveryConfiguration": {
|
2058
|
-
"shape": "
|
2098
|
+
"shape": "S1t"
|
2059
2099
|
},
|
2060
2100
|
"HttpConfiguration": {
|
2061
|
-
"shape": "
|
2101
|
+
"shape": "S1u"
|
2062
2102
|
},
|
2063
2103
|
"LastModifiedTime": {
|
2064
|
-
"shape": "
|
2104
|
+
"shape": "Sp"
|
2065
2105
|
},
|
2066
2106
|
"SegmentDeliveryConfigurations": {
|
2067
|
-
"shape": "
|
2107
|
+
"shape": "S1v"
|
2068
2108
|
},
|
2069
2109
|
"SourceLocationName": {},
|
2070
2110
|
"Tags": {
|
2071
|
-
"shape": "
|
2111
|
+
"shape": "Sk",
|
2072
2112
|
"locationName": "tags"
|
2073
2113
|
}
|
2074
2114
|
}
|
@@ -2090,7 +2130,7 @@
|
|
2090
2130
|
],
|
2091
2131
|
"members": {
|
2092
2132
|
"HttpPackageConfigurations": {
|
2093
|
-
"shape": "
|
2133
|
+
"shape": "St"
|
2094
2134
|
},
|
2095
2135
|
"SourceLocationName": {
|
2096
2136
|
"location": "uri",
|
@@ -2107,17 +2147,17 @@
|
|
2107
2147
|
"members": {
|
2108
2148
|
"Arn": {},
|
2109
2149
|
"CreationTime": {
|
2110
|
-
"shape": "
|
2150
|
+
"shape": "Sp"
|
2111
2151
|
},
|
2112
2152
|
"HttpPackageConfigurations": {
|
2113
|
-
"shape": "
|
2153
|
+
"shape": "St"
|
2114
2154
|
},
|
2115
2155
|
"LastModifiedTime": {
|
2116
|
-
"shape": "
|
2156
|
+
"shape": "Sp"
|
2117
2157
|
},
|
2118
2158
|
"SourceLocationName": {},
|
2119
2159
|
"Tags": {
|
2120
|
-
"shape": "
|
2160
|
+
"shape": "Sk",
|
2121
2161
|
"locationName": "tags"
|
2122
2162
|
},
|
2123
2163
|
"VodSourceName": {}
|
@@ -2132,13 +2172,17 @@
|
|
2132
2172
|
"member": {}
|
2133
2173
|
},
|
2134
2174
|
"Sa": {
|
2175
|
+
"type": "list",
|
2176
|
+
"member": {}
|
2177
|
+
},
|
2178
|
+
"Sc": {
|
2135
2179
|
"type": "structure",
|
2136
2180
|
"members": {
|
2137
2181
|
"SourceLocationName": {},
|
2138
2182
|
"VodSourceName": {}
|
2139
2183
|
}
|
2140
2184
|
},
|
2141
|
-
"
|
2185
|
+
"Sd": {
|
2142
2186
|
"type": "list",
|
2143
2187
|
"member": {
|
2144
2188
|
"type": "structure",
|
@@ -2148,17 +2192,17 @@
|
|
2148
2192
|
],
|
2149
2193
|
"members": {
|
2150
2194
|
"DashPlaylistSettings": {
|
2151
|
-
"shape": "
|
2195
|
+
"shape": "Sf"
|
2152
2196
|
},
|
2153
2197
|
"HlsPlaylistSettings": {
|
2154
|
-
"shape": "
|
2198
|
+
"shape": "Sg"
|
2155
2199
|
},
|
2156
2200
|
"ManifestName": {},
|
2157
2201
|
"SourceGroup": {}
|
2158
2202
|
}
|
2159
2203
|
}
|
2160
2204
|
},
|
2161
|
-
"
|
2205
|
+
"Sf": {
|
2162
2206
|
"type": "structure",
|
2163
2207
|
"members": {
|
2164
2208
|
"ManifestWindowSeconds": {
|
@@ -2175,7 +2219,7 @@
|
|
2175
2219
|
}
|
2176
2220
|
}
|
2177
2221
|
},
|
2178
|
-
"
|
2222
|
+
"Sg": {
|
2179
2223
|
"type": "structure",
|
2180
2224
|
"members": {
|
2181
2225
|
"AdMarkupType": {
|
@@ -2187,12 +2231,12 @@
|
|
2187
2231
|
}
|
2188
2232
|
}
|
2189
2233
|
},
|
2190
|
-
"
|
2234
|
+
"Sk": {
|
2191
2235
|
"type": "map",
|
2192
2236
|
"key": {},
|
2193
2237
|
"value": {}
|
2194
2238
|
},
|
2195
|
-
"
|
2239
|
+
"Sm": {
|
2196
2240
|
"type": "structure",
|
2197
2241
|
"required": [
|
2198
2242
|
"MaxTimeDelaySeconds"
|
@@ -2203,11 +2247,11 @@
|
|
2203
2247
|
}
|
2204
2248
|
}
|
2205
2249
|
},
|
2206
|
-
"
|
2250
|
+
"Sp": {
|
2207
2251
|
"type": "timestamp",
|
2208
2252
|
"timestampFormat": "unixTimestamp"
|
2209
2253
|
},
|
2210
|
-
"
|
2254
|
+
"Sq": {
|
2211
2255
|
"type": "list",
|
2212
2256
|
"member": {
|
2213
2257
|
"type": "structure",
|
@@ -2218,10 +2262,10 @@
|
|
2218
2262
|
],
|
2219
2263
|
"members": {
|
2220
2264
|
"DashPlaylistSettings": {
|
2221
|
-
"shape": "
|
2265
|
+
"shape": "Sf"
|
2222
2266
|
},
|
2223
2267
|
"HlsPlaylistSettings": {
|
2224
|
-
"shape": "
|
2268
|
+
"shape": "Sg"
|
2225
2269
|
},
|
2226
2270
|
"ManifestName": {},
|
2227
2271
|
"PlaybackUrl": {},
|
@@ -2229,7 +2273,7 @@
|
|
2229
2273
|
}
|
2230
2274
|
}
|
2231
2275
|
},
|
2232
|
-
"
|
2276
|
+
"St": {
|
2233
2277
|
"type": "list",
|
2234
2278
|
"member": {
|
2235
2279
|
"type": "structure",
|
@@ -2245,7 +2289,7 @@
|
|
2245
2289
|
}
|
2246
2290
|
}
|
2247
2291
|
},
|
2248
|
-
"
|
2292
|
+
"Sy": {
|
2249
2293
|
"type": "structure",
|
2250
2294
|
"required": [
|
2251
2295
|
"EndTime"
|
@@ -2266,31 +2310,31 @@
|
|
2266
2310
|
}
|
2267
2311
|
},
|
2268
2312
|
"EndTime": {
|
2269
|
-
"shape": "
|
2313
|
+
"shape": "Sp"
|
2270
2314
|
},
|
2271
2315
|
"StartTime": {
|
2272
|
-
"shape": "
|
2316
|
+
"shape": "Sp"
|
2273
2317
|
}
|
2274
2318
|
}
|
2275
2319
|
},
|
2276
|
-
"
|
2320
|
+
"S12": {
|
2277
2321
|
"type": "structure",
|
2278
2322
|
"required": [
|
2279
2323
|
"EndTime"
|
2280
2324
|
],
|
2281
2325
|
"members": {
|
2282
2326
|
"DynamicVariables": {
|
2283
|
-
"shape": "
|
2327
|
+
"shape": "Sk"
|
2284
2328
|
},
|
2285
2329
|
"EndTime": {
|
2286
|
-
"shape": "
|
2330
|
+
"shape": "Sp"
|
2287
2331
|
},
|
2288
2332
|
"StartTime": {
|
2289
|
-
"shape": "
|
2333
|
+
"shape": "Sp"
|
2290
2334
|
}
|
2291
2335
|
}
|
2292
2336
|
},
|
2293
|
-
"
|
2337
|
+
"S15": {
|
2294
2338
|
"type": "list",
|
2295
2339
|
"member": {
|
2296
2340
|
"type": "structure",
|
@@ -2317,7 +2361,7 @@
|
|
2317
2361
|
"type": "long"
|
2318
2362
|
},
|
2319
2363
|
"Slate": {
|
2320
|
-
"shape": "
|
2364
|
+
"shape": "Sc"
|
2321
2365
|
},
|
2322
2366
|
"SpliceInsertMessage": {
|
2323
2367
|
"type": "structure",
|
@@ -2375,17 +2419,49 @@
|
|
2375
2419
|
}
|
2376
2420
|
},
|
2377
2421
|
"S1g": {
|
2422
|
+
"type": "list",
|
2423
|
+
"member": {
|
2424
|
+
"type": "structure",
|
2425
|
+
"members": {
|
2426
|
+
"AlternateMedia": {
|
2427
|
+
"type": "list",
|
2428
|
+
"member": {
|
2429
|
+
"type": "structure",
|
2430
|
+
"members": {
|
2431
|
+
"AdBreaks": {
|
2432
|
+
"shape": "S15"
|
2433
|
+
},
|
2434
|
+
"ClipRange": {
|
2435
|
+
"shape": "S1k"
|
2436
|
+
},
|
2437
|
+
"DurationMillis": {
|
2438
|
+
"type": "long"
|
2439
|
+
},
|
2440
|
+
"LiveSourceName": {},
|
2441
|
+
"ScheduledStartTimeMillis": {
|
2442
|
+
"type": "long"
|
2443
|
+
},
|
2444
|
+
"SourceLocationName": {},
|
2445
|
+
"VodSourceName": {}
|
2446
|
+
}
|
2447
|
+
}
|
2448
|
+
},
|
2449
|
+
"Audience": {}
|
2450
|
+
}
|
2451
|
+
}
|
2452
|
+
},
|
2453
|
+
"S1k": {
|
2378
2454
|
"type": "structure",
|
2379
|
-
"required": [
|
2380
|
-
"EndOffsetMillis"
|
2381
|
-
],
|
2382
2455
|
"members": {
|
2383
2456
|
"EndOffsetMillis": {
|
2384
2457
|
"type": "long"
|
2458
|
+
},
|
2459
|
+
"StartOffsetMillis": {
|
2460
|
+
"type": "long"
|
2385
2461
|
}
|
2386
2462
|
}
|
2387
2463
|
},
|
2388
|
-
"
|
2464
|
+
"S1q": {
|
2389
2465
|
"type": "structure",
|
2390
2466
|
"members": {
|
2391
2467
|
"AccessType": {},
|
@@ -2399,13 +2475,13 @@
|
|
2399
2475
|
}
|
2400
2476
|
}
|
2401
2477
|
},
|
2402
|
-
"
|
2478
|
+
"S1t": {
|
2403
2479
|
"type": "structure",
|
2404
2480
|
"members": {
|
2405
2481
|
"BaseUrl": {}
|
2406
2482
|
}
|
2407
2483
|
},
|
2408
|
-
"
|
2484
|
+
"S1u": {
|
2409
2485
|
"type": "structure",
|
2410
2486
|
"required": [
|
2411
2487
|
"BaseUrl"
|
@@ -2414,7 +2490,7 @@
|
|
2414
2490
|
"BaseUrl": {}
|
2415
2491
|
}
|
2416
2492
|
},
|
2417
|
-
"
|
2493
|
+
"S1v": {
|
2418
2494
|
"type": "list",
|
2419
2495
|
"member": {
|
2420
2496
|
"type": "structure",
|
@@ -2424,7 +2500,7 @@
|
|
2424
2500
|
}
|
2425
2501
|
}
|
2426
2502
|
},
|
2427
|
-
"
|
2503
|
+
"S2i": {
|
2428
2504
|
"type": "structure",
|
2429
2505
|
"members": {
|
2430
2506
|
"LogTypes": {
|
@@ -2432,7 +2508,7 @@
|
|
2432
2508
|
}
|
2433
2509
|
}
|
2434
2510
|
},
|
2435
|
-
"
|
2511
|
+
"S36": {
|
2436
2512
|
"type": "structure",
|
2437
2513
|
"members": {
|
2438
2514
|
"FillPolicy": {},
|
@@ -2440,28 +2516,28 @@
|
|
2440
2516
|
"Value": {}
|
2441
2517
|
}
|
2442
2518
|
},
|
2443
|
-
"
|
2519
|
+
"S39": {
|
2444
2520
|
"type": "structure",
|
2445
2521
|
"members": {
|
2446
2522
|
"EndUrl": {},
|
2447
2523
|
"StartUrl": {}
|
2448
2524
|
}
|
2449
2525
|
},
|
2450
|
-
"
|
2526
|
+
"S3a": {
|
2451
2527
|
"type": "structure",
|
2452
2528
|
"members": {
|
2453
2529
|
"AdSegmentUrlPrefix": {},
|
2454
2530
|
"ContentSegmentUrlPrefix": {}
|
2455
2531
|
}
|
2456
2532
|
},
|
2457
|
-
"
|
2533
|
+
"S3b": {
|
2458
2534
|
"type": "map",
|
2459
2535
|
"key": {},
|
2460
2536
|
"value": {
|
2461
|
-
"shape": "
|
2537
|
+
"shape": "Sk"
|
2462
2538
|
}
|
2463
2539
|
},
|
2464
|
-
"
|
2540
|
+
"S3c": {
|
2465
2541
|
"type": "structure",
|
2466
2542
|
"members": {
|
2467
2543
|
"ManifestEndpointPrefix": {},
|
@@ -2469,13 +2545,13 @@
|
|
2469
2545
|
"OriginManifestType": {}
|
2470
2546
|
}
|
2471
2547
|
},
|
2472
|
-
"
|
2548
|
+
"S3e": {
|
2473
2549
|
"type": "structure",
|
2474
2550
|
"members": {
|
2475
2551
|
"ManifestEndpointPrefix": {}
|
2476
2552
|
}
|
2477
2553
|
},
|
2478
|
-
"
|
2554
|
+
"S3f": {
|
2479
2555
|
"type": "structure",
|
2480
2556
|
"members": {
|
2481
2557
|
"AdDecisionServerUrl": {},
|
@@ -2484,7 +2560,7 @@
|
|
2484
2560
|
}
|
2485
2561
|
}
|
2486
2562
|
},
|
2487
|
-
"
|
2563
|
+
"S3g": {
|
2488
2564
|
"type": "structure",
|
2489
2565
|
"required": [
|
2490
2566
|
"PercentEnabled"
|
@@ -2495,7 +2571,7 @@
|
|
2495
2571
|
}
|
2496
2572
|
}
|
2497
2573
|
},
|
2498
|
-
"
|
2574
|
+
"S3h": {
|
2499
2575
|
"type": "structure",
|
2500
2576
|
"members": {
|
2501
2577
|
"AdMarkerPassthrough": {
|
@@ -2508,7 +2584,7 @@
|
|
2508
2584
|
}
|
2509
2585
|
}
|
2510
2586
|
},
|
2511
|
-
"
|
2587
|
+
"S3s": {
|
2512
2588
|
"type": "list",
|
2513
2589
|
"member": {}
|
2514
2590
|
}
|