@aws-sdk/client-mediaconnect 3.975.0 → 3.978.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 (37) hide show
  1. package/dist-cjs/index.js +344 -182
  2. package/dist-es/MediaConnect.js +47 -1
  3. package/dist-es/models/enums.js +5 -0
  4. package/dist-es/schemas/schemas_0.js +102 -42
  5. package/dist-es/waiters/index.js +1 -0
  6. package/dist-es/waiters/waitForInputActive.js +9 -0
  7. package/dist-es/waiters/waitForOutputActive.js +9 -0
  8. package/dist-es/waiters/waitForOutputUnrouted.js +46 -0
  9. package/dist-types/MediaConnect.d.ts +138 -1
  10. package/dist-types/commands/AddFlowOutputsCommand.d.ts +3 -0
  11. package/dist-types/commands/AddFlowSourcesCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateFlowCommand.d.ts +25 -2
  13. package/dist-types/commands/DescribeFlowCommand.d.ts +14 -1
  14. package/dist-types/commands/DescribeFlowSourceMetadataCommand.d.ts +34 -0
  15. package/dist-types/commands/StartRouterInputCommand.d.ts +1 -1
  16. package/dist-types/commands/StopRouterInputCommand.d.ts +1 -1
  17. package/dist-types/commands/UpdateFlowCommand.d.ts +20 -3
  18. package/dist-types/commands/UpdateFlowOutputCommand.d.ts +3 -0
  19. package/dist-types/commands/UpdateFlowSourceCommand.d.ts +7 -1
  20. package/dist-types/commands/UpdateRouterInputCommand.d.ts +1 -1
  21. package/dist-types/models/enums.d.ts +13 -0
  22. package/dist-types/models/models_0.d.ts +203 -172
  23. package/dist-types/models/models_1.d.ts +127 -2
  24. package/dist-types/schemas/schemas_0.d.ts +6 -0
  25. package/dist-types/ts3.4/MediaConnect.d.ts +176 -1
  26. package/dist-types/ts3.4/commands/StartRouterInputCommand.d.ts +1 -1
  27. package/dist-types/ts3.4/commands/StopRouterInputCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/UpdateRouterInputCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/models/enums.d.ts +7 -0
  30. package/dist-types/ts3.4/models/models_0.d.ts +41 -35
  31. package/dist-types/ts3.4/models/models_1.d.ts +36 -0
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
  33. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  34. package/dist-types/ts3.4/waiters/waitForOutputUnrouted.d.ts +11 -0
  35. package/dist-types/waiters/index.d.ts +1 -0
  36. package/dist-types/waiters/waitForOutputUnrouted.d.ts +14 -0
  37. package/package.json +17 -17
@@ -1,4 +1,4 @@
1
- import { Algorithm, BridgePlacement, BridgeState, Colorimetry, ConnectionStatus, ContentQualityAnalysisState, Day, DesiredState, DurationUnits, EncoderProfile, EncodingName, EntitlementStatus, FailoverInputSourcePriorityMode, FailoverMode, FlowSize, FlowTransitEncryptionKeyType, ForwardErrorCorrectionState, GatewayState, InstanceState, KeyType, MaintenanceDay, MaintenanceScheduleType, MaintenanceType, MediaLiveInputPipelineId, MediaLiveTransitEncryptionKeyType, MediaStreamType, NdiState, NetworkInterfaceType, OutputStatus, PriceUnits, Protocol, Range, ReservationState, ResourceType, RouterInputProtocol, RouterInputState, RouterInputTier, RouterInputTransitEncryptionKeyType, RouterInputType, RouterNetworkInterfaceState, RouterNetworkInterfaceType, RouterOutputProtocol, RouterOutputRoutedState, RouterOutputState, RouterOutputTier, RouterOutputType, RoutingScope, ScanMode, SourceType, State, Status, Tcs, ThumbnailState } from "./enums";
1
+ import { Algorithm, BridgePlacement, BridgeState, Colorimetry, ConnectionStatus, ContentQualityAnalysisState, Day, DesiredState, DurationUnits, EncoderProfile, EncodingName, EncodingProfile, EntitlementStatus, FailoverInputSourcePriorityMode, FailoverMode, FlowSize, FlowTransitEncryptionKeyType, ForwardErrorCorrectionState, GatewayState, InstanceState, KeyType, MaintenanceDay, MaintenanceScheduleType, MaintenanceType, MediaLiveInputPipelineId, MediaLiveTransitEncryptionKeyType, MediaStreamType, NdiState, NetworkInterfaceType, OutputStatus, PriceUnits, Protocol, Range, ReservationState, ResourceType, RouterInputProtocol, RouterInputState, RouterInputTier, RouterInputTransitEncryptionKeyType, RouterInputType, RouterNetworkInterfaceState, RouterNetworkInterfaceType, RouterOutputProtocol, RouterOutputRoutedState, RouterOutputState, RouterOutputTier, RouterOutputType, RoutingScope, ScanMode, SourceType, State, Status, Tcs, ThumbnailState } from "./enums";
2
2
  /**
3
3
  * <p>Add a network output to an existing bridge. </p>
4
4
  * @public
@@ -245,7 +245,7 @@ export interface AddMediaStreamRequest {
245
245
  MediaStreamTags?: Record<string, string> | undefined;
246
246
  }
247
247
  /**
248
- * <p> Information about the encryption of the flow.</p>
248
+ * <p> Encryption information.</p>
249
249
  * @public
250
250
  */
