@aws-sdk/client-mediatailor 3.1104.0 → 3.1105.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 CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1103.0";
72
+ var version = "3.1104.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -185,6 +185,7 @@ const _AS = "AvailSuppression";
185
185
  const _AST = "ApproximateStartTime";
186
186
  const _ASUP = "AdSegmentUrlPrefix";
187
187
  const _AT = "AccessType";
188
+ const _Al = "Alias";
188
189
  const _Ar = "Arn";
189
190
  const _Au = "Audience";
190
191
  const _Aud = "Audiences";
@@ -200,6 +201,7 @@ const _CC = "CdnConfiguration";
200
201
  const _CCR = "CreateChannelRequest";
201
202
  const _CCRr = "CreateChannelResponse";
202
203
  const _CCr = "CreateChannel";
204
+ const _CEC = "ConcurrentExecutorConfiguration";
203
205
  const _CLFC = "ConfigureLogsForChannel";
204
206
  const _CLFCR = "ConfigureLogsForChannelRequest";
205
207
  const _CLFCRo = "ConfigureLogsForChannelResponse";
@@ -366,6 +368,7 @@ const _LVSR = "ListVodSourcesRequest";
366
368
  const _LVSRi = "ListVodSourcesResponse";
367
369
  const _M = "Message";
368
370
  const _MBTS = "MinBufferTimeSeconds";
371
+ const _MC = "MaxConcurrency";
369
372
  const _MCAR = "MaxConcurrentAdsRequests";
370
373
  const _MDS = "MaxDurationSeconds";
371
374
  const _MEP = "ManifestEndpointPrefix";
@@ -416,7 +419,7 @@ const _PT = "PeakTps";
416
419
  const _PTS = "PersonalizationThresholdSeconds";
417
420
  const _PU = "PlaybackUrl";
418
421
  const _Pa = "Path";
419
- const _R = "Retrieval";
422
+ const _R = "Runtime";
420
423
  const _RA = "ResourceArn";
421
424
  const _RAES = "RetrievedAdExpirationSeconds";
422
425
  const _RC = "RunCondition";
@@ -432,7 +435,7 @@ const _RR = "RecurringRetrieval";
432
435
  const _RRA = "RelatedResourceArns";
433
436
  const _RTM = "RequestTimeoutMilliseconds";
434
437
  const _RWDS = "RetrievalWindowDurationSeconds";
435
- const _Ru = "Runtime";
438
+ const _Re = "Retrieval";
436
439
  const _S = "Slate";
437
440
  const _SA = "SecretArn";
438
441
  const _SAB = "ScheduleAdBreak";
@@ -654,6 +657,11 @@ var ClipRange$ = [3, n0, _CR,
654
657
  [_EOM, _SOM],
655
658
  [1, 1]
656
659
  ];
660
+ var ConcurrentExecutorConfiguration$ = [3, n0, _CEC,
661
+ 0,
662
+ [_R, _Out, _FL, _TM, _MC],
663
+ [0, 128 | 0, () => __listOfFunctionsRef, 1, 1], 5
664
+ ];
657
665
  var ConfigureLogsForChannelRequest$ = [3, n0, _CLFCR,
658
666
  0,
659
667
  [_CN, _LT],
@@ -696,12 +704,12 @@ var CreateLiveSourceResponse$ = [3, n0, _CLSRr,
696
704
  ];
697
705
  var CreatePrefetchScheduleRequest$ = [3, n0, _CPSR,
698
706
  0,
699
- [_N, _PCN, _Co, _R, _RPC, _ST, _SI, _Ta],
707
+ [_N, _PCN, _Co, _Re, _RPC, _ST, _SI, _Ta],
700
708
  [[0, 1], [0, 1], () => PrefetchConsumption$, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }]], 2
701
709
  ];
702
710
  var CreatePrefetchScheduleResponse$ = [3, n0, _CPSRr,
703
711
  0,
704
- [_Ar, _Co, _N, _PCN, _R, _RPC, _ST, _SI, _Ta],
712
+ [_Ar, _Co, _N, _PCN, _Re, _RPC, _ST, _SI, _Ta],
705
713
  [0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }]]
706
714
  ];
