@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.
Files changed (41) hide show
  1. package/dist-cjs/index.js +80 -32
  2. package/dist-es/models/enums.js +9 -0
  3. package/dist-es/schemas/schemas_0.js +65 -32
  4. package/dist-types/commands/BatchStopCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +1 -2
  6. package/dist-types/commands/CreateChannelCommand.d.ts +8 -0
  7. package/dist-types/commands/CreateInputCommand.d.ts +18 -2
  8. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +3 -0
  9. package/dist-types/commands/CreateNodeCommand.d.ts +3 -0
  10. package/dist-types/commands/CreateNodeRegistrationScriptCommand.d.ts +3 -0
  11. package/dist-types/commands/CreatePartnerInputCommand.d.ts +9 -1
  12. package/dist-types/commands/DeleteChannelCommand.d.ts +4 -0
  13. package/dist-types/commands/DeleteNodeCommand.d.ts +3 -0
  14. package/dist-types/commands/DescribeChannelCommand.d.ts +4 -0
  15. package/dist-types/commands/DescribeInputCommand.d.ts +9 -1
  16. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +3 -0
  17. package/dist-types/commands/DescribeNodeCommand.d.ts +3 -0
  18. package/dist-types/commands/ListChannelsCommand.d.ts +3 -0
  19. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +3 -0
  20. package/dist-types/commands/ListInputsCommand.d.ts +9 -1
  21. package/dist-types/commands/ListNodesCommand.d.ts +3 -0
  22. package/dist-types/commands/RestartChannelPipelinesCommand.d.ts +4 -0
  23. package/dist-types/commands/StartChannelCommand.d.ts +4 -0
  24. package/dist-types/commands/StopChannelCommand.d.ts +4 -0
  25. package/dist-types/commands/UpdateChannelClassCommand.d.ts +6 -0
  26. package/dist-types/commands/UpdateChannelCommand.d.ts +8 -0
  27. package/dist-types/commands/UpdateInputCommand.d.ts +17 -1
  28. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +3 -0
  29. package/dist-types/commands/UpdateNodeCommand.d.ts +3 -0
  30. package/dist-types/commands/UpdateNodeStateCommand.d.ts +3 -0
  31. package/dist-types/models/enums.d.ts +25 -0
  32. package/dist-types/models/models_0.d.ts +74 -39
  33. package/dist-types/models/models_1.d.ts +127 -3
  34. package/dist-types/schemas/schemas_0.d.ts +4 -0
  35. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +4 -2
  37. package/dist-types/ts3.4/models/enums.d.ts +12 -0
  38. package/dist-types/ts3.4/models/models_0.d.ts +18 -9
  39. package/dist-types/ts3.4/models/models_1.d.ts +33 -0
  40. package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
  41. package/package.json +2 -2
@@ -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";
@@ -2594,8 +2607,8 @@ export var Av1ColorSpaceSettings$ = [3, n0, _ACSS,
2594
2607
  ];
