@aws-sdk/client-medialive 3.982.0 → 3.983.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 +73 -30
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +63 -30
- 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 +6 -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 +3 -0
- package/dist-types/commands/DeleteNodeCommand.d.ts +3 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -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 +3 -0
- package/dist-types/commands/StartChannelCommand.d.ts +3 -0
- package/dist-types/commands/StopChannelCommand.d.ts +3 -0
- package/dist-types/commands/UpdateChannelClassCommand.d.ts +5 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +6 -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 +13 -0
- package/dist-types/models/models_0.d.ts +69 -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 +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +16 -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";
|
|
@@ -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",
|
|
@@ -11039,6 +11077,7 @@ exports.ColorSpace = ColorSpace;
|
|
|
11039
11077
|
exports.ColorSpacePassthroughSettings$ = ColorSpacePassthroughSettings$;
|
|
11040
11078
|
exports.ConflictException = ConflictException;
|
|
11041
11079
|
exports.ConflictException$ = ConflictException$;
|
|
11080
|
+
exports.ConnectionMode = ConnectionMode;
|
|
11042
11081
|
exports.ContentType = ContentType;
|
|
11043
11082
|
exports.CreateChannel$ = CreateChannel$;
|
|
11044
11083
|
exports.CreateChannelCommand = CreateChannelCommand;
|
|
@@ -11873,6 +11912,10 @@ exports.SrtCallerSource$ = SrtCallerSource$;
|
|
|
11873
11912
|
exports.SrtCallerSourceRequest$ = SrtCallerSourceRequest$;
|
|
11874
11913
|
exports.SrtEncryptionType = SrtEncryptionType;
|
|
11875
11914
|
exports.SrtGroupSettings$ = SrtGroupSettings$;
|
|
11915
|
+
exports.SrtListenerDecryption$ = SrtListenerDecryption$;
|
|
11916
|
+
exports.SrtListenerDecryptionRequest$ = SrtListenerDecryptionRequest$;
|
|
11917
|
+
exports.SrtListenerSettings$ = SrtListenerSettings$;
|
|
11918
|
+
exports.SrtListenerSettingsRequest$ = SrtListenerSettingsRequest$;
|
|
11876
11919
|
exports.SrtOutputDestinationSettings$ = SrtOutputDestinationSettings$;
|
|
11877
11920
|
exports.SrtOutputSettings$ = SrtOutputSettings$;
|
|
11878
11921
|
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",
|
|
@@ -228,6 +228,7 @@ const _CMRr = "CreateMultiplexResponse";
|
|
|
228
228
|
const _CMe = "CertificateMode";
|
|
229
229
|
const _CMh = "ChannelMappings";
|
|
230
230
|
const _CMo = "ColorMetadata";
|
|
231
|
+
const _CMon = "ConnectionMode";
|
|
231
232
|
const _CMr = "CreateMultiplex";
|
|
232
233
|
const _CN = "ChannelName";
|
|
233
234
|
const _CNR = "CreateNetworkRequest";
|
|
@@ -254,6 +255,7 @@ const _CPIRr = "CreatePartnerInputResponse";
|
|
|
254
255
|
const _CR = "CaptionRectangle";
|
|
255
256
|
const _CRI = "ConnectionRetryInterval";
|
|
256
257
|
const _CS = "ContainerSettings";
|
|
258
|
+
const _CSG = "ChannelSecurityGroups";
|
|
257
259
|
const _CSM = "CreateSignalMap";
|
|
258
260
|
const _CSMR = "CreateSignalMapRequest";
|
|
259
261
|
const _CSMRr = "CreateSignalMapResponse";
|
|
@@ -783,6 +785,7 @@ const _LO = "LeftOffset";
|
|
|
783
785
|
const _LOR = "ListOfferingsRequest";
|
|
784
786
|
const _LORi = "ListOfferingsResponse";
|
|
785
787
|
const _LOi = "ListOfferings";
|
|
788
|
+
const _LP = "ListenerPort";
|
|
786
789
|
const _LR = "ListReservations";
|
|
787
790
|
const _LRCML = "LoRoCenterMixLevel";
|
|
788
791
|
const _LRCMLt = "LtRtCenterMixLevel";
|
|
@@ -992,6 +995,7 @@ const _PDip = "PipelineDetail";
|
|
|
992
995
|
const _PE = "PoisEndpoint";
|
|
993
996
|
const _PFS = "PostFilterSharpening";
|
|
994
997
|
const _PI = "PipelineId";
|
|
998
|
+
const _PIIA = "PhysicalInterfaceIpAddresses";
|
|
995
999
|
const _PIM = "PacketIdentifiersMap";
|
|
996
1000
|
const _PIMa = "PacketIdentifiersMapping";
|
|
997
1001
|
const _PIN = "PhysicalInterfaceName";
|
|
@@ -1169,8 +1173,12 @@ const _SKS = "StaticKeySettings";
|
|
|
1169
1173
|
const _SKV = "StaticKeyValue";
|
|
1170
1174
|
const _SL = "SegmentLength";
|
|
1171
1175
|
const _SLA = "SrtListenerAddress";
|
|
1176
|
+
const _SLD = "SrtListenerDecryption";
|
|
1177
|
+
const _SLDR = "SrtListenerDecryptionRequest";
|
|
1172
1178
|
const _SLFI = "SupportLowFramerateInputs";
|
|
1173
1179
|
const _SLP = "SrtListenerPort";
|
|
1180
|
+
const _SLS = "SrtListenerSettings";
|
|
1181
|
+
const _SLSR = "SrtListenerSettingsRequest";
|
|
1174
1182
|
const _SLU = "SegmentLengthUnits";
|
|
1175
1183
|
const _SLu = "SubgopLength";
|
|
1176
1184
|
const _SM = "SurroundMode";
|
|
@@ -1587,6 +1595,7 @@ const _cM = "codingMode";
|
|
|
1587
1595
|
const _cMe = "certificateMode";
|
|
1588
1596
|
const _cMh = "channelMappings";
|
|
1589
1597
|
const _cMo = "colorMetadata";
|
|
1598
|
+
const _cMon = "connectionMode";
|
|
1590
1599
|
const _cN = "channelName";
|
|
1591
1600
|
const _cNa = "cardNumber";
|
|
1592
1601
|
const _cNh = "channelNumber";
|
|
@@ -1596,6 +1605,7 @@ const _cPG = "channelPlacementGroups";
|
|
|
1596
1605
|
const _cPGI = "channelPlacementGroupId";
|
|
1597
1606
|
const _cRI = "connectionRetryInterval";
|
|
1598
1607
|
const _cS = "containerSettings";
|
|
1608
|
+
const _cSG = "channelSecurityGroups";
|
|
1599
1609
|
const _cSN = "captionSelectorName";
|
|
1600
1610
|
const _cSPS = "colorSpacePassthroughSettings";
|
|
1601
1611
|
const _cSS = "colorSpaceSettings";
|
|
@@ -1977,6 +1987,7 @@ const _lOTD = "__listOfThumbnailDetail";
|
|
|
1977
1987
|
const _lOTIDS = "__listOfTransferringInputDeviceSummary";
|
|
1978
1988
|
const _lOVD = "__listOfVideoDescription";
|
|
1979
1989
|
const _lOVE = "__listOfValidationError";
|
|
1990
|
+
const _lP = "listenerPort";
|
|
1980
1991
|
const _lRCML = "loRoCenterMixLevel";
|
|
1981
1992
|
const _lRCMLt = "ltRtCenterMixLevel";
|
|
1982
1993
|
const _lRSML = "loRoSurroundMixLevel";
|
|
@@ -2128,6 +2139,7 @@ const _pDi = "pipelineDetails";
|
|
|
2128
2139
|
const _pE = "poisEndpoint";
|
|
2129
2140
|
const _pFS = "postFilterSharpening";
|
|
2130
2141
|
const _pI = "pipelineId";
|
|
2142
|
+
const _pIIA = "physicalInterfaceIpAddresses";
|
|
2131
2143
|
const _pIM = "packetIdentifiersMap";
|
|
2132
2144
|
const _pIMa = "packetIdentifiersMapping";
|
|
2133
2145
|
const _pIN = "physicalInterfaceName";
|
|
@@ -2255,6 +2267,7 @@ const _sL = "segmentLength";
|
|
|
2255
2267
|
const _sLA = "srtListenerAddress";
|
|
2256
2268
|
const _sLFI = "supportLowFramerateInputs";
|
|
2257
2269
|
const _sLP = "srtListenerPort";
|
|
2270
|
+
const _sLS = "srtListenerSettings";
|
|
2258
2271
|
const _sLU = "segmentLengthUnits";
|
|
2259
2272
|
const _sLu = "subgopLength";
|
|
2260
2273
|
const _sM = "surroundMode";
|
|
@@ -2756,8 +2769,8 @@ export var CdiInputSpecification$ = [3, n0, _CIS,
|
|
|
2756
2769
|
];
|
|
2757
2770
|
export var Channel$ = [3, n0, _Ch,
|
|
2758
2771
|
0,
|
|
2759
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
2760
|
-
[[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 }]]
|
|
2772
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
2773
|
+
[[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 }]]
|
|
2761
2774
|
];
|
|
2762
2775
|
export var ChannelAlert$ = [3, n0, _CAh,
|
|
2763
2776
|
0,
|
|
@@ -2781,8 +2794,8 @@ export var ChannelEngineVersionResponse$ = [3, n0, _CEVRh,
|
|
|
2781
2794
|
];
|
|
2782
2795
|
export var ChannelSummary$ = [3, n0, _CSh,
|
|
2783
2796
|
0,
|
|
2784
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _I, _IA, _IS, _LL, _Ma, _N, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _UCEV, _LCS],
|
|
2785
|
-
[[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 }]]
|
|
2797
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _I, _IA, _IS, _LL, _Ma, _N, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _UCEV, _LCS, _CSG],
|
|
2798
|
+
[[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 }]]
|
|
2786
2799
|
];
|
|
2787
2800
|
export var ClaimDeviceRequest$ = [3, n0, _CDRl,
|
|
2788
2801
|
0,
|
|
@@ -2872,8 +2885,8 @@ export var CreateChannelPlacementGroupResponse$ = [3, n0, _CCPGRr,
|
|
|
2872
2885
|
];
|
|
2873
2886
|
export var CreateChannelRequest$ = [3, n0, _CCR,
|
|
2874
2887
|
0,
|
|
2875
|
-
[_CIS, _CCh, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RIe, _Re, _RA, _Ta, _V, _ASn, _CEV, _DRr, _LCS],
|
|
2876
|
-
[[() => 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 }]]
|
|
2888
|
+
[_CIS, _CCh, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RIe, _Re, _RA, _Ta, _V, _ASn, _CEV, _DRr, _LCS, _CSG],
|
|
2889
|
+
[[() => 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 }]]
|
|
2877
2890
|
];
|
|
2878
2891
|
export var CreateChannelResponse$ = [3, n0, _CCRr,
|
|
2879
2892
|
0,
|
|
@@ -3052,8 +3065,8 @@ export var DeleteChannelRequest$ = [3, n0, _DCR,
|
|
|
3052
3065
|
];
|
|
3053
3066
|
export var DeleteChannelResponse$ = [3, n0, _DCRe,
|
|
3054
3067
|
0,
|
|
3055
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
3056
|
-
[[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 }]]
|
|
3068
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
3069
|
+
[[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 }]]
|
|
3057
3070
|
];
|
|
3058
3071
|
export var DeleteCloudWatchAlarmTemplateGroupRequest$ = [3, n0, _DCWATGR,
|
|
3059
3072
|
0,
|
|
@@ -3222,8 +3235,8 @@ export var DescribeChannelRequest$ = [3, n0, _DCRes,
|
|
|
3222
3235
|
];
|
|
3223
3236
|
export var DescribeChannelResponse$ = [3, n0, _DCResc,
|
|
3224
3237
|
0,
|
|
3225
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
3226
|
-
[[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 }]]
|
|
3238
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
3239
|
+
[[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 }]]
|
|
3227
3240
|
];
|
|
3228
3241
|
export var DescribeClusterRequest$ = [3, n0, _DCRescr,
|
|
3229
3242
|
0,
|
|
@@ -3282,8 +3295,8 @@ export var DescribeInputSecurityGroupRequest$ = [3, n0, _DISGRes,
|
|
|
3282
3295
|
];
|
|
3283
3296
|
export var DescribeInputSecurityGroupResponse$ = [3, n0, _DISGResc,
|
|
3284
3297
|
0,
|
|
3285
|
-
[_Ar, _I, _Inp, _St, _Ta, _WR],
|
|
3286
|
-
[[0, { [_jN]: _ar }], [0, { [_jN]: _i }], [64 | 0, { [_jN]: _inp }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => __listOfInputWhitelistRule, { [_jN]: _wR }]]
|
|
3298
|
+
[_Ar, _I, _Inp, _St, _Ta, _WR, _Cha],
|
|
3299
|
+
[[0, { [_jN]: _ar }], [0, { [_jN]: _i }], [64 | 0, { [_jN]: _inp }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => __listOfInputWhitelistRule, { [_jN]: _wR }], [64 | 0, { [_jN]: _ch }]]
|
|
3287
3300
|
];
|
|
3288
3301
|
export var DescribeLinkedChannelSettings$ = [3, n0, _DLCS,
|
|
3289
3302
|
0,
|
|
@@ -3869,8 +3882,8 @@ export var InputSdpLocation$ = [3, n0, _ISL,
|
|
|
3869
3882
|
];
|
|
3870
3883
|
export var InputSecurityGroup$ = [3, n0, _ISGn,
|
|
3871
3884
|
0,
|
|
3872
|
-
[_Ar, _I, _Inp, _St, _Ta, _WR],
|
|
3873
|
-
[[0, { [_jN]: _ar }], [0, { [_jN]: _i }], [64 | 0, { [_jN]: _inp }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => __listOfInputWhitelistRule, { [_jN]: _wR }]]
|
|
3885
|
+
[_Ar, _I, _Inp, _St, _Ta, _WR, _Cha],
|
|
3886
|
+
[[0, { [_jN]: _ar }], [0, { [_jN]: _i }], [64 | 0, { [_jN]: _inp }], [0, { [_jN]: _st }], [128 | 0, { [_jN]: _ta }], [() => __listOfInputWhitelistRule, { [_jN]: _wR }], [64 | 0, { [_jN]: _ch }]]
|
|
3874
3887
|
];
|
|
3875
3888
|
export var InputSettings$ = [3, n0, _ISn,
|
|
3876
3889
|
0,
|
|
@@ -4485,8 +4498,8 @@ export var NielsenWatermarksSettings$ = [3, n0, _NWS,
|
|
|
4485
4498
|
];
|
|
4486
4499
|
export var NodeInterfaceMapping$ = [3, n0, _NIMo,
|
|
4487
4500
|
0,
|
|
4488
|
-
[_LINo, _NIMe, _PIN],
|
|
4489
|
-
[[0, { [_jN]: _lINo }], [0, { [_jN]: _nIMe }], [0, { [_jN]: _pIN }]]
|
|
4501
|
+
[_LINo, _NIMe, _PIN, _PIIA],
|
|
4502
|
+
[[0, { [_jN]: _lINo }], [0, { [_jN]: _nIMe }], [0, { [_jN]: _pIN }], [64 | 0, { [_jN]: _pIIA }]]
|
|
4490
4503
|
];
|
|
4491
4504
|
export var NodeInterfaceMappingCreateRequest$ = [3, n0, _NIMCR,
|
|
4492
4505
|
0,
|
|
@@ -4646,8 +4659,8 @@ export var RestartChannelPipelinesRequest$ = [3, n0, _RCPR,
|
|
|
4646
4659
|
];
|
|
4647
4660
|
export var RestartChannelPipelinesResponse$ = [3, n0, _RCPRe,
|
|
4648
4661
|
0,
|
|
4649
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _MSa, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
4650
|
-
[[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 }]]
|
|
4662
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _MSa, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
4663
|
+
[[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 }]]
|
|
4651
4664
|
];
|
|
4652
4665
|
export var Route$ = [3, n0, _Rou,
|
|
4653
4666
|
0,
|
|
@@ -4859,10 +4872,30 @@ export var SrtGroupSettings$ = [3, n0, _SGS,
|
|
|
4859
4872
|
[_ILA],
|
|
4860
4873
|
[[0, { [_jN]: _iLA }]]
|
|
4861
4874
|
];
|
|
4875
|
+
export var SrtListenerDecryption$ = [3, n0, _SLD,
|
|
4876
|
+
0,
|
|
4877
|
+
[_A, _PSA],
|
|
4878
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _pSA }]], 2
|
|
4879
|
+
];
|
|
4880
|
+
export var SrtListenerDecryptionRequest$ = [3, n0, _SLDR,
|
|
4881
|
+
0,
|
|
4882
|
+
[_A, _PSA],
|
|
4883
|
+
[[0, { [_jN]: _a }], [0, { [_jN]: _pSA }]], 2
|
|
4884
|
+
];
|
|
4885
|
+
export var SrtListenerSettings$ = [3, n0, _SLS,
|
|
4886
|
+
0,
|
|
4887
|
+
[_Dec, _ML, _SIt],
|
|
4888
|
+
[[() => SrtListenerDecryption$, { [_jN]: _dec }], [1, { [_jN]: _mL }], [0, { [_jN]: _sIt }]]
|
|
4889
|
+
];
|
|
4890
|
+
export var SrtListenerSettingsRequest$ = [3, n0, _SLSR,
|
|
4891
|
+
0,
|
|
4892
|
+
[_Dec, _ML, _SIt],
|
|
4893
|
+
[[() => SrtListenerDecryptionRequest$, { [_jN]: _dec }], [1, { [_jN]: _mL }], [0, { [_jN]: _sIt }]], 2
|
|
4894
|
+
];
|
|
4862
4895
|
export var SrtOutputDestinationSettings$ = [3, n0, _SODS,
|
|
4863
4896
|
0,
|
|
4864
|
-
[_EPSA, _SIt, _Ur],
|
|
4865
|
-
[[0, { [_jN]: _ePSA }], [0, { [_jN]: _sIt }], [0, { [_jN]: _ur }]]
|
|
4897
|
+
[_EPSA, _SIt, _Ur, _CMon, _LP],
|
|
4898
|
+
[[0, { [_jN]: _ePSA }], [0, { [_jN]: _sIt }], [0, { [_jN]: _ur }], [0, { [_jN]: _cMon }], [1, { [_jN]: _lP }]]
|
|
4866
4899
|
];
|
|
4867
4900
|
export var SrtOutputSettings$ = [3, n0, _SOS,
|
|
4868
4901
|
0,
|
|
@@ -4871,13 +4904,13 @@ export var SrtOutputSettings$ = [3, n0, _SOS,
|
|
|
4871
4904
|
];
|
|
4872
4905
|
export var SrtSettings$ = [3, n0, _SSr,
|
|
4873
4906
|
0,
|
|
4874
|
-
[_SCSr],
|
|
4875
|
-
[[() => __listOfSrtCallerSource, { [_jN]: _sCS }]]
|
|
4907
|
+
[_SCSr, _SLS],
|
|
4908
|
+
[[() => __listOfSrtCallerSource, { [_jN]: _sCS }], [() => SrtListenerSettings$, { [_jN]: _sLS }]]
|
|
4876
4909
|
];
|
|
4877
4910
|
export var SrtSettingsRequest$ = [3, n0, _SSR,
|
|
4878
4911
|
0,
|
|
4879
|
-
[_SCSr],
|
|
4880
|
-
[[() => __listOfSrtCallerSourceRequest, { [_jN]: _sCS }]]
|
|
4912
|
+
[_SCSr, _SLS],
|
|
4913
|
+
[[() => __listOfSrtCallerSourceRequest, { [_jN]: _sCS }], [() => SrtListenerSettingsRequest$, { [_jN]: _sLS }]]
|
|
4881
4914
|
];
|
|
4882
4915
|
export var StandardHlsSettings$ = [3, n0, _SHS,
|
|
4883
4916
|
0,
|
|
@@ -4891,8 +4924,8 @@ export var StartChannelRequest$ = [3, n0, _SCR,
|
|
|
4891
4924
|
];
|
|
4892
4925
|
export var StartChannelResponse$ = [3, n0, _SCRt,
|
|
4893
4926
|
0,
|
|
4894
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
4895
|
-
[[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 }]]
|
|
4927
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
4928
|
+
[[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 }]]
|
|
4896
4929
|
];
|
|
4897
4930
|
export var StartDeleteMonitorDeploymentRequest$ = [3, n0, _SDMDR,
|
|
4898
4931
|
0,
|
|
@@ -4991,8 +5024,8 @@ export var StopChannelRequest$ = [3, n0, _SCRto,
|
|
|
4991
5024
|
];
|
|
4992
5025
|
export var StopChannelResponse$ = [3, n0, _SCRtop,
|
|
4993
5026
|
0,
|
|
4994
|
-
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS],
|
|
4995
|
-
[[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 }]]
|
|
5027
|
+
[_Ar, _CIS, _CCh, _Des, _EE, _ESn, _I, _IA, _IS, _LL, _Ma, _N, _PDi, _PRC, _RA, _St, _Ta, _V, _ASn, _CEV, _LCS, _CSG],
|
|
5028
|
+
[[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 }]]
|
|
4996
5029
|
];
|
|
4997
5030
|
export var StopInputDeviceRequest$ = [3, n0, _SIDRto,
|
|
4998
5031
|
0,
|
|
@@ -5148,8 +5181,8 @@ export var UpdateChannelPlacementGroupResponse$ = [3, n0, _UCPGRp,
|
|
|
5148
5181
|
];
|
|
5149
5182
|
export var UpdateChannelRequest$ = [3, n0, _UCR,
|
|
5150
5183
|
0,
|
|
5151
|
-
[_CIha, _CIS, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RA, _CEV, _DRr, _ASn, _LCS],
|
|
5152
|
-
[[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
|
|
5184
|
+
[_CIha, _CIS, _Des, _ESn, _IA, _IS, _LL, _Ma, _N, _RA, _CEV, _DRr, _ASn, _LCS, _CSG],
|
|
5185
|
+
[[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
|
|
5153
5186
|
];
|
|
5154
5187
|
export var UpdateChannelResponse$ = [3, n0, _UCRp,
|
|
5155
5188
|
0,
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import type { BatchStopRequest
|
|
4
|
+
import type { BatchStopRequest } from "../models/models_0";
|
|
5
|
+
import type { BatchStopResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
|
|
4
|
-
import type { BatchUpdateScheduleRequest } from "../models/
|
|
5
|
-
import type { BatchUpdateScheduleResponse } from "../models/models_1";
|
|
4
|
+
import type { BatchUpdateScheduleRequest, BatchUpdateScheduleResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|