707
715
  var CreateProgramRequest$ = [3, n0, _CPR,
@@ -736,7 +744,7 @@ var CreateVodSourceResponse$ = [3, n0, _CVSRr,
736
744
  ];
737
745
  var CustomOutputConfiguration$ = [3, n0, _COC,
738
746
  0,
739
- [_Ru, _Out],
747
+ [_R, _Out],
740
748
  [0, 128 | 0], 1
741
749
  ];
742
750
  var DashConfiguration$ = [3, n0, _DC,
@@ -901,13 +909,13 @@ var DescribeVodSourceResponse$ = [3, n0, _DVSResc,
901
909
  ];
902
910
  var Function$ = [3, n0, _F,
903
911
  0,
904
- [_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
905
- [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
912
+ [_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
913
+ [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
906
914
  ];
907
915
  var FunctionRef$ = [3, n0, _FR,
908
916
  0,
909
- [_RC, _FI],
910
- [0, 0]
917
+ [_RC, _FI, _Al],
918
+ [0, 0, 0]
911
919
  ];
912
920
  var GetChannelPolicyRequest$ = [3, n0, _GCPR,
913
921
  0,
@@ -936,8 +944,8 @@ var GetFunctionRequest$ = [3, n0, _GFR,
936
944
  ];
937
945
  var GetFunctionResponse$ = [3, n0, _GFRe,
938
946
  0,
939
- [_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
940
- [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
947
+ [_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
948
+ [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
941
949
  ];
942
950
  var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
943
951
  0,
@@ -956,7 +964,7 @@ var GetPrefetchScheduleRequest$ = [3, n0, _GPSR,
956
964
  ];
957
965
  var GetPrefetchScheduleResponse$ = [3, n0, _GPSRe,
958
966
  0,
959
- [_Ar, _Co, _N, _PCN, _R, _ST, _RPC, _SI, _Ta],
967
+ [_Ar, _Co, _N, _PCN, _Re, _ST, _RPC, _SI, _Ta],
960
968
  [0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0, [128 | 0, { [_jN]: _t }]]
961
969
  ];
962
970
  var HlsConfiguration$ = [3, n0, _HCl,
@@ -986,7 +994,7 @@ var HttpRequest$ = [3, n0, _HR,
986
994
  ];
987
995
  var HttpRequestConfiguration$ = [3, n0, _HRC,
988
996
  0,
989
- [_Ru, _MTe, _RTM, _U, _Out, _Bo, _H],
997
+ [_R, _MTe, _RTM, _U, _Out, _Bo, _H],
990
998
  [0, 0, 1, 0, 128 | 0, 0, 128 | 0], 4
991
999
  ];
992
1000
  var KeyValuePair$ = [3, n0, _KVP,
@@ -1131,7 +1139,7 @@ var PrefetchRetrieval$ = [3, n0, _PR,
1131
1139
  ];
1132
1140
  var PrefetchSchedule$ = [3, n0, _PS,
1133
1141
  0,
1134
- [_Ar, _N, _PCN, _Co, _R, _ST, _RPC, _SI, _Ta],
1142
+ [_Ar, _N, _PCN, _Co, _Re, _ST, _RPC, _SI, _Ta],
1135
1143
  [0, 0, 0, () => PrefetchConsumption$, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0, [128 | 0, { [_jN]: _t }]], 3
1136
1144
  ];
1137
1145
  var PutChannelPolicyRequest$ = [3, n0, _PCPR,
@@ -1146,13 +1154,13 @@ var PutChannelPolicyResponse$ = [3, n0, _PCPRu,
1146
1154
  ];
1147
1155
  var PutFunctionRequest$ = [3, n0, _PFR,
1148
1156
  0,
1149
- [_FI, _FT, _D, _HRC, _COC, _SEC, _Ta],
1150
- [[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
1157
+ [_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta],
1158
+ [[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
1151
1159
  ];
1152
1160
  var PutFunctionResponse$ = [3, n0, _PFRu,
1153
1161
  0,
1154
- [_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
1155
- [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
1162
+ [_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
1163
+ [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
1156
1164
  ];
1157
1165
  var PutPlaybackConfigurationRequest$ = [3, n0, _PPCR,
1158
1166
  0,
@@ -1221,7 +1229,7 @@ var SegmentDeliveryConfiguration$ = [3, n0, _SDCe,
1221
1229
  ];
1222
1230
  var SequentialExecutorConfiguration$ = [3, n0, _SEC,
1223
1231
  0,
1224
- [_Ru, _FL, _TM, _Out],
1232
+ [_R, _FL, _TM, _Out],
1225
1233
  [0, () => __listOfFunctionsRef, 1, 128 | 0], 3
1226
1234
  ];
1227
1235
  var SlateSource$ = [3, n0, _SS,
@@ -2029,6 +2037,7 @@ const RuntimeType = {
2029
2037
  JSONATA: "JSONATA",
2030
2038
  };
2031
2039
  const FunctionType = {
2040
+ CONCURRENT_EXECUTOR: "CONCURRENT_EXECUTOR",
2032
2041
  CUSTOM_OUTPUT: "CUSTOM_OUTPUT",
2033
2042
  HTTP_REQUEST: "HTTP_REQUEST",
2034
2043
  SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR",
@@ -2185,6 +2194,7 @@ exports.Channel$ = Channel$;
2185
2194
  exports.ChannelState = ChannelState;
2186
2195
  exports.ClipRange$ = ClipRange$;
2187
2196
  exports.CompressionMethod = CompressionMethod;
2197
+ exports.ConcurrentExecutorConfiguration$ = ConcurrentExecutorConfiguration$;
2188
2198
  exports.ConfigureLogsForChannel$ = ConfigureLogsForChannel$;
2189
2199
  exports.ConfigureLogsForChannelCommand = ConfigureLogsForChannelCommand;
2190
2200
  exports.ConfigureLogsForChannelRequest$ = ConfigureLogsForChannelRequest$;
@@ -72,6 +72,7 @@ export const RuntimeType = {
72
72
  JSONATA: "JSONATA",
73
73
  };
74
74
  export const FunctionType = {
75
+ CONCURRENT_EXECUTOR: "CONCURRENT_EXECUTOR",
75
76
  CUSTOM_OUTPUT: "CUSTOM_OUTPUT",
76
77
  HTTP_REQUEST: "HTTP_REQUEST",
77
78
  SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR",
@@ -27,6 +27,7 @@ const _AS = "AvailSuppression";
27
27
  const _AST = "ApproximateStartTime";
28
28
  const _ASUP = "AdSegmentUrlPrefix";
29
29
  const _AT = "AccessType";
30
+ const _Al = "Alias";
30
31
  const _Ar = "Arn";
31
32
  const _Au = "Audience";
32
33
  const _Aud = "Audiences";
@@ -42,6 +43,7 @@ const _CC = "CdnConfiguration";
42
43
  const _CCR = "CreateChannelRequest";
43
44
  const _CCRr = "CreateChannelResponse";
44
45
  const _CCr = "CreateChannel";
46
+ const _CEC = "ConcurrentExecutorConfiguration";
45
47
  const _CLFC = "ConfigureLogsForChannel";
46
48
  const _CLFCR = "ConfigureLogsForChannelRequest";
47
49
  const _CLFCRo = "ConfigureLogsForChannelResponse";
@@ -208,6 +210,7 @@ const _LVSR = "ListVodSourcesRequest";
208
210
  const _LVSRi = "ListVodSourcesResponse";
209
211
  const _M = "Message";
210
212
  const _MBTS = "MinBufferTimeSeconds";
213
+ const _MC = "MaxConcurrency";
211
214
  const _MCAR = "MaxConcurrentAdsRequests";
212
215
  const _MDS = "MaxDurationSeconds";
213
216
  const _MEP = "ManifestEndpointPrefix";
@@ -258,7 +261,7 @@ const _PT = "PeakTps";
258
261
  const _PTS = "PersonalizationThresholdSeconds";
259
262
  const _PU = "PlaybackUrl";
260
263
  const _Pa = "Path";
261
- const _R = "Retrieval";
264
+ const _R = "Runtime";
262
265
  const _RA = "ResourceArn";
263
266
  const _RAES = "RetrievedAdExpirationSeconds";
264
267
  const _RC = "RunCondition";
@@ -274,7 +277,7 @@ const _RR = "RecurringRetrieval";
274
277
  const _RRA = "RelatedResourceArns";
275
278
  const _RTM = "RequestTimeoutMilliseconds";
276
279
  const _RWDS = "RetrievalWindowDurationSeconds";
277
- const _Ru = "Runtime";
280
+ const _Re = "Retrieval";
278
281
  const _S = "Slate";
279
282
  const _SA = "SecretArn";
280
283
  const _SAB = "ScheduleAdBreak";
@@ -499,6 +502,11 @@ export var ClipRange$ = [3, n0, _CR,
499
502
  [_EOM, _SOM],
500
503
  [1, 1]
501
504
  ];
505
+ export var ConcurrentExecutorConfiguration$ = [3, n0, _CEC,
506
+ 0,
507
+ [_R, _Out, _FL, _TM, _MC],
508
+ [0, 128 | 0, () => __listOfFunctionsRef, 1, 1], 5
509
+ ];
502
510
  export var ConfigureLogsForChannelRequest$ = [3, n0, _CLFCR,
503
511
  0,
504
512
  [_CN, _LT],
@@ -541,12 +549,12 @@ export var CreateLiveSourceResponse$ = [3, n0, _CLSRr,
541
549
  ];
542
550
  export var CreatePrefetchScheduleRequest$ = [3, n0, _CPSR,
543
551
  0,
544
- [_N, _PCN, _Co, _R, _RPC, _ST, _SI, _Ta],
552
+ [_N, _PCN, _Co, _Re, _RPC, _ST, _SI, _Ta],
545
553
  [[0, 1], [0, 1], () => PrefetchConsumption$, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }]], 2
546
554
  ];
547
555
  export var CreatePrefetchScheduleResponse$ = [3, n0, _CPSRr,
548
556
  0,
549
- [_Ar, _Co, _N, _PCN, _R, _RPC, _ST, _SI, _Ta],
557
+ [_Ar, _Co, _N, _PCN, _Re, _RPC, _ST, _SI, _Ta],
550
558
  [0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, () => RecurringPrefetchConfiguration$, 0, 0, [128 | 0, { [_jN]: _t }]]
551
559
  ];
552
560
  export var CreateProgramRequest$ = [3, n0, _CPR,
@@ -581,7 +589,7 @@ export var CreateVodSourceResponse$ = [3, n0, _CVSRr,
581
589
  ];
582
590
  export var CustomOutputConfiguration$ = [3, n0, _COC,
583
591
  0,
584
- [_Ru, _Out],
592
+ [_R, _Out],
585
593
  [0, 128 | 0], 1
586
594
  ];
587
595
  export var DashConfiguration$ = [3, n0, _DC,
@@ -746,13 +754,13 @@ export var DescribeVodSourceResponse$ = [3, n0, _DVSResc,
746
754
  ];
747
755
  export var Function$ = [3, n0, _F,
748
756
  0,
749
- [_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
750
- [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
757
+ [_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
758
+ [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
751
759
  ];
752
760
  export var FunctionRef$ = [3, n0, _FR,
753
761
  0,
754
- [_RC, _FI],
755
- [0, 0]
762
+ [_RC, _FI, _Al],
763
+ [0, 0, 0]
756
764
  ];
757
765
  export var GetChannelPolicyRequest$ = [3, n0, _GCPR,
758
766
  0,
@@ -781,8 +789,8 @@ export var GetFunctionRequest$ = [3, n0, _GFR,
781
789
  ];
782
790
  export var GetFunctionResponse$ = [3, n0, _GFRe,
783
791
  0,
784
- [_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
785
- [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
792
+ [_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
793
+ [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
786
794
  ];
787
795
  export var GetPlaybackConfigurationRequest$ = [3, n0, _GPCR,
788
796
  0,
@@ -801,7 +809,7 @@ export var GetPrefetchScheduleRequest$ = [3, n0, _GPSR,
801
809
  ];
802
810
  export var GetPrefetchScheduleResponse$ = [3, n0, _GPSRe,
803
811
  0,
804
- [_Ar, _Co, _N, _PCN, _R, _ST, _RPC, _SI, _Ta],
812
+ [_Ar, _Co, _N, _PCN, _Re, _ST, _RPC, _SI, _Ta],
805
813
  [0, () => PrefetchConsumption$, 0, 0, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0, [128 | 0, { [_jN]: _t }]]
806
814
  ];
807
815
  export var HlsConfiguration$ = [3, n0, _HCl,
@@ -831,7 +839,7 @@ export var HttpRequest$ = [3, n0, _HR,
831
839
  ];
832
840
  export var HttpRequestConfiguration$ = [3, n0, _HRC,
833
841
  0,
834
- [_Ru, _MTe, _RTM, _U, _Out, _Bo, _H],
842
+ [_R, _MTe, _RTM, _U, _Out, _Bo, _H],
835
843
  [0, 0, 1, 0, 128 | 0, 0, 128 | 0], 4
836
844
  ];
837
845
  export var KeyValuePair$ = [3, n0, _KVP,
@@ -976,7 +984,7 @@ export var PrefetchRetrieval$ = [3, n0, _PR,
976
984
  ];
977
985
  export var PrefetchSchedule$ = [3, n0, _PS,
978
986
  0,
979
- [_Ar, _N, _PCN, _Co, _R, _ST, _RPC, _SI, _Ta],
987
+ [_Ar, _N, _PCN, _Co, _Re, _ST, _RPC, _SI, _Ta],
980
988
  [0, 0, 0, () => PrefetchConsumption$, () => PrefetchRetrieval$, 0, () => RecurringPrefetchConfiguration$, 0, [128 | 0, { [_jN]: _t }]], 3
981
989
  ];
982
990
  export var PutChannelPolicyRequest$ = [3, n0, _PCPR,
@@ -991,13 +999,13 @@ export var PutChannelPolicyResponse$ = [3, n0, _PCPRu,
991
999
  ];
992
1000
  export var PutFunctionRequest$ = [3, n0, _PFR,
993
1001
  0,
994
- [_FI, _FT, _D, _HRC, _COC, _SEC, _Ta],
995
- [[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
1002
+ [_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta],
1003
+ [[0, 1], 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }]], 2
996
1004
  ];
997
1005
  export var PutFunctionResponse$ = [3, n0, _PFRu,
998
1006
  0,
999
- [_FI, _FT, _D, _HRC, _COC, _SEC, _Ta, _Ar],
1000
- [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
1007
+ [_FI, _FT, _D, _HRC, _COC, _CEC, _SEC, _Ta, _Ar],
1008
+ [0, 0, 0, () => HttpRequestConfiguration$, () => CustomOutputConfiguration$, () => ConcurrentExecutorConfiguration$, () => SequentialExecutorConfiguration$, [128 | 0, { [_jN]: _t }], 0], 2
1001
1009
  ];
1002
1010
  export var PutPlaybackConfigurationRequest$ = [3, n0, _PPCR,
1003
1011
  0,
@@ -1066,7 +1074,7 @@ export var SegmentDeliveryConfiguration$ = [3, n0, _SDCe,
1066
1074
  ];
1067
1075
  export var SequentialExecutorConfiguration$ = [3, n0, _SEC,
1068
1076
  0,
1069
- [_Ru, _FL, _TM, _Out],
1077
+ [_R, _FL, _TM, _Out],
1070
1078
  [0, () => __listOfFunctionsRef, 1, 128 | 0], 3
1071
1079
  ];
1072
1080
  export var SlateSource$ = [3, n0, _SS,
@@ -40,7 +40,7 @@ declare const GetFunctionCommand_base: {
40
40
  * const response = await client.send(command);
41
41
  * // { // GetFunctionResponse
42
42
  * // FunctionId: "STRING_VALUE", // required
43
- * // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "SEQUENTIAL_EXECUTOR", // required
43
+ * // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
44
44
  * // Description: "STRING_VALUE",
45
45
  * // HttpRequestConfiguration: { // HttpRequestConfiguration
46
46
  * // Runtime: "JSONATA", // required
@@ -61,22 +61,36 @@ declare const GetFunctionCommand_base: {
61
61
  * // "<keys>": "STRING_VALUE",
62
62
  * // },
63
63
  * // },
64
- * // SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
64
+ * // ConcurrentExecutorConfiguration: { // ConcurrentExecutorConfiguration
65
65
  * // Runtime: "JSONATA", // required
66
- * // Output: {
66
+ * // Output: { // required
67
67
  * // "<keys>": "STRING_VALUE",
68
68
  * // },
69
69
  * // FunctionList: [ // __listOfFunctionsRef // required
70
70
  * // { // FunctionRef
71
71
  * // RunCondition: "STRING_VALUE",
72
72
  * // FunctionId: "STRING_VALUE",
73
+ * // Alias: "STRING_VALUE",
73
74
  * // },
74
75
  * // ],
75
76
  * // TimeoutMilliseconds: Number("int"), // required
77
+ * // MaxConcurrency: Number("int"), // required
76
78
  * // },
77
- * // Tags: {
78
- * // "<keys>": "STRING_VALUE",
79
+ * // SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
80
+ * // Runtime: "JSONATA", // required
81
+ * // Output: {
82
+ * // "<keys>": "STRING_VALUE",
83
+ * // },
84
+ * // FunctionList: [ // required
85
+ * // {
86
+ * // RunCondition: "STRING_VALUE",
87
+ * // FunctionId: "STRING_VALUE",
88
+ * // Alias: "STRING_VALUE",
89
+ * // },
90
+ * // ],
91
+ * // TimeoutMilliseconds: Number("int"), // required
79
92
  * // },
93
+ * // Tags: "<__mapOf__string>",
80
94
  * // Arn: "STRING_VALUE",
81
95
  * // };
82
96
  *
@@ -43,7 +43,7 @@ declare const ListFunctionsCommand_base: {
43
43
  * // Items: [ // __listOfFunctionsResponse
44
44
  * // { // Function
45
45
  * // FunctionId: "STRING_VALUE", // required
46
- * // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "SEQUENTIAL_EXECUTOR", // required
46
+ * // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
47
47
  * // Description: "STRING_VALUE",
48
48
  * // HttpRequestConfiguration: { // HttpRequestConfiguration
49
49
  * // Runtime: "JSONATA", // required
@@ -64,22 +64,36 @@ declare const ListFunctionsCommand_base: {
64
64
  * // "<keys>": "STRING_VALUE",
65
65
  * // },
66
66
  * // },
67
- * // SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
67
+ * // ConcurrentExecutorConfiguration: { // ConcurrentExecutorConfiguration
68
68
  * // Runtime: "JSONATA", // required
69
- * // Output: {
69
+ * // Output: { // required
70
70
  * // "<keys>": "STRING_VALUE",
71
71
  * // },
72
72
  * // FunctionList: [ // __listOfFunctionsRef // required
73
73
  * // { // FunctionRef
74
74
  * // RunCondition: "STRING_VALUE",
75
75
  * // FunctionId: "STRING_VALUE",
76
+ * // Alias: "STRING_VALUE",
76
77
  * // },
77
78
  * // ],
78
79
  * // TimeoutMilliseconds: Number("int"), // required
80
+ * // MaxConcurrency: Number("int"), // required
79
81
  * // },
80
- * // Tags: {
81
- * // "<keys>": "STRING_VALUE",
82
+ * // SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
83
+ * // Runtime: "JSONATA", // required
84
+ * // Output: {
85
+ * // "<keys>": "STRING_VALUE",
86
+ * // },
87
+ * // FunctionList: [ // required
88
+ * // {
89
+ * // RunCondition: "STRING_VALUE",
90
+ * // FunctionId: "STRING_VALUE",
91
+ * // Alias: "STRING_VALUE",
92
+ * // },
93
+ * // ],
94
+ * // TimeoutMilliseconds: Number("int"), // required
82
95
  * // },
96
+ * // Tags: "<__mapOf__string>",
83
97
  * // Arn: "STRING_VALUE",
84
98
  * // },
85
99
  * // ],
@@ -35,7 +35,7 @@ declare const PutFunctionCommand_base: {
35
35
  * const client = new MediaTailorClient(config);
36
36
  * const input = { // PutFunctionRequest
37
37
  * FunctionId: "STRING_VALUE", // required
38
- * FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "SEQUENTIAL_EXECUTOR", // required
38
+ * FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
39
39
  * Description: "STRING_VALUE",
40
40
  * HttpRequestConfiguration: { // HttpRequestConfiguration
41
41
  * Runtime: "JSONATA", // required
@@ -56,28 +56,42 @@ declare const PutFunctionCommand_base: {
56
56
  * "<keys>": "STRING_VALUE",
57
57
  * },
58
58
  * },
59
- * SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
59
+ * ConcurrentExecutorConfiguration: { // ConcurrentExecutorConfiguration
60
60
  * Runtime: "JSONATA", // required
61
- * Output: {
61
+ * Output: { // required
62
62
  * "<keys>": "STRING_VALUE",
63
63
  * },
64
64
  * FunctionList: [ // __listOfFunctionsRef // required
65
65
  * { // FunctionRef
66
66
  * RunCondition: "STRING_VALUE",
67
67
  * FunctionId: "STRING_VALUE",
68
+ * Alias: "STRING_VALUE",
68
69
  * },
69
70
  * ],
70
71
  * TimeoutMilliseconds: Number("int"), // required
72
+ * MaxConcurrency: Number("int"), // required
71
73
  * },
72
- * Tags: {
73
- * "<keys>": "STRING_VALUE",
74
+ * SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
75
+ * Runtime: "JSONATA", // required
76
+ * Output: {
77
+ * "<keys>": "STRING_VALUE",
78
+ * },
79
+ * FunctionList: [ // required
80
+ * {
81
+ * RunCondition: "STRING_VALUE",
82
+ * FunctionId: "STRING_VALUE",
83
+ * Alias: "STRING_VALUE",
84
+ * },
85
+ * ],
86
+ * TimeoutMilliseconds: Number("int"), // required
74
87
  * },
88
+ * Tags: "<__mapOf__string>",
75
89
  * };
76
90
  * const command = new PutFunctionCommand(input);
77
91
  * const response = await client.send(command);
78
92
  * // { // PutFunctionResponse
79
93
  * // FunctionId: "STRING_VALUE", // required
80
- * // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "SEQUENTIAL_EXECUTOR", // required
94
+ * // FunctionType: "HTTP_REQUEST" || "CUSTOM_OUTPUT" || "CONCURRENT_EXECUTOR" || "SEQUENTIAL_EXECUTOR", // required
81
95
  * // Description: "STRING_VALUE",
82
96
  * // HttpRequestConfiguration: { // HttpRequestConfiguration
83
97
  * // Runtime: "JSONATA", // required
@@ -98,22 +112,36 @@ declare const PutFunctionCommand_base: {
98
112
  * // "<keys>": "STRING_VALUE",
99
113
  * // },
100
114
  * // },
101
- * // SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
115
+ * // ConcurrentExecutorConfiguration: { // ConcurrentExecutorConfiguration
102
116
  * // Runtime: "JSONATA", // required
103
- * // Output: {
117
+ * // Output: { // required
104
118
  * // "<keys>": "STRING_VALUE",
105
119
  * // },
106
120
  * // FunctionList: [ // __listOfFunctionsRef // required
107
121
  * // { // FunctionRef
108
122
  * // RunCondition: "STRING_VALUE",
109
123
  * // FunctionId: "STRING_VALUE",
124
+ * // Alias: "STRING_VALUE",
110
125
  * // },
111
126
  * // ],
112
127
  * // TimeoutMilliseconds: Number("int"), // required
128
+ * // MaxConcurrency: Number("int"), // required
113
129
  * // },
114
- * // Tags: {
115
- * // "<keys>": "STRING_VALUE",
130
+ * // SequentialExecutorConfiguration: { // SequentialExecutorConfiguration
131
+ * // Runtime: "JSONATA", // required
132
+ * // Output: {
133
+ * // "<keys>": "STRING_VALUE",
134
+ * // },
135
+ * // FunctionList: [ // required
136
+ * // {
137
+ * // RunCondition: "STRING_VALUE",
138
+ * // FunctionId: "STRING_VALUE",
139
+ * // Alias: "STRING_VALUE",
140
+ * // },
141
+ * // ],
142
+ * // TimeoutMilliseconds: Number("int"), // required
116
143
  * // },
144
+ * // Tags: "<__mapOf__string>",
117
145
  * // Arn: "STRING_VALUE",
118
146
  * // };
119
147
  *
@@ -140,6 +140,7 @@ export type RuntimeType = (typeof RuntimeType)[keyof typeof RuntimeType];
140
140
  * @enum
141
141
  */
142
142
  export declare const FunctionType: {
143
+ readonly CONCURRENT_EXECUTOR: "CONCURRENT_EXECUTOR";
143
144
  readonly CUSTOM_OUTPUT: "CUSTOM_OUTPUT";
144
145
  readonly HTTP_REQUEST: "HTTP_REQUEST";
145
146
  readonly SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR";
@@ -445,6 +445,42 @@ export interface FunctionRef {
445
445
  * @public
446
446
  */
447
447
  FunctionId?: string | undefined;
448
+ /**
449
+ * <p>An optional alternate name for the function within the executor. If omitted, MediaTailor uses the function identifier.</p>
450
+ * @public
451
+ */
452
+ Alias?: string | undefined;
453
+ }
454
+ /**
455
+ * <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function. A <code>CONCURRENT_EXECUTOR</code> runs a set of child functions in parallel, up to a maximum concurrency, and combines their output when all functions complete. For more information about functions, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions.html">Working with functions</a> in the <i>MediaTailor User Guide</i>.</p>
456
+ * @public
457
+ */
458
+ export interface ConcurrentExecutorConfiguration {
459
+ /**
460
+ * <p>The expression language used to evaluate expressions in the function configuration. Set this to <code>JSONata</code>.</p>
461
+ * @public
462
+ */
463
+ Runtime: RuntimeType | undefined;
464
+ /**
465
+ * <p>A map of output bindings that controls which bindings the executor commits to the session state after all child functions complete. Each key is a namespaced output path, and each value is an expression that MediaTailor evaluates against the combined results of the child functions.</p>
466
+ * @public
467
+ */
468
+ Output: Record<string, string> | undefined;
469
+ /**
470
+ * <p>The list of child functions that MediaTailor runs in parallel. Each entry specifies a child function to execute and an optional run condition expression that controls whether the function runs.</p>
471
+ * @public
472
+ */
473
+ FunctionList: FunctionRef[] | undefined;
474
+ /**
475
+ * <p>The maximum time, in milliseconds, for all child functions to complete. This timeout covers every function in the list, including any HTTP calls the child functions make. If the executor exceeds this timeout, MediaTailor discards all output from the executor and proceeds with default behavior.</p>
476
+ * @public
477
+ */
478
+ TimeoutMilliseconds: number | undefined;
479
+ /**
480
+ * <p>The maximum number of child functions that MediaTailor runs simultaneously. When the list contains more functions than <code>MaxConcurrency</code>, MediaTailor starts additional functions as running ones complete, so that no more than <code>MaxConcurrency</code> functions run at the same time.</p>
481
+ * @public
482
+ */
483
+ MaxConcurrency: number | undefined;
448
484
  }
449
485
  /**
450
486
  * <p>The configuration for a <code>CUSTOM_OUTPUT</code> function. MediaTailor evaluates the output expressions against the current session state and commits the results as output bindings. <code>CUSTOM_OUTPUT</code> functions do not make external calls. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/monetization-functions-types-custom-output.html">CUSTOM_OUTPUT</a> in the <i>MediaTailor User Guide</i>.</p>
@@ -559,6 +595,11 @@ export interface Function {
559
595
  * @public
560
596
  */
561
597
  CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
598
+ /**
599
+ * <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function.</p>
600
+ * @public
601
+ */
602
+ ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
562
603
  /**
563
604
  * <p>The configuration for a <code>SEQUENTIAL_EXECUTOR</code> function.</p>
564
605
  * @public
@@ -3176,6 +3217,11 @@ export interface GetFunctionResponse {
3176
3217
  * @public
3177
3218
  */
3178
3219
  CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
3220
+ /**
3221
+ * <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function.</p>
3222
+ * @public
3223
+ */
3224
+ ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
3179
3225
  /**
3180
3226
  * <p>The configuration for a <code>SEQUENTIAL_EXECUTOR</code> function.</p>
3181
3227
  * @public
@@ -3252,6 +3298,11 @@ export interface PutFunctionRequest {
3252
3298
  * @public
3253
3299
  */
3254
3300
  CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
3301
+ /**
3302
+ * <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function. Specifies the list of child functions to run in parallel, the maximum concurrency, an optional output block, and a timeout. Required when <code>FunctionType</code> is <code>CONCURRENT_EXECUTOR</code>.</p>
3303
+ * @public
3304
+ */
3305
+ ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
3255
3306
  /**
3256
3307
  * <p>The configuration for a <code>SEQUENTIAL_EXECUTOR</code> function. Specifies the ordered list of child functions to execute, an optional output block, and a timeout. Required when <code>FunctionType</code> is <code>SEQUENTIAL_EXECUTOR</code>.</p>
3257
3308
  * @public
@@ -3293,6 +3344,11 @@ export interface PutFunctionResponse {
3293
3344
  * @public
3294
3345
  */
3295
3346
  CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
3347
+ /**
3348
+ * <p>The configuration for a <code>CONCURRENT_EXECUTOR</code> function.</p>
3349
+ * @public
3350
+ */
3351
+ ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
3296
3352
  /**
3297
3353
  * <p>The configuration for a <code>SEQUENTIAL_EXECUTOR</code> function.</p>
3298
3354
  * @public
@@ -26,6 +26,7 @@ export declare var Bumper$: StaticStructureSchema;
26
26
  export declare var CdnConfiguration$: StaticStructureSchema;
27
27
  export declare var Channel$: StaticStructureSchema;
28
28
  export declare var ClipRange$: StaticStructureSchema;
29
+ export declare var ConcurrentExecutorConfiguration$: StaticStructureSchema;
29
30
  export declare var ConfigureLogsForChannelRequest$: StaticStructureSchema;
30
31
  export declare var ConfigureLogsForChannelResponse$: StaticStructureSchema;
31
32
  export declare var ConfigureLogsForPlaybackConfigurationRequest$: StaticStructureSchema;
@@ -82,6 +82,7 @@ export declare const RuntimeType: {
82
82
  };
83
83
  export type RuntimeType = (typeof RuntimeType)[keyof typeof RuntimeType];
84
84
  export declare const FunctionType: {
85
+ readonly CONCURRENT_EXECUTOR: "CONCURRENT_EXECUTOR";
85
86
  readonly CUSTOM_OUTPUT: "CUSTOM_OUTPUT";
86
87
  readonly HTTP_REQUEST: "HTTP_REQUEST";
87
88
  readonly SEQUENTIAL_EXECUTOR: "SEQUENTIAL_EXECUTOR";
@@ -133,6 +133,14 @@ export interface Channel {
133
133
  export interface FunctionRef {
134
134
  RunCondition?: string | undefined;
135
135
  FunctionId?: string | undefined;
136
+ Alias?: string | undefined;
137
+ }
138
+ export interface ConcurrentExecutorConfiguration {
139
+ Runtime: RuntimeType | undefined;
140
+ Output: Record<string, string> | undefined;
141
+ FunctionList: FunctionRef[] | undefined;
142
+ TimeoutMilliseconds: number | undefined;
143
+ MaxConcurrency: number | undefined;
136
144
  }
137
145
  export interface CustomOutputConfiguration {
138
146
  Runtime: RuntimeType | undefined;
@@ -159,6 +167,7 @@ export interface Function {
159
167
  Description?: string | undefined;
160
168
  HttpRequestConfiguration?: HttpRequestConfiguration | undefined;
161
169
  CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
170
+ ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
162
171
  SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
163
172
  Tags?: Record<string, string> | undefined;
164
173
  Arn?: string | undefined;
@@ -767,6 +776,7 @@ export interface GetFunctionResponse {
767
776
  Description?: string | undefined;
768
777
  HttpRequestConfiguration?: HttpRequestConfiguration | undefined;
769
778
  CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
779
+ ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
770
780
  SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
771
781
  Tags?: Record<string, string> | undefined;
772
782
  Arn?: string | undefined;
@@ -785,6 +795,7 @@ export interface PutFunctionRequest {
785
795
  Description?: string | undefined;
786
796
  HttpRequestConfiguration?: HttpRequestConfiguration | undefined;
787
797
  CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
798
+ ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
788
799
  SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
789
800
  Tags?: Record<string, string> | undefined;
790
801
  }
@@ -794,6 +805,7 @@ export interface PutFunctionResponse {
794
805
  Description?: string | undefined;
795
806
  HttpRequestConfiguration?: HttpRequestConfiguration | undefined;
796
807
  CustomOutputConfiguration?: CustomOutputConfiguration | undefined;
808
+ ConcurrentExecutorConfiguration?: ConcurrentExecutorConfiguration | undefined;
797
809
  SequentialExecutorConfiguration?: SequentialExecutorConfiguration | undefined;
798
810
  Tags?: Record<string, string> | undefined;
799
811
  Arn?: string | undefined;
@@ -21,6 +21,7 @@ export declare var Bumper$: StaticStructureSchema;
21
21
  export declare var CdnConfiguration$: StaticStructureSchema;
22
22
  export declare var Channel$: StaticStructureSchema;
23
23
  export declare var ClipRange$: StaticStructureSchema;
24
+ export declare var ConcurrentExecutorConfiguration$: StaticStructureSchema;
24
25
  export declare var ConfigureLogsForChannelRequest$: StaticStructureSchema;
25
26
  export declare var ConfigureLogsForChannelResponse$: StaticStructureSchema;
26
27
  export declare var ConfigureLogsForPlaybackConfigurationRequest$: StaticStructureSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediatailor",
3
- "version": "3.1104.0",
3
+ "version": "3.1105.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",