2595
2608
  export var Av1Settings$ = [3, n0, _ASv,
2596
2609
  0,
2597
- [_FD, _FN, _ASf, _BS, _CSS, _FA, _GS, _GSU, _L, _LARC, _MB, _MII, _PD, _PN, _QQL, _SCD, _TBS, _B, _RCM, _MBi, _SA, _TA, _TI],
2598
- [[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
2610
+ [_FD, _FN, _ASf, _BS, _CSS, _FA, _GS, _GSU, _L, _LARC, _MB, _MII, _PD, _PN, _QQL, _SCD, _TBS, _B, _RCM, _MBi, _SA, _TA, _TI, _BD],
2611
+ [[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
2599
2612
  ];
2600
2613
  export var AvailBlanking$ = [3, n0, _AB,
2601
2614
  0,
@@ -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, BatchStopResponse } from "../models/models_0";
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/models_0";
5
- import type { BatchUpdateScheduleResponse } from "../models/models_1";
4
+ import type { BatchUpdateScheduleRequest, BatchUpdateScheduleResponse } from "../models/models_1";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -70,6 +70,8 @@ declare const CreateChannelCommand_base: {
70
70
  * EncryptionPassphraseSecretArn: "STRING_VALUE",
71
71
  * StreamId: "STRING_VALUE",
72
72
  * Url: "STRING_VALUE",
73
+ * ConnectionMode: "CALLER" || "LISTENER",
74
+ * ListenerPort: Number("int"),
73
75
  * },
74
76
  * ],
75
77
  * LogicalInterfaceNames: [ // __listOf__string
@@ -1107,6 +1109,7 @@ declare const CreateChannelCommand_base: {
1107
1109
  * SpatialAq: "DISABLED" || "ENABLED",
1108
1110
  * TemporalAq: "DISABLED" || "ENABLED",
1109
1111
  * TimecodeInsertion: "DISABLED" || "METADATA_OBU",
1112
+ * BitDepth: "DEPTH_10" || "DEPTH_8",
1110
1113
  * },
1111
1114
  * },
1112
1115
  * Height: Number("int"),
@@ -1307,6 +1310,7 @@ declare const CreateChannelCommand_base: {
1307
1310
  * LinkedChannelType: "FOLLOWING_CHANNEL" || "PRIMARY_CHANNEL",
1308
1311
  * },
1309
1312
  * },
1313
+ * ChannelSecurityGroups: "<__listOf__string>",
1310
1314
  * };
1311
1315
  * const command = new CreateChannelCommand(input);
1312
1316
  * const response = await client.send(command);
@@ -1346,6 +1350,8 @@ declare const CreateChannelCommand_base: {
1346
1350
  * // EncryptionPassphraseSecretArn: "STRING_VALUE",
1347
1351
  * // StreamId: "STRING_VALUE",
1348
1352
  * // Url: "STRING_VALUE",
1353
+ * // ConnectionMode: "CALLER" || "LISTENER",
1354
+ * // ListenerPort: Number("int"),
1349
1355
  * // },
1350
1356
  * // ],
1351
1357
  * // LogicalInterfaceNames: [ // __listOf__string
@@ -2388,6 +2394,7 @@ declare const CreateChannelCommand_base: {
2388
2394
  * // SpatialAq: "DISABLED" || "ENABLED",
2389
2395
  * // TemporalAq: "DISABLED" || "ENABLED",
2390
2396
  * // TimecodeInsertion: "DISABLED" || "METADATA_OBU",
2397
+ * // BitDepth: "DEPTH_10" || "DEPTH_8",
2391
2398
  * // },
2392
2399
  * // },
2393
2400
  * // Height: Number("int"),
@@ -2606,6 +2613,7 @@ declare const CreateChannelCommand_base: {
2606
2613
  * // LinkedChannelType: "FOLLOWING_CHANNEL" || "PRIMARY_CHANNEL",
2607
2614
  * // },
2608
2615
  * // },
2616
+ * // ChannelSecurityGroups: "<__listOf__string>",
2609
2617
  * // },
2610
2618
  * // };
2611
2619
  *
@@ -76,7 +76,7 @@ declare const CreateInputCommand_base: {
76
76
  * Tags: { // Tags
77
77
  * "<keys>": "STRING_VALUE",
78
78
  * },
79
- * Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER",
79
+ * Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER" || "SRT_LISTENER",
80
80
  * Vpc: { // InputVpcRequest
81
81
  * SecurityGroupIds: [
82
82
  * "STRING_VALUE",
@@ -98,6 +98,14 @@ declare const CreateInputCommand_base: {
98
98
  * StreamId: "STRING_VALUE",
99
99
  * },
100
100
  * ],
101
+ * SrtListenerSettings: { // SrtListenerSettingsRequest
102
+ * Decryption: { // SrtListenerDecryptionRequest
103
+ * Algorithm: "AES128" || "AES192" || "AES256", // required
104
+ * PassphraseSecretArn: "STRING_VALUE", // required
105
+ * },
106
+ * MinimumLatency: Number("int"), // required
107
+ * StreamId: "STRING_VALUE",
108
+ * },
101
109
  * },
102
110
  * InputNetworkLocation: "AWS" || "ON_PREMISES",
103
111
  * MulticastSettings: { // MulticastSettingsCreateRequest
@@ -203,7 +211,7 @@ declare const CreateInputCommand_base: {
203
211
  * // Tags: { // Tags
204
212
  * // "<keys>": "STRING_VALUE",
205
213
  * // },
206
- * // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER",
214
+ * // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER" || "SRT_LISTENER",
207
215
  * // SrtSettings: { // SrtSettings
208
216
  * // SrtCallerSources: [ // __listOfSrtCallerSource
209
217
  * // { // SrtCallerSource
@@ -217,6 +225,14 @@ declare const CreateInputCommand_base: {
217
225
  * // StreamId: "STRING_VALUE",
218
226
  * // },
219
227
  * // ],
228
+ * // SrtListenerSettings: { // SrtListenerSettings
229
+ * // Decryption: { // SrtListenerDecryption
230
+ * // Algorithm: "AES128" || "AES192" || "AES256", // required
231
+ * // PassphraseSecretArn: "STRING_VALUE", // required
232
+ * // },
233
+ * // MinimumLatency: Number("int"),
234
+ * // StreamId: "STRING_VALUE",
235
+ * // },
220
236
  * // },
221
237
  * // InputNetworkLocation: "AWS" || "ON_PREMISES",
222
238
  * // MulticastSettings: { // MulticastSettings
@@ -64,6 +64,9 @@ declare const CreateInputSecurityGroupCommand_base: {
64
64
  * // Cidr: "STRING_VALUE",
65
65
  * // },
66
66
  * // ],
67
+ * // Channels: [
68
+ * // "STRING_VALUE",
69
+ * // ],
67
70
  * // },
68
71
  * // };
69
72
  *
@@ -69,6 +69,9 @@ declare const CreateNodeCommand_base: {
69
69
  * // LogicalInterfaceName: "STRING_VALUE",
70
70
  * // NetworkInterfaceMode: "NAT" || "BRIDGE",
71
71
  * // PhysicalInterfaceName: "STRING_VALUE",
72
+ * // PhysicalInterfaceIpAddresses: [
73
+ * // "STRING_VALUE",
74
+ * // ],
72
75
  * // },
73
76
  * // ],
74
77
  * // Role: "BACKUP" || "ACTIVE",
@@ -45,6 +45,9 @@ declare const CreateNodeRegistrationScriptCommand_base: {
45
45
  * LogicalInterfaceName: "STRING_VALUE",
46
46
  * NetworkInterfaceMode: "NAT" || "BRIDGE",
47
47
  * PhysicalInterfaceName: "STRING_VALUE",
48
+ * PhysicalInterfaceIpAddresses: [ // __listOf__string
49
+ * "STRING_VALUE",
50
+ * ],
48
51
  * },
49
52
  * ],
50
53
  * RequestId: "STRING_VALUE",
@@ -101,7 +101,7 @@ declare const CreatePartnerInputCommand_base: {
101
101
  * // Tags: { // Tags
102
102
  * // "<keys>": "STRING_VALUE",
103
103
  * // },
104
- * // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER",
104
+ * // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER" || "SRT_LISTENER",
105
105
  * // SrtSettings: { // SrtSettings
106
106
  * // SrtCallerSources: [ // __listOfSrtCallerSource
107
107
  * // { // SrtCallerSource
@@ -115,6 +115,14 @@ declare const CreatePartnerInputCommand_base: {
115
115
  * // StreamId: "STRING_VALUE",
116
116
  * // },
117
117
  * // ],
118
+ * // SrtListenerSettings: { // SrtListenerSettings
119
+ * // Decryption: { // SrtListenerDecryption
120
+ * // Algorithm: "AES128" || "AES192" || "AES256", // required
121
+ * // PassphraseSecretArn: "STRING_VALUE", // required
122
+ * // },
123
+ * // MinimumLatency: Number("int"),
124
+ * // StreamId: "STRING_VALUE",
125
+ * // },
118
126
  * // },
119
127
  * // InputNetworkLocation: "AWS" || "ON_PREMISES",
120
128
  * // MulticastSettings: { // MulticastSettings
@@ -76,6 +76,8 @@ declare const DeleteChannelCommand_base: {
76
76
  * // EncryptionPassphraseSecretArn: "STRING_VALUE",
77
77
  * // StreamId: "STRING_VALUE",
78
78
  * // Url: "STRING_VALUE",
79
+ * // ConnectionMode: "CALLER" || "LISTENER",
80
+ * // ListenerPort: Number("int"),
79
81
  * // },
80
82
  * // ],
81
83
  * // LogicalInterfaceNames: [ // __listOf__string
@@ -1118,6 +1120,7 @@ declare const DeleteChannelCommand_base: {
1118
1120
  * // SpatialAq: "DISABLED" || "ENABLED",
1119
1121
  * // TemporalAq: "DISABLED" || "ENABLED",
1120
1122
  * // TimecodeInsertion: "DISABLED" || "METADATA_OBU",
1123
+ * // BitDepth: "DEPTH_10" || "DEPTH_8",
1121
1124
  * // },
1122
1125
  * // },
1123
1126
  * // Height: Number("int"),
@@ -1336,6 +1339,7 @@ declare const DeleteChannelCommand_base: {
1336
1339
  * // LinkedChannelType: "FOLLOWING_CHANNEL" || "PRIMARY_CHANNEL",
1337
1340
  * // },
1338
1341
  * // },
1342
+ * // ChannelSecurityGroups: "<__listOf__string>",
1339
1343
  * // };
1340
1344
  *
1341
1345
  * ```
@@ -57,6 +57,9 @@ declare const DeleteNodeCommand_base: {
57
57
  * // LogicalInterfaceName: "STRING_VALUE",
58
58
  * // NetworkInterfaceMode: "NAT" || "BRIDGE",
59
59
  * // PhysicalInterfaceName: "STRING_VALUE",
60
+ * // PhysicalInterfaceIpAddresses: [
61
+ * // "STRING_VALUE",
62
+ * // ],
60
63
  * // },
61
64
  * // ],
62
65
  * // Role: "BACKUP" || "ACTIVE",
@@ -76,6 +76,8 @@ declare const DescribeChannelCommand_base: {
76
76
  * // EncryptionPassphraseSecretArn: "STRING_VALUE",
77
77
  * // StreamId: "STRING_VALUE",
78
78
  * // Url: "STRING_VALUE",
79
+ * // ConnectionMode: "CALLER" || "LISTENER",
80
+ * // ListenerPort: Number("int"),
79
81
  * // },
80
82
  * // ],
81
83
  * // LogicalInterfaceNames: [ // __listOf__string
@@ -1118,6 +1120,7 @@ declare const DescribeChannelCommand_base: {
1118
1120
  * // SpatialAq: "DISABLED" || "ENABLED",
1119
1121
  * // TemporalAq: "DISABLED" || "ENABLED",
1120
1122
  * // TimecodeInsertion: "DISABLED" || "METADATA_OBU",
1123
+ * // BitDepth: "DEPTH_10" || "DEPTH_8",
1121
1124
  * // },
1122
1125
  * // },
1123
1126
  * // Height: Number("int"),
@@ -1336,6 +1339,7 @@ declare const DescribeChannelCommand_base: {
1336
1339
  * // LinkedChannelType: "FOLLOWING_CHANNEL" || "PRIMARY_CHANNEL",
1337
1340
  * // },
1338
1341
  * // },
1342
+ * // ChannelSecurityGroups: "<__listOf__string>",
1339
1343
  * // };
1340
1344
  *
1341
1345
  * ```
@@ -96,7 +96,7 @@ declare const DescribeInputCommand_base: {
96
96
  * // Tags: { // Tags
97
97
  * // "<keys>": "STRING_VALUE",
98
98
  * // },
99
- * // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER",
99
+ * // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER" || "SRT_LISTENER",
100
100
  * // SrtSettings: { // SrtSettings
101
101
  * // SrtCallerSources: [ // __listOfSrtCallerSource
102
102
  * // { // SrtCallerSource
@@ -110,6 +110,14 @@ declare const DescribeInputCommand_base: {
110
110
  * // StreamId: "STRING_VALUE",
111
111
  * // },
112
112
  * // ],
113
+ * // SrtListenerSettings: { // SrtListenerSettings
114
+ * // Decryption: { // SrtListenerDecryption
115
+ * // Algorithm: "AES128" || "AES192" || "AES256", // required
116
+ * // PassphraseSecretArn: "STRING_VALUE", // required
117
+ * // },
118
+ * // MinimumLatency: Number("int"),
119
+ * // StreamId: "STRING_VALUE",
120
+ * // },
113
121
  * // },
114
122
  * // InputNetworkLocation: "AWS" || "ON_PREMISES",
115
123
  * // MulticastSettings: { // MulticastSettings
@@ -56,6 +56,9 @@ declare const DescribeInputSecurityGroupCommand_base: {
56
56
  * // Cidr: "STRING_VALUE",
57
57
  * // },
58
58
  * // ],
59
+ * // Channels: [
60
+ * // "STRING_VALUE",
61
+ * // ],
59
62
  * // };
60
63
  *
61
64
  * ```
@@ -57,6 +57,9 @@ declare const DescribeNodeCommand_base: {
57
57
  * // LogicalInterfaceName: "STRING_VALUE",
58
58
  * // NetworkInterfaceMode: "NAT" || "BRIDGE",
59
59
  * // PhysicalInterfaceName: "STRING_VALUE",
60
+ * // PhysicalInterfaceIpAddresses: [
61
+ * // "STRING_VALUE",
62
+ * // ],
60
63
  * // },
61
64
  * // ],
62
65
  * // Role: "BACKUP" || "ACTIVE",
@@ -79,6 +79,8 @@ declare const ListChannelsCommand_base: {
79
79
  * // EncryptionPassphraseSecretArn: "STRING_VALUE",
80
80
  * // StreamId: "STRING_VALUE",
81
81
  * // Url: "STRING_VALUE",
82
+ * // ConnectionMode: "CALLER" || "LISTENER",
83
+ * // ListenerPort: Number("int"),
82
84
  * // },
83
85
  * // ],
84
86
  * // LogicalInterfaceNames: [ // __listOf__string
@@ -285,6 +287,7 @@ declare const ListChannelsCommand_base: {
285
287
  * // LinkedChannelType: "FOLLOWING_CHANNEL" || "PRIMARY_CHANNEL",
286
288
  * // },
287
289
  * // },
290
+ * // ChannelSecurityGroups: "<__listOf__string>",
288
291
  * // },
289
292
  * // ],
290
293
  * // NextToken: "STRING_VALUE",
@@ -59,6 +59,9 @@ declare const ListInputSecurityGroupsCommand_base: {
59
59
  * // Cidr: "STRING_VALUE",
60
60
  * // },
61
61
  * // ],
62
+ * // Channels: [
63
+ * // "STRING_VALUE",
64
+ * // ],
62
65
  * // },
63
66
  * // ],
64
67
  * // NextToken: "STRING_VALUE",
@@ -99,7 +99,7 @@ declare const ListInputsCommand_base: {
99
99
  * // Tags: { // Tags
100
100
  * // "<keys>": "STRING_VALUE",
101
101
  * // },
102
- * // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER",
102
+ * // Type: "UDP_PUSH" || "RTP_PUSH" || "RTMP_PUSH" || "RTMP_PULL" || "URL_PULL" || "MP4_FILE" || "MEDIACONNECT" || "INPUT_DEVICE" || "AWS_CDI" || "TS_FILE" || "SRT_CALLER" || "MULTICAST" || "SMPTE_2110_RECEIVER_GROUP" || "SDI" || "MEDIACONNECT_ROUTER" || "SRT_LISTENER",
103
103
  * // SrtSettings: { // SrtSettings
104
104
  * // SrtCallerSources: [ // __listOfSrtCallerSource
105
105
  * // { // SrtCallerSource
@@ -113,6 +113,14 @@ declare const ListInputsCommand_base: {
113
113
  * // StreamId: "STRING_VALUE",
114
114
  * // },
115
115
  * // ],
116
+ * // SrtListenerSettings: { // SrtListenerSettings
117
+ * // Decryption: { // SrtListenerDecryption
118
+ * // Algorithm: "AES128" || "AES192" || "AES256", // required
119
+ * // PassphraseSecretArn: "STRING_VALUE", // required
120
+ * // },
121
+ * // MinimumLatency: Number("int"),
122
+ * // StreamId: "STRING_VALUE",
123
+ * // },
116
124
  * // },
117
125
  * // InputNetworkLocation: "AWS" || "ON_PREMISES",
118
126
  * // MulticastSettings: { // MulticastSettings