@aws-sdk/client-medialive 3.982.0 → 3.984.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 +80 -32
- package/dist-es/models/enums.js +9 -0
- package/dist-es/schemas/schemas_0.js +65 -32
- package/dist-types/commands/BatchStopCommand.d.ts +2 -1
- package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +1 -2
- package/dist-types/commands/CreateChannelCommand.d.ts +8 -0
- package/dist-types/commands/CreateInputCommand.d.ts +18 -2
- package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/CreateNodeCommand.d.ts +3 -0
- package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +3 -0
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +9 -1
- package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
- package/dist-types/commands/DeleteNodeCommand.d.ts +3 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +9 -1
- package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeNodeCommand.d.ts +3 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -0
- package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +3 -0
- package/dist-types/commands/ListInputsCommand.d.ts +9 -1
- package/dist-types/commands/ListNodesCommand.d.ts +3 -0
- package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +4 -0
- package/dist-types/commands/StartChannelCommand.d.ts +4 -0
- package/dist-types/commands/StopChannelCommand.d.ts +4 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +6 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +8 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +17 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +3 -0
- package/dist-types/commands/UpdateNodeCommand.d.ts +3 -0
- package/dist-types/commands/UpdateNodeStateCommand.d.ts +3 -0
- package/dist-types/models/enums.d.ts +25 -0
- package/dist-types/models/models_0.d.ts +74 -39
- package/dist-types/models/models_1.d.ts +127 -3
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +12 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -9
- package/dist-types/ts3.4/models/models_1.d.ts +33 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -477,6 +477,7 @@ const _CMRr = "CreateMultiplexResponse";
|
|
|
477
477
|
const _CMe = "CertificateMode";
|
|
478
478
|
const _CMh = "ChannelMappings";
|
|
479
479
|
const _CMo = "ColorMetadata";
|
|
480
|
+
const _CMon = "ConnectionMode";
|
|
480
481
|
const _CMr = "CreateMultiplex";
|
|
481
482
|
const _CN = "ChannelName";
|
|
482
483
|
const _CNR = "CreateNetworkRequest";
|
|
@@ -503,6 +504,7 @@ const _CPIRr = "CreatePartnerInputResponse";
|
|
|
503
504
|
const _CR = "CaptionRectangle";
|
|
504
505
|
const _CRI = "ConnectionRetryInterval";
|
|
505
506
|
const _CS = "ContainerSettings";
|
|
507
|
+
const _CSG = "ChannelSecurityGroups";
|
|
506
508
|
const _CSM = "CreateSignalMap";
|
|
507
509
|
const _CSMR = "CreateSignalMapRequest";
|
|
508
510
|
const _CSMRr = "CreateSignalMapResponse";
|
|
@@ -1032,6 +1034,7 @@ const _LO = "LeftOffset";
|
|
|
1032
1034
|
const _LOR = "ListOfferingsRequest";
|
|
1033
1035
|
const _LORi = "ListOfferingsResponse";
|
|
1034
1036
|
const _LOi = "ListOfferings";
|
|
1037
|
+
const _LP = "ListenerPort";
|
|
1035
1038
|
const _LR = "ListReservations";
|
|
1036
1039
|
const _LRCML = "LoRoCenterMixLevel";
|
|
1037
1040
|
const _LRCMLt = "LtRtCenterMixLevel";
|
|
@@ -1241,6 +1244,7 @@ const _PDip = "PipelineDetail";
|
|
|
1241
1244
|
const _PE = "PoisEndpoint";
|
|
1242
1245
|
const _PFS = "PostFilterSharpening";
|
|
1243
1246
|
const _PI = "PipelineId";
|
|
1247
|
+
const _PIIA = "PhysicalInterfaceIpAddresses";
|
|
1244
1248
|
const _PIM = "PacketIdentifiersMap";
|
|
1245
1249
|
const _PIMa = "PacketIdentifiersMapping";
|
|
1246
1250
|
const _PIN = "PhysicalInterfaceName";
|
|
@@ -1418,8 +1422,12 @@ const _SKS = "StaticKeySettings";
|
|
|
1418
1422
|
const _SKV = "StaticKeyValue";
|
|
1419
1423
|
const _SL = "SegmentLength";
|
|
1420
1424
|
const _SLA = "SrtListenerAddress";
|
|
1425
|
+
const _SLD = "SrtListenerDecryption";
|
|
1426
|
+
const _SLDR = "SrtListenerDecryptionRequest";
|
|
1421
1427
|
const _SLFI = "SupportLowFramerateInputs";
|
|
1422
1428
|
const _SLP = "SrtListenerPort";
|
|
1429
|
+
const _SLS = "SrtListenerSettings";
|
|
1430
|
+
const _SLSR = "SrtListenerSettingsRequest";
|
|
1423
1431
|
const _SLU = "SegmentLengthUnits";
|
|
1424
1432
|
const _SLu = "SubgopLength";
|
|
1425
1433
|
const _SM = "SurroundMode";
|
|
@@ -1836,6 +1844,7 @@ const _cM = "codingMode";
|
|
|
1836
1844
|
const _cMe = "certificateMode";
|
|
1837
1845
|
const _cMh = "channelMappings";
|
|
1838
1846
|
const _cMo = "colorMetadata";
|
|
1847
|
+
const _cMon = "connectionMode";
|
|
1839
1848
|
const _cN = "channelName";
|
|
1840
1849
|
const _cNa = "cardNumber";
|
|
1841
1850
|
const _cNh = "channelNumber";
|
|
@@ -1845,6 +1854,7 @@ const _cPG = "channelPlacementGroups";
|
|
|
1845
1854
|
const _cPGI = "channelPlacementGroupId";
|
|
1846
1855
|
const _cRI = "connectionRetryInterval";
|
|
1847
1856
|
const _cS = "containerSettings";
|
|
1857
|
+
const _cSG = "channelSecurityGroups";
|
|
1848
1858
|
const _cSN = "captionSelectorName";
|
|
1849
1859
|
const _cSPS = "colorSpacePassthroughSettings";
|
|
1850
1860
|
const _cSS = "colorSpaceSettings";
|
|
@@ -2226,6 +2236,7 @@ const _lOTD = "__listOfThumbnailDetail";
|
|
|
2226
2236
|
const _lOTIDS = "__listOfTransferringInputDeviceSummary";
|
|
2227
2237
|
const _lOVD = "__listOfVideoDescription";
|
|
2228
2238
|
const _lOVE = "__listOfValidationError";
|
|
2239
|
+
const _lP = "listenerPort";
|
|
2229
2240
|
const _lRCML = "loRoCenterMixLevel";
|
|
2230
2241
|
const _lRCMLt = "ltRtCenterMixLevel";
|
|
2231
2242
|
const _lRSML = "loRoSurroundMixLevel";
|
|
@@ -2377,6 +2388,7 @@ const _pDi = "pipelineDetails";
|
|
|
2377
2388
|
const _pE = "poisEndpoint";
|
|
2378
2389
|
const _pFS = "postFilterSharpening";
|
|
2379
2390
|
const _pI = "pipelineId";
|
|
2391
|
+
const _pIIA = "physicalInterfaceIpAddresses";
|
|
2380
2392
|
const _pIM = "packetIdentifiersMap";
|
|
2381
2393
|
const _pIMa = "packetIdentifiersMapping";
|
|
2382
2394
|
const _pIN = "physicalInterfaceName";
|
|
@@ -2504,6 +2516,7 @@ const _sL = "segmentLength";
|
|
|
2504
2516
|
const _sLA = "srtListenerAddress";
|
|
2505
2517
|
const _sLFI = "supportLowFramerateInputs";
|
|
2506
2518
|
const _sLP = "srtListenerPort";
|
|
2519
|
+
const _sLS = "srtListenerSettings";
|
|
2507
2520
|
const _sLU = "segmentLengthUnits";
|
|
2508
2521
|
const _sLu = "subgopLength";
|
|
2509
2522
|
const _sM = "surroundMode";
|
|
@@ -2840,8 +2853,8 @@ var Av1ColorSpaceSettings$ = [3, n0, _ACSS,
|
|
|
2840
2853
|
];
|
|
2841
2854
|
var Av1Settings$ = [3, n0, _ASv,
|
|
2842
2855
|
0,
|
|
2843
|
-
[_FD, _FN, _ASf, _BS, _CSS, _FA, _GS, _GSU, _L, _LARC, _MB, _MII, _PD, _PN, _QQL, _SCD, _TBS, _B, _RCM, _MBi, _SA, _TA, _TI],
|
|
2844
|
-
[[1, { [_jN]: _fD }], [1, { [_jN]: _fN }], [0, { [_jN]: _aSf }], [1, { [_jN]: _bS }], [() => Av1ColorSpaceSettings$, { [_jN]: _cSS }], [0, { [_jN]: _fA }], [1, { [_jN]: _gS }], [0, { [_jN]: _gSU }], [0, { [_jN]: _l }], [0, { [_jN]: _lARC }], [1, { [_jN]: _mB }], [1, { [_jN]: _mII }], [1, { [_jN]: _pD }], [1, { [_jN]: _pN }], [1, { [_jN]: _qQL }], [0, { [_jN]: _sCD }], [() => TimecodeBurninSettings$, { [_jN]: _tBS }], [1, { [_jN]: _b }], [0, { [_jN]: _rCM }], [1, { [_jN]: _mBi }], [0, { [_jN]: _sA }], [0, { [_jN]: _tA }], [0, { [_jN]: _tI }]], 2
|
|
2856
|
+
[_FD, _FN, _ASf, _BS, _CSS, _FA, _GS, _GSU, _L, _LARC, _MB, _MII, _PD, _PN, _QQL, _SCD, _TBS, _B, _RCM, _MBi, _SA, _TA, _TI, _BD],
|
|
2857
|
+
[[1, { [_jN]: _fD }], [1, { [_jN]: _fN }], [0, { [_jN]: _aSf }], [1, { [_jN]: _bS }], [() => Av1ColorSpaceSettings$, { [_jN]: _cSS }], [0, { [_jN]: _fA }], [1, { [_jN]: _gS }], [0, { [_jN]: _gSU }], [0, { [_jN]: _l }], [0, { [_jN]: _lARC }], [1, { [_jN]: _mB }], [1, { [_jN]: _mII }], [1, { [_jN]: _pD }], [1, { [_jN]: _pN }], [1, { [_jN]: _qQL }], [0, { [_jN]: _sCD }], [() => TimecodeBurninSettings$, { [_jN]: _tBS }], [1, { [_jN]: _b }], [0, { [_jN]: _rCM }], [1, { [_jN]: _mBi }], [0, { [_jN]: _sA }], [0, { [_jN]: _tA }], [0, { [_jN]: _tI }], [0, { [_jN]: _bD }]], 2
|
|
2845
2858
|
];
|
|
2846
2859
|
var AvailBlanking$ = [3, n0, _AB,
|
|
2847
2860
|
0,
|
|
@@ -3002,8 +3015,8 @@ var CdiInputSpecification$ = [3, n0, _CIS,
|
|
|
3002
3015
|
];
|
|
3003
3016
|
var Channel$ = [3, n0, _Ch,
|
|
3004
3017
|
0,
|
|
3005
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
3006
|
-
[[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 }]]
|
|
3018
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
3019
|
+
[[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 }], [64 | 0, { [_jN]: _cSG }]]
|
|
3007
3020
|
];
|
|
3008
3021
|
var ChannelAlert$ = [3, n0, _CAh,
|
|
3009
3022
|
0,
|
|
@@ -3027,8 +3040,8 @@ var ChannelEngineVersionResponse$ = [3, n0, _CEVRh,
|
|
|
3027
3040
|
];
|
|
3028
3041
|
var ChannelSummary$ = [3, n0, _CSh,
|
|
3029
3042
|
0,
|
|
3030
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _I, _IA, _IS, _LL, _Ma, _N, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _UCEV, _LCS],
|
|
3031
|
-
[[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 }]]
|
|
3043
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _I, _IA, _IS, _LL, _Ma, _N, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _UCEV, _LCS, _CSG],
|
|
3044
|
+
[[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 }], [64 | 0, { [_jN]: _cSG }]]
|
|
3032
3045
|
];
|
|
3033
3046
|
var ClaimDeviceRequest$ = [3, n0, _CDRl,
|
|
3034
3047
|
0,
|
|
@@ -3118,8 +3131,8 @@ var CreateChannelPlacementGroupResponse$ = [3, n0, _CCPGRr,
|
|
|
3118
3131
|
];
|
|
3119
3132
|
var CreateChannelRequest$ = [3, n0, _CCR,
|
|
3120
3133
|
0,
|
|
3121
|
-
[_CIS, _CCh, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RIe, _Re, _RA, _Ta, _V, _ASn, _CEV, _DRr, _LCS],
|
|
3122
|
-
[[() => 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 }]]
|
|
3134
|
+
[_CIS, _CCh, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RIe, _Re, _RA, _Ta, _V, _ASn, _CEV, _DRr, _LCS, _CSG],
|
|
3135
|
+
[[() => 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 }], [64 | 0, { [_jN]: _cSG }]]
|
|
3123
3136
|
];
|
|
3124
3137
|
var CreateChannelResponse$ = [3, n0, _CCRr,
|
|
3125
3138
|
0,
|
|
@@ -3298,8 +3311,8 @@ var DeleteChannelRequest$ = [3, n0, _DCR,
|
|
|
3298
3311
|
];
|
|
3299
3312
|
var DeleteChannelResponse$ = [3, n0, _DCRe,
|
|
3300
3313
|
0,
|
|
3301
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
3302
|
-
[[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 }]]
|
|
3314
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
3315
|
+
[[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 }], [64 | 0, { [_jN]: _cSG }]]
|
|
3303
3316
|
];
|
|
3304
3317
|
var DeleteCloudWatchAlarmTemplateGroupRequest$ = [3, n0, _DCWATGR,
|
|
3305
3318
|
0,
|
|
@@ -3468,8 +3481,8 @@ var DescribeChannelRequest$ = [3, n0, _DCRes,
|
|
|
3468
3481
|
];
|
|
3469
3482
|
var DescribeChannelResponse$ = [3, n0, _DCResc,
|
|
3470
3483
|
0,
|
|
3471
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
3472
|
-
[[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 }]]
|
|
3484
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
3485
|
+
[[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 }], [64 | 0, { [_jN]: _cSG }]]
|
|
3473
3486
|
];
|
|
3474
3487
|
var DescribeClusterRequest$ = [3, n0, _DCRescr,
|
|
3475
3488
|
0,
|
|
@@ -3528,8 +3541,8 @@ var DescribeInputSecurityGroupRequest$ = [3, n0, _DISGRes,
|
|
|
3528
3541
|
];
|
|
3529
3542
|
var DescribeInputSecurityGroupResponse$ = [3, n0, _DISGResc,
|
|
3530
3543
|
0,
|
|
3531
|
-
[_Ar, _I, _Inp, _St, _Ta, _WR],
|
|
3532
|
-
[[0, { [_jN]: _ar }], [0, { [_jN]: _i }], [64 | 0, { [_jN]: _inp }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => __listOfInputWhitelistRule, { [_jN]: _wR }]]
|
|
3544
|
+
[_Ar, _I, _Inp, _St, _Ta, _WR, _Cha],
|
|
3545
|
+
[[0, { [_jN]: _ar }], [0, { [_jN]: _i }], [64 | 0, { [_jN]: _inp }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => __listOfInputWhitelistRule, { [_jN]: _wR }], [64 | 0, { [_jN]: _ch }]]
|
|
3533
3546
|
];
|
|
3534
3547
|
var DescribeLinkedChannelSettings$ = [3, n0, _DLCS,
|
|
3535
3548
|
0,
|
|
@@ -4115,8 +4128,8 @@ var InputSdpLocation$ = [3, n0, _ISL,
|
|
|
4115
4128
|
];
|
|
4116
4129
|
var InputSecurityGroup$ = [3, n0, _ISGn,
|
|
4117
4130
|
0,
|
|
4118
|
-
[_Ar, _I, _Inp, _St, _Ta, _WR],
|
|
4119
|
-
[[0, { [_jN]: _ar }], [0, { [_jN]: _i }], [64 | 0, { [_jN]: _inp }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => __listOfInputWhitelistRule, { [_jN]: _wR }]]
|
|
4131
|
+
[_Ar, _I, _Inp, _St, _Ta, _WR, _Cha],
|
|
4132
|
+
[[0, { [_jN]: _ar }], [0, { [_jN]: _i }], [64 | 0, { [_jN]: _inp }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => __listOfInputWhitelistRule, { [_jN]: _wR }], [64 | 0, { [_jN]: _ch }]]
|
|
4120
4133
|
];
|
|
4121
4134
|
var InputSettings$ = [3, n0, _ISn,
|
|
4122
4135
|
0,
|
|
@@ -4731,8 +4744,8 @@ var NielsenWatermarksSettings$ = [3, n0, _NWS,
|
|
|
4731
4744
|
];
|
|
4732
4745
|
var NodeInterfaceMapping$ = [3, n0, _NIMo,
|
|
4733
4746
|
0,
|
|
4734
|
-
[_LINo, _NIMe, _PIN],
|
|
4735
|
-
[[0, { [_jN]: _lINo }], [0, { [_jN]: _nIMe }], [0, { [_jN]: _pIN }]]
|
|
4747
|
+
[_LINo, _NIMe, _PIN, _PIIA],
|
|
4748
|
+
[[0, { [_jN]: _lINo }], [0, { [_jN]: _nIMe }], [0, { [_jN]: _pIN }], [64 | 0, { [_jN]: _pIIA }]]
|
|
4736
4749
|
];
|
|
4737
4750
|
var NodeInterfaceMappingCreateRequest$ = [3, n0, _NIMCR,
|
|
4738
4751
|
0,
|
|
@@ -4892,8 +4905,8 @@ var RestartChannelPipelinesRequest$ = [3, n0, _RCPR,
|
|
|
4892
4905
|
];
|
|
4893
4906
|
var RestartChannelPipelinesResponse$ = [3, n0, _RCPRe,
|
|
4894
4907
|
0,
|
|
4895
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _MSa, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
4896
|
-
[[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 }]]
|
|
4908
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _MSa, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
4909
|
+
[[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 }], [64 | 0, { [_jN]: _cSG }]]
|
|
4897
4910
|
];
|
|
4898
4911
|
var Route$ = [3, n0, _Rou,
|
|
4899
4912
|
0,
|
|
@@ -5105,10 +5118,30 @@ var SrtGroupSettings$ = [3, n0, _SGS,
|
|
|
5105
5118
|
[_ILA],
|
|
5106
5119
|
[[0, { [_jN]: _iLA }]]
|
|
5107
5120
|
];
|
|
5121
|
+
var SrtListenerDecryption$ = [3, n0, _SLD,
|
|
5122
|
+
0,
|
|
5123
|
+
[_A, _PSA],
|
|
5124
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _pSA }]], 2
|
|
5125
|
+
];
|
|
5126
|
+
var SrtListenerDecryptionRequest$ = [3, n0, _SLDR,
|
|
5127
|
+
0,
|
|
5128
|
+
[_A, _PSA],
|
|
5129
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _pSA }]], 2
|
|
5130
|
+
];
|
|
5131
|
+
var SrtListenerSettings$ = [3, n0, _SLS,
|
|
5132
|
+
0,
|
|
5133
|
+
[_Dec, _ML, _SIt],
|
|
5134
|
+
[[() => SrtListenerDecryption$, { [_jN]: _dec }], [1, { [_jN]: _mL }], [0, { [_jN]: _sIt }]]
|
|
5135
|
+
];
|
|
5136
|
+
var SrtListenerSettingsRequest$ = [3, n0, _SLSR,
|
|
5137
|
+
0,
|
|
5138
|
+
[_Dec, _ML, _SIt],
|
|
5139
|
+
[[() => SrtListenerDecryptionRequest$, { [_jN]: _dec }], [1, { [_jN]: _mL }], [0, { [_jN]: _sIt }]], 2
|
|
5140
|
+
];
|
|
5108
5141
|
var SrtOutputDestinationSettings$ = [3, n0, _SODS,
|
|
5109
5142
|
0,
|
|
5110
|
-
[_EPSA, _SIt, _Ur],
|
|
5111
|
-
[[0, { [_jN]: _ePSA }], [0, { [_jN]: _sIt }], [0, { [_jN]: _ur }]]
|
|
5143
|
+
[_EPSA, _SIt, _Ur, _CMon, _LP],
|
|
5144
|
+
[[0, { [_jN]: _ePSA }], [0, { [_jN]: _sIt }], [0, { [_jN]: _ur }], [0, { [_jN]: _cMon }], [1, { [_jN]: _lP }]]
|
|
5112
5145
|
];
|
|
5113
5146
|
var SrtOutputSettings$ = [3, n0, _SOS,
|
|
5114
5147
|
0,
|
|
@@ -5117,13 +5150,13 @@ var SrtOutputSettings$ = [3, n0, _SOS,
|
|
|
5117
5150
|
];
|
|
5118
5151
|
var SrtSettings$ = [3, n0, _SSr,
|
|
5119
5152
|
0,
|
|
5120
|
-
[_SCSr],
|
|
5121
|
-
[[() => __listOfSrtCallerSource, { [_jN]: _sCS }]]
|
|
5153
|
+
[_SCSr, _SLS],
|
|
5154
|
+
[[() => __listOfSrtCallerSource, { [_jN]: _sCS }], [() => SrtListenerSettings$, { [_jN]: _sLS }]]
|
|
5122
5155
|
];
|
|
5123
5156
|
var SrtSettingsRequest$ = [3, n0, _SSR,
|
|
5124
5157
|
0,
|
|
5125
|
-
[_SCSr],
|
|
5126
|
-
[[() => __listOfSrtCallerSourceRequest, { [_jN]: _sCS }]]
|
|
5158
|
+
[_SCSr, _SLS],
|
|
5159
|
+
[[() => __listOfSrtCallerSourceRequest, { [_jN]: _sCS }], [() => SrtListenerSettingsRequest$, { [_jN]: _sLS }]]
|
|
5127
5160
|
];
|
|
5128
5161
|
var StandardHlsSettings$ = [3, n0, _SHS,
|
|
5129
5162
|
0,
|
|
@@ -5137,8 +5170,8 @@ var StartChannelRequest$ = [3, n0, _SCR,
|
|
|
5137
5170
|
];
|
|
5138
5171
|
var StartChannelResponse$ = [3, n0, _SCRt,
|
|
5139
5172
|
0,
|
|
5140
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
5141
|
-
[[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 }]]
|
|
5173
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
5174
|
+
[[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 }], [64 | 0, { [_jN]: _cSG }]]
|
|
5142
5175
|
];
|
|
5143
5176
|
var StartDeleteMonitorDeploymentRequest$ = [3, n0, _SDMDR,
|
|
5144
5177
|
0,
|
|
@@ -5237,8 +5270,8 @@ var StopChannelRequest$ = [3, n0, _SCRto,
|
|
|
5237
5270
|
];
|
|
5238
5271
|
var StopChannelResponse$ = [3, n0, _SCRtop,
|
|
5239
5272
|
0,
|
|
5240
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
5241
|
-
[[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 }]]
|
|
5273
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
5274
|
+
[[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 }], [64 | 0, { [_jN]: _cSG }]]
|
|
5242
5275
|
];
|
|
5243
5276
|
var StopInputDeviceRequest$ = [3, n0, _SIDRto,
|
|
5244
5277
|
0,
|
|
@@ -5394,8 +5427,8 @@ var UpdateChannelPlacementGroupResponse$ = [3, n0, _UCPGRp,
|
|
|
5394
5427
|
];
|
|
5395
5428
|
var UpdateChannelRequest$ = [3, n0, _UCR,
|
|
5396
5429
|
0,
|
|
5397
|
-
[_CIha, _CIS, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RA, _CEV, _DRr, _ASn, _LCS],
|
|
5398
|
-
[[0, 1], [() => CdiInputSpecification$, { [_jN]: _cIS }], [() => __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 }]], 1
|
|
5430
|
+
[_CIha, _CIS, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RA, _CEV, _DRr, _ASn, _LCS, _CSG],
|
|
5431
|
+
[[0, 1], [() => CdiInputSpecification$, { [_jN]: _cIS }], [() => __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 }], [64 | 0, { [_jN]: _cSG }]], 1
|
|
5399
5432
|
];
|
|
5400
5433
|
var UpdateChannelResponse$ = [3, n0, _UCRp,
|
|
5401
5434
|
0,
|
|
@@ -9531,6 +9564,10 @@ const ChannelClass = {
|
|
|
9531
9564
|
SINGLE_PIPELINE: "SINGLE_PIPELINE",
|
|
9532
9565
|
STANDARD: "STANDARD",
|
|
9533
9566
|
};
|
|
9567
|
+
const ConnectionMode = {
|
|
9568
|
+
CALLER: "CALLER",
|
|
9569
|
+
LISTENER: "LISTENER",
|
|
9570
|
+
};
|
|
9534
9571
|
const InputPreference = {
|
|
9535
9572
|
EQUAL_INPUT_PREFERENCE: "EQUAL_INPUT_PREFERENCE",
|
|
9536
9573
|
PRIMARY_INPUT_PREFERRED: "PRIMARY_INPUT_PREFERRED",
|
|
@@ -9781,6 +9818,7 @@ const InputType = {
|
|
|
9781
9818
|
SDI: "SDI",
|
|
9782
9819
|
SMPTE_2110_RECEIVER_GROUP: "SMPTE_2110_RECEIVER_GROUP",
|
|
9783
9820
|
SRT_CALLER: "SRT_CALLER",
|
|
9821
|
+
SRT_LISTENER: "SRT_LISTENER",
|
|
9784
9822
|
TS_FILE: "TS_FILE",
|
|
9785
9823
|
UDP_PUSH: "UDP_PUSH",
|
|
9786
9824
|
URL_PULL: "URL_PULL",
|
|
@@ -10390,6 +10428,10 @@ const AfdSignaling = {
|
|
|
10390
10428
|
FIXED: "FIXED",
|
|
10391
10429
|
NONE: "NONE",
|
|
10392
10430
|
};
|
|
10431
|
+
const Av1BitDepth = {
|
|
10432
|
+
DEPTH_10: "DEPTH_10",
|
|
10433
|
+
DEPTH_8: "DEPTH_8",
|
|
10434
|
+
};
|
|
10393
10435
|
const FixedAfd = {
|
|
10394
10436
|
AFD_0000: "AFD_0000",
|
|
10395
10437
|
AFD_0010: "AFD_0010",
|
|
@@ -10930,6 +10972,7 @@ exports.AudioType = AudioType;
|
|
|
10930
10972
|
exports.AudioWatermarkSettings$ = AudioWatermarkSettings$;
|
|
10931
10973
|
exports.AuthenticationScheme = AuthenticationScheme;
|
|
10932
10974
|
exports.AutomaticInputFailoverSettings$ = AutomaticInputFailoverSettings$;
|
|
10975
|
+
exports.Av1BitDepth = Av1BitDepth;
|
|
10933
10976
|
exports.Av1ColorSpaceSettings$ = Av1ColorSpaceSettings$;
|
|
10934
10977
|
exports.Av1GopSizeUnits = Av1GopSizeUnits;
|
|
10935
10978
|
exports.Av1Level = Av1Level;
|
|
@@ -11039,6 +11082,7 @@ exports.ColorSpace = ColorSpace;
|
|
|
11039
11082
|
exports.ColorSpacePassthroughSettings$ = ColorSpacePassthroughSettings$;
|
|
11040
11083
|
exports.ConflictException = ConflictException;
|
|
11041
11084
|
exports.ConflictException$ = ConflictException$;
|
|
11085
|
+
exports.ConnectionMode = ConnectionMode;
|
|
11042
11086
|
exports.ContentType = ContentType;
|
|
11043
11087
|
exports.CreateChannel$ = CreateChannel$;
|
|
11044
11088
|
exports.CreateChannelCommand = CreateChannelCommand;
|
|
@@ -11873,6 +11917,10 @@ exports.SrtCallerSource$ = SrtCallerSource$;
|
|
|
11873
11917
|
exports.SrtCallerSourceRequest$ = SrtCallerSourceRequest$;
|
|
11874
11918
|
exports.SrtEncryptionType = SrtEncryptionType;
|
|
11875
11919
|
exports.SrtGroupSettings$ = SrtGroupSettings$;
|
|
11920
|
+
exports.SrtListenerDecryption$ = SrtListenerDecryption$;
|
|
11921
|
+
exports.SrtListenerDecryptionRequest$ = SrtListenerDecryptionRequest$;
|
|
11922
|
+
exports.SrtListenerSettings$ = SrtListenerSettings$;
|
|
11923
|
+
exports.SrtListenerSettingsRequest$ = SrtListenerSettingsRequest$;
|
|
11876
11924
|
exports.SrtOutputDestinationSettings$ = SrtOutputDestinationSettings$;
|
|
11877
11925
|
exports.SrtOutputSettings$ = SrtOutputSettings$;
|
|
11878
11926
|
exports.SrtSettings$ = SrtSettings$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -404,6 +404,10 @@ export const ChannelClass = {
|
|
|
404
404
|
SINGLE_PIPELINE: "SINGLE_PIPELINE",
|
|
405
405
|
STANDARD: "STANDARD",
|
|
406
406
|
};
|
|
407
|
+
export const ConnectionMode = {
|
|
408
|
+
CALLER: "CALLER",
|
|
409
|
+
LISTENER: "LISTENER",
|
|
410
|
+
};
|
|
407
411
|
export const InputPreference = {
|
|
408
412
|
EQUAL_INPUT_PREFERENCE: "EQUAL_INPUT_PREFERENCE",
|
|
409
413
|
PRIMARY_INPUT_PREFERRED: "PRIMARY_INPUT_PREFERRED",
|
|
@@ -654,6 +658,7 @@ export const InputType = {
|
|
|
654
658
|
SDI: "SDI",
|
|
655
659
|
SMPTE_2110_RECEIVER_GROUP: "SMPTE_2110_RECEIVER_GROUP",
|
|
656
660
|
SRT_CALLER: "SRT_CALLER",
|
|
661
|
+
SRT_LISTENER: "SRT_LISTENER",
|
|
657
662
|
TS_FILE: "TS_FILE",
|
|
658
663
|
UDP_PUSH: "UDP_PUSH",
|
|
659
664
|
URL_PULL: "URL_PULL",
|
|
@@ -1263,6 +1268,10 @@ export const AfdSignaling = {
|
|
|
1263
1268
|
FIXED: "FIXED",
|
|
1264
1269
|
NONE: "NONE",
|
|
1265
1270
|
};
|
|
1271
|
+
export const Av1BitDepth = {
|
|
1272
|
+
DEPTH_10: "DEPTH_10",
|
|
1273
|
+
DEPTH_8: "DEPTH_8",
|
|
1274
|
+
};
|
|
1266
1275
|
export const FixedAfd = {
|
|
1267
1276
|
AFD_0000: "AFD_0000",
|
|
1268
1277
|
AFD_0010: "AFD_0010",
|