@aws-sdk/client-medialive 3.958.0 → 3.959.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 +88 -25
- package/dist-es/models/enums.js +8 -0
- package/dist-es/schemas/schemas_0.js +72 -25
- package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +25 -2
- package/dist-types/commands/DeleteChannelCommand.d.ts +13 -1
- package/dist-types/commands/DescribeChannelCommand.d.ts +13 -1
- package/dist-types/commands/ListChannelsCommand.d.ts +10 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +13 -1
- package/dist-types/commands/StartChannelCommand.d.ts +13 -1
- package/dist-types/commands/StopChannelCommand.d.ts +13 -1
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +13 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +25 -2
- package/dist-types/models/enums.d.ts +24 -0
- package/dist-types/models/models_0.d.ts +54 -49
- package/dist-types/models/models_1.d.ts +138 -2
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +14 -13
- package/dist-types/ts3.4/models/models_1.d.ts +38 -2
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -582,6 +582,7 @@ const _DEBRTR = "DeleteEventBridgeRuleTemplateRequest";
|
|
|
582
582
|
const _DED = "DolbyEDecode";
|
|
583
583
|
const _DEPA = "DiscoveryEntryPointArn";
|
|
584
584
|
const _DF = "DcFilter";
|
|
585
|
+
const _DFCS = "DescribeFollowerChannelSettings";
|
|
585
586
|
const _DFS = "DefaultFontSize";
|
|
586
587
|
const _DFe = "DeblockFilter";
|
|
587
588
|
const _DFen = "DenoiseFilter";
|
|
@@ -605,6 +606,7 @@ const _DISGe = "DescribeInputSecurityGroup";
|
|
|
605
606
|
const _DIe = "DeleteInput";
|
|
606
607
|
const _DIes = "DescribeInput";
|
|
607
608
|
const _DL = "DrcLine";
|
|
609
|
+
const _DLCS = "DescribeLinkedChannelSettings";
|
|
608
610
|
const _DLH = "DefaultLineHeight";
|
|
609
611
|
const _DM = "DeleteMultiplex";
|
|
610
612
|
const _DMP = "DeleteMultiplexProgram";
|
|
@@ -637,6 +639,7 @@ const _DO = "DescribeOffering";
|
|
|
637
639
|
const _DOR = "DescribeOfferingRequest";
|
|
638
640
|
const _DORe = "DescribeOfferingResponse";
|
|
639
641
|
const _DP = "DrcProfile";
|
|
642
|
+
const _DPCS = "DescribePrimaryChannelSettings";
|
|
640
643
|
const _DR = "DefaultRoute";
|
|
641
644
|
const _DRI = "DestinationRefId";
|
|
642
645
|
const _DRR = "DeleteReservationRequest";
|
|
@@ -742,12 +745,14 @@ const _FAe = "FeatureActivations";
|
|
|
742
745
|
const _FAl = "FlickerAq";
|
|
743
746
|
const _FAlo = "FlowArn";
|
|
744
747
|
const _FC = "FailoverConditions";
|
|
748
|
+
const _FCA = "FollowingChannelArns";
|
|
745
749
|
const _FCCS = "FrameCaptureCdnSettings";
|
|
746
750
|
const _FCGS = "FrameCaptureGroupSettings";
|
|
747
751
|
const _FCHS = "FrameCaptureHlsSettings";
|
|
748
752
|
const _FCOS = "FrameCaptureOutputSettings";
|
|
749
|
-
const _FCS = "
|
|
753
|
+
const _FCS = "FollowerChannelSettings";
|
|
750
754
|
const _FCSS = "FrameCaptureS3Settings";
|
|
755
|
+
const _FCSa = "FailoverConditionSettings";
|
|
751
756
|
const _FCSr = "FrameCaptureSettings";
|
|
752
757
|
const _FCa = "FailoverCondition";
|
|
753
758
|
const _FCo = "FontColor";
|
|
@@ -967,6 +972,8 @@ const _LCR = "ListChannelsRequest";
|
|
|
967
972
|
const _LCRi = "ListChannelsResponse";
|
|
968
973
|
const _LCRis = "ListClustersRequest";
|
|
969
974
|
const _LCRist = "ListClustersResponse";
|
|
975
|
+
const _LCS = "LinkedChannelSettings";
|
|
976
|
+
const _LCT = "LinkedChannelType";
|
|
970
977
|
const _LCWAT = "ListCloudWatchAlarmTemplates";
|
|
971
978
|
const _LCWATG = "ListCloudWatchAlarmTemplateGroups";
|
|
972
979
|
const _LCWATGR = "ListCloudWatchAlarmTemplateGroupsRequest";
|
|
@@ -1214,7 +1221,9 @@ const _Out = "Outputs";
|
|
|
1214
1221
|
const _P = "Profile";
|
|
1215
1222
|
const _PAAI = "PublicAddressAllocationIds";
|
|
1216
1223
|
const _PC = "ProgramCount";
|
|
1224
|
+
const _PCA = "PrimaryChannelArn";
|
|
1217
1225
|
const _PCP = "PreferredChannelPipeline";
|
|
1226
|
+
const _PCS = "PrimaryChannelSettings";
|
|
1218
1227
|
const _PCa = "PassthroughControl";
|
|
1219
1228
|
const _PCar = "ParControl";
|
|
1220
1229
|
const _PCc = "PcrControl";
|
|
@@ -1235,6 +1244,7 @@ const _PIa = "PatInterval";
|
|
|
1235
1244
|
const _PIi = "PipelineIds";
|
|
1236
1245
|
const _PIm = "PmtInterval";
|
|
1237
1246
|
const _PIr = "ProgramId";
|
|
1247
|
+
const _PLM = "PipelineLockingMethod";
|
|
1238
1248
|
const _PLS = "PipelineLockingSettings";
|
|
1239
1249
|
const _PMP = "PrivateMetadataPid";
|
|
1240
1250
|
const _PN = "ParNumerator";
|
|
@@ -1950,12 +1960,14 @@ const _fAe = "featureActivations";
|
|
|
1950
1960
|
const _fAl = "flickerAq";
|
|
1951
1961
|
const _fAlo = "flowArn";
|
|
1952
1962
|
const _fC = "failoverConditions";
|
|
1963
|
+
const _fCA = "followingChannelArns";
|
|
1953
1964
|
const _fCCS = "frameCaptureCdnSettings";
|
|
1954
1965
|
const _fCGS = "frameCaptureGroupSettings";
|
|
1955
1966
|
const _fCHS = "frameCaptureHlsSettings";
|
|
1956
1967
|
const _fCOS = "frameCaptureOutputSettings";
|
|
1957
|
-
const _fCS = "
|
|
1968
|
+
const _fCS = "followerChannelSettings";
|
|
1958
1969
|
const _fCSS = "frameCaptureS3Settings";
|
|
1970
|
+
const _fCSa = "failoverConditionSettings";
|
|
1959
1971
|
const _fCSr = "frameCaptureSettings";
|
|
1960
1972
|
const _fCo = "fontColor";
|
|
1961
1973
|
const _fCr = "framerateControl";
|
|
@@ -2104,6 +2116,8 @@ const _l = "level";
|
|
|
2104
2116
|
const _lARC = "lookAheadRateControl";
|
|
2105
2117
|
const _lC = "languageCode";
|
|
2106
2118
|
const _lCC = "languageCodeControl";
|
|
2119
|
+
const _lCS = "linkedChannelSettings";
|
|
2120
|
+
const _lCT = "linkedChannelType";
|
|
2107
2121
|
const _lCf = "lfeControl";
|
|
2108
2122
|
const _lD = "languageDescription";
|
|
2109
2123
|
const _lDA = "lastDiscoveredAt";
|
|
@@ -2340,7 +2354,9 @@ const _ou = "outputs";
|
|
|
2340
2354
|
const _p = "profile";
|
|
2341
2355
|
const _pAAI = "publicAddressAllocationIds";
|
|
2342
2356
|
const _pC = "programCount";
|
|
2357
|
+
const _pCA = "primaryChannelArn";
|
|
2343
2358
|
const _pCP = "preferredChannelPipeline";
|
|
2359
|
+
const _pCS = "primaryChannelSettings";
|
|
2344
2360
|
const _pCa = "passthroughControl";
|
|
2345
2361
|
const _pCar = "parControl";
|
|
2346
2362
|
const _pCc = "pcrControl";
|
|
@@ -2360,6 +2376,7 @@ const _pIa = "patInterval";
|
|
|
2360
2376
|
const _pIi = "pipelineIds";
|
|
2361
2377
|
const _pIm = "pmtInterval";
|
|
2362
2378
|
const _pIr = "programId";
|
|
2379
|
+
const _pLM = "pipelineLockingMethod";
|
|
2363
2380
|
const _pLS = "pipelineLockingSettings";
|
|
2364
2381
|
const _pMP = "privateMetadataPid";
|
|
2365
2382
|
const _pN = "parNumerator";
|
|
@@ -2977,8 +2994,8 @@ var CdiInputSpecification$ = [3, n0, _CIS,
|
|
|
2977
2994
|
];
|
|
2978
2995
|
var Channel$ = [3, n0, _Ch,
|
|
2979
2996
|
0,
|
|
2980
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV],
|
|
2981
|
-
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }]]
|
|
2997
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
2998
|
+
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }], [() => DescribeLinkedChannelSettings$, { [_jN]: _lCS }]]
|
|
2982
2999
|
];
|
|
2983
3000
|
var ChannelAlert$ = [3, n0, _CAh,
|
|
2984
3001
|
0,
|
|
@@ -3002,8 +3019,8 @@ var ChannelEngineVersionResponse$ = [3, n0, _CEVRh,
|
|
|
3002
3019
|
];
|
|
3003
3020
|
var ChannelSummary$ = [3, n0, _CSh,
|
|
3004
3021
|
0,
|
|
3005
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _I, _IA, _IS, _LL, _Ma, _N, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _UCEV],
|
|
3006
|
-
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }], [() => __listOfChannelEngineVersionResponse, { [_jN]: _uCEV }]]
|
|
3022
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _I, _IA, _IS, _LL, _Ma, _N, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _UCEV, _LCS],
|
|
3023
|
+
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }], [() => __listOfChannelEngineVersionResponse, { [_jN]: _uCEV }], [() => DescribeLinkedChannelSettings$, { [_jN]: _lCS }]]
|
|
3007
3024
|
];
|
|
3008
3025
|
var ClaimDeviceRequest$ = [3, n0, _CDRl,
|
|
3009
3026
|
0,
|
|
@@ -3093,8 +3110,8 @@ var CreateChannelPlacementGroupResponse$ = [3, n0, _CCPGRr,
|
|
|
3093
3110
|
];
|
|
3094
3111
|
var CreateChannelRequest$ = [3, n0, _CCR,
|
|
3095
3112
|
0,
|
|
3096
|
-
[_CIS, _CCh, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RIe, _Re, _RA, _Ta, _V, _ASn, _CEV, _DRr],
|
|
3097
|
-
[[() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => EncoderSettings$, { [_jN]: _eSn }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceCreateSettings$, { [_jN]: _ma }], [0, { [_jN]: _n }], [0, { [_iTd]: 1, [_jN]: _rIe }], [0, { [_jN]: _re }], [0, { [_jN]: _rA }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettings$, { [_jN]: _v }], [() => AnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionRequest$, { [_jN]: _cEV }], [2, { [_jN]: _dRr }]]
|
|
3113
|
+
[_CIS, _CCh, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RIe, _Re, _RA, _Ta, _V, _ASn, _CEV, _DRr, _LCS],
|
|
3114
|
+
[[() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => EncoderSettings$, { [_jN]: _eSn }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceCreateSettings$, { [_jN]: _ma }], [0, { [_jN]: _n }], [0, { [_iTd]: 1, [_jN]: _rIe }], [0, { [_jN]: _re }], [0, { [_jN]: _rA }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettings$, { [_jN]: _v }], [() => AnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionRequest$, { [_jN]: _cEV }], [2, { [_jN]: _dRr }], [() => LinkedChannelSettings$, { [_jN]: _lCS }]]
|
|
3098
3115
|
];
|
|
3099
3116
|
var CreateChannelResponse$ = [3, n0, _CCRr,
|
|
3100
3117
|
0,
|
|
@@ -3273,8 +3290,8 @@ var DeleteChannelRequest$ = [3, n0, _DCR,
|
|
|
3273
3290
|
];
|
|
3274
3291
|
var DeleteChannelResponse$ = [3, n0, _DCRe,
|
|
3275
3292
|
0,
|
|
3276
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV],
|
|
3277
|
-
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }]]
|
|
3293
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
3294
|
+
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }], [() => DescribeLinkedChannelSettings$, { [_jN]: _lCS }]]
|
|
3278
3295
|
];
|
|
3279
3296
|
var DeleteCloudWatchAlarmTemplateGroupRequest$ = [3, n0, _DCWATGR,
|
|
3280
3297
|
0,
|
|
@@ -3443,8 +3460,8 @@ var DescribeChannelRequest$ = [3, n0, _DCRes,
|
|
|
3443
3460
|
];
|
|
3444
3461
|
var DescribeChannelResponse$ = [3, n0, _DCResc,
|
|
3445
3462
|
0,
|
|
3446
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV],
|
|
3447
|
-
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }]]
|
|
3463
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
3464
|
+
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }], [() => DescribeLinkedChannelSettings$, { [_jN]: _lCS }]]
|
|
3448
3465
|
];
|
|
3449
3466
|
var DescribeClusterRequest$ = [3, n0, _DCRescr,
|
|
3450
3467
|
0,
|
|
@@ -3461,6 +3478,11 @@ var DescribeClusterSummary$ = [3, n0, _DCS,
|
|
|
3461
3478
|
[_Ar, _CIh, _CTl, _I, _IRA, _N, _NS, _St],
|
|
3462
3479
|
[[0, { [_jN]: _ar }], [64 | 0, { [_jN]: _cIh }], [0, { [_jN]: _cTl }], [0, { [_jN]: _i }], [0, { [_jN]: _iRA }], [0, { [_jN]: _n }], [() => ClusterNetworkSettings$, { [_jN]: _nS }], [0, { [_jN]: _st }]]
|
|
3463
3480
|
];
|
|
3481
|
+
var DescribeFollowerChannelSettings$ = [3, n0, _DFCS,
|
|
3482
|
+
0,
|
|
3483
|
+
[_LCT, _PCA],
|
|
3484
|
+
[[0, { [_jN]: _lCT }], [0, { [_jN]: _pCA }]]
|
|
3485
|
+
];
|
|
3464
3486
|
var DescribeInputDeviceRequest$ = [3, n0, _DIDR,
|
|
3465
3487
|
0,
|
|
3466
3488
|
[_IDI],
|
|
@@ -3501,6 +3523,11 @@ var DescribeInputSecurityGroupResponse$ = [3, n0, _DISGResc,
|
|
|
3501
3523
|
[_Ar, _I, _Inp, _St, _Ta, _WR],
|
|
3502
3524
|
[[0, { [_jN]: _ar }], [0, { [_jN]: _i }], [64 | 0, { [_jN]: _inp }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => __listOfInputWhitelistRule, { [_jN]: _wR }]]
|
|
3503
3525
|
];
|
|
3526
|
+
var DescribeLinkedChannelSettings$ = [3, n0, _DLCS,
|
|
3527
|
+
0,
|
|
3528
|
+
[_FCS, _PCS],
|
|
3529
|
+
[[() => DescribeFollowerChannelSettings$, { [_jN]: _fCS }], [() => DescribePrimaryChannelSettings$, { [_jN]: _pCS }]]
|
|
3530
|
+
];
|
|
3504
3531
|
var DescribeMultiplexProgramRequest$ = [3, n0, _DMPRes,
|
|
3505
3532
|
0,
|
|
3506
3533
|
[_MIu, _PNr],
|
|
@@ -3561,6 +3588,11 @@ var DescribeOfferingResponse$ = [3, n0, _DORe,
|
|
|
3561
3588
|
[_Ar, _CCu, _Du, _DU, _FP, _OD, _OI, _OT, _Reg, _RSes, _UP],
|
|
3562
3589
|
[[0, { [_jN]: _ar }], [0, { [_jN]: _cCu }], [1, { [_jN]: _du }], [0, { [_jN]: _dU }], [1, { [_jN]: _fP }], [0, { [_jN]: _oD }], [0, { [_jN]: _oI }], [0, { [_jN]: _oT }], [0, { [_jN]: _reg }], [() => ReservationResourceSpecification$, { [_jN]: _rSes }], [1, { [_jN]: _uP }]]
|
|
3563
3590
|
];
|
|
3591
|
+
var DescribePrimaryChannelSettings$ = [3, n0, _DPCS,
|
|
3592
|
+
0,
|
|
3593
|
+
[_FCA, _LCT],
|
|
3594
|
+
[[64 | 0, { [_jN]: _fCA }], [0, { [_jN]: _lCT }]]
|
|
3595
|
+
];
|
|
3564
3596
|
var DescribeReservationRequest$ = [3, n0, _DRRes,
|
|
3565
3597
|
0,
|
|
3566
3598
|
[_RIes],
|
|
@@ -3693,10 +3725,10 @@ var EventBridgeRuleTemplateTarget$ = [3, n0, _EBRTT,
|
|
|
3693
3725
|
];
|
|
3694
3726
|
var FailoverCondition$ = [3, n0, _FCa,
|
|
3695
3727
|
0,
|
|
3696
|
-
[
|
|
3697
|
-
[[() => FailoverConditionSettings$, { [_jN]:
|
|
3728
|
+
[_FCSa],
|
|
3729
|
+
[[() => FailoverConditionSettings$, { [_jN]: _fCSa }]]
|
|
3698
3730
|
];
|
|
3699
|
-
var FailoverConditionSettings$ = [3, n0,
|
|
3731
|
+
var FailoverConditionSettings$ = [3, n0, _FCSa,
|
|
3700
3732
|
0,
|
|
3701
3733
|
[_ASSud, _ILS, _VBS],
|
|
3702
3734
|
[[() => AudioSilenceFailoverSettings$, { [_jN]: _aSSu }], [() => InputLossFailoverSettings$, { [_jN]: _iLS }], [() => VideoBlackFailoverSettings$, { [_jN]: _vBS }]]
|
|
@@ -3721,6 +3753,11 @@ var Fmp4HlsSettings$ = [3, n0, _FHS,
|
|
|
3721
3753
|
[_ARS, _NIB, _TMB],
|
|
3722
3754
|
[[0, { [_jN]: _aRS }], [0, { [_jN]: _nIB }], [0, { [_jN]: _tMB }]]
|
|
3723
3755
|
];
|
|
3756
|
+
var FollowerChannelSettings$ = [3, n0, _FCS,
|
|
3757
|
+
0,
|
|
3758
|
+
[_LCT, _PCA],
|
|
3759
|
+
[[0, { [_jN]: _lCT }], [0, { [_jN]: _pCA }]]
|
|
3760
|
+
];
|
|
3724
3761
|
var FollowModeScheduleActionStartSettings$ = [3, n0, _FMSASSo,
|
|
3725
3762
|
0,
|
|
3726
3763
|
[_FPo, _RAN],
|
|
@@ -4149,6 +4186,11 @@ var KeyProviderSettings$ = [3, n0, _KPS,
|
|
|
4149
4186
|
[_SKS],
|
|
4150
4187
|
[[() => StaticKeySettings$, { [_jN]: _sKS }]]
|
|
4151
4188
|
];
|
|
4189
|
+
var LinkedChannelSettings$ = [3, n0, _LCS,
|
|
4190
|
+
0,
|
|
4191
|
+
[_FCS, _PCS],
|
|
4192
|
+
[[() => FollowerChannelSettings$, { [_jN]: _fCS }], [() => PrimaryChannelSettings$, { [_jN]: _pCS }]]
|
|
4193
|
+
];
|
|
4152
4194
|
var ListAlertsRequest$ = [3, n0, _LAR,
|
|
4153
4195
|
0,
|
|
4154
4196
|
[_CIha, _MR, _NT, _SF],
|
|
@@ -4747,14 +4789,19 @@ var PipelineDetail$ = [3, n0, _PDip,
|
|
|
4747
4789
|
];
|
|
4748
4790
|
var PipelineLockingSettings$ = [3, n0, _PLS,
|
|
4749
4791
|
0,
|
|
4750
|
-
[],
|
|
4751
|
-
[]
|
|
4792
|
+
[_PLM],
|
|
4793
|
+
[[0, { [_jN]: _pLM }]]
|
|
4752
4794
|
];
|
|
4753
4795
|
var PipelinePauseStateSettings$ = [3, n0, _PPSS,
|
|
4754
4796
|
0,
|
|
4755
4797
|
[_PI],
|
|
4756
4798
|
[[0, { [_jN]: _pI }]]
|
|
4757
4799
|
];
|
|
4800
|
+
var PrimaryChannelSettings$ = [3, n0, _PCS,
|
|
4801
|
+
0,
|
|
4802
|
+
[_LCT],
|
|
4803
|
+
[[0, { [_jN]: _lCT }]]
|
|
4804
|
+
];
|
|
4758
4805
|
var PurchaseOfferingRequest$ = [3, n0, _POR,
|
|
4759
4806
|
0,
|
|
4760
4807
|
[_Co, _N, _OI, _RSen, _RIe, _Star, _Ta],
|
|
@@ -4827,8 +4874,8 @@ var RestartChannelPipelinesRequest$ = [3, n0, _RCPR,
|
|
|
4827
4874
|
];
|
|
4828
4875
|
var RestartChannelPipelinesResponse$ = [3, n0, _RCPRe,
|
|
4829
4876
|
0,
|
|
4830
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _MSa, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV],
|
|
4831
|
-
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _mSa }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }]]
|
|
4877
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _MSa, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
4878
|
+
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _mSa }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }], [() => DescribeLinkedChannelSettings$, { [_jN]: _lCS }]]
|
|
4832
4879
|
];
|
|
4833
4880
|
var Route$ = [3, n0, _Rou,
|
|
4834
4881
|
0,
|
|
@@ -5072,8 +5119,8 @@ var StartChannelRequest$ = [3, n0, _SCR,
|
|
|
5072
5119
|
];
|
|
5073
5120
|
var StartChannelResponse$ = [3, n0, _SCRt,
|
|
5074
5121
|
0,
|
|
5075
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV],
|
|
5076
|
-
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }]]
|
|
5122
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
5123
|
+
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }], [() => DescribeLinkedChannelSettings$, { [_jN]: _lCS }]]
|
|
5077
5124
|
];
|
|
5078
5125
|
var StartDeleteMonitorDeploymentRequest$ = [3, n0, _SDMDR,
|
|
5079
5126
|
0,
|
|
@@ -5172,8 +5219,8 @@ var StopChannelRequest$ = [3, n0, _SCRto,
|
|
|
5172
5219
|
];
|
|
5173
5220
|
var StopChannelResponse$ = [3, n0, _SCRtop,
|
|
5174
5221
|
0,
|
|
5175
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV],
|
|
5176
|
-
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }]]
|
|
5222
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
5223
|
+
[[0, { [_jN]: _ar }], [() => CdiInputSpecification$, { [_jN]: _cIS }], [0, { [_jN]: _cCh }], [() => __listOfOutputDestination, { [_jN]: _des }], [() => __listOfChannelEgressEndpoint, { [_jN]: _eE }], [() => EncoderSettings$, { [_jN]: _eSn }], [0, { [_jN]: _i }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceStatus$, { [_jN]: _ma }], [0, { [_jN]: _n }], [() => __listOfPipelineDetail, { [_jN]: _pDi }], [1, { [_jN]: _pRC }], [0, { [_jN]: _rA }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => VpcOutputSettingsDescription$, { [_jN]: _v }], [() => DescribeAnywhereSettings$, { [_jN]: _aSn }], [() => ChannelEngineVersionResponse$, { [_jN]: _cEV }], [() => DescribeLinkedChannelSettings$, { [_jN]: _lCS }]]
|
|
5177
5224
|
];
|
|
5178
5225
|
var StopInputDeviceRequest$ = [3, n0, _SIDRto,
|
|
5179
5226
|
0,
|
|
@@ -5329,8 +5376,8 @@ var UpdateChannelPlacementGroupResponse$ = [3, n0, _UCPGRp,
|
|
|
5329
5376
|
];
|
|
5330
5377
|
var UpdateChannelRequest$ = [3, n0, _UCR,
|
|
5331
5378
|
0,
|
|
5332
|
-
[_CIS, _CIha, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RA, _CEV, _DRr, _ASn],
|
|
5333
|
-
[[() => CdiInputSpecification$, { [_jN]: _cIS }], [0, 1], [() => __listOfOutputDestination, { [_jN]: _des }], [() => EncoderSettings$, { [_jN]: _eSn }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceUpdateSettings$, { [_jN]: _ma }], [0, { [_jN]: _n }], [0, { [_jN]: _rA }], [() => ChannelEngineVersionRequest$, { [_jN]: _cEV }], [2, { [_jN]: _dRr }], [() => AnywhereSettings$, { [_jN]: _aSn }]]
|
|
5379
|
+
[_CIS, _CIha, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RA, _CEV, _DRr, _ASn, _LCS],
|
|
5380
|
+
[[() => CdiInputSpecification$, { [_jN]: _cIS }], [0, 1], [() => __listOfOutputDestination, { [_jN]: _des }], [() => EncoderSettings$, { [_jN]: _eSn }], [() => __listOfInputAttachment, { [_jN]: _iA }], [() => InputSpecification$, { [_jN]: _iS }], [0, { [_jN]: _lL }], [() => MaintenanceUpdateSettings$, { [_jN]: _ma }], [0, { [_jN]: _n }], [0, { [_jN]: _rA }], [() => ChannelEngineVersionRequest$, { [_jN]: _cEV }], [2, { [_jN]: _dRr }], [() => AnywhereSettings$, { [_jN]: _aSn }], [() => LinkedChannelSettings$, { [_jN]: _lCS }]]
|
|
5334
5381
|
];
|
|
5335
5382
|
var UpdateChannelResponse$ = [3, n0, _UCRp,
|
|
5336
5383
|
0,
|
|
@@ -9472,6 +9519,10 @@ const InputResolution = {
|
|
|
9472
9519
|
SD: "SD",
|
|
9473
9520
|
UHD: "UHD",
|
|
9474
9521
|
};
|
|
9522
|
+
const LinkedChannelType = {
|
|
9523
|
+
FOLLOWING_CHANNEL: "FOLLOWING_CHANNEL",
|
|
9524
|
+
PRIMARY_CHANNEL: "PRIMARY_CHANNEL",
|
|
9525
|
+
};
|
|
9475
9526
|
const LogLevel = {
|
|
9476
9527
|
DEBUG: "DEBUG",
|
|
9477
9528
|
DISABLED: "DISABLED",
|
|
@@ -10691,6 +10742,10 @@ const GlobalConfigurationOutputLockingMode = {
|
|
|
10691
10742
|
EPOCH_LOCKING: "EPOCH_LOCKING",
|
|
10692
10743
|
PIPELINE_LOCKING: "PIPELINE_LOCKING",
|
|
10693
10744
|
};
|
|
10745
|
+
const PipelineLockingMethod = {
|
|
10746
|
+
SOURCE_TIMECODE: "SOURCE_TIMECODE",
|
|
10747
|
+
VIDEO_ALIGNMENT: "VIDEO_ALIGNMENT",
|
|
10748
|
+
};
|
|
10694
10749
|
const GlobalConfigurationOutputTimingSource = {
|
|
10695
10750
|
INPUT_CLOCK: "INPUT_CLOCK",
|
|
10696
10751
|
SYSTEM_CLOCK: "SYSTEM_CLOCK",
|
|
@@ -11067,6 +11122,7 @@ exports.DescribeClusterCommand = DescribeClusterCommand;
|
|
|
11067
11122
|
exports.DescribeClusterRequest$ = DescribeClusterRequest$;
|
|
11068
11123
|
exports.DescribeClusterResponse$ = DescribeClusterResponse$;
|
|
11069
11124
|
exports.DescribeClusterSummary$ = DescribeClusterSummary$;
|
|
11125
|
+
exports.DescribeFollowerChannelSettings$ = DescribeFollowerChannelSettings$;
|
|
11070
11126
|
exports.DescribeInput$ = DescribeInput$;
|
|
11071
11127
|
exports.DescribeInputCommand = DescribeInputCommand;
|
|
11072
11128
|
exports.DescribeInputDevice$ = DescribeInputDevice$;
|
|
@@ -11083,6 +11139,7 @@ exports.DescribeInputSecurityGroup$ = DescribeInputSecurityGroup$;
|
|
|
11083
11139
|
exports.DescribeInputSecurityGroupCommand = DescribeInputSecurityGroupCommand;
|
|
11084
11140
|
exports.DescribeInputSecurityGroupRequest$ = DescribeInputSecurityGroupRequest$;
|
|
11085
11141
|
exports.DescribeInputSecurityGroupResponse$ = DescribeInputSecurityGroupResponse$;
|
|
11142
|
+
exports.DescribeLinkedChannelSettings$ = DescribeLinkedChannelSettings$;
|
|
11086
11143
|
exports.DescribeMultiplex$ = DescribeMultiplex$;
|
|
11087
11144
|
exports.DescribeMultiplexCommand = DescribeMultiplexCommand;
|
|
11088
11145
|
exports.DescribeMultiplexProgram$ = DescribeMultiplexProgram$;
|
|
@@ -11105,6 +11162,7 @@ exports.DescribeOffering$ = DescribeOffering$;
|
|
|
11105
11162
|
exports.DescribeOfferingCommand = DescribeOfferingCommand;
|
|
11106
11163
|
exports.DescribeOfferingRequest$ = DescribeOfferingRequest$;
|
|
11107
11164
|
exports.DescribeOfferingResponse$ = DescribeOfferingResponse$;
|
|
11165
|
+
exports.DescribePrimaryChannelSettings$ = DescribePrimaryChannelSettings$;
|
|
11108
11166
|
exports.DescribeReservation$ = DescribeReservation$;
|
|
11109
11167
|
exports.DescribeReservationCommand = DescribeReservationCommand;
|
|
11110
11168
|
exports.DescribeReservationRequest$ = DescribeReservationRequest$;
|
|
@@ -11188,6 +11246,7 @@ exports.Fmp4NielsenId3Behavior = Fmp4NielsenId3Behavior;
|
|
|
11188
11246
|
exports.Fmp4TimedMetadataBehavior = Fmp4TimedMetadataBehavior;
|
|
11189
11247
|
exports.FollowModeScheduleActionStartSettings$ = FollowModeScheduleActionStartSettings$;
|
|
11190
11248
|
exports.FollowPoint = FollowPoint;
|
|
11249
|
+
exports.FollowerChannelSettings$ = FollowerChannelSettings$;
|
|
11191
11250
|
exports.ForbiddenException = ForbiddenException;
|
|
11192
11251
|
exports.ForbiddenException$ = ForbiddenException$;
|
|
11193
11252
|
exports.FrameCaptureCdnSettings$ = FrameCaptureCdnSettings$;
|
|
@@ -11395,6 +11454,8 @@ exports.IpPoolCreateRequest$ = IpPoolCreateRequest$;
|
|
|
11395
11454
|
exports.IpPoolUpdateRequest$ = IpPoolUpdateRequest$;
|
|
11396
11455
|
exports.KeyProviderSettings$ = KeyProviderSettings$;
|
|
11397
11456
|
exports.LastFrameClippingBehavior = LastFrameClippingBehavior;
|
|
11457
|
+
exports.LinkedChannelSettings$ = LinkedChannelSettings$;
|
|
11458
|
+
exports.LinkedChannelType = LinkedChannelType;
|
|
11398
11459
|
exports.ListAlerts$ = ListAlerts$;
|
|
11399
11460
|
exports.ListAlertsCommand = ListAlertsCommand;
|
|
11400
11461
|
exports.ListAlertsRequest$ = ListAlertsRequest$;
|
|
@@ -11619,9 +11680,11 @@ exports.PassThroughSettings$ = PassThroughSettings$;
|
|
|
11619
11680
|
exports.PauseStateScheduleActionSettings$ = PauseStateScheduleActionSettings$;
|
|
11620
11681
|
exports.PipelineDetail$ = PipelineDetail$;
|
|
11621
11682
|
exports.PipelineId = PipelineId;
|
|
11683
|
+
exports.PipelineLockingMethod = PipelineLockingMethod;
|
|
11622
11684
|
exports.PipelineLockingSettings$ = PipelineLockingSettings$;
|
|
11623
11685
|
exports.PipelinePauseStateSettings$ = PipelinePauseStateSettings$;
|
|
11624
11686
|
exports.PreferredChannelPipeline = PreferredChannelPipeline;
|
|
11687
|
+
exports.PrimaryChannelSettings$ = PrimaryChannelSettings$;
|
|
11625
11688
|
exports.PurchaseOffering$ = PurchaseOffering$;
|
|
11626
11689
|
exports.PurchaseOfferingCommand = PurchaseOfferingCommand;
|
|
11627
11690
|
exports.PurchaseOfferingRequest$ = PurchaseOfferingRequest$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -463,6 +463,10 @@ export const InputResolution = {
|
|
|
463
463
|
SD: "SD",
|
|
464
464
|
UHD: "UHD",
|
|
465
465
|
};
|
|
466
|
+
export const LinkedChannelType = {
|
|
467
|
+
FOLLOWING_CHANNEL: "FOLLOWING_CHANNEL",
|
|
468
|
+
PRIMARY_CHANNEL: "PRIMARY_CHANNEL",
|
|
469
|
+
};
|
|
466
470
|
export const LogLevel = {
|
|
467
471
|
DEBUG: "DEBUG",
|
|
468
472
|
DISABLED: "DISABLED",
|
|
@@ -1682,6 +1686,10 @@ export const GlobalConfigurationOutputLockingMode = {
|
|
|
1682
1686
|
EPOCH_LOCKING: "EPOCH_LOCKING",
|
|
1683
1687
|
PIPELINE_LOCKING: "PIPELINE_LOCKING",
|
|
1684
1688
|
};
|
|
1689
|
+
export const PipelineLockingMethod = {
|
|
1690
|
+
SOURCE_TIMECODE: "SOURCE_TIMECODE",
|
|
1691
|
+
VIDEO_ALIGNMENT: "VIDEO_ALIGNMENT",
|
|
1692
|
+
};
|
|
1685
1693
|
export const GlobalConfigurationOutputTimingSource = {
|
|
1686
1694
|
INPUT_CLOCK: "INPUT_CLOCK",
|
|
1687
1695
|
SYSTEM_CLOCK: "SYSTEM_CLOCK",
|