@aws-sdk/client-mediatailor 3.1126.0 → 3.1127.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 +54 -17
- package/dist-es/models/enums.js +18 -0
- package/dist-es/schemas/schemas_0.js +32 -16
- package/dist-types/commands/ConfigureLogsForPlaybackConfigurationCommand.d.ts +4 -4
- package/dist-types/commands/GetFunctionCommand.d.ts +10 -1
- package/dist-types/commands/GetPlaybackConfigurationCommand.d.ts +8 -2
- package/dist-types/commands/ListFunctionsCommand.d.ts +10 -1
- package/dist-types/commands/ListPlaybackConfigurationsCommand.d.ts +8 -2
- package/dist-types/commands/PutFunctionCommand.d.ts +20 -2
- package/dist-types/commands/PutPlaybackConfigurationCommand.d.ts +14 -2
- package/dist-types/models/enums.d.ts +26 -0
- package/dist-types/models/models_0.d.ts +114 -7
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/models/enums.d.ts +19 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -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.1126.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -381,6 +381,7 @@ const _MSIL = "ManifestServiceInteractionLog";
|
|
|
381
381
|
const _MT = "MessageType";
|
|
382
382
|
const _MTDS = "MaxTimeDelaySeconds";
|
|
383
383
|
const _MTe = "MethodType";
|
|
384
|
+
const _MUD = "MinimumUnfilledDuration";
|
|
384
385
|
const _MUPS = "MinUpdatePeriodSeconds";
|
|
385
386
|
const _MWS = "ManifestWindowSeconds";
|
|
386
387
|
const _Me = "Method";
|
|
@@ -390,6 +391,7 @@ const _NT = "NextToken";
|
|
|
390
391
|
const _O = "Operator";
|
|
391
392
|
const _OM = "OffsetMillis";
|
|
392
393
|
const _OMT = "OriginManifestType";
|
|
394
|
+
const _ORT = "OpenRtbTemplate";
|
|
393
395
|
const _Ou = "Outputs";
|
|
394
396
|
const _Out = "Output";
|
|
395
397
|
const _P = "Policy";
|
|
@@ -407,6 +409,7 @@ const _PEP = "PlaybackEndpointPrefix";
|
|
|
407
409
|
const _PF = "PutFunction";
|
|
408
410
|
const _PFR = "PutFunctionRequest";
|
|
409
411
|
const _PFRu = "PutFunctionResponse";
|
|
412
|
+
const _PI = "PublisherId";
|
|
410
413
|
const _PM = "PlaybackMode";
|
|
411
414
|
const _PMAPTM = "PrefetchMaximumAdsPersonalizationTimeMilliseconds";
|
|
412
415
|
const _PN = "ProgramName";
|
|
@@ -439,6 +442,7 @@ const _RRA = "RelatedResourceArns";
|
|
|
439
442
|
const _RTM = "RequestTimeoutMilliseconds";
|
|
440
443
|
const _RWDS = "RetrievalWindowDurationSeconds";
|
|
441
444
|
const _Re = "Retrieval";
|
|
445
|
+
const _Reg = "Region";
|
|
442
446
|
const _S = "Slate";
|
|
443
447
|
const _SA = "SecretArn";
|
|
444
448
|
const _SAB = "ScheduleAdBreak";
|
|
@@ -524,8 +528,10 @@ const _V = "Value";
|
|
|
524
528
|
const _VCSU = "VideoContentSourceUrl";
|
|
525
529
|
const _VMAPTM = "VodMaximumAdsPersonalizationTimeMilliseconds";
|
|
526
530
|
const _VR = "VastResponse";
|
|
531
|
+
const _VRC = "VastRequestConfiguration";
|
|
527
532
|
const _VS = "VodSource";
|
|
528
533
|
const _VSN = "VodSourceName";
|
|
534
|
+
const _YOC = "YieldOptimizationConfiguration";
|
|
529
535
|
const _a = "audience";
|
|
530
536
|
const _c = "client";
|
|
531
537
|
const _dM = "durationMinutes";
|
|
@@ -913,8 +919,8 @@ var DescribeVodSourceResponse$ = [3, n0, _DVSResc,
|
|
|
913
919
|
];
|
|
914
920
|
var Function$ = [3, n0, _F,
|
|
915
921
|
0,
|
|
916
|
-
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
917
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
922
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _VRC, _Ta, _Ar],
|
|
923
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, () => VastRequestConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
918
924
|
];
|
|
919
925
|
var FunctionRef$ = [3, n0, _FR,
|
|
920
926
|
0,
|
|
@@ -948,8 +954,8 @@ var GetFunctionRequest$ = [3, n0, _GFR,
|
|
|
948
954
|
];
|
|
949
955
|
var GetFunctionResponse$ = [3, n0, _GFRe,
|
|
950
956
|
0,
|
|
951
|
-
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
952
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
957
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _VRC, _Ta, _Ar],
|
|
958
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, () => VastRequestConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
953
959
|
];
|
|
954
960
|
var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
|
|
955
961
|
0,
|
|
@@ -958,8 +964,8 @@ var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
|
|
|
958
964
|
];
|
|
959
965
|
var GetPlaybackConfigurationResponse$ = [3, n0, _GPCRe,
|
|
960
966
|
0,
|
|
961
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM, _APT, _APC],
|
|
962
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
967
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _YOC, _FM, _APT, _APC],
|
|
968
|
+
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, () => YieldOptimizationConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
963
969
|
];
|
|
964
970
|
var GetPrefetchScheduleRequest$ = [3, n0, _GPSR,
|
|
965
971
|
0,
|
|
@@ -1128,8 +1134,8 @@ var ManifestServiceInteractionLog$ = [3, n0, _MSIL,
|
|
|
1128
1134
|
];
|
|
1129
1135
|
var PlaybackConfiguration$ = [3, n0, _PC,
|
|
1130
1136
|
0,
|
|
1131
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM, _APT, _APC],
|
|
1132
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
1137
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _YOC, _FM, _APT, _APC],
|
|
1138
|
+
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, () => YieldOptimizationConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
1133
1139
|
];
|
|
1134
1140
|
var PrefetchConsumption$ = [3, n0, _PCr,
|
|
1135
1141
|
0,
|
|
@@ -1168,23 +1174,23 @@ var PutChannelPolicyResponse$ = [3, n0, _PCPRu,
|
|
|
1168
1174
|
];
|
|
1169
1175
|
var PutFunctionRequest$ = [3, n0, _PFR,
|
|
1170
1176
|
0,
|
|
1171
|
-
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta],
|
|
1172
|
-
[[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
|
|
1177
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _VRC, _Ta],
|
|
1178
|
+
[[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, () => VastRequestConfiguration$, [128 | 0, { [_jN]: _t }]], 2
|
|
1173
1179
|
];
|
|
1174
1180
|
var PutFunctionResponse$ = [3, n0, _PFRu,
|
|
1175
1181
|
0,
|
|
1176
|
-
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
1177
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
1182
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _VRC, _Ta, _Ar],
|
|
1183
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, () => VastRequestConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
1178
1184
|
];
|
|
1179
1185
|
var PutPlaybackConfigurationRequest$ = [3, n0, _PPCR,
|
|
1180
1186
|
0,
|
|
1181
|
-
[_N, _ADSU, _AS, _B, _CC, _CA, _DC, _IM, _LPRC, _MPR, _PTS, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM, _APT, _APC],
|
|
1182
|
-
[0, 0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CARo, 0, 0, 128 | 0], () => DashConfigurationForPut$, 0, () => LivePreRollConfiguration$, () => ManifestProcessingRules$, 1, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$], 1
|
|
1187
|
+
[_N, _ADSU, _AS, _B, _CC, _CA, _DC, _IM, _LPRC, _MPR, _PTS, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _YOC, _FM, _APT, _APC],
|
|
1188
|
+
[0, 0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CARo, 0, 0, 128 | 0], () => DashConfigurationForPut$, 0, () => LivePreRollConfiguration$, () => ManifestProcessingRules$, 1, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, () => YieldOptimizationConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$], 1
|
|
1183
1189
|
];
|
|
1184
1190
|
var PutPlaybackConfigurationResponse$ = [3, n0, _PPCRu,
|
|
1185
1191
|
0,
|
|
1186
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM, _APT, _APC],
|
|
1187
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
1192
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _YOC, _FM, _APT, _APC],
|
|
1193
|
+
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, () => YieldOptimizationConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
1188
1194
|
];
|
|
1189
1195
|
var RecurringConsumption$ = [3, n0, _RCe,
|
|
1190
1196
|
0,
|
|
@@ -1376,6 +1382,11 @@ var UpdateVodSourceResponse$ = [3, n0, _UVSRp,
|
|
|
1376
1382
|
[_Ar, _CT, _HPC, _LMT, _SLN, _Ta, _VSN],
|
|
1377
1383
|
[0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0]
|
|
1378
1384
|
];
|
|
1385
|
+
var VastRequestConfiguration$ = [3, n0, _VRC,
|
|
1386
|
+
0,
|
|
1387
|
+
[_R, _MTe, _RTM, _U, _Out, _Bo, _H],
|
|
1388
|
+
[0, 0, 1, 0, 128 | 0, 0, 128 | 0], 4
|
|
1389
|
+
];
|
|
1379
1390
|
var VastResponse$ = [3, n0, _VR,
|
|
1380
1391
|
0,
|
|
1381
1392
|
[_ASM],
|
|
@@ -1386,6 +1397,11 @@ var VodSource$ = [3, n0, _VS,
|
|
|
1386
1397
|
[_Ar, _HPC, _SLN, _VSN, _CT, _LMT, _Ta],
|
|
1387
1398
|
[0, () => HttpPackageConfigurations, 0, 0, 7, 7, [128 | 0, { [_jN]: _t }]], 4
|
|
1388
1399
|
];
|
|
1400
|
+
var YieldOptimizationConfiguration$ = [3, n0, _YOC,
|
|
1401
|
+
0,
|
|
1402
|
+
[_MUD, _PI, _Reg, _ORT],
|
|
1403
|
+
[1, 0, 0, 0], 4
|
|
1404
|
+
];
|
|
1389
1405
|
var __Unit = "unit";
|
|
1390
1406
|
var __listOfAdBreak = [1, n0, _lOAB,
|
|
1391
1407
|
0, () => AdBreak$
|
|
@@ -2015,8 +2031,12 @@ const AdsInteractionExcludeEventType = {
|
|
|
2015
2031
|
MAKING_ADS_REQUEST: "MAKING_ADS_REQUEST",
|
|
2016
2032
|
MODIFIED_TARGET_URL: "MODIFIED_TARGET_URL",
|
|
2017
2033
|
NON_AD_MARKER_FOUND: "NON_AD_MARKER_FOUND",
|
|
2034
|
+
POST_ADS_RESPONSE_FUNCTION_ERROR: "POST_ADS_RESPONSE_FUNCTION_ERROR",
|
|
2035
|
+
POST_ADS_RESPONSE_HOOK_ERROR: "POST_ADS_RESPONSE_HOOK_ERROR",
|
|
2018
2036
|
PRE_ADS_REQUEST_FUNCTION_ERROR: "PRE_ADS_REQUEST_FUNCTION_ERROR",
|
|
2019
2037
|
PRE_ADS_REQUEST_HOOK_ERROR: "PRE_ADS_REQUEST_HOOK_ERROR",
|
|
2038
|
+
PRE_MANIFEST_INSERTION_FUNCTION_ERROR: "PRE_MANIFEST_INSERTION_FUNCTION_ERROR",
|
|
2039
|
+
PRE_MANIFEST_INSERTION_HOOK_ERROR: "PRE_MANIFEST_INSERTION_HOOK_ERROR",
|
|
2020
2040
|
REDIRECTED_VAST_RESPONSE: "REDIRECTED_VAST_RESPONSE",
|
|
2021
2041
|
VAST_REDIRECT: "VAST_REDIRECT",
|
|
2022
2042
|
VAST_RESPONSE: "VAST_RESPONSE",
|
|
@@ -2028,10 +2048,16 @@ const AdsInteractionExcludeEventType = {
|
|
|
2028
2048
|
WARNING_VPAID_AD_DROPPED: "WARNING_VPAID_AD_DROPPED",
|
|
2029
2049
|
};
|
|
2030
2050
|
const AdsInteractionPublishOptInEventType = {
|
|
2051
|
+
POST_ADS_RESPONSE_FUNCTION_COMPLETED: "POST_ADS_RESPONSE_FUNCTION_COMPLETED",
|
|
2052
|
+
POST_ADS_RESPONSE_HOOK_SUMMARY: "POST_ADS_RESPONSE_HOOK_SUMMARY",
|
|
2031
2053
|
PRE_ADS_REQUEST_FUNCTION_COMPLETED: "PRE_ADS_REQUEST_FUNCTION_COMPLETED",
|
|
2032
2054
|
PRE_ADS_REQUEST_HOOK_SUMMARY: "PRE_ADS_REQUEST_HOOK_SUMMARY",
|
|
2055
|
+
PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED: "PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED",
|
|
2056
|
+
PRE_MANIFEST_INSERTION_HOOK_SUMMARY: "PRE_MANIFEST_INSERTION_HOOK_SUMMARY",
|
|
2033
2057
|
RAW_ADS_REQUEST: "RAW_ADS_REQUEST",
|
|
2034
2058
|
RAW_ADS_RESPONSE: "RAW_ADS_RESPONSE",
|
|
2059
|
+
RAW_BID_REQUEST: "RAW_BID_REQUEST",
|
|
2060
|
+
RAW_BID_RESPONSE: "RAW_BID_RESPONSE",
|
|
2035
2061
|
};
|
|
2036
2062
|
const MessageType = {
|
|
2037
2063
|
SPLICE_INSERT: "SPLICE_INSERT",
|
|
@@ -2060,6 +2086,7 @@ const FunctionType = {
|
|
|
2060
2086
|
CUSTOM_OUTPUT: "CUSTOM_OUTPUT",
|
|
2061
2087
|
HTTP_REQUEST: "HTTP_REQUEST",
|
|
2062
2088
|
SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR",
|
|
2089
|
+
VAST_REQUEST: "VAST_REQUEST",
|
|
2063
2090
|
};
|
|
2064
2091
|
const MethodType = {
|
|
2065
2092
|
GET: "GET",
|
|
@@ -2105,7 +2132,9 @@ const OriginManifestType = {
|
|
|
2105
2132
|
SINGLE_PERIOD: "SINGLE_PERIOD",
|
|
2106
2133
|
};
|
|
2107
2134
|
const EventName = {
|
|
2135
|
+
POST_ADS_RESPONSE: "POST_ADS_RESPONSE",
|
|
2108
2136
|
PRE_ADS_REQUEST: "PRE_ADS_REQUEST",
|
|
2137
|
+
PRE_MANIFEST_INSERTION: "PRE_MANIFEST_INSERTION",
|
|
2109
2138
|
PRE_SESSION_INITIALIZATION: "PRE_SESSION_INITIALIZATION",
|
|
2110
2139
|
};
|
|
2111
2140
|
const InsertionMode = {
|
|
@@ -2156,6 +2185,11 @@ const ManifestServicePublishOptInEventType = {
|
|
|
2156
2185
|
PRE_SESSION_INIT_FUNCTION_COMPLETED: "PRE_SESSION_INIT_FUNCTION_COMPLETED",
|
|
2157
2186
|
PRE_SESSION_INIT_HOOK_SUMMARY: "PRE_SESSION_INIT_HOOK_SUMMARY",
|
|
2158
2187
|
};
|
|
2188
|
+
const ApsRegion = {
|
|
2189
|
+
AMERICAS: "AMERICAS",
|
|
2190
|
+
ASIA_PACIFIC: "ASIA_PACIFIC",
|
|
2191
|
+
EUROPE: "EUROPE",
|
|
2192
|
+
};
|
|
2159
2193
|
const TrafficShapingType = {
|
|
2160
2194
|
RETRIEVAL_WINDOW: "RETRIEVAL_WINDOW",
|
|
2161
2195
|
TPS: "TPS",
|
|
@@ -2213,6 +2247,7 @@ exports.AdsPersonalizationTimeouts$ = AdsPersonalizationTimeouts$;
|
|
|
2213
2247
|
exports.Alert$ = Alert$;
|
|
2214
2248
|
exports.AlertCategory = AlertCategory;
|
|
2215
2249
|
exports.AlternateMedia$ = AlternateMedia$;
|
|
2250
|
+
exports.ApsRegion = ApsRegion;
|
|
2216
2251
|
exports.AudienceMedia$ = AudienceMedia$;
|
|
2217
2252
|
exports.AvailMatchingCriteria$ = AvailMatchingCriteria$;
|
|
2218
2253
|
exports.AvailSuppression$ = AvailSuppression$;
|
|
@@ -2492,8 +2527,10 @@ exports.UpdateVodSource$ = UpdateVodSource$;
|
|
|
2492
2527
|
exports.UpdateVodSourceCommand = UpdateVodSourceCommand;
|
|
2493
2528
|
exports.UpdateVodSourceRequest$ = UpdateVodSourceRequest$;
|
|
2494
2529
|
exports.UpdateVodSourceResponse$ = UpdateVodSourceResponse$;
|
|
2530
|
+
exports.VastRequestConfiguration$ = VastRequestConfiguration$;
|
|
2495
2531
|
exports.VastResponse$ = VastResponse$;
|
|
2496
2532
|
exports.VodSource$ = VodSource$;
|
|
2533
|
+
exports.YieldOptimizationConfiguration$ = YieldOptimizationConfiguration$;
|
|
2497
2534
|
exports.errorTypeRegistries = errorTypeRegistries;
|
|
2498
2535
|
exports.paginateGetChannelSchedule = paginateGetChannelSchedule;
|
|
2499
2536
|
exports.paginateListAlerts = paginateListAlerts;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -31,8 +31,12 @@ export const AdsInteractionExcludeEventType = {
|
|
|
31
31
|
MAKING_ADS_REQUEST: "MAKING_ADS_REQUEST",
|
|
32
32
|
MODIFIED_TARGET_URL: "MODIFIED_TARGET_URL",
|
|
33
33
|
NON_AD_MARKER_FOUND: "NON_AD_MARKER_FOUND",
|
|
34
|
+
POST_ADS_RESPONSE_FUNCTION_ERROR: "POST_ADS_RESPONSE_FUNCTION_ERROR",
|
|
35
|
+
POST_ADS_RESPONSE_HOOK_ERROR: "POST_ADS_RESPONSE_HOOK_ERROR",
|
|
34
36
|
PRE_ADS_REQUEST_FUNCTION_ERROR: "PRE_ADS_REQUEST_FUNCTION_ERROR",
|
|
35
37
|
PRE_ADS_REQUEST_HOOK_ERROR: "PRE_ADS_REQUEST_HOOK_ERROR",
|
|
38
|
+
PRE_MANIFEST_INSERTION_FUNCTION_ERROR: "PRE_MANIFEST_INSERTION_FUNCTION_ERROR",
|
|
39
|
+
PRE_MANIFEST_INSERTION_HOOK_ERROR: "PRE_MANIFEST_INSERTION_HOOK_ERROR",
|
|
36
40
|
REDIRECTED_VAST_RESPONSE: "REDIRECTED_VAST_RESPONSE",
|
|
37
41
|
VAST_REDIRECT: "VAST_REDIRECT",
|
|
38
42
|
VAST_RESPONSE: "VAST_RESPONSE",
|
|
@@ -44,10 +48,16 @@ export const AdsInteractionExcludeEventType = {
|
|
|
44
48
|
WARNING_VPAID_AD_DROPPED: "WARNING_VPAID_AD_DROPPED",
|
|
45
49
|
};
|
|
46
50
|
export const AdsInteractionPublishOptInEventType = {
|
|
51
|
+
POST_ADS_RESPONSE_FUNCTION_COMPLETED: "POST_ADS_RESPONSE_FUNCTION_COMPLETED",
|
|
52
|
+
POST_ADS_RESPONSE_HOOK_SUMMARY: "POST_ADS_RESPONSE_HOOK_SUMMARY",
|
|
47
53
|
PRE_ADS_REQUEST_FUNCTION_COMPLETED: "PRE_ADS_REQUEST_FUNCTION_COMPLETED",
|
|
48
54
|
PRE_ADS_REQUEST_HOOK_SUMMARY: "PRE_ADS_REQUEST_HOOK_SUMMARY",
|
|
55
|
+
PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED: "PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED",
|
|
56
|
+
PRE_MANIFEST_INSERTION_HOOK_SUMMARY: "PRE_MANIFEST_INSERTION_HOOK_SUMMARY",
|
|
49
57
|
RAW_ADS_REQUEST: "RAW_ADS_REQUEST",
|
|
50
58
|
RAW_ADS_RESPONSE: "RAW_ADS_RESPONSE",
|
|
59
|
+
RAW_BID_REQUEST: "RAW_BID_REQUEST",
|
|
60
|
+
RAW_BID_RESPONSE: "RAW_BID_RESPONSE",
|
|
51
61
|
};
|
|
52
62
|
export const MessageType = {
|
|
53
63
|
SPLICE_INSERT: "SPLICE_INSERT",
|
|
@@ -76,6 +86,7 @@ export const FunctionType = {
|
|
|
76
86
|
CUSTOM_OUTPUT: "CUSTOM_OUTPUT",
|
|
77
87
|
HTTP_REQUEST: "HTTP_REQUEST",
|
|
78
88
|
SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR",
|
|
89
|
+
VAST_REQUEST: "VAST_REQUEST",
|
|
79
90
|
};
|
|
80
91
|
export const MethodType = {
|
|
81
92
|
GET: "GET",
|
|
@@ -121,7 +132,9 @@ export const OriginManifestType = {
|
|
|
121
132
|
SINGLE_PERIOD: "SINGLE_PERIOD",
|
|
122
133
|
};
|
|
123
134
|
export const EventName = {
|
|
135
|
+
POST_ADS_RESPONSE: "POST_ADS_RESPONSE",
|
|
124
136
|
PRE_ADS_REQUEST: "PRE_ADS_REQUEST",
|
|
137
|
+
PRE_MANIFEST_INSERTION: "PRE_MANIFEST_INSERTION",
|
|
125
138
|
PRE_SESSION_INITIALIZATION: "PRE_SESSION_INITIALIZATION",
|
|
126
139
|
};
|
|
127
140
|
export const InsertionMode = {
|
|
@@ -172,6 +185,11 @@ export const ManifestServicePublishOptInEventType = {
|
|
|
172
185
|
PRE_SESSION_INIT_FUNCTION_COMPLETED: "PRE_SESSION_INIT_FUNCTION_COMPLETED",
|
|
173
186
|
PRE_SESSION_INIT_HOOK_SUMMARY: "PRE_SESSION_INIT_HOOK_SUMMARY",
|
|
174
187
|
};
|
|
188
|
+
export const ApsRegion = {
|
|
189
|
+
AMERICAS: "AMERICAS",
|
|
190
|
+
ASIA_PACIFIC: "ASIA_PACIFIC",
|
|
191
|
+
EUROPE: "EUROPE",
|
|
192
|
+
};
|
|
175
193
|
export const TrafficShapingType = {
|
|
176
194
|
RETRIEVAL_WINDOW: "RETRIEVAL_WINDOW",
|
|
177
195
|
TPS: "TPS",
|
|
@@ -223,6 +223,7 @@ const _MSIL = "ManifestServiceInteractionLog";
|
|
|
223
223
|
const _MT = "MessageType";
|
|
224
224
|
const _MTDS = "MaxTimeDelaySeconds";
|
|
225
225
|
const _MTe = "MethodType";
|
|
226
|
+
const _MUD = "MinimumUnfilledDuration";
|
|
226
227
|
const _MUPS = "MinUpdatePeriodSeconds";
|
|
227
228
|
const _MWS = "ManifestWindowSeconds";
|
|
228
229
|
const _Me = "Method";
|
|
@@ -232,6 +233,7 @@ const _NT = "NextToken";
|
|
|
232
233
|
const _O = "Operator";
|
|
233
234
|
const _OM = "OffsetMillis";
|
|
234
235
|
const _OMT = "OriginManifestType";
|
|
236
|
+
const _ORT = "OpenRtbTemplate";
|
|
235
237
|
const _Ou = "Outputs";
|
|
236
238
|
const _Out = "Output";
|
|
237
239
|
const _P = "Policy";
|
|
@@ -249,6 +251,7 @@ const _PEP = "PlaybackEndpointPrefix";
|
|
|
249
251
|
const _PF = "PutFunction";
|
|
250
252
|
const _PFR = "PutFunctionRequest";
|
|
251
253
|
const _PFRu = "PutFunctionResponse";
|
|
254
|
+
const _PI = "PublisherId";
|
|
252
255
|
const _PM = "PlaybackMode";
|
|
253
256
|
const _PMAPTM = "PrefetchMaximumAdsPersonalizationTimeMilliseconds";
|
|
254
257
|
const _PN = "ProgramName";
|
|
@@ -281,6 +284,7 @@ const _RRA = "RelatedResourceArns";
|
|
|
281
284
|
const _RTM = "RequestTimeoutMilliseconds";
|
|
282
285
|
const _RWDS = "RetrievalWindowDurationSeconds";
|
|
283
286
|
const _Re = "Retrieval";
|
|
287
|
+
const _Reg = "Region";
|
|
284
288
|
const _S = "Slate";
|
|
285
289
|
const _SA = "SecretArn";
|
|
286
290
|
const _SAB = "ScheduleAdBreak";
|
|
@@ -366,8 +370,10 @@ const _V = "Value";
|
|
|
366
370
|
const _VCSU = "VideoContentSourceUrl";
|
|
367
371
|
const _VMAPTM = "VodMaximumAdsPersonalizationTimeMilliseconds";
|
|
368
372
|
const _VR = "VastResponse";
|
|
373
|
+
const _VRC = "VastRequestConfiguration";
|
|
369
374
|
const _VS = "VodSource";
|
|
370
375
|
const _VSN = "VodSourceName";
|
|
376
|
+
const _YOC = "YieldOptimizationConfiguration";
|
|
371
377
|
const _a = "audience";
|
|
372
378
|
const _c = "client";
|
|
373
379
|
const _dM = "durationMinutes";
|
|
@@ -758,8 +764,8 @@ export var DescribeVodSourceResponse$ = [3, n0, _DVSResc,
|
|
|
758
764
|
];
|
|
759
765
|
export var Function$ = [3, n0, _F,
|
|
760
766
|
0,
|
|
761
|
-
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
762
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
767
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _VRC, _Ta, _Ar],
|
|
768
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, () => VastRequestConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
763
769
|
];
|
|
764
770
|
export var FunctionRef$ = [3, n0, _FR,
|
|
765
771
|
0,
|
|
@@ -793,8 +799,8 @@ export var GetFunctionRequest$ = [3, n0, _GFR,
|
|
|
793
799
|
];
|
|
794
800
|
export var GetFunctionResponse$ = [3, n0, _GFRe,
|
|
795
801
|
0,
|
|
796
|
-
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
797
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
802
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _VRC, _Ta, _Ar],
|
|
803
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, () => VastRequestConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
798
804
|
];
|
|
799
805
|
export var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
|
|
800
806
|
0,
|
|
@@ -803,8 +809,8 @@ export var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
|
|
|
803
809
|
];
|
|
804
810
|
export var GetPlaybackConfigurationResponse$ = [3, n0, _GPCRe,
|
|
805
811
|
0,
|
|
806
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM, _APT, _APC],
|
|
807
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
812
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _YOC, _FM, _APT, _APC],
|
|
813
|
+
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, () => YieldOptimizationConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
808
814
|
];
|
|
809
815
|
export var GetPrefetchScheduleRequest$ = [3, n0, _GPSR,
|
|
810
816
|
0,
|
|
@@ -973,8 +979,8 @@ export var ManifestServiceInteractionLog$ = [3, n0, _MSIL,
|
|
|
973
979
|
];
|
|
974
980
|
export var PlaybackConfiguration$ = [3, n0, _PC,
|
|
975
981
|
0,
|
|
976
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM, _APT, _APC],
|
|
977
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
982
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _YOC, _FM, _APT, _APC],
|
|
983
|
+
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, () => YieldOptimizationConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
978
984
|
];
|
|
979
985
|
export var PrefetchConsumption$ = [3, n0, _PCr,
|
|
980
986
|
0,
|
|
@@ -1013,23 +1019,23 @@ export var PutChannelPolicyResponse$ = [3, n0, _PCPRu,
|
|
|
1013
1019
|
];
|
|
1014
1020
|
export var PutFunctionRequest$ = [3, n0, _PFR,
|
|
1015
1021
|
0,
|
|
1016
|
-
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta],
|
|
1017
|
-
[[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
|
|
1022
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _VRC, _Ta],
|
|
1023
|
+
[[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, () => VastRequestConfiguration$, [128 | 0, { [_jN]: _t }]], 2
|
|
1018
1024
|
];
|
|
1019
1025
|
export var PutFunctionResponse$ = [3, n0, _PFRu,
|
|
1020
1026
|
0,
|
|
1021
|
-
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
|
|
1022
|
-
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
1027
|
+
[_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _VRC, _Ta, _Ar],
|
|
1028
|
+
[0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, () => VastRequestConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
|
|
1023
1029
|
];
|
|
1024
1030
|
export var PutPlaybackConfigurationRequest$ = [3, n0, _PPCR,
|
|
1025
1031
|
0,
|
|
1026
|
-
[_N, _ADSU, _AS, _B, _CC, _CA, _DC, _IM, _LPRC, _MPR, _PTS, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM, _APT, _APC],
|
|
1027
|
-
[0, 0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CARo, 0, 0, 128 | 0], () => DashConfigurationForPut$, 0, () => LivePreRollConfiguration$, () => ManifestProcessingRules$, 1, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$], 1
|
|
1032
|
+
[_N, _ADSU, _AS, _B, _CC, _CA, _DC, _IM, _LPRC, _MPR, _PTS, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _YOC, _FM, _APT, _APC],
|
|
1033
|
+
[0, 0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CARo, 0, 0, 128 | 0], () => DashConfigurationForPut$, 0, () => LivePreRollConfiguration$, () => ManifestProcessingRules$, 1, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, () => YieldOptimizationConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$], 1
|
|
1028
1034
|
];
|
|
1029
1035
|
export var PutPlaybackConfigurationResponse$ = [3, n0, _PPCRu,
|
|
1030
1036
|
0,
|
|
1031
|
-
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _FM, _APT, _APC],
|
|
1032
|
-
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
1037
|
+
[_ADSU, _AS, _B, _CC, _CA, _DC, _HCl, _IM, _LPRC, _LC, _MPR, _N, _PTS, _PCA, _PEP, _DSPEP, _SIEP, _DSSIEP, _SAU, _Ta, _TPN, _VCSU, _ACC, _ADSC, _YOC, _FM, _APT, _APC],
|
|
1038
|
+
[0, () => AvailSuppression$, () => Bumper$, () => CdnConfiguration$, [2, n0, _CAR, 0, 0, 128 | 0], () => DashConfiguration$, () => HlsConfiguration$, 0, () => LivePreRollConfiguration$, () => LogConfiguration$, () => ManifestProcessingRules$, 0, 1, 0, 0, 0, 0, 0, 0, [128 | 0, { [_jN]: _t }], 0, 0, () => AdConditioningConfiguration$, () => AdDecisionServerConfiguration$, () => YieldOptimizationConfiguration$, 128 | 0, () => AdsPersonalizationTimeouts$, () => AdsPersonalizationConcurrency$]
|
|
1033
1039
|
];
|
|
1034
1040
|
export var RecurringConsumption$ = [3, n0, _RCe,
|
|
1035
1041
|
0,
|
|
@@ -1221,6 +1227,11 @@ export var UpdateVodSourceResponse$ = [3, n0, _UVSRp,
|
|
|
1221
1227
|
[_Ar, _CT, _HPC, _LMT, _SLN, _Ta, _VSN],
|
|
1222
1228
|
[0, 7, () => HttpPackageConfigurations, 7, 0, [128 | 0, { [_jN]: _t }], 0]
|
|
1223
1229
|
];
|
|
1230
|
+
export var VastRequestConfiguration$ = [3, n0, _VRC,
|
|
1231
|
+
0,
|
|
1232
|
+
[_R, _MTe, _RTM, _U, _Out, _Bo, _H],
|
|
1233
|
+
[0, 0, 1, 0, 128 | 0, 0, 128 | 0], 4
|
|
1234
|
+
];
|
|
1224
1235
|
export var VastResponse$ = [3, n0, _VR,
|
|
1225
1236
|
0,
|
|
1226
1237
|
[_ASM],
|
|
@@ -1231,6 +1242,11 @@ export var VodSource$ = [3, n0, _VS,
|
|
|
1231
1242
|
[_Ar, _HPC, _SLN, _VSN, _CT, _LMT, _Ta],
|
|
1232
1243
|
[0, () => HttpPackageConfigurations, 0, 0, 7, 7, [128 | 0, { [_jN]: _t }]], 4
|
|
1233
1244
|
];
|
|
1245
|
+
export var YieldOptimizationConfiguration$ = [3, n0, _YOC,
|
|
1246
|
+
0,
|
|
1247
|
+
[_MUD, _PI, _Reg, _ORT],
|
|
1248
|
+
[1, 0, 0, 0], 4
|
|
1249
|
+
];
|
|
1234
1250
|
var __Unit = "unit";
|
|
1235
1251
|
var __adsInteractionExcludeEventTypesList = 64 | 0;
|
|
1236
1252
|
var __adsInteractionPublishOptInEventTypesList = 64 | 0;
|
|
@@ -41,10 +41,10 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
|
41
41
|
* ],
|
|
42
42
|
* AdsInteractionLog: { // AdsInteractionLog
|
|
43
43
|
* PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
44
|
-
* "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED",
|
|
44
|
+
* "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "RAW_BID_REQUEST" || "RAW_BID_RESPONSE" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED" || "POST_ADS_RESPONSE_HOOK_SUMMARY" || "POST_ADS_RESPONSE_FUNCTION_COMPLETED" || "PRE_MANIFEST_INSERTION_HOOK_SUMMARY" || "PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED",
|
|
45
45
|
* ],
|
|
46
46
|
* ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
47
|
-
* "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR",
|
|
47
|
+
* "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR" || "POST_ADS_RESPONSE_HOOK_ERROR" || "POST_ADS_RESPONSE_FUNCTION_ERROR" || "PRE_MANIFEST_INSERTION_HOOK_ERROR" || "PRE_MANIFEST_INSERTION_FUNCTION_ERROR",
|
|
48
48
|
* ],
|
|
49
49
|
* },
|
|
50
50
|
* ManifestServiceInteractionLog: { // ManifestServiceInteractionLog
|
|
@@ -66,10 +66,10 @@ declare const ConfigureLogsForPlaybackConfigurationCommand_base: {
|
|
|
66
66
|
* // ],
|
|
67
67
|
* // AdsInteractionLog: { // AdsInteractionLog
|
|
68
68
|
* // PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
69
|
-
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED",
|
|
69
|
+
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "RAW_BID_REQUEST" || "RAW_BID_RESPONSE" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED" || "POST_ADS_RESPONSE_HOOK_SUMMARY" || "POST_ADS_RESPONSE_FUNCTION_COMPLETED" || "PRE_MANIFEST_INSERTION_HOOK_SUMMARY" || "PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED",
|
|
70
70
|
* // ],
|
|
71
71
|
* // ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
72
|
-
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR",
|
|
72
|
+
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR" || "POST_ADS_RESPONSE_HOOK_ERROR" || "POST_ADS_RESPONSE_FUNCTION_ERROR" || "PRE_MANIFEST_INSERTION_HOOK_ERROR" || "PRE_MANIFEST_INSERTION_FUNCTION_ERROR",
|
|
73
73
|
* // ],
|
|
74
74
|
* // },
|
|
75
75
|
* // ManifestServiceInteractionLog: { // ManifestServiceInteractionLog
|
|
@@ -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" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
|
|
43
|
+
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR" || "VAST_REQUEST", // required
|
|
44
44
|
* // Description: "STRING_VALUE",
|
|
45
45
|
* // HttpRequestConfiguration: { // HttpRequestConfiguration
|
|
46
46
|
* // Runtime: "JSONATA", // required
|
|
@@ -90,6 +90,15 @@ declare const GetFunctionCommand_base: {
|
|
|
90
90
|
* // ],
|
|
91
91
|
* // TimeoutMilliseconds: Number("int"), // required
|
|
92
92
|
* // },
|
|
93
|
+
* // VastRequestConfiguration: { // VastRequestConfiguration
|
|
94
|
+
* // Runtime: "JSONATA", // required
|
|
95
|
+
* // Output: "<__mapOf__string>",
|
|
96
|
+
* // MethodType: "GET" || "POST", // required
|
|
97
|
+
* // RequestTimeoutMilliseconds: Number("int"), // required
|
|
98
|
+
* // Url: "STRING_VALUE", // required
|
|
99
|
+
* // Body: "STRING_VALUE",
|
|
100
|
+
* // Headers: "<__mapOf__string>",
|
|
101
|
+
* // },
|
|
93
102
|
* // Tags: "<__mapOf__string>",
|
|
94
103
|
* // Arn: "STRING_VALUE",
|
|
95
104
|
* // };
|
|
@@ -85,10 +85,10 @@ declare const GetPlaybackConfigurationCommand_base: {
|
|
|
85
85
|
* // ],
|
|
86
86
|
* // AdsInteractionLog: { // AdsInteractionLog
|
|
87
87
|
* // PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
88
|
-
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED",
|
|
88
|
+
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "RAW_BID_REQUEST" || "RAW_BID_RESPONSE" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED" || "POST_ADS_RESPONSE_HOOK_SUMMARY" || "POST_ADS_RESPONSE_FUNCTION_COMPLETED" || "PRE_MANIFEST_INSERTION_HOOK_SUMMARY" || "PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED",
|
|
89
89
|
* // ],
|
|
90
90
|
* // ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
91
|
-
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR",
|
|
91
|
+
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR" || "POST_ADS_RESPONSE_HOOK_ERROR" || "POST_ADS_RESPONSE_FUNCTION_ERROR" || "PRE_MANIFEST_INSERTION_HOOK_ERROR" || "PRE_MANIFEST_INSERTION_FUNCTION_ERROR",
|
|
92
92
|
* // ],
|
|
93
93
|
* // },
|
|
94
94
|
* // ManifestServiceInteractionLog: { // ManifestServiceInteractionLog
|
|
@@ -134,6 +134,12 @@ declare const GetPlaybackConfigurationCommand_base: {
|
|
|
134
134
|
* // AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE" || "FOLLOW_AD_SEQUENCE_ONLY_LIVE" || "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
135
135
|
* // },
|
|
136
136
|
* // },
|
|
137
|
+
* // YieldOptimizationConfiguration: { // YieldOptimizationConfiguration
|
|
138
|
+
* // MinimumUnfilledDuration: Number("int"), // required
|
|
139
|
+
* // PublisherId: "STRING_VALUE", // required
|
|
140
|
+
* // Region: "AMERICAS" || "EUROPE" || "ASIA_PACIFIC", // required
|
|
141
|
+
* // OpenRtbTemplate: "STRING_VALUE", // required
|
|
142
|
+
* // },
|
|
137
143
|
* // FunctionMapping: { // FunctionMapping
|
|
138
144
|
* // "<keys>": "STRING_VALUE",
|
|
139
145
|
* // },
|
|
@@ -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" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
|
|
46
|
+
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR" || "VAST_REQUEST", // required
|
|
47
47
|
* // Description: "STRING_VALUE",
|
|
48
48
|
* // HttpRequestConfiguration: { // HttpRequestConfiguration
|
|
49
49
|
* // Runtime: "JSONATA", // required
|
|
@@ -93,6 +93,15 @@ declare const ListFunctionsCommand_base: {
|
|
|
93
93
|
* // ],
|
|
94
94
|
* // TimeoutMilliseconds: Number("int"), // required
|
|
95
95
|
* // },
|
|
96
|
+
* // VastRequestConfiguration: { // VastRequestConfiguration
|
|
97
|
+
* // Runtime: "JSONATA", // required
|
|
98
|
+
* // Output: "<__mapOf__string>",
|
|
99
|
+
* // MethodType: "GET" || "POST", // required
|
|
100
|
+
* // RequestTimeoutMilliseconds: Number("int"), // required
|
|
101
|
+
* // Url: "STRING_VALUE", // required
|
|
102
|
+
* // Body: "STRING_VALUE",
|
|
103
|
+
* // Headers: "<__mapOf__string>",
|
|
104
|
+
* // },
|
|
96
105
|
* // Tags: "<__mapOf__string>",
|
|
97
106
|
* // Arn: "STRING_VALUE",
|
|
98
107
|
* // },
|
|
@@ -88,10 +88,10 @@ declare const ListPlaybackConfigurationsCommand_base: {
|
|
|
88
88
|
* // ],
|
|
89
89
|
* // AdsInteractionLog: { // AdsInteractionLog
|
|
90
90
|
* // PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
91
|
-
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED",
|
|
91
|
+
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "RAW_BID_REQUEST" || "RAW_BID_RESPONSE" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED" || "POST_ADS_RESPONSE_HOOK_SUMMARY" || "POST_ADS_RESPONSE_FUNCTION_COMPLETED" || "PRE_MANIFEST_INSERTION_HOOK_SUMMARY" || "PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED",
|
|
92
92
|
* // ],
|
|
93
93
|
* // ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
94
|
-
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR",
|
|
94
|
+
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR" || "POST_ADS_RESPONSE_HOOK_ERROR" || "POST_ADS_RESPONSE_FUNCTION_ERROR" || "PRE_MANIFEST_INSERTION_HOOK_ERROR" || "PRE_MANIFEST_INSERTION_FUNCTION_ERROR",
|
|
95
95
|
* // ],
|
|
96
96
|
* // },
|
|
97
97
|
* // ManifestServiceInteractionLog: { // ManifestServiceInteractionLog
|
|
@@ -137,6 +137,12 @@ declare const ListPlaybackConfigurationsCommand_base: {
|
|
|
137
137
|
* // AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE" || "FOLLOW_AD_SEQUENCE_ONLY_LIVE" || "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
138
138
|
* // },
|
|
139
139
|
* // },
|
|
140
|
+
* // YieldOptimizationConfiguration: { // YieldOptimizationConfiguration
|
|
141
|
+
* // MinimumUnfilledDuration: Number("int"), // required
|
|
142
|
+
* // PublisherId: "STRING_VALUE", // required
|
|
143
|
+
* // Region: "AMERICAS" || "EUROPE" || "ASIA_PACIFIC", // required
|
|
144
|
+
* // OpenRtbTemplate: "STRING_VALUE", // required
|
|
145
|
+
* // },
|
|
140
146
|
* // FunctionMapping: { // FunctionMapping
|
|
141
147
|
* // "<keys>": "STRING_VALUE",
|
|
142
148
|
* // },
|
|
@@ -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" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
|
|
38
|
+
* FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR" || "VAST_REQUEST", // required
|
|
39
39
|
* Description: "STRING_VALUE",
|
|
40
40
|
* HttpRequestConfiguration: { // HttpRequestConfiguration
|
|
41
41
|
* Runtime: "JSONATA", // required
|
|
@@ -85,13 +85,22 @@ declare const PutFunctionCommand_base: {
|
|
|
85
85
|
* ],
|
|
86
86
|
* TimeoutMilliseconds: Number("int"), // required
|
|
87
87
|
* },
|
|
88
|
+
* VastRequestConfiguration: { // VastRequestConfiguration
|
|
89
|
+
* Runtime: "JSONATA", // required
|
|
90
|
+
* Output: "<__mapOf__string>",
|
|
91
|
+
* MethodType: "GET" || "POST", // required
|
|
92
|
+
* RequestTimeoutMilliseconds: Number("int"), // required
|
|
93
|
+
* Url: "STRING_VALUE", // required
|
|
94
|
+
* Body: "STRING_VALUE",
|
|
95
|
+
* Headers: "<__mapOf__string>",
|
|
96
|
+
* },
|
|
88
97
|
* Tags: "<__mapOf__string>",
|
|
89
98
|
* };
|
|
90
99
|
* const command = new PutFunctionCommand(input);
|
|
91
100
|
* const response = await client.send(command);
|
|
92
101
|
* // { // PutFunctionResponse
|
|
93
102
|
* // FunctionId: "STRING_VALUE", // required
|
|
94
|
-
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
|
|
103
|
+
* // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR" || "VAST_REQUEST", // required
|
|
95
104
|
* // Description: "STRING_VALUE",
|
|
96
105
|
* // HttpRequestConfiguration: { // HttpRequestConfiguration
|
|
97
106
|
* // Runtime: "JSONATA", // required
|
|
@@ -141,6 +150,15 @@ declare const PutFunctionCommand_base: {
|
|
|
141
150
|
* // ],
|
|
142
151
|
* // TimeoutMilliseconds: Number("int"), // required
|
|
143
152
|
* // },
|
|
153
|
+
* // VastRequestConfiguration: { // VastRequestConfiguration
|
|
154
|
+
* // Runtime: "JSONATA", // required
|
|
155
|
+
* // Output: "<__mapOf__string>",
|
|
156
|
+
* // MethodType: "GET" || "POST", // required
|
|
157
|
+
* // RequestTimeoutMilliseconds: Number("int"), // required
|
|
158
|
+
* // Url: "STRING_VALUE", // required
|
|
159
|
+
* // Body: "STRING_VALUE",
|
|
160
|
+
* // Headers: "<__mapOf__string>",
|
|
161
|
+
* // },
|
|
144
162
|
* // Tags: "<__mapOf__string>",
|
|
145
163
|
* // Arn: "STRING_VALUE",
|
|
146
164
|
* // };
|
|
@@ -96,6 +96,12 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
96
96
|
* AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE" || "FOLLOW_AD_SEQUENCE_ONLY_LIVE" || "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
97
97
|
* },
|
|
98
98
|
* },
|
|
99
|
+
* YieldOptimizationConfiguration: { // YieldOptimizationConfiguration
|
|
100
|
+
* MinimumUnfilledDuration: Number("int"), // required
|
|
101
|
+
* PublisherId: "STRING_VALUE", // required
|
|
102
|
+
* Region: "AMERICAS" || "EUROPE" || "ASIA_PACIFIC", // required
|
|
103
|
+
* OpenRtbTemplate: "STRING_VALUE", // required
|
|
104
|
+
* },
|
|
99
105
|
* FunctionMapping: { // FunctionMapping
|
|
100
106
|
* "<keys>": "STRING_VALUE",
|
|
101
107
|
* },
|
|
@@ -160,10 +166,10 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
160
166
|
* // ],
|
|
161
167
|
* // AdsInteractionLog: { // AdsInteractionLog
|
|
162
168
|
* // PublishOptInEventTypes: [ // __adsInteractionPublishOptInEventTypesList
|
|
163
|
-
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED",
|
|
169
|
+
* // "RAW_ADS_RESPONSE" || "RAW_ADS_REQUEST" || "RAW_BID_REQUEST" || "RAW_BID_RESPONSE" || "PRE_ADS_REQUEST_HOOK_SUMMARY" || "PRE_ADS_REQUEST_FUNCTION_COMPLETED" || "POST_ADS_RESPONSE_HOOK_SUMMARY" || "POST_ADS_RESPONSE_FUNCTION_COMPLETED" || "PRE_MANIFEST_INSERTION_HOOK_SUMMARY" || "PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED",
|
|
164
170
|
* // ],
|
|
165
171
|
* // ExcludeEventTypes: [ // __adsInteractionExcludeEventTypesList
|
|
166
|
-
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR",
|
|
172
|
+
* // "AD_MARKER_FOUND" || "NON_AD_MARKER_FOUND" || "MAKING_ADS_REQUEST" || "MODIFIED_TARGET_URL" || "VAST_REDIRECT" || "EMPTY_VAST_RESPONSE" || "EMPTY_VMAP_RESPONSE" || "VAST_RESPONSE" || "REDIRECTED_VAST_RESPONSE" || "FILLED_AVAIL" || "FILLED_OVERLAY_AVAIL" || "BEACON_FIRED" || "WARNING_NO_ADVERTISEMENTS" || "WARNING_VPAID_AD_DROPPED" || "WARNING_URL_VARIABLE_SUBSTITUTION_FAILED" || "ERROR_UNKNOWN" || "ERROR_UNKNOWN_HOST" || "ERROR_DISALLOWED_HOST" || "ERROR_ADS_IO" || "ERROR_ADS_TIMEOUT" || "ERROR_ADS_RESPONSE_PARSE" || "ERROR_ADS_RESPONSE_UNKNOWN_ROOT_ELEMENT" || "ERROR_ADS_INVALID_RESPONSE" || "ERROR_VAST_REDIRECT_EMPTY_RESPONSE" || "ERROR_VAST_REDIRECT_MULTIPLE_VAST" || "ERROR_VAST_REDIRECT_FAILED" || "ERROR_VAST_MISSING_MEDIAFILES" || "ERROR_VAST_MISSING_CREATIVES" || "ERROR_VAST_MISSING_OVERLAYS" || "ERROR_VAST_MISSING_IMPRESSION" || "ERROR_VAST_INVALID_VAST_AD_TAG_URI" || "ERROR_VAST_MULTIPLE_TRACKING_EVENTS" || "ERROR_VAST_MULTIPLE_LINEAR" || "ERROR_VAST_INVALID_MEDIA_FILE" || "ERROR_FIRING_BEACON_FAILED" || "ERROR_PERSONALIZATION_DISABLED" || "VOD_TIME_BASED_AVAIL_PLAN_VAST_RESPONSE_FOR_OFFSET" || "VOD_TIME_BASED_AVAIL_PLAN_SUCCESS" || "VOD_TIME_BASED_AVAIL_PLAN_WARNING_NO_ADVERTISEMENTS" || "INTERSTITIAL_VOD_SUCCESS" || "INTERSTITIAL_VOD_FAILURE" || "PRE_ADS_REQUEST_HOOK_ERROR" || "PRE_ADS_REQUEST_FUNCTION_ERROR" || "POST_ADS_RESPONSE_HOOK_ERROR" || "POST_ADS_RESPONSE_FUNCTION_ERROR" || "PRE_MANIFEST_INSERTION_HOOK_ERROR" || "PRE_MANIFEST_INSERTION_FUNCTION_ERROR",
|
|
167
173
|
* // ],
|
|
168
174
|
* // },
|
|
169
175
|
* // ManifestServiceInteractionLog: { // ManifestServiceInteractionLog
|
|
@@ -209,6 +215,12 @@ declare const PutPlaybackConfigurationCommand_base: {
|
|
|
209
215
|
* // AdSequencingMode: "FOLLOW_AD_SEQUENCE" || "IGNORE_AD_SEQUENCE" || "FOLLOW_AD_SEQUENCE_ONLY_LIVE" || "FOLLOW_AD_SEQUENCE_ONLY_VOD",
|
|
210
216
|
* // },
|
|
211
217
|
* // },
|
|
218
|
+
* // YieldOptimizationConfiguration: { // YieldOptimizationConfiguration
|
|
219
|
+
* // MinimumUnfilledDuration: Number("int"), // required
|
|
220
|
+
* // PublisherId: "STRING_VALUE", // required
|
|
221
|
+
* // Region: "AMERICAS" || "EUROPE" || "ASIA_PACIFIC", // required
|
|
222
|
+
* // OpenRtbTemplate: "STRING_VALUE", // required
|
|
223
|
+
* // },
|
|
212
224
|
* // FunctionMapping: { // FunctionMapping
|
|
213
225
|
* // "<keys>": "STRING_VALUE",
|
|
214
226
|
* // },
|
|
@@ -35,8 +35,12 @@ export declare const AdsInteractionExcludeEventType: {
|
|
|
35
35
|
readonly MAKING_ADS_REQUEST: "MAKING_ADS_REQUEST";
|
|
36
36
|
readonly MODIFIED_TARGET_URL: "MODIFIED_TARGET_URL";
|
|
37
37
|
readonly NON_AD_MARKER_FOUND: "NON_AD_MARKER_FOUND";
|
|
38
|
+
readonly POST_ADS_RESPONSE_FUNCTION_ERROR: "POST_ADS_RESPONSE_FUNCTION_ERROR";
|
|
39
|
+
readonly POST_ADS_RESPONSE_HOOK_ERROR: "POST_ADS_RESPONSE_HOOK_ERROR";
|
|
38
40
|
readonly PRE_ADS_REQUEST_FUNCTION_ERROR: "PRE_ADS_REQUEST_FUNCTION_ERROR";
|
|
39
41
|
readonly PRE_ADS_REQUEST_HOOK_ERROR: "PRE_ADS_REQUEST_HOOK_ERROR";
|
|
42
|
+
readonly PRE_MANIFEST_INSERTION_FUNCTION_ERROR: "PRE_MANIFEST_INSERTION_FUNCTION_ERROR";
|
|
43
|
+
readonly PRE_MANIFEST_INSERTION_HOOK_ERROR: "PRE_MANIFEST_INSERTION_HOOK_ERROR";
|
|
40
44
|
readonly REDIRECTED_VAST_RESPONSE: "REDIRECTED_VAST_RESPONSE";
|
|
41
45
|
readonly VAST_REDIRECT: "VAST_REDIRECT";
|
|
42
46
|
readonly VAST_RESPONSE: "VAST_RESPONSE";
|
|
@@ -56,10 +60,16 @@ export type AdsInteractionExcludeEventType = (typeof AdsInteractionExcludeEventT
|
|
|
56
60
|
* @enum
|
|
57
61
|
*/
|
|
58
62
|
export declare const AdsInteractionPublishOptInEventType: {
|
|
63
|
+
readonly POST_ADS_RESPONSE_FUNCTION_COMPLETED: "POST_ADS_RESPONSE_FUNCTION_COMPLETED";
|
|
64
|
+
readonly POST_ADS_RESPONSE_HOOK_SUMMARY: "POST_ADS_RESPONSE_HOOK_SUMMARY";
|
|
59
65
|
readonly PRE_ADS_REQUEST_FUNCTION_COMPLETED: "PRE_ADS_REQUEST_FUNCTION_COMPLETED";
|
|
60
66
|
readonly PRE_ADS_REQUEST_HOOK_SUMMARY: "PRE_ADS_REQUEST_HOOK_SUMMARY";
|
|
67
|
+
readonly PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED: "PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED";
|
|
68
|
+
readonly PRE_MANIFEST_INSERTION_HOOK_SUMMARY: "PRE_MANIFEST_INSERTION_HOOK_SUMMARY";
|
|
61
69
|
readonly RAW_ADS_REQUEST: "RAW_ADS_REQUEST";
|
|
62
70
|
readonly RAW_ADS_RESPONSE: "RAW_ADS_RESPONSE";
|
|
71
|
+
readonly RAW_BID_REQUEST: "RAW_BID_REQUEST";
|
|
72
|
+
readonly RAW_BID_RESPONSE: "RAW_BID_RESPONSE";
|
|
63
73
|
};
|
|
64
74
|
/**
|
|
65
75
|
* @public
|
|
@@ -144,6 +154,7 @@ export declare const FunctionType: {
|
|
|
144
154
|
readonly CUSTOM_OUTPUT: "CUSTOM_OUTPUT";
|
|
145
155
|
readonly HTTP_REQUEST: "HTTP_REQUEST";
|
|
146
156
|
readonly SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR";
|
|
157
|
+
readonly VAST_REQUEST: "VAST_REQUEST";
|
|
147
158
|
};
|
|
148
159
|
/**
|
|
149
160
|
* @public
|
|
@@ -277,7 +288,9 @@ export type OriginManifestType = (typeof OriginManifestType)[keyof typeof Origin
|
|
|
277
288
|
* @enum
|
|
278
289
|
*/
|
|
279
290
|
export declare const EventName: {
|
|
291
|
+
readonly POST_ADS_RESPONSE: "POST_ADS_RESPONSE";
|
|
280
292
|
readonly PRE_ADS_REQUEST: "PRE_ADS_REQUEST";
|
|
293
|
+
readonly PRE_MANIFEST_INSERTION: "PRE_MANIFEST_INSERTION";
|
|
281
294
|
readonly PRE_SESSION_INITIALIZATION: "PRE_SESSION_INITIALIZATION";
|
|
282
295
|
};
|
|
283
296
|
/**
|
|
@@ -364,6 +377,19 @@ export declare const ManifestServicePublishOptInEventType: {
|
|
|
364
377
|
* @public
|
|
365
378
|
*/
|
|
366
379
|
export type ManifestServicePublishOptInEventType = (typeof ManifestServicePublishOptInEventType)[keyof typeof ManifestServicePublishOptInEventType];
|
|
380
|
+
/**
|
|
381
|
+
* @public
|
|
382
|
+
* @enum
|
|
383
|
+
*/
|
|
384
|
+
export declare const ApsRegion: {
|
|
385
|
+
readonly AMERICAS: "AMERICAS";
|
|
386
|
+
readonly ASIA_PACIFIC: "ASIA_PACIFIC";
|
|
387
|
+
readonly EUROPE: "EUROPE";
|
|
388
|
+
};
|
|
389
|
+
/**
|
|
390
|
+
* @public
|
|
391
|
+
*/
|
|
392
|
+
export type ApsRegion = (typeof ApsRegion)[keyof typeof ApsRegion];
|
|
367
393
|
/**
|
|
368
394
|
* @public
|
|
369
395
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
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";
|
|
1
|
+
import type { AccessType, AdMarkupType, AdSequencingMode, AdsInteractionExcludeEventType, AdsInteractionPublishOptInEventType, AlertCategory, ApsRegion, 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
|
|
@@ -565,6 +565,47 @@ export interface SequentialExecutorConfiguration {
|
|
|
565
565
|
*/
|
|
566
566
|
TimeoutMilliseconds: number | undefined;
|
|
567
567
|
}
|
|
568
|
+
/**
|
|
569
|
+
* <p>The configuration for a <code>VAST_REQUEST</code> function. Specifies the HTTP method, URL, headers, body, timeout, and output expressions for a request to a VAST endpoint. MediaTailor parses the response as VAST and resolves wrapper redirects, then makes the parsed ads available to the function's output expressions. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-types.html">Function types and composition</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
570
|
+
* @public
|
|
571
|
+
*/
|
|
572
|
+
export interface VastRequestConfiguration {
|
|
573
|
+
/**
|
|
574
|
+
* <p>The expression language used to evaluate expressions in the function configuration. Set this to <code>JSONata</code>.</p>
|
|
575
|
+
* @public
|
|
576
|
+
*/
|
|
577
|
+
Runtime: RuntimeType | undefined;
|
|
578
|
+
/**
|
|
579
|
+
* <p>A map of output bindings. Each key is a namespaced output path (such as <code>temp.wrappedAds</code>), and each value is an expression that MediaTailor evaluates at runtime. Output expressions in a <code>VAST_REQUEST</code> function can reference the <code>response</code> object, which exposes <code>response.parsedAds</code> — the ads parsed from the VAST response after schema validation and wrapper resolution — and <code>response.statusCode</code>. For more information about expression syntax, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-jsonata.html">JSONata expression reference</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
582
|
+
Output?: Record<string, string> | undefined;
|
|
583
|
+
/**
|
|
584
|
+
* <p>The HTTP method for the request to the VAST endpoint. Valid values: <code>GET</code> and <code>POST</code>. Use <code>POST</code> to send a bid request body, such as an OpenRTB payload.</p>
|
|
585
|
+
* @public
|
|
586
|
+
*/
|
|
587
|
+
MethodType: MethodType | undefined;
|
|
588
|
+
/**
|
|
589
|
+
* <p>The maximum time, in milliseconds, that MediaTailor waits for a response from the VAST endpoint. The timeout covers the entire response, including any wrapper redirects that MediaTailor follows. If the call exceeds this timeout, MediaTailor proceeds with an empty ad list and continues output expression evaluation. Valid values: <code>100</code> to <code>2000</code>.</p>
|
|
590
|
+
* @public
|
|
591
|
+
*/
|
|
592
|
+
RequestTimeoutMilliseconds: number | undefined;
|
|
593
|
+
/**
|
|
594
|
+
* <p>An expression that evaluates to the VAST endpoint URL. Use <code>\{%...%\}</code> delimiters for dynamic expressions. A literal value must be an <code>https://</code> URL. The maximum length is 25,000 characters.</p>
|
|
595
|
+
* @public
|
|
596
|
+
*/
|
|
597
|
+
Url: string | undefined;
|
|
598
|
+
/**
|
|
599
|
+
* <p>An expression that evaluates to the request body. Used with <code>POST</code> requests, for example to send an OpenRTB bid request. The maximum length is 100,000 characters.</p>
|
|
600
|
+
* @public
|
|
601
|
+
*/
|
|
602
|
+
Body?: string | undefined;
|
|
603
|
+
/**
|
|
604
|
+
* <p>A map of HTTP header names to expression values. MediaTailor evaluates each header value expression at runtime and includes the result in the outbound request. Headers beginning with <code>X-Amz-</code> are reserved by the service, and method override headers are not allowed.</p>
|
|
605
|
+
* @public
|
|
606
|
+
*/
|
|
607
|
+
Headers?: Record<string, string> | undefined;
|
|
608
|
+
}
|
|
568
609
|
/**
|
|
569
610
|
* <p>Defines reusable logic that MediaTailor executes at lifecycle hooks during ad insertion. The <code>FunctionType</code> determines the function's runtime behavior. 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>
|
|
570
611
|
* @public
|
|
@@ -605,6 +646,11 @@ export interface Function {
|
|
|
605
646
|
* @public
|
|
606
647
|
*/
|
|
607
648
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
649
|
+
/**
|
|
650
|
+
* <p>The configuration for a <code>VAST_REQUEST</code> function.</p>
|
|
651
|
+
* @public
|
|
652
|
+
*/
|
|
653
|
+
VastRequestConfiguration?: VastRequestConfiguration | undefined;
|
|
608
654
|
/**
|
|
609
655
|
* <p>The tags assigned to the function. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
610
656
|
* @public
|
|
@@ -933,7 +979,7 @@ export interface LivePreRollConfiguration {
|
|
|
933
979
|
*/
|
|
934
980
|
export interface AdsInteractionLog {
|
|
935
981
|
/**
|
|
936
|
-
* <p>Indicates that MediaTailor
|
|
982
|
+
* <p>Indicates that MediaTailor will emit the selected events in the logs for playback sessions that are initialized with this configuration. These events are not emitted by default and must be explicitly opted in. For descriptions of each event type, 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>
|
|
937
983
|
* @public
|
|
938
984
|
*/
|
|
939
985
|
PublishOptInEventTypes?: AdsInteractionPublishOptInEventType[] | undefined;
|
|
@@ -1007,6 +1053,32 @@ export interface ManifestProcessingRules {
|
|
|
1007
1053
|
*/
|
|
1008
1054
|
AdMarkerPassthrough?: AdMarkerPassthrough | undefined;
|
|
1009
1055
|
}
|
|
1056
|
+
/**
|
|
1057
|
+
* <p>Configuration for Yield Optimization, which fills unsold ad inventory in ad breaks with programmatic ads from Amazon Publisher Services (APS).</p>
|
|
1058
|
+
* @public
|
|
1059
|
+
*/
|
|
1060
|
+
export interface YieldOptimizationConfiguration {
|
|
1061
|
+
/**
|
|
1062
|
+
* <p>The minimum unfilled duration, in seconds, that must remain in an ad break before MediaTailor requests additional ads from Amazon Publisher Services (APS). For example, if set to 6 seconds, yield optimization triggers only when at least 6 seconds of unfilled time remains after the primary ad server response.</p>
|
|
1063
|
+
* @public
|
|
1064
|
+
*/
|
|
1065
|
+
MinimumUnfilledDuration: number | undefined;
|
|
1066
|
+
/**
|
|
1067
|
+
* <p>Publisher ID for an existing Amazon Publisher Services configuration. This ID must be obtained by registering with APS prior to using the Yield Optimization feature. The Publisher ID identifies your account in the APS system and is required for all bid requests.</p>
|
|
1068
|
+
* @public
|
|
1069
|
+
*/
|
|
1070
|
+
PublisherId: string | undefined;
|
|
1071
|
+
/**
|
|
1072
|
+
* <p>The Amazon Publisher Services (APS) region that MediaTailor sends bid requests to. Choose the region closest to your primary audience, because the selection affects both latency and the ad inventory available to you. This setting applies to the entire playback configuration, not to individual viewers. If you serve traffic across multiple regions, create a separate playback configuration for each APS region.</p>
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
1075
|
+
Region: ApsRegion | undefined;
|
|
1076
|
+
/**
|
|
1077
|
+
* <p>The OpenRTB bid request template, in JSON, that MediaTailor sends to Amazon Publisher Services (APS). The template must include an <code>imp</code> array with one impression specifying <code>bidfloor</code>, an <code>app</code> object specifying <code>bundle</code> and <code>storeurl</code>, and a <code>device</code> object specifying <code>ua</code> and <code>ip</code>. Use double curly braces (for example, <code>\{\{player_params.user_agent\}\}</code>) to insert session variables and player parameters.</p>
|
|
1078
|
+
* @public
|
|
1079
|
+
*/
|
|
1080
|
+
OpenRtbTemplate: string | undefined;
|
|
1081
|
+
}
|
|
1010
1082
|
/**
|
|
1011
1083
|
* <p>A playback configuration. For information about MediaTailor configurations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working with configurations in AWS Elemental MediaTailor</a>.</p>
|
|
1012
1084
|
* @public
|
|
@@ -1133,7 +1205,12 @@ export interface PlaybackConfiguration {
|
|
|
1133
1205
|
*/
|
|
1134
1206
|
AdDecisionServerConfiguration?: AdDecisionServerConfiguration | undefined;
|
|
1135
1207
|
/**
|
|
1136
|
-
* <p>
|
|
1208
|
+
* <p>Configuration for Yield Optimization, which fills unsold ad inventory in ad breaks with programmatic ads from Amazon Publisher Services (APS).</p>
|
|
1209
|
+
* @public
|
|
1210
|
+
*/
|
|
1211
|
+
YieldOptimizationConfiguration?: YieldOptimizationConfiguration | undefined;
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>A map of lifecycle hook event names to function identifiers. The function mapping specifies which function MediaTailor executes at each lifecycle hook during ad insertion. Valid keys are <code>PRE_SESSION_INITIALIZATION</code>, <code>PRE_ADS_REQUEST</code>, <code>POST_ADS_RESPONSE</code>, and <code>PRE_MANIFEST_INSERTION</code>. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-hooks.html">Functions lifecycle hooks</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
1137
1214
|
* @public
|
|
1138
1215
|
*/
|
|
1139
1216
|
FunctionMapping?: Partial<Record<EventName, string>> | undefined;
|
|
@@ -3270,6 +3347,11 @@ export interface GetFunctionResponse {
|
|
|
3270
3347
|
* @public
|
|
3271
3348
|
*/
|
|
3272
3349
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
3350
|
+
/**
|
|
3351
|
+
* <p>The configuration for a <code>VAST_REQUEST</code> function.</p>
|
|
3352
|
+
* @public
|
|
3353
|
+
*/
|
|
3354
|
+
VastRequestConfiguration?: VastRequestConfiguration | undefined;
|
|
3273
3355
|
/**
|
|
3274
3356
|
* <p>The tags assigned to the function. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
3275
3357
|
* @public
|
|
@@ -3322,7 +3404,7 @@ export interface PutFunctionRequest {
|
|
|
3322
3404
|
*/
|
|
3323
3405
|
FunctionId: string | undefined;
|
|
3324
3406
|
/**
|
|
3325
|
-
* <p>The type of the function. The function type determines what the function can do at runtime. Valid values: <code>CUSTOM_OUTPUT</code> evaluates expressions and produces output bindings with no external calls. <code>HTTP_REQUEST</code> makes an HTTP call to an external service and evaluates output expressions that can reference the response. <code>SEQUENTIAL_EXECUTOR</code> runs a sequence of child functions in order, passing data between steps through temporary data. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-types.html">Function types and composition</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
3407
|
+
* <p>The type of the function. The function type determines what the function can do at runtime. Valid values: <code>CUSTOM_OUTPUT</code> evaluates expressions and produces output bindings with no external calls. <code>HTTP_REQUEST</code> makes an HTTP call to an external service and evaluates output expressions that can reference the response. <code>VAST_REQUEST</code> calls a VAST endpoint, parses the response as VAST, and makes the parsed ads available to output expressions. <code>SEQUENTIAL_EXECUTOR</code> runs a sequence of child functions in order, passing data between steps through temporary data. <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, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-types.html">Function types and composition</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
3326
3408
|
* @public
|
|
3327
3409
|
*/
|
|
3328
3410
|
FunctionType: FunctionType | undefined;
|
|
@@ -3351,6 +3433,11 @@ export interface PutFunctionRequest {
|
|
|
3351
3433
|
* @public
|
|
3352
3434
|
*/
|
|
3353
3435
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
3436
|
+
/**
|
|
3437
|
+
* <p>The configuration for a <code>VAST_REQUEST</code> function. Specifies the HTTP method, URL, headers, body, timeout, and output expressions. Required when <code>FunctionType</code> is <code>VAST_REQUEST</code>.</p>
|
|
3438
|
+
* @public
|
|
3439
|
+
*/
|
|
3440
|
+
VastRequestConfiguration?: VastRequestConfiguration | undefined;
|
|
3354
3441
|
/**
|
|
3355
3442
|
* <p>The tags to assign to the function. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
3356
3443
|
* @public
|
|
@@ -3397,6 +3484,11 @@ export interface PutFunctionResponse {
|
|
|
3397
3484
|
* @public
|
|
3398
3485
|
*/
|
|
3399
3486
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
3487
|
+
/**
|
|
3488
|
+
* <p>The configuration for a <code>VAST_REQUEST</code> function.</p>
|
|
3489
|
+
* @public
|
|
3490
|
+
*/
|
|
3491
|
+
VastRequestConfiguration?: VastRequestConfiguration | undefined;
|
|
3400
3492
|
/**
|
|
3401
3493
|
* <p>The tags assigned to the function. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging AWS Elemental MediaTailor Resources</a>.</p>
|
|
3402
3494
|
* @public
|
|
@@ -3543,7 +3635,12 @@ export interface GetPlaybackConfigurationResponse {
|
|
|
3543
3635
|
*/
|
|
3544
3636
|
AdDecisionServerConfiguration?: AdDecisionServerConfiguration | undefined;
|
|
3545
3637
|
/**
|
|
3546
|
-
* <p>
|
|
3638
|
+
* <p>Configuration for Yield Optimization, which fills unsold ad inventory in ad breaks with programmatic ads from Amazon Publisher Services (APS).</p>
|
|
3639
|
+
* @public
|
|
3640
|
+
*/
|
|
3641
|
+
YieldOptimizationConfiguration?: YieldOptimizationConfiguration | undefined;
|
|
3642
|
+
/**
|
|
3643
|
+
* <p>A map of lifecycle hook event names to function identifiers. The function mapping specifies which function MediaTailor executes at each lifecycle hook during ad insertion. Valid keys are <code>PRE_SESSION_INITIALIZATION</code>, <code>PRE_ADS_REQUEST</code>, <code>POST_ADS_RESPONSE</code>, and <code>PRE_MANIFEST_INSERTION</code>. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-hooks.html">Functions lifecycle hooks</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
3547
3644
|
* @public
|
|
3548
3645
|
*/
|
|
3549
3646
|
FunctionMapping?: Partial<Record<EventName, string>> | undefined;
|
|
@@ -4003,7 +4100,12 @@ export interface PutPlaybackConfigurationRequest {
|
|
|
4003
4100
|
*/
|
|
4004
4101
|
AdDecisionServerConfiguration?: AdDecisionServerConfiguration | undefined;
|
|
4005
4102
|
/**
|
|
4006
|
-
* <p>
|
|
4103
|
+
* <p>Configuration for Yield Optimization, which fills unsold ad inventory in ad breaks with programmatic ads from Amazon Publisher Services (APS).</p>
|
|
4104
|
+
* @public
|
|
4105
|
+
*/
|
|
4106
|
+
YieldOptimizationConfiguration?: YieldOptimizationConfiguration | undefined;
|
|
4107
|
+
/**
|
|
4108
|
+
* <p>A map of lifecycle hook event names to function identifiers. The function mapping specifies which function MediaTailor executes at each lifecycle hook during ad insertion. Valid keys are <code>PRE_SESSION_INITIALIZATION</code>, <code>PRE_ADS_REQUEST</code>, <code>POST_ADS_RESPONSE</code>, and <code>PRE_MANIFEST_INSERTION</code>. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-hooks.html">Functions lifecycle hooks</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
4007
4109
|
* @public
|
|
4008
4110
|
*/
|
|
4009
4111
|
FunctionMapping?: Partial<Record<EventName, string>> | undefined;
|
|
@@ -4143,7 +4245,12 @@ export interface PutPlaybackConfigurationResponse {
|
|
|
4143
4245
|
*/
|
|
4144
4246
|
AdDecisionServerConfiguration?: AdDecisionServerConfiguration | undefined;
|
|
4145
4247
|
/**
|
|
4146
|
-
* <p>
|
|
4248
|
+
* <p>Configuration for Yield Optimization, which fills unsold ad inventory in ad breaks with programmatic ads from Amazon Publisher Services (APS).</p>
|
|
4249
|
+
* @public
|
|
4250
|
+
*/
|
|
4251
|
+
YieldOptimizationConfiguration?: YieldOptimizationConfiguration | undefined;
|
|
4252
|
+
/**
|
|
4253
|
+
* <p>A map of lifecycle hook event names to function identifiers. The function mapping specifies which function MediaTailor executes at each lifecycle hook during ad insertion. Valid keys are <code>PRE_SESSION_INITIALIZATION</code>, <code>PRE_ADS_REQUEST</code>, <code>POST_ADS_RESPONSE</code>, and <code>PRE_MANIFEST_INSERTION</code>. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-hooks.html">Functions lifecycle hooks</a> in the <i>MediaTailor User Guide</i>.</p>
|
|
4147
4254
|
* @public
|
|
4148
4255
|
*/
|
|
4149
4256
|
FunctionMapping?: Partial<Record<EventName, string>> | undefined;
|
|
@@ -169,8 +169,10 @@ export declare var UpdateSourceLocationRequest$: StaticStructureSchema;
|
|
|
169
169
|
export declare var UpdateSourceLocationResponse$: StaticStructureSchema;
|
|
170
170
|
export declare var UpdateVodSourceRequest$: StaticStructureSchema;
|
|
171
171
|
export declare var UpdateVodSourceResponse$: StaticStructureSchema;
|
|
172
|
+
export declare var VastRequestConfiguration$: StaticStructureSchema;
|
|
172
173
|
export declare var VastResponse$: StaticStructureSchema;
|
|
173
174
|
export declare var VodSource$: StaticStructureSchema;
|
|
175
|
+
export declare var YieldOptimizationConfiguration$: StaticStructureSchema;
|
|
174
176
|
export declare var ConfigureLogsForChannel$: StaticOperationSchema;
|
|
175
177
|
export declare var ConfigureLogsForPlaybackConfiguration$: StaticOperationSchema;
|
|
176
178
|
export declare var CreateChannel$: StaticOperationSchema;
|
|
@@ -31,8 +31,12 @@ export declare const AdsInteractionExcludeEventType: {
|
|
|
31
31
|
readonly MAKING_ADS_REQUEST: "MAKING_ADS_REQUEST";
|
|
32
32
|
readonly MODIFIED_TARGET_URL: "MODIFIED_TARGET_URL";
|
|
33
33
|
readonly NON_AD_MARKER_FOUND: "NON_AD_MARKER_FOUND";
|
|
34
|
+
readonly POST_ADS_RESPONSE_FUNCTION_ERROR: "POST_ADS_RESPONSE_FUNCTION_ERROR";
|
|
35
|
+
readonly POST_ADS_RESPONSE_HOOK_ERROR: "POST_ADS_RESPONSE_HOOK_ERROR";
|
|
34
36
|
readonly PRE_ADS_REQUEST_FUNCTION_ERROR: "PRE_ADS_REQUEST_FUNCTION_ERROR";
|
|
35
37
|
readonly PRE_ADS_REQUEST_HOOK_ERROR: "PRE_ADS_REQUEST_HOOK_ERROR";
|
|
38
|
+
readonly PRE_MANIFEST_INSERTION_FUNCTION_ERROR: "PRE_MANIFEST_INSERTION_FUNCTION_ERROR";
|
|
39
|
+
readonly PRE_MANIFEST_INSERTION_HOOK_ERROR: "PRE_MANIFEST_INSERTION_HOOK_ERROR";
|
|
36
40
|
readonly REDIRECTED_VAST_RESPONSE: "REDIRECTED_VAST_RESPONSE";
|
|
37
41
|
readonly VAST_REDIRECT: "VAST_REDIRECT";
|
|
38
42
|
readonly VAST_RESPONSE: "VAST_RESPONSE";
|
|
@@ -46,10 +50,16 @@ export declare const AdsInteractionExcludeEventType: {
|
|
|
46
50
|
export type AdsInteractionExcludeEventType =
|
|
47
51
|
(typeof AdsInteractionExcludeEventType)[keyof typeof AdsInteractionExcludeEventType];
|
|
48
52
|
export declare const AdsInteractionPublishOptInEventType: {
|
|
53
|
+
readonly POST_ADS_RESPONSE_FUNCTION_COMPLETED: "POST_ADS_RESPONSE_FUNCTION_COMPLETED";
|
|
54
|
+
readonly POST_ADS_RESPONSE_HOOK_SUMMARY: "POST_ADS_RESPONSE_HOOK_SUMMARY";
|
|
49
55
|
readonly PRE_ADS_REQUEST_FUNCTION_COMPLETED: "PRE_ADS_REQUEST_FUNCTION_COMPLETED";
|
|
50
56
|
readonly PRE_ADS_REQUEST_HOOK_SUMMARY: "PRE_ADS_REQUEST_HOOK_SUMMARY";
|
|
57
|
+
readonly PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED: "PRE_MANIFEST_INSERTION_FUNCTION_COMPLETED";
|
|
58
|
+
readonly PRE_MANIFEST_INSERTION_HOOK_SUMMARY: "PRE_MANIFEST_INSERTION_HOOK_SUMMARY";
|
|
51
59
|
readonly RAW_ADS_REQUEST: "RAW_ADS_REQUEST";
|
|
52
60
|
readonly RAW_ADS_RESPONSE: "RAW_ADS_RESPONSE";
|
|
61
|
+
readonly RAW_BID_REQUEST: "RAW_BID_REQUEST";
|
|
62
|
+
readonly RAW_BID_RESPONSE: "RAW_BID_RESPONSE";
|
|
53
63
|
};
|
|
54
64
|
export type AdsInteractionPublishOptInEventType =
|
|
55
65
|
(typeof AdsInteractionPublishOptInEventType)[keyof typeof AdsInteractionPublishOptInEventType];
|
|
@@ -86,6 +96,7 @@ export declare const FunctionType: {
|
|
|
86
96
|
readonly CUSTOM_OUTPUT: "CUSTOM_OUTPUT";
|
|
87
97
|
readonly HTTP_REQUEST: "HTTP_REQUEST";
|
|
88
98
|
readonly SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR";
|
|
99
|
+
readonly VAST_REQUEST: "VAST_REQUEST";
|
|
89
100
|
};
|
|
90
101
|
export type FunctionType = (typeof FunctionType)[keyof typeof FunctionType];
|
|
91
102
|
export declare const MethodType: {
|
|
@@ -143,7 +154,9 @@ export declare const OriginManifestType: {
|
|
|
143
154
|
};
|
|
144
155
|
export type OriginManifestType = (typeof OriginManifestType)[keyof typeof OriginManifestType];
|
|
145
156
|
export declare const EventName: {
|
|
157
|
+
readonly POST_ADS_RESPONSE: "POST_ADS_RESPONSE";
|
|
146
158
|
readonly PRE_ADS_REQUEST: "PRE_ADS_REQUEST";
|
|
159
|
+
readonly PRE_MANIFEST_INSERTION: "PRE_MANIFEST_INSERTION";
|
|
147
160
|
readonly PRE_SESSION_INITIALIZATION: "PRE_SESSION_INITIALIZATION";
|
|
148
161
|
};
|
|
149
162
|
export type EventName = (typeof EventName)[keyof typeof EventName];
|
|
@@ -202,6 +215,12 @@ export declare const ManifestServicePublishOptInEventType: {
|
|
|
202
215
|
};
|
|
203
216
|
export type ManifestServicePublishOptInEventType =
|
|
204
217
|
(typeof ManifestServicePublishOptInEventType)[keyof typeof ManifestServicePublishOptInEventType];
|
|
218
|
+
export declare const ApsRegion: {
|
|
219
|
+
readonly AMERICAS: "AMERICAS";
|
|
220
|
+
readonly ASIA_PACIFIC: "ASIA_PACIFIC";
|
|
221
|
+
readonly EUROPE: "EUROPE";
|
|
222
|
+
};
|
|
223
|
+
export type ApsRegion = (typeof ApsRegion)[keyof typeof ApsRegion];
|
|
205
224
|
export declare const TrafficShapingType: {
|
|
206
225
|
readonly RETRIEVAL_WINDOW: "RETRIEVAL_WINDOW";
|
|
207
226
|
readonly TPS: "TPS";
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
AdsInteractionExcludeEventType,
|
|
6
6
|
AdsInteractionPublishOptInEventType,
|
|
7
7
|
AlertCategory,
|
|
8
|
+
ApsRegion,
|
|
8
9
|
ChannelState,
|
|
9
10
|
CompressionMethod,
|
|
10
11
|
EventName,
|
|
@@ -163,6 +164,15 @@ export interface SequentialExecutorConfiguration {
|
|
|
163
164
|
FunctionList: FunctionRef[] | undefined;
|
|
164
165
|
TimeoutMilliseconds: number | undefined;
|
|
165
166
|
}
|
|
167
|
+
export interface VastRequestConfiguration {
|
|
168
|
+
Runtime: RuntimeType | undefined;
|
|
169
|
+
Output?: Record<string, string> | undefined;
|
|
170
|
+
MethodType: MethodType | undefined;
|
|
171
|
+
RequestTimeoutMilliseconds: number | undefined;
|
|
172
|
+
Url: string | undefined;
|
|
173
|
+
Body?: string | undefined;
|
|
174
|
+
Headers?: Record<string, string> | undefined;
|
|
175
|
+
}
|
|
166
176
|
export interface Function {
|
|
167
177
|
FunctionId: string | undefined;
|
|
168
178
|
FunctionType: FunctionType | undefined;
|
|
@@ -171,6 +181,7 @@ export interface Function {
|
|
|
171
181
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
172
182
|
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
173
183
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
184
|
+
VastRequestConfiguration?: VastRequestConfiguration | undefined;
|
|
174
185
|
Tags?: Record<string, string> | undefined;
|
|
175
186
|
Arn?: string | undefined;
|
|
176
187
|
}
|
|
@@ -269,6 +280,12 @@ export interface AdMarkerPassthrough {
|
|
|
269
280
|
export interface ManifestProcessingRules {
|
|
270
281
|
AdMarkerPassthrough?: AdMarkerPassthrough | undefined;
|
|
271
282
|
}
|
|
283
|
+
export interface YieldOptimizationConfiguration {
|
|
284
|
+
MinimumUnfilledDuration: number | undefined;
|
|
285
|
+
PublisherId: string | undefined;
|
|
286
|
+
Region: ApsRegion | undefined;
|
|
287
|
+
OpenRtbTemplate: string | undefined;
|
|
288
|
+
}
|
|
272
289
|
export interface PlaybackConfiguration {
|
|
273
290
|
AdDecisionServerUrl?: string | undefined;
|
|
274
291
|
AvailSuppression?: AvailSuppression | undefined;
|
|
@@ -294,6 +311,7 @@ export interface PlaybackConfiguration {
|
|
|
294
311
|
VideoContentSourceUrl?: string | undefined;
|
|
295
312
|
AdConditioningConfiguration?: AdConditioningConfiguration | undefined;
|
|
296
313
|
AdDecisionServerConfiguration?: AdDecisionServerConfiguration | undefined;
|
|
314
|
+
YieldOptimizationConfiguration?: YieldOptimizationConfiguration | undefined;
|
|
297
315
|
FunctionMapping?: Partial<Record<EventName, string>> | undefined;
|
|
298
316
|
AdsPersonalizationTimeouts?: AdsPersonalizationTimeouts | undefined;
|
|
299
317
|
AdsPersonalizationConcurrency?: AdsPersonalizationConcurrency | undefined;
|
|
@@ -791,6 +809,7 @@ export interface GetFunctionResponse {
|
|
|
791
809
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
792
810
|
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
793
811
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
812
|
+
VastRequestConfiguration?: VastRequestConfiguration | undefined;
|
|
794
813
|
Tags?: Record<string, string> | undefined;
|
|
795
814
|
Arn?: string | undefined;
|
|
796
815
|
}
|
|
@@ -810,6 +829,7 @@ export interface PutFunctionRequest {
|
|
|
810
829
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
811
830
|
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
812
831
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
832
|
+
VastRequestConfiguration?: VastRequestConfiguration | undefined;
|
|
813
833
|
Tags?: Record<string, string> | undefined;
|
|
814
834
|
}
|
|
815
835
|
export interface PutFunctionResponse {
|
|
@@ -820,6 +840,7 @@ export interface PutFunctionResponse {
|
|
|
820
840
|
CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
|
|
821
841
|
ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
|
|
822
842
|
SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
|
|
843
|
+
VastRequestConfiguration?: VastRequestConfiguration | undefined;
|
|
823
844
|
Tags?: Record<string, string> | undefined;
|
|
824
845
|
Arn?: string | undefined;
|
|
825
846
|
}
|
|
@@ -851,6 +872,7 @@ export interface GetPlaybackConfigurationResponse {
|
|
|
851
872
|
VideoContentSourceUrl?: string | undefined;
|
|
852
873
|
AdConditioningConfiguration?: AdConditioningConfiguration | undefined;
|
|
853
874
|
AdDecisionServerConfiguration?: AdDecisionServerConfiguration | undefined;
|
|
875
|
+
YieldOptimizationConfiguration?: YieldOptimizationConfiguration | undefined;
|
|
854
876
|
FunctionMapping?: Partial<Record<EventName, string>> | undefined;
|
|
855
877
|
AdsPersonalizationTimeouts?: AdsPersonalizationTimeouts | undefined;
|
|
856
878
|
AdsPersonalizationConcurrency?: AdsPersonalizationConcurrency | undefined;
|
|
@@ -962,6 +984,7 @@ export interface PutPlaybackConfigurationRequest {
|
|
|
962
984
|
VideoContentSourceUrl?: string | undefined;
|
|
963
985
|
AdConditioningConfiguration?: AdConditioningConfiguration | undefined;
|
|
964
986
|
AdDecisionServerConfiguration?: AdDecisionServerConfiguration | undefined;
|
|
987
|
+
YieldOptimizationConfiguration?: YieldOptimizationConfiguration | undefined;
|
|
965
988
|
FunctionMapping?: Partial<Record<EventName, string>> | undefined;
|
|
966
989
|
AdsPersonalizationTimeouts?: AdsPersonalizationTimeouts | undefined;
|
|
967
990
|
AdsPersonalizationConcurrency?: AdsPersonalizationConcurrency | undefined;
|
|
@@ -991,6 +1014,7 @@ export interface PutPlaybackConfigurationResponse {
|
|
|
991
1014
|
VideoContentSourceUrl?: string | undefined;
|
|
992
1015
|
AdConditioningConfiguration?: AdConditioningConfiguration | undefined;
|
|
993
1016
|
AdDecisionServerConfiguration?: AdDecisionServerConfiguration | undefined;
|
|
1017
|
+
YieldOptimizationConfiguration?: YieldOptimizationConfiguration | undefined;
|
|
994
1018
|
FunctionMapping?: Partial<Record<EventName, string>> | undefined;
|
|
995
1019
|
AdsPersonalizationTimeouts?: AdsPersonalizationTimeouts | undefined;
|
|
996
1020
|
AdsPersonalizationConcurrency?: AdsPersonalizationConcurrency | undefined;
|
|
@@ -164,8 +164,10 @@ export declare var UpdateSourceLocationRequest$: StaticStructureSchema;
|
|
|
164
164
|
export declare var UpdateSourceLocationResponse$: StaticStructureSchema;
|
|
165
165
|
export declare var UpdateVodSourceRequest$: StaticStructureSchema;
|
|
166
166
|
export declare var UpdateVodSourceResponse$: StaticStructureSchema;
|
|
167
|
+
export declare var VastRequestConfiguration$: StaticStructureSchema;
|
|
167
168
|
export declare var VastResponse$: StaticStructureSchema;
|
|
168
169
|
export declare var VodSource$: StaticStructureSchema;
|
|
170
|
+
export declare var YieldOptimizationConfiguration$: StaticStructureSchema;
|
|
169
171
|
export declare var ConfigureLogsForChannel$: StaticOperationSchema;
|
|
170
172
|
export declare var ConfigureLogsForPlaybackConfiguration$: StaticOperationSchema;
|
|
171
173
|
export declare var CreateChannel$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-mediatailor",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1127.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",
|