251
251
  export interface Encryption {
@@ -376,17 +376,17 @@ export interface MediaStreamOutputConfigurationRequest {
376
376
  export interface AutomaticEncryptionKeyConfiguration {
377
377
  }
378
378
  /**
379
- * <p>The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.</p>
379
+ * <p>The configuration settings for transit encryption using Secrets Manager, including the secret ARN and role ARN.</p>
380
380
  * @public
381
381
  */
382
382
  export interface SecretsManagerEncryptionKeyConfiguration {
383
383
  /**
384
- * <p>The ARN of the AWS Secrets Manager secret used for transit encryption.</p>
384
+ * <p>The ARN of the Secrets Manager secret used for transit encryption.</p>
385
385
  * @public
386
386
  */
387
387
  SecretArn: string | undefined;
388
388
  /**
389
- * <p>The ARN of the IAM role assumed by MediaConnect to access the AWS Secrets Manager secret.</p>
389
+ * <p>The ARN of the IAM role assumed by MediaConnect to access the Secrets Manager secret.</p>
390
390
  * @public
391
391
  */
392
392
  RoleArn: string | undefined;
@@ -401,7 +401,7 @@ export type FlowTransitEncryptionKeyConfiguration = FlowTransitEncryptionKeyConf
401
401
  */
402
402
  export declare namespace FlowTransitEncryptionKeyConfiguration {
403
403
  /**
404
- * <p>The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.</p>
404
+ * <p>The configuration settings for transit encryption using Secrets Manager, including the secret ARN and role ARN.</p>
405
405
  * @public
406
406
  */
407
407
  interface SecretsManagerMember {
@@ -543,7 +543,7 @@ export interface AddOutputRequest {
543
543
  */
544
544
  NdiSpeedHqQuality?: number | undefined;
545
545
  /**
546
- * <p> A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. </p>
546
+ * <p> A suffix for the name of the NDI® sender that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. </p>
547
547
  * @public
548
548
  */
549
549
  NdiProgramName?: string | undefined;
@@ -1288,7 +1288,7 @@ export interface MessageDetail {
1288
1288
  ResourceName?: string | undefined;
1289
1289
  }
1290
1290
  /**
1291
- * <p>Specifies the configuration settings for individual NDI discovery servers. A maximum of 3 servers is allowed. </p>
1291
+ * <p>Specifies the configuration settings for individual NDI® discovery servers. A maximum of 3 servers is allowed. </p>
1292
1292
  * @public
1293
1293
  */
1294
1294
  export interface NdiDiscoveryServerConfig {
@@ -1308,6 +1308,79 @@ export interface NdiDiscoveryServerConfig {
1308
1308
  */
1309
1309
  VpcInterfaceAdapter: string | undefined;
1310
1310
  }
1311
+ /**
1312
+ * <p> The frame resolution used by the video stream.</p>
1313
+ * @public
1314
+ */
1315
+ export interface FrameResolution {
1316
+ /**
1317
+ * <p> The number of pixels in the height of the video frame.</p>
1318
+ * @public
1319
+ */
1320
+ FrameHeight: number | undefined;
1321
+ /**
1322
+ * <p> The number of pixels in the width of the video frame.</p>
1323
+ * @public
1324
+ */
1325
+ FrameWidth: number | undefined;
1326
+ }
1327
+ /**
1328
+ * <p> Detailed information about a single media stream that is part of an NDI® source. This includes details about the stream type, codec, resolution, frame rate, audio channels, and sample rate. </p>
1329
+ * @public
1330
+ */
1331
+ export interface NdiMediaStreamInfo {
1332
+ /**
1333
+ * <p> The type of media stream (for example, <code>Video</code> or <code>Audio</code>). </p>
1334
+ * @public
1335
+ */
1336
+ StreamType: string | undefined;
1337
+ /**
1338
+ * <p> The codec used for the media stream. For NDI sources, use <code>speed-hq</code>. </p>
1339
+ * @public
1340
+ */
1341
+ Codec: string | undefined;
1342
+ /**
1343
+ * <p> A unique identifier for the media stream. </p>
1344
+ * @public
1345
+ */
1346
+ StreamId: number | undefined;
1347
+ /**
1348
+ * <p> The method used to display video frames. Used when the <code>streamType</code> is <code>Video</code>.</p>
1349
+ * @public
1350
+ */
1351
+ ScanMode?: ScanMode | undefined;
1352
+ /**
1353
+ * <p> The width and height dimensions of the video frame in pixels. Used when the <code>streamType</code> is <code>Video</code>. </p>
1354
+ * @public
1355
+ */
1356
+ FrameResolution?: FrameResolution | undefined;
1357
+ /**
1358
+ * <p> The number of video frames displayed per second. Used when the <code>streamType</code> is <code>Video</code>. </p>
1359
+ * @public
1360
+ */
1361
+ FrameRate?: string | undefined;
1362
+ /**
1363
+ * <p> The number of audio channels in the stream. Used when the <code>streamType</code> is <code>Audio</code>.</p>
1364
+ * @public
1365
+ */
1366
+ Channels?: number | undefined;
1367
+ /**
1368
+ * <p> The number of audio samples captured per second, measured in kilohertz (kHz). Used when the <code>streamType</code> is <code>Audio</code>.</p>
1369
+ * @public
1370
+ */
1371
+ SampleRate?: number | undefined;
1372
+ }
1373
+ /**
1374
+ * <p> Information about a single NDI® sender, including its name. </p>
1375
+ * @public
1376
+ */
1377
+ export interface NdiSourceInfo {
1378
+ /**
1379
+ * <p> The name of the upstream NDI sender. </p>
1380
+ * @public
1381
+ */
1382
+ SourceName: string | undefined;
1383
+ }
1311
1384
  /**
1312
1385
  * <p> A definition of what is being billed for, including the type and amount.</p>
1313
1386
  * @public
@@ -1370,6 +1443,17 @@ export interface Offering {
1370
1443
  */
1371
1444
  ResourceSpecification: ResourceSpecification | undefined;
1372
1445
  }
1446
+ /**
1447
+ * <p> The settings for the NDI® source. This includes the exact name of the upstream NDI sender that you want to connect to your source. </p>
1448
+ * @public
1449
+ */
1450
+ export interface NdiSourceSettings {
1451
+ /**
1452
+ * <p> The exact name of an existing NDI sender that's registered with your discovery server. If included, the format of this name must be <code>MACHINENAME (ProgramName)</code>. </p>
1453
+ * @public
1454
+ */
1455
+ SourceName?: string | undefined;
1456
+ }
1373
1457
  /**
1374
1458
  * <p> Attributes related to the transport stream that are used in a source or output.</p>
1375
1459
  * @public
@@ -1446,10 +1530,15 @@ export interface Transport {
1446
1530
  */
1447
1531
  NdiSpeedHqQuality?: number | undefined;
1448
1532
  /**
1449
- * <p>A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. </p>
1533
+ * <p>A suffix for the name of the NDI® sender that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. </p>
1450
1534
  * @public
1451
1535
  */
1452
1536
  NdiProgramName?: string | undefined;
1537
+ /**
1538
+ * <p> The settings for the NDI source. This includes the exact name of the upstream NDI sender that you want to connect to your source. </p>
1539
+ * @public
1540
+ */
1541
+ NdiSourceSettings?: NdiSourceSettings | undefined;
1453
1542
  }
1454
1543
  /**
1455
1544
  * <p>The settings for an output. </p>
@@ -1537,7 +1626,7 @@ export interface Output {
1537
1626
  */
1538
1627
  OutputStatus?: OutputStatus | undefined;
1539
1628
  /**
1540
- * <p>The IP address of the device that is currently receiving content from this output.</p> <note> <ul> <li> <p>For outputs that use protocols where you specify the destination (such as SRT Caller or Zixi Push), this value matches the configured destination address.</p> </li> <li> <p>For outputs that use listener protocols (such as SRT Listener), this value shows the address of the connected receiver. </p> </li> <li> <p>Peer IP addresses aren't available for entitlements, managed MediaLive outputs, NDI outputs, and CDI/ST2110 outputs. </p> </li> <li> <p>The peer IP address might not be visible for flows that haven't been started yet, or flows that were started before May 2025. In these cases, restart your flow to see the peer IP address.</p> </li> </ul> </note>
1629
+ * <p>The IP address of the device that is currently receiving content from this output.</p> <note> <ul> <li> <p>For outputs that use protocols where you specify the destination (such as SRT Caller or Zixi Push), this value matches the configured destination address.</p> </li> <li> <p>For outputs that use listener protocols (such as SRT Listener), this value shows the address of the connected receiver. </p> </li> <li> <p>Peer IP addresses aren't available for entitlements, managed MediaLive outputs, NDI® sources and outputs, and CDI/ST2110 outputs. </p> </li> <li> <p>The peer IP address might not be visible for flows that haven't been started yet, or flows that were started before May 2025. In these cases, restart your flow to see the peer IP address.</p> </li> </ul> </note>
1541
1630
  * @public
1542
1631
  */
1543
1632
  PeerIpAddress?: string | undefined;
@@ -1744,6 +1833,11 @@ export interface SetSourceRequest {
1744
1833
  * @public
1745
1834
  */
1746
1835
  GatewayBridgeSource?: SetGatewayBridgeSourceRequest | undefined;
1836
+ /**
1837
+ * <p> The settings for the NDI® source. This includes the exact name of the upstream NDI sender that you want to connect to your source. </p>
1838
+ * @public
1839
+ */
1840
+ NdiSourceSettings?: NdiSourceSettings | undefined;
1747
1841
  /**
1748
1842
  * <p> The key-value pairs that can be used to tag and organize the source. </p>
1749
1843
  * @public
@@ -1877,22 +1971,6 @@ export interface Source {
1877
1971
  */
1878
1972
  ConnectedRouterOutputArn?: string | undefined;
1879
1973
  }
1880
- /**
1881
- * <p> The frame resolution used by the video stream.</p>
1882
- * @public
1883
- */
1884
- export interface FrameResolution {
1885
- /**
1886
- * <p> The number of pixels in the height of the video frame.</p>
1887
- * @public
1888
- */
1889
- FrameHeight: number | undefined;
1890
- /**
1891
- * <p> The number of pixels in the width of the video frame.</p>
1892
- * @public
1893
- */
1894
- FrameWidth: number | undefined;
1895
- }
1896
1974
  /**
1897
1975
  * <p> The metadata of an elementary transport stream.</p>
1898
1976
  * @public
@@ -3101,7 +3179,7 @@ export type RouterInputTransitEncryptionKeyConfiguration = RouterInputTransitEnc
3101
3179
  */
3102
3180
  export declare namespace RouterInputTransitEncryptionKeyConfiguration {
3103
3181
  /**
3104
- * <p>The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.</p>
3182
+ * <p>The configuration settings for transit encryption using Secrets Manager, including the secret ARN and role ARN.</p>
3105
3183
  * @public
3106
3184
  */
3107
3185
  interface SecretsManagerMember {
@@ -3198,7 +3276,7 @@ export interface RouterInput {
3198
3276
  */
3199
3277
  MaximumRoutedOutputs?: number | undefined;
3200
3278
  /**
3201
- * <p>The AWS Region where the router input is located.</p>
3279
+ * <p>The Amazon Web Services Region where the router input is located.</p>
3202
3280
  * @public
3203
3281
  */
3204
3282
  RegionName: string | undefined;
@@ -3453,7 +3531,7 @@ export interface RouterNetworkInterface {
3453
3531
  */
3454
3532
  AssociatedInputCount: number | undefined;
3455
3533
  /**
3456
- * <p>The AWS Region where the router network interface is located.</p>
3534
+ * <p>The Amazon Web Services Region where the router network interface is located.</p>
3457
3535
  * @public
3458
3536
  */
3459
3537
  RegionName: string | undefined;
@@ -3550,7 +3628,7 @@ export type MediaLiveTransitEncryptionKeyConfiguration = MediaLiveTransitEncrypt
3550
3628
  */
3551
3629
  export declare namespace MediaLiveTransitEncryptionKeyConfiguration {
3552
3630
  /**
3553
- * <p>The configuration settings for transit encryption using AWS Secrets Manager, including the secret ARN and role ARN.</p>
3631
+ * <p>The configuration settings for transit encryption using Secrets Manager, including the secret ARN and role ARN.</p>
3554
3632
  * @public
3555
3633
  */
3556
3634
  interface SecretsManagerMember {
@@ -3586,7 +3664,7 @@ export declare namespace MediaLiveTransitEncryptionKeyConfiguration {
3586
3664
  }
3587
3665
  }
3588
3666
  /**
3589
- * <p>The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through AWS Secrets Manager.</p>
3667
+ * <p>The encryption configuration that defines how content is encrypted during transit between MediaConnect Router and MediaLive. This configuration determines whether encryption keys are automatically managed by the service or manually managed through Secrets Manager.</p>
3590
3668
  * @public
3591
3669
  */
3592
3670
  export interface MediaLiveTransitEncryption {
@@ -4016,7 +4094,7 @@ export interface RouterOutput {
4016
4094
  */
4017
4095
  RoutedState: RouterOutputRoutedState | undefined;
4018
4096
  /**
4019
- * <p>The AWS Region where the router output is located.</p>
4097
+ * <p>The Amazon Web Services Region where the router output is located.</p>
4020
4098
  * @public
4021
4099
  */
4022
4100
  RegionName: string | undefined;
@@ -4698,12 +4776,28 @@ export interface UpdateBridgeStateResponse {
4698
4776
  DesiredState?: DesiredState | undefined;
4699
4777
  }
4700
4778
  /**
4701
- * <p>Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. </p>
4779
+ * <p> The encoding configuration to apply to the NDI® source when transcoding it to a transport stream for downstream distribution. You can choose between several predefined encoding profiles based on common use cases. </p>
4780
+ * @public
4781
+ */
4782
+ export interface EncodingConfig {
4783
+ /**
4784
+ * <p> The encoding profile to use when transcoding the NDI source content to a transport stream. You can change this value while the flow is running. </p>
4785
+ * @public
4786
+ */
4787
+ EncodingProfile?: EncodingProfile | undefined;
4788
+ /**
4789
+ * <p> The maximum video bitrate to use when transcoding the NDI source to a transport stream. This parameter enables you to override the default video bitrate within the encoding profile's supported range. </p> <p> The supported range is 10,000,000 - 50,000,000 bits per second (bps). If you don't specify a value, MediaConnect uses the default value of 20,000,000 bps. </p>
4790
+ * @public
4791
+ */
4792
+ VideoMaxBitrate?: number | undefined;
4793
+ }
4794
+ /**
4795
+ * <p>Specifies the configuration settings for NDI sources and outputs. </p>
4702
4796
  * @public
4703
4797
  */
4704
4798
  export interface NdiConfig {
4705
4799
  /**
4706
- * <p>A setting that controls whether NDI outputs can be used in the flow. Must be ENABLED to add NDI outputs. Default is DISABLED. </p>
4800
+ * <p>A setting that controls whether NDI® sources or outputs can be used in the flow. </p> <p> The default value is <code>DISABLED</code>. This value must be set as <code>ENABLED</code> for your flow to support NDI sources or outputs. </p>
4707
4801
  * @public
4708
4802
  */
4709
4803
  NdiState?: NdiState | undefined;
@@ -4804,15 +4898,20 @@ export interface CreateFlowRequest {
4804
4898
  */
4805
4899
  SourceMonitoringConfig?: MonitoringConfig | undefined;
4806
4900
  /**
4807
- * <p> Determines the processing capacity and feature set of the flow. Set this optional parameter to <code>LARGE</code> if you want to enable NDI outputs on the flow. </p>
4901
+ * <p> Determines the processing capacity and feature set of the flow. Set this optional parameter to <code>LARGE</code> if you want to enable NDI sources or outputs on the flow. </p>
4808
4902
  * @public
4809
4903
  */
4810
4904
  FlowSize?: FlowSize | undefined;
4811
4905
  /**
4812
- * <p> Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. </p>
4906
+ * <p> Specifies the configuration settings for a flow's NDI source or output. Required when the flow includes an NDI source or output. </p>
4813
4907
  * @public
4814
4908
  */
4815
4909
  NdiConfig?: NdiConfig | undefined;
4910
+ /**
4911
+ * <p> The encoding configuration to apply to the NDI® source when transcoding it to a transport stream for downstream distribution. You can choose between several predefined encoding profiles based on common use cases. </p>
4912
+ * @public
4913
+ */
4914
+ EncodingConfig?: EncodingConfig | undefined;
4816
4915
  /**
4817
4916
  * <p> The key-value pairs that can be used to tag and organize the flow. </p>
4818
4917
  * @public
@@ -4900,15 +4999,20 @@ export interface Flow {
4900
4999
  */
4901
5000
  SourceMonitoringConfig?: MonitoringConfig | undefined;
4902
5001
  /**
4903
- * <p> Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI outputs on the flow. </p>
5002
+ * <p> Determines the processing capacity and feature set of the flow. </p>
4904
5003
  * @public
4905
5004
  */
4906
5005
  FlowSize?: FlowSize | undefined;
4907
5006
  /**
4908
- * <p>Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. </p>
5007
+ * <p>Specifies the configuration settings for a flow's NDI source or output. Required when the flow includes an NDI source or output.</p>
4909
5008
  * @public
4910
5009
  */
4911
5010
  NdiConfig?: NdiConfig | undefined;
5011
+ /**
5012
+ * <p> The encoding configuration to apply to the NDI® source when transcoding it to a transport stream for downstream distribution. </p>
5013
+ * @public
5014
+ */
5015
+ EncodingConfig?: EncodingConfig | undefined;
4912
5016
  }
4913
5017
  /**
4914
5018
  * @public
@@ -5016,7 +5120,7 @@ export interface CreateRouterInputRequest {
5016
5120
  */
5017
5121
  Tier: RouterInputTier | undefined;
5018
5122
  /**
5019
- * <p>The AWS Region for the router input. Defaults to the current region if not specified.</p>
5123
+ * <p>The Amazon Web Services Region for the router input. Defaults to the current region if not specified.</p>
5020
5124
  * @public
5021
5125
  */
5022
5126
  RegionName?: string | undefined;
@@ -5071,7 +5175,7 @@ export interface CreateRouterNetworkInterfaceRequest {
5071
5175
  */
5072
5176
  Configuration: RouterNetworkInterfaceConfiguration | undefined;
5073
5177
  /**
5074
- * <p>The AWS Region for the router network interface. Defaults to the current region if not specified.</p>
5178
+ * <p>The Amazon Web Services Region for the router network interface. Defaults to the current region if not specified.</p>
5075
5179
  * @public
5076
5180
  */
5077
5181
  RegionName?: string | undefined;
@@ -5126,7 +5230,7 @@ export interface CreateRouterOutputRequest {
5126
5230
  */
5127
5231
  Tier: RouterOutputTier | undefined;
5128
5232
  /**
5129
- * <p>The AWS Region for the router output. Defaults to the current region if not specified.</p>
5233
+ * <p>The Amazon Web Services Region for the router output. Defaults to the current region if not specified.</p>
5130
5234
  * @public
5131
5235
  */
5132
5236
  RegionName?: string | undefined;
@@ -5372,6 +5476,43 @@ export interface DescribeFlowSourceMetadataRequest {
5372
5476
  */
5373
5477
  FlowArn: string | undefined;
5374
5478
  }
5479
+ /**
5480
+ * <p> Metadata about the audio and video media that is part of the NDI® source content. This includes details about the individual media streams. </p>
5481
+ * @public
5482
+ */
5483
+ export interface NdiMediaInfo {
5484
+ /**
5485
+ * <p> A list of the individual media streams that make up the NDI source. This includes details about each stream's codec, resolution, frame rate, audio channels, and other parameters. </p>
5486
+ * @public
5487
+ */
5488
+ Streams: NdiMediaStreamInfo[] | undefined;
5489
+ }
5490
+ /**
5491
+ * <p> Comprehensive information about the NDI® source that's associated with a flow. This includes the currently active NDI source, a list of all discovered NDI senders, metadata about the media streams, and any relevant status messages. </p>
5492
+ * @public
5493
+ */
5494
+ export interface NdiSourceMetadataInfo {
5495
+ /**
5496
+ * <p> The connected NDI sender that's currently sending source content to the flow's NDI source. </p>
5497
+ * @public
5498
+ */
5499
+ ActiveSource?: NdiSourceInfo | undefined;
5500
+ /**
5501
+ * <p> A list of the available upstream NDI senders aggregated from all of your configured discovery servers. </p>
5502
+ * @public
5503
+ */
5504
+ DiscoveredSources: NdiSourceInfo[] | undefined;
5505
+ /**
5506
+ * <p> Detailed information about the media streams (video, audio, and so on) that are part of the active NDI source. </p>
5507
+ * @public
5508
+ */
5509
+ MediaInfo: NdiMediaInfo | undefined;
5510
+ /**
5511
+ * <p> Any status messages or error codes related to the NDI source and its metadata. </p>
5512
+ * @public
5513
+ */
5514
+ Messages: MessageDetail[] | undefined;
5515
+ }
5375
5516
  /**
5376
5517
  * <p> The metadata of the transport stream in the current flow's source.</p>
5377
5518
  * @public
@@ -5407,6 +5548,11 @@ export interface DescribeFlowSourceMetadataResponse {
5407
5548
  * @public
5408
5549
  */
5409
5550
  TransportMediaInfo?: TransportMediaInfo | undefined;
5551
+ /**
5552
+ * <p> The NDI® specific information about the flow's source. This includes the current active NDI sender, a list of all discovered NDI senders, the associated media streams for the active NDI sender, and any relevant status messages. </p>
5553
+ * @public
5554
+ */
5555
+ NdiInfo?: NdiSourceMetadataInfo | undefined;
5410
5556
  }
5411
5557
  /**
5412
5558
  * @public
@@ -5896,7 +6042,7 @@ export interface UpdateFlowRequest {
5896
6042
  */
5897
6043
  SourceMonitoringConfig?: MonitoringConfig | undefined;
5898
6044
  /**
5899
- * <p> Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs. </p>
6045
+ * <p> Specifies the configuration settings for a flow's NDI source or output. Required when the flow includes an NDI source or output. </p>
5900
6046
  * @public
5901
6047
  */
5902
6048
  NdiConfig?: NdiConfig | undefined;
@@ -5905,6 +6051,11 @@ export interface UpdateFlowRequest {
5905
6051
  * @public
5906
6052
  */
5907
6053
  FlowSize?: FlowSize | undefined;
6054
+ /**
6055
+ * <p> The encoding configuration to apply to the NDI® source when transcoding it to a transport stream for downstream distribution. You can choose between several predefined encoding profiles based on common use cases. </p>
6056
+ * @public
6057
+ */
6058
+ EncodingConfig?: EncodingConfig | undefined;
5908
6059
  }
5909
6060
  /**
5910
6061
  * @public
@@ -6167,7 +6318,7 @@ export interface UpdateFlowOutputRequest {
6167
6318
  */
6168
6319
  OutputStatus?: OutputStatus | undefined;
6169
6320
  /**
6170
- * <p> A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. </p>
6321
+ * <p> A suffix for the name of the NDI® sender that the flow creates. If a custom name isn't specified, MediaConnect uses the output name. </p>
6171
6322
  * @public
6172
6323
  */
6173
6324
  NdiProgramName?: string | undefined;
@@ -6322,6 +6473,11 @@ export interface UpdateFlowSourceRequest {
6322
6473
  * @public
6323
6474
  */
6324
6475
  GatewayBridgeSource?: UpdateGatewayBridgeSourceRequest | undefined;
6476
+ /**
6477
+ * <p> The settings for the NDI source. This includes the exact name of the upstream NDI sender that you want to connect to your source. </p>
6478
+ * @public
6479
+ */
6480
+ NdiSourceSettings?: NdiSourceSettings | undefined;
6325
6481
  /**
6326
6482
  * <p>Indicates whether to enable or disable router integration for this flow source.</p>
6327
6483
  * @public
@@ -6338,7 +6494,7 @@ export interface UpdateFlowSourceRequest {
6338
6494
  */
6339
6495
  export interface UpdateFlowSourceResponse {
6340
6496
  /**
6341
- * <p>The ARN of the flow that you was updated. </p>
6497
+ * <p>The ARN of the flow that you updated.</p>
6342
6498
  * @public
6343
6499
  */
6344
6500
  FlowArn?: string | undefined;
@@ -6679,7 +6835,7 @@ export interface ListedRouterInput {
6679
6835
  */
6680
6836
  RoutedOutputs: number | undefined;
6681
6837
  /**
6682
- * <p>The AWS Region where the router input is located.</p>
6838
+ * <p>The Amazon Web Services Region where the router input is located.</p>
6683
6839
  * @public
6684
6840
  */
6685
6841
  RegionName: string | undefined;
@@ -6770,7 +6926,7 @@ export interface ListedRouterNetworkInterface {
6770
6926
  */
6771
6927
  State: RouterNetworkInterfaceState | undefined;
6772
6928
  /**
6773
- * <p>The AWS Region where the router network interface is located.</p>
6929
+ * <p>The Amazon Web Services Region where the router network interface is located.</p>
6774
6930
  * @public
6775
6931
  */
6776
6932
  RegionName: string | undefined;
@@ -6821,7 +6977,7 @@ export interface ListedRouterOutput {
6821
6977
  */
6822
6978
  RoutedState: RouterOutputRoutedState | undefined;
6823
6979
  /**
6824
- * <p>The AWS Region where the router output is located.</p>
6980
+ * <p>The AAmazon Web Services Region where the router output is located.</p>
6825
6981
  * @public
6826
6982
  */
6827
6983
  RegionName: string | undefined;
@@ -7436,128 +7592,3 @@ export interface RestartRouterInputResponse {
7436
7592
  */
7437
7593
  State: RouterInputState | undefined;
7438
7594
  }
7439
- /**
7440
- * @public
7441
- */
7442
- export interface StartRouterInputRequest {
7443
- /**
7444
- * <p>The Amazon Resource Name (ARN) of the router input that you want to start.</p>
7445
- * @public
7446
- */
7447
- Arn: string | undefined;
7448
- }
7449
- /**
7450
- * @public
7451
- */
7452
- export interface StartRouterInputResponse {
7453
- /**
7454
- * <p>The ARN of the router input that was started.</p>
7455
- * @public
7456
- */
7457
- Arn: string | undefined;
7458
- /**
7459
- * <p>The name of the router input that was started.</p>
7460
- * @public
7461
- */
7462
- Name: string | undefined;
7463
- /**
7464
- * <p>The current state of the router input after being started.</p>
7465
- * @public
7466
- */
7467
- State: RouterInputState | undefined;
7468
- /**
7469
- * <p>The type of maintenance schedule associated with the router input.</p>
7470
- * @public
7471
- */
7472
- MaintenanceScheduleType: MaintenanceScheduleType | undefined;
7473
- /**
7474
- * <p>The details of the maintenance schedule for the router input.</p>
7475
- * @public
7476
- */
7477
- MaintenanceSchedule: MaintenanceSchedule | undefined;
7478
- }
7479
- /**
7480
- * @public
7481
- */
7482
- export interface StopRouterInputRequest {
7483
- /**
7484
- * <p>The Amazon Resource Name (ARN) of the router input that you want to stop.</p>
7485
- * @public
7486
- */
7487
- Arn: string | undefined;
7488
- }
7489
- /**
7490
- * @public
7491
- */
7492
- export interface StopRouterInputResponse {
7493
- /**
7494
- * <p>The ARN of the router input that was stopped.</p>
7495
- * @public
7496
- */
7497
- Arn: string | undefined;
7498
- /**
7499
- * <p>The name of the router input that was stopped.</p>
7500
- * @public
7501
- */
7502
- Name: string | undefined;
7503
- /**
7504
- * <p>The current state of the router input after being stopped.</p>
7505
- * @public
7506
- */
7507
- State: RouterInputState | undefined;
7508
- }
7509
- /**
7510
- * @public
7511
- */
7512
- export interface UpdateRouterInputRequest {
7513
- /**
7514
- * <p>The Amazon Resource Name (ARN) of the router input that you want to update.</p>
7515
- * @public
7516
- */
7517
- Arn: string | undefined;
7518
- /**
7519
- * <p>The updated name for the router input.</p>
7520
- * @public
7521
- */
7522
- Name?: string | undefined;
7523
- /**
7524
- * <p>The updated configuration settings for the router input. Changing the type of the configuration is not supported.</p>
7525
- * @public
7526
- */
7527
- Configuration?: RouterInputConfiguration | undefined;
7528
- /**
7529
- * <p>The updated maximum bitrate for the router input.</p>
7530
- * @public
7531
- */
7532
- MaximumBitrate?: number | undefined;
7533
- /**
7534
- * <p>Specifies whether the router input can be assigned to outputs in different Regions. REGIONAL (default) - can be assigned only to outputs in the same Region. GLOBAL - can be assigned to outputs in any Region.</p>
7535
- * @public
7536
- */
7537
- RoutingScope?: RoutingScope | undefined;
7538
- /**
7539
- * <p>The updated tier level for the router input.</p>
7540
- * @public
7541
- */
7542
- Tier?: RouterInputTier | undefined;
7543
- /**
7544
- * <p>The updated transit encryption settings for the router input.</p>
7545
- * @public
7546
- */
7547
- TransitEncryption?: RouterInputTransitEncryption | undefined;
7548
- /**
7549
- * <p>The updated maintenance configuration settings for the router input, including any changes to preferred maintenance windows and schedules.</p>
7550
- * @public
7551
- */
7552
- MaintenanceConfiguration?: MaintenanceConfiguration | undefined;
7553
- }
7554
- /**
7555
- * @public
7556
- */
7557
- export interface UpdateRouterInputResponse {
7558
- /**
7559
- * <p>The updated router input.</p>
7560
- * @public
7561
- */
7562
- RouterInput: RouterInput | undefined;
7563
- }