@aws-sdk/client-mediatailor 3.1104.0 → 3.1106.0
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/dist-cjs/index.js +68 -24
- package/dist-es/models/enums.js +11 -0
- package/dist-es/schemas/schemas_0.js +50 -23
- package/dist-types/commands/GetFunctionCommand.d.ts +19 -5
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +19 -5
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +8 -0
- package/dist-types/commands/PutFunctionCommand.d.ts +38 -10
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +16 -0
- package/dist-types/models/enums.d.ts +27 -0
- package/dist-types/models/models_0.d.ts +100 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +14 -0
- package/dist-types/ts3.4/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1105.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -182,9 +182,11 @@ const _APC = "AdsPersonalizationConcurrency";
|
|
|
182
182
|
const _APT = "AdsPersonalizationTimeouts";
|
|
183
183
|
const _ARTM = "AdsRequestTimeoutMilliseconds";
|
|
184
184
|
const _AS = "AvailSuppression";
|
|
185
|
+
const _ASM = "AdSequencingMode";
|
|
185
186
|
const _AST = "ApproximateStartTime";
|
|
186
187
|
const _ASUP = "AdSegmentUrlPrefix";
|
|
187
188
|
const _AT = "AccessType";
|
|
189
|
+
const _Al = "Alias";
|
|
188
190
|
const _Ar = "Arn";
|
|
189
191
|
const _Au = "Audience";
|
|
190
192
|
const _Aud = "Audiences";
|
|
@@ -200,6 +202,7 @@ const _CC = "CdnConfiguration";
|
|
|
200
202
|
const _CCR = "CreateChannelRequest";
|
|
201
203
|
const _CCRr = "CreateChannelResponse";
|
|
202
204
|
const _CCr = "CreateChannel";
|
|
205
|
+
const _CEC = "ConcurrentExecutorConfiguration";
|
|
203
206
|
const _CLFC = "ConfigureLogsForChannel";
|
|
204
207
|
const _CLFCR = "ConfigureLogsForChannelRequest";
|
|
205
208
|
const _CLFCRo = "ConfigureLogsForChannelResponse";
|
|
@@ -366,6 +369,7 @@ const _LVSR = "ListVodSourcesRequest";
|
|
|
366
369
|
const _LVSRi = "ListVodSourcesResponse";
|
|
367
370
|
const _M = "Message";
|
|
368
371
|
const _MBTS = "MinBufferTimeSeconds";
|
|
372
|
+
const _MC = "MaxConcurrency";
|
|
369
373
|
const _MCAR = "MaxConcurrentAdsRequests";
|
|
370
374
|
const _MDS = "MaxDurationSeconds";
|
|
371
375
|
const _MEP = "ManifestEndpointPrefix";
|
|
@@ -411,12 +415,14 @@ const _PPC = "PutPlaybackConfiguration";
|
|
|
411
415
|
const _PPCR = "PutPlaybackConfigurationRequest";
|
|
412
416
|
const _PPCRu = "PutPlaybackConfigurationResponse";
|
|
413
417
|
const _PR = "PrefetchRetrieval";
|
|
418
|
+
const _PRADSC = "PreRollAdDecisionServerConfiguration";
|
|
419
|
+
const _PRVR = "PreRollVastResponse";
|
|
414
420
|
const _PS = "PrefetchSchedule";
|
|
415
421
|
const _PT = "PeakTps";
|
|
416
422
|
const _PTS = "PersonalizationThresholdSeconds";
|
|
417
423
|
const _PU = "PlaybackUrl";
|
|
418
424
|
const _Pa = "Path";
|
|
419
|
-
const _R = "
|
|
425
|
+
const _R = "Runtime";
|
|
420
426
|
const _RA = "ResourceArn";
|
|
421
427
|
const _RAES = "RetrievedAdExpirationSeconds";
|
|
422
428
|
const _RC = "RunCondition";
|
|
@@ -432,7 +438,7 @@ const _RR = "RecurringRetrieval";
|
|
|
432
438
|
const _RRA = "RelatedResourceArns";
|
|
433
439
|
const _RTM = "RequestTimeoutMilliseconds";
|
|
434
440
|
const _RWDS = "RetrievalWindowDurationSeconds";
|
|
435
|
-
const
|
|
441
|
+
const _Re = "Retrieval";
|
|
436
442
|
const _S = "Slate";
|
|
437
443
|
const _SA = "SecretArn";
|
|
438
444
|
const _SAB = "ScheduleAdBreak";
|
|
@@ -517,6 +523,7 @@ const _UVSRp = "UpdateVodSourceResponse";
|
|
|
517
523
|
const _V = "Value";
|
|
518
524
|
const _VCSU = "VideoContentSourceUrl";
|
|
519
525
|
const _VMAPTM = "VodMaximumAdsPersonalizationTimeMilliseconds";
|
|
526
|
+
const _VR = "VastResponse";
|
|
520
527
|
const _VS = "VodSource";
|
|
521
528
|
const _VSN = "VodSourceName";
|
|
522
529
|
const _a = "audience";
|
|
@@ -586,8 +593,8 @@ var AdConditioningConfiguration$ = [3, n0, _ACC,
|
|
|
586
593
|
];
|
|
587
594
|
var AdDecisionServerConfiguration$ = [3, n0, _ADSC,
|
|
588
595
|
0,
|
|
589
|
-
[_HR],
|
|
590
|
-
[() => HttpRequest$]
|
|
596
|
+
[_HR, _VR],
|
|
597
|
+
[() => HttpRequest$, () => VastResponse$]
|
|
591
598
|
];
|
|
592
599
|
var AdMarkerPassthrough$ = [3, n0, _AMP,
|
|
593
600
|
0,
|
|
@@ -654,6 +661,11 @@ var ClipRange$ = [3, n0, _CR,
|
|
|
654
661
|
[_EOM, _SOM],
|
|
655
662
|
[1, 1]
|
|
656
663
|
];
|
|
664
|
+
var ConcurrentExecutorConfiguration$ = [3, n0, _CEC,
|
|
665
|
+
0,
|
|
666
|
+
[_R, _Out, _FL, _TM, _MC],
|
|
667
|
+
[0, 128 | 0, () => __listOfFunctionsRef, 1, 1], 5
|
|
668
|
+
];
|
|
657
669
|
var ConfigureLogsForChannelRequest$ = [3, n0, _CLFCR,
|
|
658
670
|
0,
|
|
659
671
|
[_CN, _LT],
|
|
@@ -696,12 +708,12 @@ var CreateLiveSourceResponse$ = [3, n0, _CLSRr,
|
|
|
696
708
|
];
|
|
697
709
|
var CreatePrefetchScheduleRequest$ = [3, n0, _CPSR,
|
|
698
710
|
0,
|
|
699
|
-
[_N, _PCN, _Co,
|
|
711
|
+
[_N, _PCN, _Co, _Re, _RPC, _ST, _SI, _Ta],
|
|
700
712
|
[[0, 1], [0, 1], () => PrefetchConsumption$, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }]], 2
|
|
701
713
|
];
|
|
702
714
|
var CreatePrefetchScheduleResponse$ = [3, n0, _CPSRr,
|
|
703
715
|
0,
|
|
704
|
-
[_Ar, _Co, _N, _PCN,
|
|
716
|
+
[_Ar, _Co, _N, _PCN, _Re, _RPC, _ST, _SI, _Ta],
|
|
705
717
|
[0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }]]
|
|
706
718
|
];
|
|
707
719
|
var CreateProgramRequest$ = [3, n0, _CPR,
|
|
@@ -736,7 +748,7 @@ var CreateVodSourceResponse$ = [3, n0, _CVSRr,
|
|
|
736
748
|
];
|
|
737
749
|
var CustomOutputConfiguration$ = [3, n0, _COC,
|
|
738
750
|
0,
|
|
739
|
-
[
|
|
751
|
+
[_R, _Out],
|
|
740
752
|
[0, 128 | 0], 1
|
|
741
753
|
];
|
|
742
754
|
var DashConfiguration$ = [3, n0, _DC,
|
|
@@ -901,13 +913,13 @@ var DescribeVodSourceResponse$ = [3, n0, _DVSResc,
|
|
|
901
913
|
];
|
|
902
914
|
var Function$ = [3, n0, _F,
|
|
903
915
|
0,
|
|
904
|
-
[_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
|
|
905
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
916
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
917
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
906
918
|
];
|
|
907
919
|
var FunctionRef$ = [3, n0, _FR,
|
|
908
920
|
0,
|
|
909
|
-
[_RC, _FI],
|
|
910
|
-
[0, 0]
|
|
921
|
+
[_RC, _FI, _Al],
|
|
922
|
+
[0, 0, 0]
|
|
911
923
|
];
|
|
912
924
|
var GetChannelPolicyRequest$ = [3, n0, _GCPR,
|
|
913
925
|
0,
|
|
@@ -936,8 +948,8 @@ var GetFunctionRequest$ = [3, n0, _GFR,
|
|
|
936
948
|
];
|
|
937
949
|
var GetFunctionResponse$ = [3, n0, _GFRe,
|
|
938
950
|
0,
|
|
939
|
-
[_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
|
|
940
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
951
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
952
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
941
953
|
];
|
|
942
954
|
var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
|
|
943
955
|
0,
|
|
@@ -956,7 +968,7 @@ var GetPrefetchScheduleRequest$ = [3, n0, _GPSR,
|
|
|
956
968
|
];
|
|
957
969
|
var GetPrefetchScheduleResponse$ = [3, n0, _GPSRe,
|
|
958
970
|
0,
|
|
959
|
-
[_Ar, _Co, _N, _PCN,
|
|
971
|
+
[_Ar, _Co, _N, _PCN, _Re, _ST, _RPC, _SI, _Ta],
|
|
960
972
|
[0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0, [128 | 0, { [_jN]: _t }]]
|
|
961
973
|
];
|
|
962
974
|
var HlsConfiguration$ = [3, n0, _HCl,
|
|
@@ -986,7 +998,7 @@ var HttpRequest$ = [3, n0, _HR,
|
|
|
986
998
|
];
|
|
987
999
|
var HttpRequestConfiguration$ = [3, n0, _HRC,
|
|
988
1000
|
0,
|
|
989
|
-
[
|
|
1001
|
+
[_R, _MTe, _RTM, _U, _Out, _Bo, _H],
|
|
990
1002
|
[0, 0, 1, 0, 128 | 0, 0, 128 | 0], 4
|
|
991
1003
|
];
|
|
992
1004
|
var KeyValuePair$ = [3, n0, _KVP,
|
|
@@ -1086,8 +1098,8 @@ var ListVodSourcesResponse$ = [3, n0, _LVSRi,
|
|
|
1086
1098
|
];
|
|
1087
1099
|
var LivePreRollConfiguration$ = [3, n0, _LPRC,
|
|
1088
1100
|
0,
|
|
1089
|
-
[_ADSU, _MDS],
|
|
1090
|
-
[0, 1]
|
|
1101
|
+
[_ADSU, _MDS, _ADSC],
|
|
1102
|
+
[0, 1, () => PreRollAdDecisionServerConfiguration$]
|
|
1091
1103
|
];
|
|
1092
1104
|
var LiveSource$ = [3, n0, _LS,
|
|
1093
1105
|
0,
|
|
@@ -1131,9 +1143,19 @@ var PrefetchRetrieval$ = [3, n0, _PR,
|
|
|
1131
1143
|
];
|
|
1132
1144
|
var PrefetchSchedule$ = [3, n0, _PS,
|
|
1133
1145
|
0,
|
|
1134
|
-
[_Ar, _N, _PCN, _Co,
|
|
1146
|
+
[_Ar, _N, _PCN, _Co, _Re, _ST, _RPC, _SI, _Ta],
|
|
1135
1147
|
[0, 0, 0, () => PrefetchConsumption$, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0, [128 | 0, { [_jN]: _t }]], 3
|
|
1136
1148
|
];
|
|
1149
|
+
var PreRollAdDecisionServerConfiguration$ = [3, n0, _PRADSC,
|
|
1150
|
+
0,
|
|
1151
|
+
[_VR],
|
|
1152
|
+
[() => PreRollVastResponse$]
|
|
1153
|
+
];
|
|
1154
|
+
var PreRollVastResponse$ = [3, n0, _PRVR,
|
|
1155
|
+
0,
|
|
1156
|
+
[_ASM],
|
|
1157
|
+
[0]
|
|
1158
|
+
];
|
|
1137
1159
|
var PutChannelPolicyRequest$ = [3, n0, _PCPR,
|
|
1138
1160
|
0,
|
|
1139
1161
|
[_CN, _P],
|
|
@@ -1146,13 +1168,13 @@ var PutChannelPolicyResponse$ = [3, n0, _PCPRu,
|
|
|
1146
1168
|
];
|
|
1147
1169
|
var PutFunctionRequest$ = [3, n0, _PFR,
|
|
1148
1170
|
0,
|
|
1149
|
-
[_FI, _FT, _D, _HRC, _COC, _SEC, _Ta],
|
|
1150
|
-
[[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
|
|
1171
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta],
|
|
1172
|
+
[[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
|
|
1151
1173
|
];
|
|
1152
1174
|
var PutFunctionResponse$ = [3, n0, _PFRu,
|
|
1153
1175
|
0,
|
|
1154
|
-
[_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
|
|
1155
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
1176
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
1177
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
1156
1178
|
];
|
|
1157
1179
|
var PutPlaybackConfigurationRequest$ = [3, n0, _PPCR,
|
|
1158
1180
|
0,
|
|
@@ -1221,7 +1243,7 @@ var SegmentDeliveryConfiguration$ = [3, n0, _SDCe,
|
|
|
1221
1243
|
];
|
|
1222
1244
|
var SequentialExecutorConfiguration$ = [3, n0, _SEC,
|
|
1223
1245
|
0,
|
|
1224
|
-
[
|
|
1246
|
+
[_R, _FL, _TM, _Out],
|
|
1225
1247
|
[0, () => __listOfFunctionsRef, 1, 128 | 0], 3
|
|
1226
1248
|
];
|
|
1227
1249
|
var SlateSource$ = [3, n0, _SS,
|
|
@@ -1354,6 +1376,11 @@ var UpdateVodSourceResponse$ = [3, n0, _UVSRp,
|
|
|
1354
1376
|
[_Ar, _CT, _HPC, _LMT, _SLN, _Ta, _VSN],
|
|
1355
1377
|
[0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0]
|
|
1356
1378
|
];
|
|
1379
|
+
var VastResponse$ = [3, n0, _VR,
|
|
1380
|
+
0,
|
|
1381
|
+
[_ASM],
|
|
1382
|
+
[0]
|
|
1383
|
+
];
|
|
1357
1384
|
var VodSource$ = [3, n0, _VS,
|
|
1358
1385
|
0,
|
|
1359
1386
|
[_Ar, _HPC, _SLN, _VSN, _CT, _LMT, _Ta],
|
|
@@ -2029,6 +2056,7 @@ const RuntimeType = {
|
|
|
2029
2056
|
JSONATA: "JSONATA",
|
|
2030
2057
|
};
|
|
2031
2058
|
const FunctionType = {
|
|
2059
|
+
CONCURRENT_EXECUTOR: "CONCURRENT_EXECUTOR",
|
|
2032
2060
|
CUSTOM_OUTPUT: "CUSTOM_OUTPUT",
|
|
2033
2061
|
HTTP_REQUEST: "HTTP_REQUEST",
|
|
2034
2062
|
SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR",
|
|
@@ -2057,6 +2085,12 @@ const Method = {
|
|
|
2057
2085
|
GET: "GET",
|
|
2058
2086
|
POST: "POST",
|
|
2059
2087
|
};
|
|
2088
|
+
const AdSequencingMode = {
|
|
2089
|
+
FOLLOW_AD_SEQUENCE: "FOLLOW_AD_SEQUENCE",
|
|
2090
|
+
FOLLOW_AD_SEQUENCE_ONLY_LIVE: "FOLLOW_AD_SEQUENCE_ONLY_LIVE",
|
|
2091
|
+
FOLLOW_AD_SEQUENCE_ONLY_VOD: "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
2092
|
+
IGNORE_AD_SEQUENCE: "IGNORE_AD_SEQUENCE",
|
|
2093
|
+
};
|
|
2060
2094
|
const FillPolicy = {
|
|
2061
2095
|
FULL_AVAIL_ONLY: "FULL_AVAIL_ONLY",
|
|
2062
2096
|
PARTIAL_AVAIL: "PARTIAL_AVAIL",
|
|
@@ -2078,6 +2112,10 @@ const InsertionMode = {
|
|
|
2078
2112
|
PLAYER_SELECT: "PLAYER_SELECT",
|
|
2079
2113
|
STITCHED_ONLY: "STITCHED_ONLY",
|
|
2080
2114
|
};
|
|
2115
|
+
const PreRollAdSequencingMode = {
|
|
2116
|
+
FOLLOW_AD_SEQUENCE: "FOLLOW_AD_SEQUENCE",
|
|
2117
|
+
IGNORE_AD_SEQUENCE: "IGNORE_AD_SEQUENCE",
|
|
2118
|
+
};
|
|
2081
2119
|
const ManifestServiceExcludeEventType = {
|
|
2082
2120
|
CONFIG_SECURITY_ERROR: "CONFIG_SECURITY_ERROR",
|
|
2083
2121
|
CONFIG_SYNTAX_ERROR: "CONFIG_SYNTAX_ERROR",
|
|
@@ -2166,6 +2204,7 @@ exports.AdConditioningConfiguration$ = AdConditioningConfiguration$;
|
|
|
2166
2204
|
exports.AdDecisionServerConfiguration$ = AdDecisionServerConfiguration$;
|
|
2167
2205
|
exports.AdMarkerPassthrough$ = AdMarkerPassthrough$;
|
|
2168
2206
|
exports.AdMarkupType = AdMarkupType;
|
|
2207
|
+
exports.AdSequencingMode = AdSequencingMode;
|
|
2169
2208
|
exports.AdsInteractionExcludeEventType = AdsInteractionExcludeEventType;
|
|
2170
2209
|
exports.AdsInteractionLog$ = AdsInteractionLog$;
|
|
2171
2210
|
exports.AdsInteractionPublishOptInEventType = AdsInteractionPublishOptInEventType;
|
|
@@ -2185,6 +2224,7 @@ exports.Channel$ = Channel$;
|
|
|
2185
2224
|
exports.ChannelState = ChannelState;
|
|
2186
2225
|
exports.ClipRange$ = ClipRange$;
|
|
2187
2226
|
exports.CompressionMethod = CompressionMethod;
|
|
2227
|
+
exports.ConcurrentExecutorConfiguration$ = ConcurrentExecutorConfiguration$;
|
|
2188
2228
|
exports.ConfigureLogsForChannel$ = ConfigureLogsForChannel$;
|
|
2189
2229
|
exports.ConfigureLogsForChannelCommand = ConfigureLogsForChannelCommand;
|
|
2190
2230
|
exports.ConfigureLogsForChannelRequest$ = ConfigureLogsForChannelRequest$;
|
|
@@ -2370,6 +2410,9 @@ exports.Operator = Operator;
|
|
|
2370
2410
|
exports.OriginManifestType = OriginManifestType;
|
|
2371
2411
|
exports.PlaybackConfiguration$ = PlaybackConfiguration$;
|
|
2372
2412
|
exports.PlaybackMode = PlaybackMode;
|
|
2413
|
+
exports.PreRollAdDecisionServerConfiguration$ = PreRollAdDecisionServerConfiguration$;
|
|
2414
|
+
exports.PreRollAdSequencingMode = PreRollAdSequencingMode;
|
|
2415
|
+
exports.PreRollVastResponse$ = PreRollVastResponse$;
|
|
2373
2416
|
exports.PrefetchConsumption$ = PrefetchConsumption$;
|
|
2374
2417
|
exports.PrefetchRetrieval$ = PrefetchRetrieval$;
|
|
2375
2418
|
exports.PrefetchSchedule$ = PrefetchSchedule$;
|
|
@@ -2449,6 +2492,7 @@ exports.UpdateVodSource$ = UpdateVodSource$;
|
|
|
2449
2492
|
exports.UpdateVodSourceCommand = UpdateVodSourceCommand;
|
|
2450
2493
|
exports.UpdateVodSourceRequest$ = UpdateVodSourceRequest$;
|
|
2451
2494
|
exports.UpdateVodSourceResponse$ = UpdateVodSourceResponse$;
|
|
2495
|
+
exports.VastResponse$ = VastResponse$;
|
|
2452
2496
|
exports.VodSource$ = VodSource$;
|
|
2453
2497
|
exports.errorTypeRegistries = errorTypeRegistries;
|
|
2454
2498
|
exports.paginateGetChannelSchedule = paginateGetChannelSchedule;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -72,6 +72,7 @@ export const RuntimeType = {
|
|
|
72
72
|
JSONATA: "JSONATA",
|
|
73
73
|
};
|
|
74
74
|
export const FunctionType = {
|
|
75
|
+
CONCURRENT_EXECUTOR: "CONCURRENT_EXECUTOR",
|
|
75
76
|
CUSTOM_OUTPUT: "CUSTOM_OUTPUT",
|
|
76
77
|
HTTP_REQUEST: "HTTP_REQUEST",
|
|
77
78
|
SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR",
|
|
@@ -100,6 +101,12 @@ export const Method = {
|
|
|
100
101
|
GET: "GET",
|
|
101
102
|
POST: "POST",
|
|
102
103
|
};
|
|
104
|
+
export const AdSequencingMode = {
|
|
105
|
+
FOLLOW_AD_SEQUENCE: "FOLLOW_AD_SEQUENCE",
|
|
106
|
+
FOLLOW_AD_SEQUENCE_ONLY_LIVE: "FOLLOW_AD_SEQUENCE_ONLY_LIVE",
|
|
107
|
+
FOLLOW_AD_SEQUENCE_ONLY_VOD: "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
108
|
+
IGNORE_AD_SEQUENCE: "IGNORE_AD_SEQUENCE",
|
|
109
|
+
};
|
|
103
110
|
export const FillPolicy = {
|
|
104
111
|
FULL_AVAIL_ONLY: "FULL_AVAIL_ONLY",
|
|
105
112
|
PARTIAL_AVAIL: "PARTIAL_AVAIL",
|
|
@@ -121,6 +128,10 @@ export const InsertionMode = {
|
|
|
121
128
|
PLAYER_SELECT: "PLAYER_SELECT",
|
|
122
129
|
STITCHED_ONLY: "STITCHED_ONLY",
|
|
123
130
|
};
|
|
131
|
+
export const PreRollAdSequencingMode = {
|
|
132
|
+
FOLLOW_AD_SEQUENCE: "FOLLOW_AD_SEQUENCE",
|
|
133
|
+
IGNORE_AD_SEQUENCE: "IGNORE_AD_SEQUENCE",
|
|
134
|
+
};
|
|
124
135
|
export const ManifestServiceExcludeEventType = {
|
|
125
136
|
CONFIG_SECURITY_ERROR: "CONFIG_SECURITY_ERROR",
|
|
126
137
|
CONFIG_SYNTAX_ERROR: "CONFIG_SYNTAX_ERROR",
|
|
@@ -24,9 +24,11 @@ const _APC = "AdsPersonalizationConcurrency";
|
|
|
24
24
|
const _APT = "AdsPersonalizationTimeouts";
|
|
25
25
|
const _ARTM = "AdsRequestTimeoutMilliseconds";
|
|
26
26
|
const _AS = "AvailSuppression";
|
|
27
|
+
const _ASM = "AdSequencingMode";
|
|
27
28
|
const _AST = "ApproximateStartTime";
|
|
28
29
|
const _ASUP = "AdSegmentUrlPrefix";
|
|
29
30
|
const _AT = "AccessType";
|
|
31
|
+
const _Al = "Alias";
|
|
30
32
|
const _Ar = "Arn";
|
|
31
33
|
const _Au = "Audience";
|
|
32
34
|
const _Aud = "Audiences";
|
|
@@ -42,6 +44,7 @@ const _CC = "CdnConfiguration";
|
|
|
42
44
|
const _CCR = "CreateChannelRequest";
|
|
43
45
|
const _CCRr = "CreateChannelResponse";
|
|
44
46
|
const _CCr = "CreateChannel";
|
|
47
|
+
const _CEC = "ConcurrentExecutorConfiguration";
|
|
45
48
|
const _CLFC = "ConfigureLogsForChannel";
|
|
46
49
|
const _CLFCR = "ConfigureLogsForChannelRequest";
|
|
47
50
|
const _CLFCRo = "ConfigureLogsForChannelResponse";
|
|
@@ -208,6 +211,7 @@ const _LVSR = "ListVodSourcesRequest";
|
|
|
208
211
|
const _LVSRi = "ListVodSourcesResponse";
|
|
209
212
|
const _M = "Message";
|
|
210
213
|
const _MBTS = "MinBufferTimeSeconds";
|
|
214
|
+
const _MC = "MaxConcurrency";
|
|
211
215
|
const _MCAR = "MaxConcurrentAdsRequests";
|
|
212
216
|
const _MDS = "MaxDurationSeconds";
|
|
213
217
|
const _MEP = "ManifestEndpointPrefix";
|
|
@@ -253,12 +257,14 @@ const _PPC = "PutPlaybackConfiguration";
|
|
|
253
257
|
const _PPCR = "PutPlaybackConfigurationRequest";
|
|
254
258
|
const _PPCRu = "PutPlaybackConfigurationResponse";
|
|
255
259
|
const _PR = "PrefetchRetrieval";
|
|
260
|
+
const _PRADSC = "PreRollAdDecisionServerConfiguration";
|
|
261
|
+
const _PRVR = "PreRollVastResponse";
|
|
256
262
|
const _PS = "PrefetchSchedule";
|
|
257
263
|
const _PT = "PeakTps";
|
|
258
264
|
const _PTS = "PersonalizationThresholdSeconds";
|
|
259
265
|
const _PU = "PlaybackUrl";
|
|
260
266
|
const _Pa = "Path";
|
|
261
|
-
const _R = "
|
|
267
|
+
const _R = "Runtime";
|
|
262
268
|
const _RA = "ResourceArn";
|
|
263
269
|
const _RAES = "RetrievedAdExpirationSeconds";
|
|
264
270
|
const _RC = "RunCondition";
|
|
@@ -274,7 +280,7 @@ const _RR = "RecurringRetrieval";
|
|
|
274
280
|
const _RRA = "RelatedResourceArns";
|
|
275
281
|
const _RTM = "RequestTimeoutMilliseconds";
|
|
276
282
|
const _RWDS = "RetrievalWindowDurationSeconds";
|
|
277
|
-
const
|
|
283
|
+
const _Re = "Retrieval";
|
|
278
284
|
const _S = "Slate";
|
|
279
285
|
const _SA = "SecretArn";
|
|
280
286
|
const _SAB = "ScheduleAdBreak";
|
|
@@ -359,6 +365,7 @@ const _UVSRp = "UpdateVodSourceResponse";
|
|
|
359
365
|
const _V = "Value";
|
|
360
366
|
const _VCSU = "VideoContentSourceUrl";
|
|
361
367
|
const _VMAPTM = "VodMaximumAdsPersonalizationTimeMilliseconds";
|
|
368
|
+
const _VR = "VastResponse";
|
|
362
369
|
const _VS = "VodSource";
|
|
363
370
|
const _VSN = "VodSourceName";
|
|
364
371
|
const _a = "audience";
|
|
@@ -431,8 +438,8 @@ export var AdConditioningConfiguration$ = [3, n0, _ACC,
|
|
|
431
438
|
];
|
|
432
439
|
export var AdDecisionServerConfiguration$ = [3, n0, _ADSC,
|
|
433
440
|
0,
|
|
434
|
-
[_HR],
|
|
435
|
-
[() => HttpRequest$]
|
|
441
|
+
[_HR, _VR],
|
|
442
|
+
[() => HttpRequest$, () => VastResponse$]
|
|
436
443
|
];
|
|
437
444
|
export var AdMarkerPassthrough$ = [3, n0, _AMP,
|
|
438
445
|
0,
|
|
@@ -499,6 +506,11 @@ export var ClipRange$ = [3, n0, _CR,
|
|
|
499
506
|
[_EOM, _SOM],
|
|
500
507
|
[1, 1]
|
|
501
508
|
];
|
|
509
|
+
export var ConcurrentExecutorConfiguration$ = [3, n0, _CEC,
|
|
510
|
+
0,
|
|
511
|
+
[_R, _Out, _FL, _TM, _MC],
|
|
512
|
+
[0, 128 | 0, () => __listOfFunctionsRef, 1, 1], 5
|
|
513
|
+
];
|
|
502
514
|
export var ConfigureLogsForChannelRequest$ = [3, n0, _CLFCR,
|
|
503
515
|
0,
|
|
504
516
|
[_CN, _LT],
|
|
@@ -541,12 +553,12 @@ export var CreateLiveSourceResponse$ = [3, n0, _CLSRr,
|
|
|
541
553
|
];
|
|
542
554
|
export var CreatePrefetchScheduleRequest$ = [3, n0, _CPSR,
|
|
543
555
|
0,
|
|
544
|
-
[_N, _PCN, _Co,
|
|
556
|
+
[_N, _PCN, _Co, _Re, _RPC, _ST, _SI, _Ta],
|
|
545
557
|
[[0, 1], [0, 1], () => PrefetchConsumption$, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }]], 2
|
|
546
558
|
];
|
|
547
559
|
export var CreatePrefetchScheduleResponse$ = [3, n0, _CPSRr,
|
|
548
560
|
0,
|
|
549
|
-
[_Ar, _Co, _N, _PCN,
|
|
561
|
+
[_Ar, _Co, _N, _PCN, _Re, _RPC, _ST, _SI, _Ta],
|
|
550
562
|
[0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }]]
|
|
551
563
|
];
|
|
552
564
|
export var CreateProgramRequest$ = [3, n0, _CPR,
|
|
@@ -581,7 +593,7 @@ export var CreateVodSourceResponse$ = [3, n0, _CVSRr,
|
|
|
581
593
|
];
|
|
582
594
|
export var CustomOutputConfiguration$ = [3, n0, _COC,
|
|
583
595
|
0,
|
|
584
|
-
[
|
|
596
|
+
[_R, _Out],
|
|
585
597
|
[0, 128 | 0], 1
|
|
586
598
|
];
|
|
587
599
|
export var DashConfiguration$ = [3, n0, _DC,
|
|
@@ -746,13 +758,13 @@ export var DescribeVodSourceResponse$ = [3, n0, _DVSResc,
|
|
|
746
758
|
];
|
|
747
759
|
export var Function$ = [3, n0, _F,
|
|
748
760
|
0,
|
|
749
|
-
[_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
|
|
750
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
761
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
762
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
751
763
|
];
|
|
752
764
|
export var FunctionRef$ = [3, n0, _FR,
|
|
753
765
|
0,
|
|
754
|
-
[_RC, _FI],
|
|
755
|
-
[0, 0]
|
|
766
|
+
[_RC, _FI, _Al],
|
|
767
|
+
[0, 0, 0]
|
|
756
768
|
];
|
|
757
769
|
export var GetChannelPolicyRequest$ = [3, n0, _GCPR,
|
|
758
770
|
0,
|
|
@@ -781,8 +793,8 @@ export var GetFunctionRequest$ = [3, n0, _GFR,
|
|
|
781
793
|
];
|
|
782
794
|
export var GetFunctionResponse$ = [3, n0, _GFRe,
|
|
783
795
|
0,
|
|
784
|
-
[_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
|
|
785
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
796
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
797
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
786
798
|
];
|
|
787
799
|
export var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
|
|
788
800
|
0,
|
|
@@ -801,7 +813,7 @@ export var GetPrefetchScheduleRequest$ = [3, n0, _GPSR,
|
|
|
801
813
|
];
|
|
802
814
|
export var GetPrefetchScheduleResponse$ = [3, n0, _GPSRe,
|
|
803
815
|
0,
|
|
804
|
-
[_Ar, _Co, _N, _PCN,
|
|
816
|
+
[_Ar, _Co, _N, _PCN, _Re, _ST, _RPC, _SI, _Ta],
|
|
805
817
|
[0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0, [128 | 0, { [_jN]: _t }]]
|
|
806
818
|
];
|
|
807
819
|
export var HlsConfiguration$ = [3, n0, _HCl,
|
|
@@ -831,7 +843,7 @@ export var HttpRequest$ = [3, n0, _HR,
|
|
|
831
843
|
];
|
|
832
844
|
export var HttpRequestConfiguration$ = [3, n0, _HRC,
|
|
833
845
|
0,
|
|
834
|
-
[
|
|
846
|
+
[_R, _MTe, _RTM, _U, _Out, _Bo, _H],
|
|
835
847
|
[0, 0, 1, 0, 128 | 0, 0, 128 | 0], 4
|
|
836
848
|
];
|
|
837
849
|
export var KeyValuePair$ = [3, n0, _KVP,
|
|
@@ -931,8 +943,8 @@ export var ListVodSourcesResponse$ = [3, n0, _LVSRi,
|
|
|
931
943
|
];
|
|
932
944
|
export var LivePreRollConfiguration$ = [3, n0, _LPRC,
|
|
933
945
|
0,
|
|
934
|
-
[_ADSU, _MDS],
|
|
935
|
-
[0, 1]
|
|
946
|
+
[_ADSU, _MDS, _ADSC],
|
|
947
|
+
[0, 1, () => PreRollAdDecisionServerConfiguration$]
|
|
936
948
|
];
|
|
937
949
|
export var LiveSource$ = [3, n0, _LS,
|
|
938
950
|
0,
|
|
@@ -976,9 +988,19 @@ export var PrefetchRetrieval$ = [3, n0, _PR,
|
|
|
976
988
|
];
|
|
977
989
|
export var PrefetchSchedule$ = [3, n0, _PS,
|
|
978
990
|
0,
|
|
979
|
-
[_Ar, _N, _PCN, _Co,
|
|
991
|
+
[_Ar, _N, _PCN, _Co, _Re, _ST, _RPC, _SI, _Ta],
|
|
980
992
|
[0, 0, 0, () => PrefetchConsumption$, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0, [128 | 0, { [_jN]: _t }]], 3
|
|
981
993
|
];
|
|
994
|
+
export var PreRollAdDecisionServerConfiguration$ = [3, n0, _PRADSC,
|
|
995
|
+
0,
|
|
996
|
+
[_VR],
|
|
997
|
+
[() => PreRollVastResponse$]
|
|
998
|
+
];
|
|
999
|
+
export var PreRollVastResponse$ = [3, n0, _PRVR,
|
|
1000
|
+
0,
|
|
1001
|
+
[_ASM],
|
|
1002
|
+
[0]
|
|
1003
|
+
];
|
|
982
1004
|
export var PutChannelPolicyRequest$ = [3, n0, _PCPR,
|
|
983
1005
|
0,
|
|
984
1006
|
[_CN, _P],
|
|
@@ -991,13 +1013,13 @@ export var PutChannelPolicyResponse$ = [3, n0, _PCPRu,
|
|
|
991
1013
|
];
|
|
992
1014
|
export var PutFunctionRequest$ = [3, n0, _PFR,
|
|
993
1015
|
0,
|
|
994
|
-
[_FI, _FT, _D, _HRC, _COC, _SEC, _Ta],
|
|
995
|
-
[[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
|
|
1016
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta],
|
|
1017
|
+
[[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
|
|
996
1018
|
];
|
|
997
1019
|
export var PutFunctionResponse$ = [3, n0, _PFRu,
|
|
998
1020
|
0,
|
|
999
|
-
[_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
|
|
1000
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
1021
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
1022
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
1001
1023
|
];
|
|
1002
1024
|
export var PutPlaybackConfigurationRequest$ = [3, n0, _PPCR,
|
|
1003
1025
|
0,
|
|
@@ -1066,7 +1088,7 @@ export var SegmentDeliveryConfiguration$ = [3, n0, _SDCe,
|
|
|
1066
1088
|
];
|
|
1067
1089
|
export var SequentialExecutorConfiguration$ = [3, n0, _SEC,
|
|
1068
1090
|
0,
|
|
1069
|
-
[
|
|
1091
|
+
[_R, _FL, _TM, _Out],
|
|
1070
1092
|
[0, () => __listOfFunctionsRef, 1, 128 | 0], 3
|
|
1071
1093
|
];
|
|
1072
1094
|
export var SlateSource$ = [3, n0, _SS,
|
|
@@ -1199,6 +1221,11 @@ export var UpdateVodSourceResponse$ = [3, n0, _UVSRp,
|
|
|
1199
1221
|
[_Ar, _CT, _HPC, _LMT, _SLN, _Ta, _VSN],
|
|
1200
1222
|
[0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0]
|
|
1201
1223
|
];
|
|
1224
|
+
export var VastResponse$ = [3, n0, _VR,
|
|
1225
|
+
0,
|
|
1226
|
+
[_ASM],
|
|
1227
|
+
[0]
|
|
1228
|
+
];
|
|
1202
1229
|
export var VodSource$ = [3, n0, _VS,
|
|
1203
1230
|
0,
|
|
1204
1231
|
[_Ar, _HPC, _SLN, _VSN, _CT, _LMT, _Ta],
|
|
@@ -40,7 +40,7 @@ declare const GetFunctionCommand_base: {
|
|
|
40
40
|
* const response = await client.send(command);
|
|
41
41
|
* // { // GetFunctionResponse
|
|
42
42
|
* // FunctionId: "STRING_VALUE", // required
|
|
43
|
-
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "SEQUENTIAL_EXECUTOR", // required
|
|
43
|
+
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
|
|
44
44
|
* // Description: "STRING_VALUE",
|
|
45
45
|
* // HttpRequestConfiguration: { // HttpRequestConfiguration
|
|
46
46
|
* // Runtime: "JSONATA", // required
|
|
@@ -61,22 +61,36 @@ declare const GetFunctionCommand_base: {
|
|
|
61
61
|
* // "<keys>": "STRING_VALUE",
|
|
62
62
|
* // },
|
|
63
63
|
* // },
|
|
64
|
-
* //
|
|
64
|
+
* // ConcurrentExecutorConfiguration: { // ConcurrentExecutorConfiguration
|
|
65
65
|
* // Runtime: "JSONATA", // required
|
|
66
|
-
* // Output: {
|
|
66
|
+
* // Output: { // required
|
|
67
67
|
* // "<keys>": "STRING_VALUE",
|
|
68
68
|
* // },
|
|
69
69
|
* // FunctionList: [ // __listOfFunctionsRef // required
|
|
70
70
|
* // { // FunctionRef
|
|
71
71
|
* // RunCondition: "STRING_VALUE",
|
|
72
72
|
* // FunctionId: "STRING_VALUE",
|
|
73
|
+
* // Alias: "STRING_VALUE",
|
|
73
74
|
* // },
|
|
74
75
|
* // ],
|
|
75
76
|
* // TimeoutMilliseconds: Number("int"), // required
|
|
77
|
+
* // MaxConcurrency: Number("int"), // required
|
|
76
78
|
* // },
|
|
77
|
-
* //
|
|
78
|
-
* //
|
|
79
|
+
* // SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
|
|
80
|
+
* // Runtime: "JSONATA", // required
|
|
81
|
+
* // Output: {
|
|
82
|
+
* // "<keys>": "STRING_VALUE",
|
|
83
|
+
* // },
|
|
84
|
+
* // FunctionList: [ // required
|
|
85
|
+
* // {
|
|
86
|
+
* // RunCondition: "STRING_VALUE",
|
|
87
|
+
* // FunctionId: "STRING_VALUE",
|
|
88
|
+
* // Alias: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // TimeoutMilliseconds: Number("int"), // required
|
|
79
92
|
* // },
|
|
93
|
+
* // Tags: "<__mapOf__string>",
|
|
80
94
|
* // Arn: "STRING_VALUE",
|
|
81
95
|
* // };
|
|
82
96
|
*
|
|
@@ -72,6 +72,11 @@ declare const GetPlaybackConfigurationCommand_base: {
|
|
|
72
72
|
* // LivePreRollConfiguration: { // LivePreRollConfiguration
|
|
73
73
|
* // AdDecisionServerUrl: "STRING_VALUE",
|
|
74
74
|
* // MaxDurationSeconds: Number("int"),
|
|
75
|
+
* // AdDecisionServerConfiguration: { // PreRollAdDecisionServerConfiguration
|
|
76
|
+
* // VastResponse: { // PreRollVastResponse
|
|
77
|
+
* // AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE",
|
|
78
|
+
* // },
|
|
79
|
+
* // },
|
|
75
80
|
* // },
|
|
76
81
|
* // LogConfiguration: { // LogConfiguration
|
|
77
82
|
* // PercentEnabled: Number("int"), // required
|
|
@@ -125,6 +130,9 @@ declare const GetPlaybackConfigurationCommand_base: {
|
|
|
125
130
|
* // },
|
|
126
131
|
* // CompressRequest: "NONE" || "GZIP",
|
|
127
132
|
* // },
|
|
133
|
+
* // VastResponse: { // VastResponse
|
|
134
|
+
* // AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE" || "FOLLOW_AD_SEQUENCE_ONLY_LIVE" || "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
135
|
+
* // },
|
|
128
136
|
* // },
|
|
129
137
|
* // FunctionMapping: { // FunctionMapping
|
|
130
138
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -43,7 +43,7 @@ declare const ListFunctionsCommand_base: {
|
|
|
43
43
|
* // Items: [ // __listOfFunctionsResponse
|
|
44
44
|
* // { // Function
|
|
45
45
|
* // FunctionId: "STRING_VALUE", // required
|
|
46
|
-
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "SEQUENTIAL_EXECUTOR", // required
|
|
46
|
+
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
|
|
47
47
|
* // Description: "STRING_VALUE",
|
|
48
48
|
* // HttpRequestConfiguration: { // HttpRequestConfiguration
|
|
49
49
|
* // Runtime: "JSONATA", // required
|
|
@@ -64,22 +64,36 @@ declare const ListFunctionsCommand_base: {
|
|
|
64
64
|
* // "<keys>": "STRING_VALUE",
|
|
65
65
|
* // },
|
|
66
66
|
* // },
|
|
67
|
-
* //
|
|
67
|
+
* // ConcurrentExecutorConfiguration: { // ConcurrentExecutorConfiguration
|
|
68
68
|
* // Runtime: "JSONATA", // required
|
|
69
|
-
* // Output: {
|
|
69
|
+
* // Output: { // required
|
|
70
70
|
* // "<keys>": "STRING_VALUE",
|
|
71
71
|
* // },
|
|
72
72
|
* // FunctionList: [ // __listOfFunctionsRef // required
|
|
73
73
|
* // { // FunctionRef
|
|
74
74
|
* // RunCondition: "STRING_VALUE",
|
|
75
75
|
* // FunctionId: "STRING_VALUE",
|
|
76
|
+
* // Alias: "STRING_VALUE",
|
|
76
77
|
* // },
|
|
77
78
|
* // ],
|
|
78
79
|
* // TimeoutMilliseconds: Number("int"), // required
|
|
80
|
+
* // MaxConcurrency: Number("int"), // required
|
|
79
81
|
* // },
|
|
80
|
-
* //
|
|
81
|
-
* //
|
|
82
|
+
* // SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
|
|
83
|
+
* // Runtime: "JSONATA", // required
|
|
84
|
+
* // Output: {
|
|
85
|
+
* // "<keys>": "STRING_VALUE",
|
|
86
|
+
* // },
|
|
87
|
+
* // FunctionList: [ // required
|
|
88
|
+
* // {
|
|
89
|
+
* // RunCondition: "STRING_VALUE",
|
|
90
|
+
* // FunctionId: "STRING_VALUE",
|
|
91
|
+
* // Alias: "STRING_VALUE",
|
|
92
|
+
* // },
|
|
93
|
+
* // ],
|
|
94
|
+
* // TimeoutMilliseconds: Number("int"), // required
|
|
82
95
|
* // },
|
|
96
|
+
* // Tags: "<__mapOf__string>",
|
|
83
97
|
* // Arn: "STRING_VALUE",
|
|
84
98
|
* // },
|
|
85
99
|
* // ],
|
|
@@ -75,6 +75,11 @@ declare const ListPlaybackConfigurationsCommand_base: {
|
|
|
75
75
|
* // LivePreRollConfiguration: { // LivePreRollConfiguration
|
|
76
76
|
* // AdDecisionServerUrl: "STRING_VALUE",
|
|
77
77
|
* // MaxDurationSeconds: Number("int"),
|
|
78
|
+
* // AdDecisionServerConfiguration: { // PreRollAdDecisionServerConfiguration
|
|
79
|
+
* // VastResponse: { // PreRollVastResponse
|
|
80
|
+
* // AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE",
|
|
81
|
+
* // },
|
|
82
|
+
* // },
|
|
78
83
|
* // },
|
|
79
84
|
* // LogConfiguration: { // LogConfiguration
|
|
80
85
|
* // PercentEnabled: Number("int"), // required
|
|
@@ -128,6 +133,9 @@ declare const ListPlaybackConfigurationsCommand_base: {
|
|
|
128
133
|
* // },
|
|
129
134
|
* // CompressRequest: "NONE" || "GZIP",
|
|
130
135
|
* // },
|
|
136
|
+
* // VastResponse: { // VastResponse
|
|
137
|
+
* // AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE" || "FOLLOW_AD_SEQUENCE_ONLY_LIVE" || "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
138
|
+
* // },
|
|
131
139
|
* // },
|
|
132
140
|
* // FunctionMapping: { // FunctionMapping
|
|
133
141
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -35,7 +35,7 @@ declare const PutFunctionCommand_base: {
|
|
|
35
35
|
* const client = new MediaTailorClient(config);
|
|
36
36
|
* const input = { // PutFunctionRequest
|
|
37
37
|
* FunctionId: "STRING_VALUE", // required
|
|
38
|
-
* FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "SEQUENTIAL_EXECUTOR", // required
|
|
38
|
+
* FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
|
|
39
39
|
* Description: "STRING_VALUE",
|
|
40
40
|
* HttpRequestConfiguration: { // HttpRequestConfiguration
|
|
41
41
|
* Runtime: "JSONATA", // required
|
|
@@ -56,28 +56,42 @@ declare const PutFunctionCommand_base: {
|
|
|
56
56
|
* "<keys>": "STRING_VALUE",
|
|
57
57
|
* },
|
|
58
58
|
* },
|
|
59
|
-
*
|
|
59
|
+
* ConcurrentExecutorConfiguration: { // ConcurrentExecutorConfiguration
|
|
60
60
|
* Runtime: "JSONATA", // required
|
|
61
|
-
* Output: {
|
|
61
|
+
* Output: { // required
|
|
62
62
|
* "<keys>": "STRING_VALUE",
|
|
63
63
|
* },
|
|
64
64
|
* FunctionList: [ // __listOfFunctionsRef // required
|
|
65
65
|
* { // FunctionRef
|
|
66
66
|
* RunCondition: "STRING_VALUE",
|
|
67
67
|
* FunctionId: "STRING_VALUE",
|
|
68
|
+
* Alias: "STRING_VALUE",
|
|
68
69
|
* },
|
|
69
70
|
* ],
|
|
70
71
|
* TimeoutMilliseconds: Number("int"), // required
|
|
72
|
+
* MaxConcurrency: Number("int"), // required
|
|
71
73
|
* },
|
|
72
|
-
*
|
|
73
|
-
*
|
|
74
|
+
* SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
|
|
75
|
+
* Runtime: "JSONATA", // required
|
|
76
|
+
* Output: {
|
|
77
|
+
* "<keys>": "STRING_VALUE",
|
|
78
|
+
* },
|
|
79
|
+
* FunctionList: [ // required
|
|
80
|
+
* {
|
|
81
|
+
* RunCondition: "STRING_VALUE",
|
|
82
|
+
* FunctionId: "STRING_VALUE",
|
|
83
|
+
* Alias: "STRING_VALUE",
|
|
84
|
+
* },
|
|
85
|
+
* ],
|
|
86
|
+
* TimeoutMilliseconds: Number("int"), // required
|
|
74
87
|
* },
|
|
88
|
+
* Tags: "<__mapOf__string>",
|
|
75
89
|
* };
|
|
76
90
|
* const command = new PutFunctionCommand(input);
|
|
77
91
|
* const response = await client.send(command);
|
|
78
92
|
* // { // PutFunctionResponse
|
|
79
93
|
* // FunctionId: "STRING_VALUE", // required
|
|
80
|
-
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "SEQUENTIAL_EXECUTOR", // required
|
|
94
|
+
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
|
|
81
95
|
* // Description: "STRING_VALUE",
|
|
82
96
|
* // HttpRequestConfiguration: { // HttpRequestConfiguration
|
|
83
97
|
* // Runtime: "JSONATA", // required
|
|
@@ -98,22 +112,36 @@ declare const PutFunctionCommand_base: {
|
|
|
98
112
|
* // "<keys>": "STRING_VALUE",
|
|
99
113
|
* // },
|
|
100
114
|
* // },
|
|
101
|
-
* //
|
|
115
|
+
* // ConcurrentExecutorConfiguration: { // ConcurrentExecutorConfiguration
|
|
102
116
|
* // Runtime: "JSONATA", // required
|
|
103
|
-
* // Output: {
|
|
117
|
+
* // Output: { // required
|
|
104
118
|
* // "<keys>": "STRING_VALUE",
|
|
105
119
|
* // },
|
|
106
120
|
* // FunctionList: [ // __listOfFunctionsRef // required
|
|
107
121
|
* // { // FunctionRef
|
|
108
122
|
* // RunCondition: "STRING_VALUE",
|
|
109
123
|
* // FunctionId: "STRING_VALUE",
|
|
124
|
+
* // Alias: "STRING_VALUE",
|
|
110
125
|
* // },
|
|
111
126
|
* // ],
|
|
112
127
|
* // TimeoutMilliseconds: Number("int"), // required
|
|
128
|
+
* // MaxConcurrency: Number("int"), // required
|
|
113
129
|
* // },
|
|
114
|
-
* //
|
|
115
|
-
* //
|
|
130
|
+
* // SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
|
|
131
|
+
* // Runtime: "JSONATA", // required
|
|
132
|
+
* // Output: {
|
|
133
|
+
* // "<keys>": "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // FunctionList: [ // required
|
|
136
|
+
* // {
|
|
137
|
+
* // RunCondition: "STRING_VALUE",
|
|
138
|
+
* // FunctionId: "STRING_VALUE",
|
|
139
|
+
* // Alias: "STRING_VALUE",
|
|
140
|
+
* // },
|
|
141
|
+
* // ],
|
|
142
|
+
* // TimeoutMilliseconds: Number("int"), // required
|
|
116
143
|
* // },
|
|
144
|
+
* // Tags: "<__mapOf__string>",
|
|
117
145
|
* // Arn: "STRING_VALUE",
|
|
118
146
|
* // };
|
|
119
147
|
*
|
|
@@ -61,6 +61,11 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
61
61
|
* LivePreRollConfiguration: { // LivePreRollConfiguration
|
|
62
62
|
* AdDecisionServerUrl: "STRING_VALUE",
|
|
63
63
|
* MaxDurationSeconds: Number("int"),
|
|
64
|
+
* AdDecisionServerConfiguration: { // PreRollAdDecisionServerConfiguration
|
|
65
|
+
* VastResponse: { // PreRollVastResponse
|
|
66
|
+
* AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE",
|
|
67
|
+
* },
|
|
68
|
+
* },
|
|
64
69
|
* },
|
|
65
70
|
* ManifestProcessingRules: { // ManifestProcessingRules
|
|
66
71
|
* AdMarkerPassthrough: { // AdMarkerPassthrough
|
|
@@ -87,6 +92,9 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
87
92
|
* },
|
|
88
93
|
* CompressRequest: "NONE" || "GZIP",
|
|
89
94
|
* },
|
|
95
|
+
* VastResponse: { // VastResponse
|
|
96
|
+
* AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE" || "FOLLOW_AD_SEQUENCE_ONLY_LIVE" || "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
97
|
+
* },
|
|
90
98
|
* },
|
|
91
99
|
* FunctionMapping: { // FunctionMapping
|
|
92
100
|
* "<keys>": "STRING_VALUE",
|
|
@@ -139,6 +147,11 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
139
147
|
* // LivePreRollConfiguration: { // LivePreRollConfiguration
|
|
140
148
|
* // AdDecisionServerUrl: "STRING_VALUE",
|
|
141
149
|
* // MaxDurationSeconds: Number("int"),
|
|
150
|
+
* // AdDecisionServerConfiguration: { // PreRollAdDecisionServerConfiguration
|
|
151
|
+
* // VastResponse: { // PreRollVastResponse
|
|
152
|
+
* // AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE",
|
|
153
|
+
* // },
|
|
154
|
+
* // },
|
|
142
155
|
* // },
|
|
143
156
|
* // LogConfiguration: { // LogConfiguration
|
|
144
157
|
* // PercentEnabled: Number("int"), // required
|
|
@@ -192,6 +205,9 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
192
205
|
* // },
|
|
193
206
|
* // CompressRequest: "NONE" || "GZIP",
|
|
194
207
|
* // },
|
|
208
|
+
* // VastResponse: { // VastResponse
|
|
209
|
+
* // AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE" || "FOLLOW_AD_SEQUENCE_ONLY_LIVE" || "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
210
|
+
* // },
|
|
195
211
|
* // },
|
|
196
212
|
* // FunctionMapping: { // FunctionMapping
|
|
197
213
|
* // "<keys>": "STRING_VALUE",
|
|
@@ -140,6 +140,7 @@ export type RuntimeType = (typeof RuntimeType)[keyof typeof RuntimeType];
|
|
|
140
140
|
* @enum
|
|
141
141
|
*/
|
|
142
142
|
export declare const FunctionType: {
|
|
143
|
+
readonly CONCURRENT_EXECUTOR: "CONCURRENT_EXECUTOR";
|
|
143
144
|
readonly CUSTOM_OUTPUT: "CUSTOM_OUTPUT";
|
|
144
145
|
readonly HTTP_REQUEST: "HTTP_REQUEST";
|
|
145
146
|
readonly SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR";
|
|
@@ -220,6 +221,20 @@ export declare const Method: {
|
|
|
220
221
|
* @public
|
|
221
222
|
*/
|
|
222
223
|
export type Method = (typeof Method)[keyof typeof Method];
|
|
224
|
+
/**
|
|
225
|
+
* @public
|
|
226
|
+
* @enum
|
|
227
|
+
*/
|
|
228
|
+
export declare const AdSequencingMode: {
|
|
229
|
+
readonly FOLLOW_AD_SEQUENCE: "FOLLOW_AD_SEQUENCE";
|
|
230
|
+
readonly FOLLOW_AD_SEQUENCE_ONLY_LIVE: "FOLLOW_AD_SEQUENCE_ONLY_LIVE";
|
|
231
|
+
readonly FOLLOW_AD_SEQUENCE_ONLY_VOD: "FOLLOW_AD_SEQUENCE_ONLY_VOD";
|
|
232
|
+
readonly IGNORE_AD_SEQUENCE: "IGNORE_AD_SEQUENCE";
|
|
233
|
+
};
|
|
234
|
+
/**
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
export type AdSequencingMode = (typeof AdSequencingMode)[keyof typeof AdSequencingMode];
|
|
223
238
|
/**
|
|
224
239
|
* @public
|
|
225
240
|
* @enum
|
|
@@ -281,6 +296,18 @@ export declare const InsertionMode: {
|
|
|
281
296
|
* @public
|
|
282
297
|
*/
|
|
283
298
|
export type InsertionMode = (typeof InsertionMode)[keyof typeof InsertionMode];
|
|
299
|
+
/**
|
|
300
|
+
* @public
|
|
301
|
+
* @enum
|
|
302
|
+
*/
|
|
303
|
+
export declare const PreRollAdSequencingMode: {
|
|
304
|
+
readonly FOLLOW_AD_SEQUENCE: "FOLLOW_AD_SEQUENCE";
|
|
305
|
+
readonly IGNORE_AD_SEQUENCE: "IGNORE_AD_SEQUENCE";
|
|
306
|
+
};
|
|
307
|
+
/**
|
|
308
|
+
* @public
|
|
309
|
+
*/
|
|
310
|
+
export type PreRollAdSequencingMode = (typeof PreRollAdSequencingMode)[keyof typeof PreRollAdSequencingMode];
|
|
284
311
|
/**
|
|
285
312
|
* @public
|
|
286
313
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AccessType, AdMarkupType, AdsInteractionExcludeEventType, AdsInteractionPublishOptInEventType, AlertCategory, ChannelState, CompressionMethod, EventName, FillPolicy, FunctionType, InsertionMode, ListPrefetchScheduleType, LoggingStrategy, LogType, ManifestServiceExcludeEventType, ManifestServicePublishOptInEventType, MessageType, Method, MethodType, Mode, Operator, OriginManifestType, PlaybackMode, PrefetchScheduleType, RelativePosition, RuntimeType, ScheduleEntryType, StreamingMediaFileConditioning, Tier, TrafficShapingType, Type } from "./enums";
|
|
1
|
+
import type { AccessType, AdMarkupType, AdSequencingMode, AdsInteractionExcludeEventType, AdsInteractionPublishOptInEventType, AlertCategory, ChannelState, CompressionMethod, EventName, FillPolicy, FunctionType, InsertionMode, ListPrefetchScheduleType, LoggingStrategy, LogType, ManifestServiceExcludeEventType, ManifestServicePublishOptInEventType, MessageType, Method, MethodType, Mode, Operator, OriginManifestType, PlaybackMode, PrefetchScheduleType, PreRollAdSequencingMode, RelativePosition, RuntimeType, ScheduleEntryType, StreamingMediaFileConditioning, Tier, TrafficShapingType, Type } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>For <code>SCTE35_ENHANCED</code> output, defines a key and corresponding value. MediaTailor generates these pairs within the <code>EXT-X-ASSET</code>tag.</p>
|
|
4
4
|
* @public
|
|
@@ -445,6 +445,42 @@ export interface FunctionRef {
|
|
|
445
445
|
* @public
|
|
446
446
|
*/
|
|
447
447
|
FunctionId?: string | undefined;
|
|
448
|
+
/**
|
|
449
|
+
* <p>An optional alternate name for the function within the executor. If omitted, MediaTailor uses the function identifier.</p>
|
|
450
|
+
* @public
|
|
451
|
+
*/
|
|
452
|
+
Alias?: string | undefined;
|
|
453
|
+
}
|
|
454
|
+
/**
|
|
455
|
+
* <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function. A <code>CONCURRENT_EXECUTOR</code> runs a set of child functions in parallel, up to a maximum concurrency, and combines their output when all functions complete. For more information about functions, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions.html">Working with functions</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
456
|
+
* @public
|
|
457
|
+
*/
|
|
458
|
+
export interface ConcurrentExecutorConfiguration {
|
|
459
|
+
/**
|
|
460
|
+
* <p>The expression language used to evaluate expressions in the function configuration. Set this to <code>JSONata</code>.</p>
|
|
461
|
+
* @public
|
|
462
|
+
*/
|
|
463
|
+
Runtime: RuntimeType | undefined;
|
|
464
|
+
/**
|
|
465
|
+
* <p>A map of output bindings that controls which bindings the executor commits to the session state after all child functions complete. Each key is a namespaced output path, and each value is an expression that MediaTailor evaluates against the combined results of the child functions.</p>
|
|
466
|
+
* @public
|
|
467
|
+
*/
|
|
468
|
+
Output: Record<string, string> | undefined;
|
|
469
|
+
/**
|
|
470
|
+
* <p>The list of child functions that MediaTailor runs in parallel. Each entry specifies a child function to execute and an optional run condition expression that controls whether the function runs.</p>
|
|
471
|
+
* @public
|
|
472
|
+
*/
|
|
473
|
+
FunctionList: FunctionRef[] | undefined;
|
|
474
|
+
/**
|
|
475
|
+
* <p>The maximum time, in milliseconds, for all child functions to complete. This timeout covers every function in the list, including any HTTP calls the child functions make. If the executor exceeds this timeout, MediaTailor discards all output from the executor and proceeds with default behavior.</p>
|
|
476
|
+
* @public
|
|
477
|
+
*/
|
|
478
|
+
TimeoutMilliseconds: number | undefined;
|
|
479
|
+
/**
|
|
480
|
+
* <p>The maximum number of child functions that MediaTailor runs simultaneously. When the list contains more functions than <code>MaxConcurrency</code>, MediaTailor starts additional functions as running ones complete, so that no more than <code>MaxConcurrency</code> functions run at the same time.</p>
|
|
481
|
+
* @public
|
|
482
|
+
*/
|
|
483
|
+
MaxConcurrency: number | undefined;
|
|
448
484
|
}
|
|
449
485
|
/**
|
|
450
486
|
* <p>The configuration for a <code>CUSTOM_OUTPUT</code> function. MediaTailor evaluates the output expressions against the current session state and commits the results as output bindings. <code>CUSTOM_OUTPUT</code> functions do not make external calls. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-types-custom-output.html">CUSTOM_OUTPUT</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
@@ -559,6 +595,11 @@ export interface Function {
|
|
|
559
595
|
* @public
|
|
560
596
|
*/
|
|
561
597
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
598
|
+
/**
|
|
599
|
+
* <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function.</p>
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
562
603
|
/**
|
|
563
604
|
* <p>The configuration for a <code>SEQUENTIAL_EXECUTOR</code> function.</p>
|
|
564
605
|
* @public
|
|
@@ -674,6 +715,17 @@ export interface HttpRequest {
|
|
|
674
715
|
*/
|
|
675
716
|
CompressRequest?: CompressionMethod | undefined;
|
|
676
717
|
}
|
|
718
|
+
/**
|
|
719
|
+
* <p>The settings that control how MediaTailor processes VAST responses from the ad decision server.</p>
|
|
720
|
+
* @public
|
|
721
|
+
*/
|
|
722
|
+
export interface VastResponse {
|
|
723
|
+
/**
|
|
724
|
+
* <p>The ad sequencing mode that controls how MediaTailor handles sequenced and standalone ads in VAST responses. <code>FOLLOW_AD_SEQUENCE</code> inserts sequenced ads in increasing order for both live and VOD workflows, using standalone ads only as replacements when a sequenced ad fails. <code>FOLLOW_AD_SEQUENCE_ONLY_LIVE</code> enables ad sequencing for live workflows only. <code>FOLLOW_AD_SEQUENCE_ONLY_VOD</code> enables ad sequencing for VOD workflows only. <code>IGNORE_AD_SEQUENCE</code> inserts ads in the order they appear in the VAST response, regardless of sequence attributes. The default behavior is <code>IGNORE_AD_SEQUENCE</code>.</p>
|
|
725
|
+
* @public
|
|
726
|
+
*/
|
|
727
|
+
AdSequencingMode?: AdSequencingMode | undefined;
|
|
728
|
+
}
|
|
677
729
|
/**
|
|
678
730
|
* <p>Configuration parameters for customizing HTTP requests sent to the ad decision server (ADS). This allows you to specify the HTTP method, headers, request body, and compression settings for ADS requests.</p>
|
|
679
731
|
* @public
|
|
@@ -684,6 +736,11 @@ export interface AdDecisionServerConfiguration {
|
|
|
684
736
|
* @public
|
|
685
737
|
*/
|
|
686
738
|
HttpRequest?: HttpRequest | undefined;
|
|
739
|
+
/**
|
|
740
|
+
* <p>The settings that control how MediaTailor processes VAST responses from the ad decision server.</p>
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
743
|
+
VastResponse?: VastResponse | undefined;
|
|
687
744
|
}
|
|
688
745
|
/**
|
|
689
746
|
* <p>The concurrency settings for ad decision server interactions during ad personalization.</p>
|
|
@@ -827,6 +884,28 @@ export interface HlsConfiguration {
|
|
|
827
884
|
*/
|
|
828
885
|
DualStackManifestEndpointPrefix?: string | undefined;
|
|
829
886
|
}
|
|
887
|
+
/**
|
|
888
|
+
* <p>The settings that control how MediaTailor processes VAST responses from the ad decision server for live pre-roll ad breaks.</p>
|
|
889
|
+
* @public
|
|
890
|
+
*/
|
|
891
|
+
export interface PreRollVastResponse {
|
|
892
|
+
/**
|
|
893
|
+
* <p>The ad sequencing mode for live pre-roll ads. <code>FOLLOW_AD_SEQUENCE</code> inserts sequenced ads in increasing order and uses standalone ads only as replacements when a sequenced ad fails. <code>IGNORE_AD_SEQUENCE</code> inserts ads in the order they appear in the VAST response, regardless of sequence attributes. The default behavior is <code>IGNORE_AD_SEQUENCE</code>.</p>
|
|
894
|
+
* @public
|
|
895
|
+
*/
|
|
896
|
+
AdSequencingMode?: PreRollAdSequencingMode | undefined;
|
|
897
|
+
}
|
|
898
|
+
/**
|
|
899
|
+
* <p>The ad decision server configuration for live pre-roll ads. It contains settings that control how MediaTailor processes VAST responses for pre-roll ad breaks.</p>
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
export interface PreRollAdDecisionServerConfiguration {
|
|
903
|
+
/**
|
|
904
|
+
* <p>The settings that control how MediaTailor processes VAST responses for live pre-roll ad breaks.</p>
|
|
905
|
+
* @public
|
|
906
|
+
*/
|
|
907
|
+
VastResponse?: PreRollVastResponse | undefined;
|
|
908
|
+
}
|
|
830
909
|
/**
|
|
831
910
|
* <p>The configuration for pre-roll ad insertion.</p>
|
|
832
911
|
* @public
|
|
@@ -842,6 +921,11 @@ export interface LivePreRollConfiguration {
|
|
|
842
921
|
* @public
|
|
843
922
|
*/
|
|
844
923
|
MaxDurationSeconds?: number | undefined;
|
|
924
|
+
/**
|
|
925
|
+
* <p>The configuration for the ad decision server (ADS) for live pre-roll ads. The configuration contains settings that control how MediaTailor processes VAST responses for pre-roll ad breaks.</p>
|
|
926
|
+
* @public
|
|
927
|
+
*/
|
|
928
|
+
AdDecisionServerConfiguration?: PreRollAdDecisionServerConfiguration | undefined;
|
|
845
929
|
}
|
|
846
930
|
/**
|
|
847
931
|
* <p>Settings for customizing what events are included in logs for interactions with the ad decision server (ADS).</p> <p>For more information about ADS logs, inlcuding descriptions of the event types, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ads-log-format.html">MediaTailor ADS logs description and event types</a> in Elemental MediaTailor User Guide.</p>
|
|
@@ -3176,6 +3260,11 @@ export interface GetFunctionResponse {
|
|
|
3176
3260
|
* @public
|
|
3177
3261
|
*/
|
|
3178
3262
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
3263
|
+
/**
|
|
3264
|
+
* <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function.</p>
|
|
3265
|
+
* @public
|
|
3266
|
+
*/
|
|
3267
|
+
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
3179
3268
|
/**
|
|
3180
3269
|
* <p>The configuration for a <code>SEQUENTIAL_EXECUTOR</code> function.</p>
|
|
3181
3270
|
* @public
|
|
@@ -3252,6 +3341,11 @@ export interface PutFunctionRequest {
|
|
|
3252
3341
|
* @public
|
|
3253
3342
|
*/
|
|
3254
3343
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
3344
|
+
/**
|
|
3345
|
+
* <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function. Specifies the list of child functions to run in parallel, the maximum concurrency, an optional output block, and a timeout. Required when <code>FunctionType</code> is <code>CONCURRENT_EXECUTOR</code>.</p>
|
|
3346
|
+
* @public
|
|
3347
|
+
*/
|
|
3348
|
+
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
3255
3349
|
/**
|
|
3256
3350
|
* <p>The configuration for a <code>SEQUENTIAL_EXECUTOR</code> function. Specifies the ordered list of child functions to execute, an optional output block, and a timeout. Required when <code>FunctionType</code> is <code>SEQUENTIAL_EXECUTOR</code>.</p>
|
|
3257
3351
|
* @public
|
|
@@ -3293,6 +3387,11 @@ export interface PutFunctionResponse {
|
|
|
3293
3387
|
* @public
|
|
3294
3388
|
*/
|
|
3295
3389
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
3390
|
+
/**
|
|
3391
|
+
* <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function.</p>
|
|
3392
|
+
* @public
|
|
3393
|
+
*/
|
|
3394
|
+
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
3296
3395
|
/**
|
|
3297
3396
|
* <p>The configuration for a <code>SEQUENTIAL_EXECUTOR</code> function.</p>
|
|
3298
3397
|
* @public
|
|
@@ -26,6 +26,7 @@ export declare var Bumper$: StaticStructureSchema;
|
|
|
26
26
|
export declare var CdnConfiguration$: StaticStructureSchema;
|
|
27
27
|
export declare var Channel$: StaticStructureSchema;
|
|
28
28
|
export declare var ClipRange$: StaticStructureSchema;
|
|
29
|
+
export declare var ConcurrentExecutorConfiguration$: StaticStructureSchema;
|
|
29
30
|
export declare var ConfigureLogsForChannelRequest$: StaticStructureSchema;
|
|
30
31
|
export declare var ConfigureLogsForChannelResponse$: StaticStructureSchema;
|
|
31
32
|
export declare var ConfigureLogsForPlaybackConfigurationRequest$: StaticStructureSchema;
|
|
@@ -122,6 +123,8 @@ export declare var PlaybackConfiguration$: StaticStructureSchema;
|
|
|
122
123
|
export declare var PrefetchConsumption$: StaticStructureSchema;
|
|
123
124
|
export declare var PrefetchRetrieval$: StaticStructureSchema;
|
|
124
125
|
export declare var PrefetchSchedule$: StaticStructureSchema;
|
|
126
|
+
export declare var PreRollAdDecisionServerConfiguration$: StaticStructureSchema;
|
|
127
|
+
export declare var PreRollVastResponse$: StaticStructureSchema;
|
|
125
128
|
export declare var PutChannelPolicyRequest$: StaticStructureSchema;
|
|
126
129
|
export declare var PutChannelPolicyResponse$: StaticStructureSchema;
|
|
127
130
|
export declare var PutFunctionRequest$: StaticStructureSchema;
|
|
@@ -166,6 +169,7 @@ export declare var UpdateSourceLocationRequest$: StaticStructureSchema;
|
|
|
166
169
|
export declare var UpdateSourceLocationResponse$: StaticStructureSchema;
|
|
167
170
|
export declare var UpdateVodSourceRequest$: StaticStructureSchema;
|
|
168
171
|
export declare var UpdateVodSourceResponse$: StaticStructureSchema;
|
|
172
|
+
export declare var VastResponse$: StaticStructureSchema;
|
|
169
173
|
export declare var VodSource$: StaticStructureSchema;
|
|
170
174
|
export declare var ConfigureLogsForChannel$: StaticOperationSchema;
|
|
171
175
|
export declare var ConfigureLogsForPlaybackConfiguration$: StaticOperationSchema;
|
|
@@ -82,6 +82,7 @@ export declare const RuntimeType: {
|
|
|
82
82
|
};
|
|
83
83
|
export type RuntimeType = (typeof RuntimeType)[keyof typeof RuntimeType];
|
|
84
84
|
export declare const FunctionType: {
|
|
85
|
+
readonly CONCURRENT_EXECUTOR: "CONCURRENT_EXECUTOR";
|
|
85
86
|
readonly CUSTOM_OUTPUT: "CUSTOM_OUTPUT";
|
|
86
87
|
readonly HTTP_REQUEST: "HTTP_REQUEST";
|
|
87
88
|
readonly SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR";
|
|
@@ -118,6 +119,13 @@ export declare const Method: {
|
|
|
118
119
|
readonly POST: "POST";
|
|
119
120
|
};
|
|
120
121
|
export type Method = (typeof Method)[keyof typeof Method];
|
|
122
|
+
export declare const AdSequencingMode: {
|
|
123
|
+
readonly FOLLOW_AD_SEQUENCE: "FOLLOW_AD_SEQUENCE";
|
|
124
|
+
readonly FOLLOW_AD_SEQUENCE_ONLY_LIVE: "FOLLOW_AD_SEQUENCE_ONLY_LIVE";
|
|
125
|
+
readonly FOLLOW_AD_SEQUENCE_ONLY_VOD: "FOLLOW_AD_SEQUENCE_ONLY_VOD";
|
|
126
|
+
readonly IGNORE_AD_SEQUENCE: "IGNORE_AD_SEQUENCE";
|
|
127
|
+
};
|
|
128
|
+
export type AdSequencingMode = (typeof AdSequencingMode)[keyof typeof AdSequencingMode];
|
|
121
129
|
export declare const FillPolicy: {
|
|
122
130
|
readonly FULL_AVAIL_ONLY: "FULL_AVAIL_ONLY";
|
|
123
131
|
readonly PARTIAL_AVAIL: "PARTIAL_AVAIL";
|
|
@@ -144,6 +152,12 @@ export declare const InsertionMode: {
|
|
|
144
152
|
readonly STITCHED_ONLY: "STITCHED_ONLY";
|
|
145
153
|
};
|
|
146
154
|
export type InsertionMode = (typeof InsertionMode)[keyof typeof InsertionMode];
|
|
155
|
+
export declare const PreRollAdSequencingMode: {
|
|
156
|
+
readonly FOLLOW_AD_SEQUENCE: "FOLLOW_AD_SEQUENCE";
|
|
157
|
+
readonly IGNORE_AD_SEQUENCE: "IGNORE_AD_SEQUENCE";
|
|
158
|
+
};
|
|
159
|
+
export type PreRollAdSequencingMode =
|
|
160
|
+
(typeof PreRollAdSequencingMode)[keyof typeof PreRollAdSequencingMode];
|
|
147
161
|
export declare const ManifestServiceExcludeEventType: {
|
|
148
162
|
readonly CONFIG_SECURITY_ERROR: "CONFIG_SECURITY_ERROR";
|
|
149
163
|
readonly CONFIG_SYNTAX_ERROR: "CONFIG_SYNTAX_ERROR";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AccessType,
|
|
3
3
|
AdMarkupType,
|
|
4
|
+
AdSequencingMode,
|
|
4
5
|
AdsInteractionExcludeEventType,
|
|
5
6
|
AdsInteractionPublishOptInEventType,
|
|
6
7
|
AlertCategory,
|
|
@@ -23,6 +24,7 @@ import {
|
|
|
23
24
|
OriginManifestType,
|
|
24
25
|
PlaybackMode,
|
|
25
26
|
PrefetchScheduleType,
|
|
27
|
+
PreRollAdSequencingMode,
|
|
26
28
|
RelativePosition,
|
|
27
29
|
RuntimeType,
|
|
28
30
|
ScheduleEntryType,
|
|
@@ -133,6 +135,14 @@ export interface Channel {
|
|
|
133
135
|
export interface FunctionRef {
|
|
134
136
|
RunCondition?: string | undefined;
|
|
135
137
|
FunctionId?: string | undefined;
|
|
138
|
+
Alias?: string | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface ConcurrentExecutorConfiguration {
|
|
141
|
+
Runtime: RuntimeType | undefined;
|
|
142
|
+
Output: Record<string, string> | undefined;
|
|
143
|
+
FunctionList: FunctionRef[] | undefined;
|
|
144
|
+
TimeoutMilliseconds: number | undefined;
|
|
145
|
+
MaxConcurrency: number | undefined;
|
|
136
146
|
}
|
|
137
147
|
export interface CustomOutputConfiguration {
|
|
138
148
|
Runtime: RuntimeType | undefined;
|
|
@@ -159,6 +169,7 @@ export interface Function {
|
|
|
159
169
|
Description?: string | undefined;
|
|
160
170
|
HttpRequestConfiguration?: HttpRequestConfiguration | undefined;
|
|
161
171
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
172
|
+
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
162
173
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
163
174
|
Tags?: Record<string, string> | undefined;
|
|
164
175
|
Arn?: string | undefined;
|
|
@@ -186,8 +197,12 @@ export interface HttpRequest {
|
|
|
186
197
|
Headers?: Record<string, string> | undefined;
|
|
187
198
|
CompressRequest?: CompressionMethod | undefined;
|
|
188
199
|
}
|
|
200
|
+
export interface VastResponse {
|
|
201
|
+
AdSequencingMode?: AdSequencingMode | undefined;
|
|
202
|
+
}
|
|
189
203
|
export interface AdDecisionServerConfiguration {
|
|
190
204
|
HttpRequest?: HttpRequest | undefined;
|
|
205
|
+
VastResponse?: VastResponse | undefined;
|
|
191
206
|
}
|
|
192
207
|
export interface AdsPersonalizationConcurrency {
|
|
193
208
|
MaxConcurrentAdsRequests?: number | undefined;
|
|
@@ -223,9 +238,16 @@ export interface HlsConfiguration {
|
|
|
223
238
|
ManifestEndpointPrefix?: string | undefined;
|
|
224
239
|
DualStackManifestEndpointPrefix?: string | undefined;
|
|
225
240
|
}
|
|
241
|
+
export interface PreRollVastResponse {
|
|
242
|
+
AdSequencingMode?: PreRollAdSequencingMode | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface PreRollAdDecisionServerConfiguration {
|
|
245
|
+
VastResponse?: PreRollVastResponse | undefined;
|
|
246
|
+
}
|
|
226
247
|
export interface LivePreRollConfiguration {
|
|
227
248
|
AdDecisionServerUrl?: string | undefined;
|
|
228
249
|
MaxDurationSeconds?: number | undefined;
|
|
250
|
+
AdDecisionServerConfiguration?: PreRollAdDecisionServerConfiguration | undefined;
|
|
229
251
|
}
|
|
230
252
|
export interface AdsInteractionLog {
|
|
231
253
|
PublishOptInEventTypes?: AdsInteractionPublishOptInEventType[] | undefined;
|
|
@@ -767,6 +789,7 @@ export interface GetFunctionResponse {
|
|
|
767
789
|
Description?: string | undefined;
|
|
768
790
|
HttpRequestConfiguration?: HttpRequestConfiguration | undefined;
|
|
769
791
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
792
|
+
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
770
793
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
771
794
|
Tags?: Record<string, string> | undefined;
|
|
772
795
|
Arn?: string | undefined;
|
|
@@ -785,6 +808,7 @@ export interface PutFunctionRequest {
|
|
|
785
808
|
Description?: string | undefined;
|
|
786
809
|
HttpRequestConfiguration?: HttpRequestConfiguration | undefined;
|
|
787
810
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
811
|
+
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
788
812
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
789
813
|
Tags?: Record<string, string> | undefined;
|
|
790
814
|
}
|
|
@@ -794,6 +818,7 @@ export interface PutFunctionResponse {
|
|
|
794
818
|
Description?: string | undefined;
|
|
795
819
|
HttpRequestConfiguration?: HttpRequestConfiguration | undefined;
|
|
796
820
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
821
|
+
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
797
822
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
798
823
|
Tags?: Record<string, string> | undefined;
|
|
799
824
|
Arn?: string | undefined;
|
|
@@ -21,6 +21,7 @@ export declare var Bumper$: StaticStructureSchema;
|
|
|
21
21
|
export declare var CdnConfiguration$: StaticStructureSchema;
|
|
22
22
|
export declare var Channel$: StaticStructureSchema;
|
|
23
23
|
export declare var ClipRange$: StaticStructureSchema;
|
|
24
|
+
export declare var ConcurrentExecutorConfiguration$: StaticStructureSchema;
|
|
24
25
|
export declare var ConfigureLogsForChannelRequest$: StaticStructureSchema;
|
|
25
26
|
export declare var ConfigureLogsForChannelResponse$: StaticStructureSchema;
|
|
26
27
|
export declare var ConfigureLogsForPlaybackConfigurationRequest$: StaticStructureSchema;
|
|
@@ -117,6 +118,8 @@ export declare var PlaybackConfiguration$: StaticStructureSchema;
|
|
|
117
118
|
export declare var PrefetchConsumption$: StaticStructureSchema;
|
|
118
119
|
export declare var PrefetchRetrieval$: StaticStructureSchema;
|
|
119
120
|
export declare var PrefetchSchedule$: StaticStructureSchema;
|
|
121
|
+
export declare var PreRollAdDecisionServerConfiguration$: StaticStructureSchema;
|
|
122
|
+
export declare var PreRollVastResponse$: StaticStructureSchema;
|
|
120
123
|
export declare var PutChannelPolicyRequest$: StaticStructureSchema;
|
|
121
124
|
export declare var PutChannelPolicyResponse$: StaticStructureSchema;
|
|
122
125
|
export declare var PutFunctionRequest$: StaticStructureSchema;
|
|
@@ -161,6 +164,7 @@ export declare var UpdateSourceLocationRequest$: StaticStructureSchema;
|
|
|
161
164
|
export declare var UpdateSourceLocationResponse$: StaticStructureSchema;
|
|
162
165
|
export declare var UpdateVodSourceRequest$: StaticStructureSchema;
|
|
163
166
|
export declare var UpdateVodSourceResponse$: StaticStructureSchema;
|
|
167
|
+
export declare var VastResponse$: StaticStructureSchema;
|
|
164
168
|
export declare var VodSource$: StaticStructureSchema;
|
|
165
169
|
export declare var ConfigureLogsForChannel$: StaticOperationSchema;
|
|
166
170
|
export declare var ConfigureLogsForPlaybackConfiguration$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediatailor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1106.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-mediatailor",
|
|
6
6
|
"license": "Apache-2.0",
|