aws-sdk-mediaconnect 1.72.0 → 1.74.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a5bf02381a9fa5e4e5ac11b8adaa2f0c5e9b1f009eeef6985f0951728f0c752
4
- data.tar.gz: e7e479c6a03fe39b15494fed070bc9aab13f7e680895d213c238133bec999f23
3
+ metadata.gz: a8dc4cf64d70e66442fca0d0425d61f100d70a9ac82d29abb76f9ac73e0953af
4
+ data.tar.gz: 7446555229826348a2dfd53d74e0d9ca65990016ebd3ce7f2e7618d853503103
5
5
  SHA512:
6
- metadata.gz: d655065e4c54583117f87795b841c6dd69b3fdb759524759ccbbcc4a01fbe3bb3b1061e464e60a81d5162aa28c63dddefb12b1aadd9883fd69525229519f55bd
7
- data.tar.gz: f94ef5176c511e537f3ad946b22e56c3757686e224d584d8fd0433ea51728cddc405cff7d9d868462b393e571251fc33458ab824ef549578a5947d5cbd8a747c
6
+ metadata.gz: 849584164bd45ecd72e44468326db4055b342bb0a5222d99eb02bc90a01e5d6245f466137b66a6221d7840677c6589e0560f4f37123c74f842bdb2a666d4d508
7
+ data.tar.gz: 72eeb14c206bac149bd189e6e16c7704c2135a4f9d88c1442c4fc57f9fea39aab332a4e46105f1156d8f0838cb6cde653947833cdf0ac58c9e196a133181a8a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2025-01-02)
5
+ ------------------
6
+
7
+ * Feature - AWS Elemental MediaConnect now supports Content Quality Analysis for enhanced source stream monitoring. This enables you to track specific audio and video metrics in transport stream source flows, ensuring your content meets quality standards.
8
+
9
+ 1.73.0 (2024-12-13)
10
+ ------------------
11
+
12
+ * Feature - AWS Elemental MediaConnect Gateway now supports Source Specific Multicast (SSM) for ingress bridges. This enables you to specify a source IP address in addition to a multicast IP when creating or updating an ingress bridge source.
13
+
4
14
  1.72.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.74.0
@@ -527,6 +527,9 @@ module Aws::MediaConnect
527
527
  # },
528
528
  # network_source: {
529
529
  # multicast_ip: "__string", # required
530
+ # multicast_source_settings: {
531
+ # multicast_source_ip: "__string",
532
+ # },
530
533
  # name: "__string", # required
531
534
  # network_name: "__string", # required
532
535
  # port: 1, # required
@@ -545,6 +548,7 @@ module Aws::MediaConnect
545
548
  # resp.sources[0].flow_source.name #=> String
546
549
  # resp.sources[0].flow_source.output_arn #=> String
547
550
  # resp.sources[0].network_source.multicast_ip #=> String
551
+ # resp.sources[0].network_source.multicast_source_settings.multicast_source_ip #=> String
548
552
  # resp.sources[0].network_source.name #=> String
549
553
  # resp.sources[0].network_source.network_name #=> String
550
554
  # resp.sources[0].network_source.port #=> Integer
@@ -1010,6 +1014,9 @@ module Aws::MediaConnect
1010
1014
  # },
1011
1015
  # network_source: {
1012
1016
  # multicast_ip: "__string", # required
1017
+ # multicast_source_settings: {
1018
+ # multicast_source_ip: "__string",
1019
+ # },
1013
1020
  # name: "__string", # required
1014
1021
  # network_name: "__string", # required
1015
1022
  # port: 1, # required
@@ -1054,6 +1061,7 @@ module Aws::MediaConnect
1054
1061
  # resp.bridge.sources[0].flow_source.name #=> String
1055
1062
  # resp.bridge.sources[0].flow_source.output_arn #=> String
1056
1063
  # resp.bridge.sources[0].network_source.multicast_ip #=> String
1064
+ # resp.bridge.sources[0].network_source.multicast_source_settings.multicast_source_ip #=> String
1057
1065
  # resp.bridge.sources[0].network_source.name #=> String
1058
1066
  # resp.bridge.sources[0].network_source.network_name #=> String
1059
1067
  # resp.bridge.sources[0].network_source.port #=> Integer
@@ -1330,6 +1338,27 @@ module Aws::MediaConnect
1330
1338
  # },
1331
1339
  # source_monitoring_config: {
1332
1340
  # thumbnail_state: "ENABLED", # accepts ENABLED, DISABLED
1341
+ # audio_monitoring_settings: [
1342
+ # {
1343
+ # silent_audio: {
1344
+ # state: "ENABLED", # accepts ENABLED, DISABLED
1345
+ # threshold_seconds: 1,
1346
+ # },
1347
+ # },
1348
+ # ],
1349
+ # content_quality_analysis_state: "ENABLED", # accepts ENABLED, DISABLED
1350
+ # video_monitoring_settings: [
1351
+ # {
1352
+ # black_frames: {
1353
+ # state: "ENABLED", # accepts ENABLED, DISABLED
1354
+ # threshold_seconds: 1,
1355
+ # },
1356
+ # frozen_frames: {
1357
+ # state: "ENABLED", # accepts ENABLED, DISABLED
1358
+ # threshold_seconds: 1,
1359
+ # },
1360
+ # },
1361
+ # ],
1333
1362
  # },
1334
1363
  # })
1335
1364
  #
@@ -1527,6 +1556,15 @@ module Aws::MediaConnect
1527
1556
  # resp.flow.maintenance.maintenance_scheduled_date #=> String
1528
1557
  # resp.flow.maintenance.maintenance_start_hour #=> String
1529
1558
  # resp.flow.source_monitoring_config.thumbnail_state #=> String, one of "ENABLED", "DISABLED"
1559
+ # resp.flow.source_monitoring_config.audio_monitoring_settings #=> Array
1560
+ # resp.flow.source_monitoring_config.audio_monitoring_settings[0].silent_audio.state #=> String, one of "ENABLED", "DISABLED"
1561
+ # resp.flow.source_monitoring_config.audio_monitoring_settings[0].silent_audio.threshold_seconds #=> Integer
1562
+ # resp.flow.source_monitoring_config.content_quality_analysis_state #=> String, one of "ENABLED", "DISABLED"
1563
+ # resp.flow.source_monitoring_config.video_monitoring_settings #=> Array
1564
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].black_frames.state #=> String, one of "ENABLED", "DISABLED"
1565
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].black_frames.threshold_seconds #=> Integer
1566
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.state #=> String, one of "ENABLED", "DISABLED"
1567
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.threshold_seconds #=> Integer
1530
1568
  #
1531
1569
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/CreateFlow AWS API Documentation
1532
1570
  #
@@ -1763,6 +1801,7 @@ module Aws::MediaConnect
1763
1801
  # resp.bridge.sources[0].flow_source.name #=> String
1764
1802
  # resp.bridge.sources[0].flow_source.output_arn #=> String
1765
1803
  # resp.bridge.sources[0].network_source.multicast_ip #=> String
1804
+ # resp.bridge.sources[0].network_source.multicast_source_settings.multicast_source_ip #=> String
1766
1805
  # resp.bridge.sources[0].network_source.name #=> String
1767
1806
  # resp.bridge.sources[0].network_source.network_name #=> String
1768
1807
  # resp.bridge.sources[0].network_source.port #=> Integer
@@ -1988,6 +2027,15 @@ module Aws::MediaConnect
1988
2027
  # resp.flow.maintenance.maintenance_scheduled_date #=> String
1989
2028
  # resp.flow.maintenance.maintenance_start_hour #=> String
1990
2029
  # resp.flow.source_monitoring_config.thumbnail_state #=> String, one of "ENABLED", "DISABLED"
2030
+ # resp.flow.source_monitoring_config.audio_monitoring_settings #=> Array
2031
+ # resp.flow.source_monitoring_config.audio_monitoring_settings[0].silent_audio.state #=> String, one of "ENABLED", "DISABLED"
2032
+ # resp.flow.source_monitoring_config.audio_monitoring_settings[0].silent_audio.threshold_seconds #=> Integer
2033
+ # resp.flow.source_monitoring_config.content_quality_analysis_state #=> String, one of "ENABLED", "DISABLED"
2034
+ # resp.flow.source_monitoring_config.video_monitoring_settings #=> Array
2035
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].black_frames.state #=> String, one of "ENABLED", "DISABLED"
2036
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].black_frames.threshold_seconds #=> Integer
2037
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.state #=> String, one of "ENABLED", "DISABLED"
2038
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.threshold_seconds #=> Integer
1991
2039
  # resp.messages.errors #=> Array
1992
2040
  # resp.messages.errors[0] #=> String
1993
2041
  #
@@ -3127,6 +3175,7 @@ module Aws::MediaConnect
3127
3175
  # resp.bridge.sources[0].flow_source.name #=> String
3128
3176
  # resp.bridge.sources[0].flow_source.output_arn #=> String
3129
3177
  # resp.bridge.sources[0].network_source.multicast_ip #=> String
3178
+ # resp.bridge.sources[0].network_source.multicast_source_settings.multicast_source_ip #=> String
3130
3179
  # resp.bridge.sources[0].network_source.name #=> String
3131
3180
  # resp.bridge.sources[0].network_source.network_name #=> String
3132
3181
  # resp.bridge.sources[0].network_source.port #=> Integer
@@ -3220,6 +3269,9 @@ module Aws::MediaConnect
3220
3269
  # },
3221
3270
  # network_source: {
3222
3271
  # multicast_ip: "__string",
3272
+ # multicast_source_settings: {
3273
+ # multicast_source_ip: "__string",
3274
+ # },
3223
3275
  # network_name: "__string",
3224
3276
  # port: 1,
3225
3277
  # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos, udp
@@ -3235,6 +3287,7 @@ module Aws::MediaConnect
3235
3287
  # resp.source.flow_source.name #=> String
3236
3288
  # resp.source.flow_source.output_arn #=> String
3237
3289
  # resp.source.network_source.multicast_ip #=> String
3290
+ # resp.source.network_source.multicast_source_settings.multicast_source_ip #=> String
3238
3291
  # resp.source.network_source.name #=> String
3239
3292
  # resp.source.network_source.network_name #=> String
3240
3293
  # resp.source.network_source.port #=> Integer
@@ -3317,6 +3370,27 @@ module Aws::MediaConnect
3317
3370
  # },
3318
3371
  # source_monitoring_config: {
3319
3372
  # thumbnail_state: "ENABLED", # accepts ENABLED, DISABLED
3373
+ # audio_monitoring_settings: [
3374
+ # {
3375
+ # silent_audio: {
3376
+ # state: "ENABLED", # accepts ENABLED, DISABLED
3377
+ # threshold_seconds: 1,
3378
+ # },
3379
+ # },
3380
+ # ],
3381
+ # content_quality_analysis_state: "ENABLED", # accepts ENABLED, DISABLED
3382
+ # video_monitoring_settings: [
3383
+ # {
3384
+ # black_frames: {
3385
+ # state: "ENABLED", # accepts ENABLED, DISABLED
3386
+ # threshold_seconds: 1,
3387
+ # },
3388
+ # frozen_frames: {
3389
+ # state: "ENABLED", # accepts ENABLED, DISABLED
3390
+ # threshold_seconds: 1,
3391
+ # },
3392
+ # },
3393
+ # ],
3320
3394
  # },
3321
3395
  # })
3322
3396
  #
@@ -3514,6 +3588,15 @@ module Aws::MediaConnect
3514
3588
  # resp.flow.maintenance.maintenance_scheduled_date #=> String
3515
3589
  # resp.flow.maintenance.maintenance_start_hour #=> String
3516
3590
  # resp.flow.source_monitoring_config.thumbnail_state #=> String, one of "ENABLED", "DISABLED"
3591
+ # resp.flow.source_monitoring_config.audio_monitoring_settings #=> Array
3592
+ # resp.flow.source_monitoring_config.audio_monitoring_settings[0].silent_audio.state #=> String, one of "ENABLED", "DISABLED"
3593
+ # resp.flow.source_monitoring_config.audio_monitoring_settings[0].silent_audio.threshold_seconds #=> Integer
3594
+ # resp.flow.source_monitoring_config.content_quality_analysis_state #=> String, one of "ENABLED", "DISABLED"
3595
+ # resp.flow.source_monitoring_config.video_monitoring_settings #=> Array
3596
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].black_frames.state #=> String, one of "ENABLED", "DISABLED"
3597
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].black_frames.threshold_seconds #=> Integer
3598
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.state #=> String, one of "ENABLED", "DISABLED"
3599
+ # resp.flow.source_monitoring_config.video_monitoring_settings[0].frozen_frames.threshold_seconds #=> Integer
3517
3600
  #
3518
3601
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlow AWS API Documentation
3519
3602
  #
@@ -4122,7 +4205,7 @@ module Aws::MediaConnect
4122
4205
  tracer: tracer
4123
4206
  )
4124
4207
  context[:gem_name] = 'aws-sdk-mediaconnect'
4125
- context[:gem_version] = '1.72.0'
4208
+ context[:gem_version] = '1.74.0'
4126
4209
  Seahorse::Client::Request.new(handlers, context)
4127
4210
  end
4128
4211
 
@@ -38,7 +38,9 @@ module Aws::MediaConnect
38
38
  AddMediaStreamRequest = Shapes::StructureShape.new(name: 'AddMediaStreamRequest')
39
39
  AddOutputRequest = Shapes::StructureShape.new(name: 'AddOutputRequest')
40
40
  Algorithm = Shapes::StringShape.new(name: 'Algorithm')
41
+ AudioMonitoringSetting = Shapes::StructureShape.new(name: 'AudioMonitoringSetting')
41
42
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
43
+ BlackFrames = Shapes::StructureShape.new(name: 'BlackFrames')
42
44
  Bridge = Shapes::StructureShape.new(name: 'Bridge')
43
45
  BridgeFlowOutput = Shapes::StructureShape.new(name: 'BridgeFlowOutput')
44
46
  BridgeFlowSource = Shapes::StructureShape.new(name: 'BridgeFlowSource')
@@ -51,6 +53,7 @@ module Aws::MediaConnect
51
53
  Colorimetry = Shapes::StringShape.new(name: 'Colorimetry')
52
54
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
53
55
  ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
56
+ ContentQualityAnalysisState = Shapes::StringShape.new(name: 'ContentQualityAnalysisState')
54
57
  CreateBridge420Exception = Shapes::StructureShape.new(name: 'CreateBridge420Exception')
55
58
  CreateBridgeRequest = Shapes::StructureShape.new(name: 'CreateBridgeRequest')
56
59
  CreateBridgeResponse = Shapes::StructureShape.new(name: 'CreateBridgeResponse')
@@ -103,6 +106,7 @@ module Aws::MediaConnect
103
106
  FmtpRequest = Shapes::StructureShape.new(name: 'FmtpRequest')
104
107
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
105
108
  FrameResolution = Shapes::StructureShape.new(name: 'FrameResolution')
109
+ FrozenFrames = Shapes::StructureShape.new(name: 'FrozenFrames')
106
110
  Gateway = Shapes::StructureShape.new(name: 'Gateway')
107
111
  GatewayBridgeSource = Shapes::StructureShape.new(name: 'GatewayBridgeSource')
108
112
  GatewayInstance = Shapes::StructureShape.new(name: 'GatewayInstance')
@@ -155,6 +159,7 @@ module Aws::MediaConnect
155
159
  MessageDetail = Shapes::StructureShape.new(name: 'MessageDetail')
156
160
  Messages = Shapes::StructureShape.new(name: 'Messages')
157
161
  MonitoringConfig = Shapes::StructureShape.new(name: 'MonitoringConfig')
162
+ MulticastSourceSettings = Shapes::StructureShape.new(name: 'MulticastSourceSettings')
158
163
  NetworkInterfaceType = Shapes::StringShape.new(name: 'NetworkInterfaceType')
159
164
  NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
160
165
  Offering = Shapes::StructureShape.new(name: 'Offering')
@@ -188,6 +193,7 @@ module Aws::MediaConnect
188
193
  ServiceUnavailableException = Shapes::StructureShape.new(name: 'ServiceUnavailableException')
189
194
  SetGatewayBridgeSourceRequest = Shapes::StructureShape.new(name: 'SetGatewayBridgeSourceRequest')
190
195
  SetSourceRequest = Shapes::StructureShape.new(name: 'SetSourceRequest')
196
+ SilentAudio = Shapes::StructureShape.new(name: 'SilentAudio')
191
197
  Source = Shapes::StructureShape.new(name: 'Source')
192
198
  SourcePriority = Shapes::StructureShape.new(name: 'SourcePriority')
193
199
  SourceType = Shapes::StringShape.new(name: 'SourceType')
@@ -236,6 +242,7 @@ module Aws::MediaConnect
236
242
  UpdateGatewayInstanceResponse = Shapes::StructureShape.new(name: 'UpdateGatewayInstanceResponse')
237
243
  UpdateIngressGatewayBridgeRequest = Shapes::StructureShape.new(name: 'UpdateIngressGatewayBridgeRequest')
238
244
  UpdateMaintenance = Shapes::StructureShape.new(name: 'UpdateMaintenance')
245
+ VideoMonitoringSetting = Shapes::StructureShape.new(name: 'VideoMonitoringSetting')
239
246
  VpcInterface = Shapes::StructureShape.new(name: 'VpcInterface')
240
247
  VpcInterfaceAttachment = Shapes::StructureShape.new(name: 'VpcInterfaceAttachment')
241
248
  VpcInterfaceRequest = Shapes::StructureShape.new(name: 'VpcInterfaceRequest')
@@ -246,6 +253,7 @@ module Aws::MediaConnect
246
253
  __listOfAddBridgeSourceRequest = Shapes::ListShape.new(name: '__listOfAddBridgeSourceRequest')
247
254
  __listOfAddMediaStreamRequest = Shapes::ListShape.new(name: '__listOfAddMediaStreamRequest')
248
255
  __listOfAddOutputRequest = Shapes::ListShape.new(name: '__listOfAddOutputRequest')
256
+ __listOfAudioMonitoringSetting = Shapes::ListShape.new(name: '__listOfAudioMonitoringSetting')
249
257
  __listOfBridgeOutput = Shapes::ListShape.new(name: '__listOfBridgeOutput')
250
258
  __listOfBridgeSource = Shapes::ListShape.new(name: '__listOfBridgeSource')
251
259
  __listOfDestinationConfiguration = Shapes::ListShape.new(name: '__listOfDestinationConfiguration')
@@ -273,6 +281,7 @@ module Aws::MediaConnect
273
281
  __listOfSource = Shapes::ListShape.new(name: '__listOfSource')
274
282
  __listOfTransportStream = Shapes::ListShape.new(name: '__listOfTransportStream')
275
283
  __listOfTransportStreamProgram = Shapes::ListShape.new(name: '__listOfTransportStreamProgram')
284
+ __listOfVideoMonitoringSetting = Shapes::ListShape.new(name: '__listOfVideoMonitoringSetting')
276
285
  __listOfVpcInterface = Shapes::ListShape.new(name: '__listOfVpcInterface')
277
286
  __listOfVpcInterfaceRequest = Shapes::ListShape.new(name: '__listOfVpcInterfaceRequest')
278
287
  __listOf__integer = Shapes::ListShape.new(name: '__listOf__integer')
@@ -297,6 +306,7 @@ module Aws::MediaConnect
297
306
  AddBridgeNetworkOutputRequest.struct_class = Types::AddBridgeNetworkOutputRequest
298
307
 
299
308
  AddBridgeNetworkSourceRequest.add_member(:multicast_ip, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "multicastIp"))
309
+ AddBridgeNetworkSourceRequest.add_member(:multicast_source_settings, Shapes::ShapeRef.new(shape: MulticastSourceSettings, location_name: "multicastSourceSettings"))
300
310
  AddBridgeNetworkSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
301
311
  AddBridgeNetworkSourceRequest.add_member(:network_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "networkName"))
302
312
  AddBridgeNetworkSourceRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "port"))
@@ -399,9 +409,16 @@ module Aws::MediaConnect
399
409
  AddOutputRequest.add_member(:output_status, Shapes::ShapeRef.new(shape: OutputStatus, location_name: "outputStatus"))
400
410
  AddOutputRequest.struct_class = Types::AddOutputRequest
401
411
 
412
+ AudioMonitoringSetting.add_member(:silent_audio, Shapes::ShapeRef.new(shape: SilentAudio, location_name: "silentAudio"))
413
+ AudioMonitoringSetting.struct_class = Types::AudioMonitoringSetting
414
+
402
415
  BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "message"))
403
416
  BadRequestException.struct_class = Types::BadRequestException
404
417
 
418
+ BlackFrames.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
419
+ BlackFrames.add_member(:threshold_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "thresholdSeconds"))
420
+ BlackFrames.struct_class = Types::BlackFrames
421
+
405
422
  Bridge.add_member(:bridge_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "bridgeArn"))
406
423
  Bridge.add_member(:bridge_messages, Shapes::ShapeRef.new(shape: __listOfMessageDetail, location_name: "bridgeMessages"))
407
424
  Bridge.add_member(:bridge_state, Shapes::ShapeRef.new(shape: BridgeState, required: true, location_name: "bridgeState"))
@@ -434,6 +451,7 @@ module Aws::MediaConnect
434
451
  BridgeNetworkOutput.struct_class = Types::BridgeNetworkOutput
435
452
 
436
453
  BridgeNetworkSource.add_member(:multicast_ip, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "multicastIp"))
454
+ BridgeNetworkSource.add_member(:multicast_source_settings, Shapes::ShapeRef.new(shape: MulticastSourceSettings, location_name: "multicastSourceSettings"))
437
455
  BridgeNetworkSource.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
438
456
  BridgeNetworkSource.add_member(:network_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "networkName"))
439
457
  BridgeNetworkSource.add_member(:port, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "port"))
@@ -666,6 +684,10 @@ module Aws::MediaConnect
666
684
  FrameResolution.add_member(:frame_width, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "frameWidth"))
667
685
  FrameResolution.struct_class = Types::FrameResolution
668
686
 
687
+ FrozenFrames.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
688
+ FrozenFrames.add_member(:threshold_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "thresholdSeconds"))
689
+ FrozenFrames.struct_class = Types::FrozenFrames
690
+
669
691
  Gateway.add_member(:egress_cidr_blocks, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "egressCidrBlocks"))
670
692
  Gateway.add_member(:gateway_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "gatewayArn"))
671
693
  Gateway.add_member(:gateway_messages, Shapes::ShapeRef.new(shape: __listOfMessageDetail, location_name: "gatewayMessages"))
@@ -885,8 +907,14 @@ module Aws::MediaConnect
885
907
  Messages.struct_class = Types::Messages
886
908
 
887
909
  MonitoringConfig.add_member(:thumbnail_state, Shapes::ShapeRef.new(shape: ThumbnailState, location_name: "thumbnailState"))
910
+ MonitoringConfig.add_member(:audio_monitoring_settings, Shapes::ShapeRef.new(shape: __listOfAudioMonitoringSetting, location_name: "audioMonitoringSettings"))
911
+ MonitoringConfig.add_member(:content_quality_analysis_state, Shapes::ShapeRef.new(shape: ContentQualityAnalysisState, location_name: "contentQualityAnalysisState"))
912
+ MonitoringConfig.add_member(:video_monitoring_settings, Shapes::ShapeRef.new(shape: __listOfVideoMonitoringSetting, location_name: "videoMonitoringSettings"))
888
913
  MonitoringConfig.struct_class = Types::MonitoringConfig
889
914
 
915
+ MulticastSourceSettings.add_member(:multicast_source_ip, Shapes::ShapeRef.new(shape: __string, location_name: "multicastSourceIp"))
916
+ MulticastSourceSettings.struct_class = Types::MulticastSourceSettings
917
+
890
918
  NotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "message"))
891
919
  NotFoundException.struct_class = Types::NotFoundException
892
920
 
@@ -1033,6 +1061,10 @@ module Aws::MediaConnect
1033
1061
  SetSourceRequest.add_member(:gateway_bridge_source, Shapes::ShapeRef.new(shape: SetGatewayBridgeSourceRequest, location_name: "gatewayBridgeSource"))
1034
1062
  SetSourceRequest.struct_class = Types::SetSourceRequest
1035
1063
 
1064
+ SilentAudio.add_member(:state, Shapes::ShapeRef.new(shape: State, location_name: "state"))
1065
+ SilentAudio.add_member(:threshold_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "thresholdSeconds"))
1066
+ SilentAudio.struct_class = Types::SilentAudio
1067
+
1036
1068
  Source.add_member(:data_transfer_subscriber_fee_percent, Shapes::ShapeRef.new(shape: __integer, location_name: "dataTransferSubscriberFeePercent"))
1037
1069
  Source.add_member(:decryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "decryption"))
1038
1070
  Source.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
@@ -1132,6 +1164,7 @@ module Aws::MediaConnect
1132
1164
  UpdateBridgeNetworkOutputRequest.struct_class = Types::UpdateBridgeNetworkOutputRequest
1133
1165
 
1134
1166
  UpdateBridgeNetworkSourceRequest.add_member(:multicast_ip, Shapes::ShapeRef.new(shape: __string, location_name: "multicastIp"))
1167
+ UpdateBridgeNetworkSourceRequest.add_member(:multicast_source_settings, Shapes::ShapeRef.new(shape: MulticastSourceSettings, location_name: "multicastSourceSettings"))
1135
1168
  UpdateBridgeNetworkSourceRequest.add_member(:network_name, Shapes::ShapeRef.new(shape: __string, location_name: "networkName"))
1136
1169
  UpdateBridgeNetworkSourceRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
1137
1170
  UpdateBridgeNetworkSourceRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
@@ -1298,6 +1331,10 @@ module Aws::MediaConnect
1298
1331
  UpdateMaintenance.add_member(:maintenance_start_hour, Shapes::ShapeRef.new(shape: __string, location_name: "maintenanceStartHour"))
1299
1332
  UpdateMaintenance.struct_class = Types::UpdateMaintenance
1300
1333
 
1334
+ VideoMonitoringSetting.add_member(:black_frames, Shapes::ShapeRef.new(shape: BlackFrames, location_name: "blackFrames"))
1335
+ VideoMonitoringSetting.add_member(:frozen_frames, Shapes::ShapeRef.new(shape: FrozenFrames, location_name: "frozenFrames"))
1336
+ VideoMonitoringSetting.struct_class = Types::VideoMonitoringSetting
1337
+
1301
1338
  VpcInterface.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
1302
1339
  VpcInterface.add_member(:network_interface_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "networkInterfaceIds"))
1303
1340
  VpcInterface.add_member(:network_interface_type, Shapes::ShapeRef.new(shape: NetworkInterfaceType, required: true, location_name: "networkInterfaceType"))
@@ -1324,6 +1361,8 @@ module Aws::MediaConnect
1324
1361
 
1325
1362
  __listOfAddOutputRequest.member = Shapes::ShapeRef.new(shape: AddOutputRequest)
1326
1363
 
1364
+ __listOfAudioMonitoringSetting.member = Shapes::ShapeRef.new(shape: AudioMonitoringSetting)
1365
+
1327
1366
  __listOfBridgeOutput.member = Shapes::ShapeRef.new(shape: BridgeOutput)
1328
1367
 
1329
1368
  __listOfBridgeSource.member = Shapes::ShapeRef.new(shape: BridgeSource)
@@ -1378,6 +1417,8 @@ module Aws::MediaConnect
1378
1417
 
1379
1418
  __listOfTransportStreamProgram.member = Shapes::ShapeRef.new(shape: TransportStreamProgram)
1380
1419
 
1420
+ __listOfVideoMonitoringSetting.member = Shapes::ShapeRef.new(shape: VideoMonitoringSetting)
1421
+
1381
1422
  __listOfVpcInterface.member = Shapes::ShapeRef.new(shape: VpcInterface)
1382
1423
 
1383
1424
  __listOfVpcInterfaceRequest.member = Shapes::ShapeRef.new(shape: VpcInterfaceRequest)
@@ -82,6 +82,10 @@ module Aws::MediaConnect
82
82
  # The network source multicast IP.
83
83
  # @return [String]
84
84
  #
85
+ # @!attribute [rw] multicast_source_settings
86
+ # The IP address of the source for source-specific multicast (SSM).
87
+ # @return [Types::MulticastSourceSettings]
88
+ #
85
89
  # @!attribute [rw] name
86
90
  # The name of the network source. This name is used to reference the
87
91
  # source and must be unique among sources in this bridge.
@@ -103,6 +107,7 @@ module Aws::MediaConnect
103
107
  #
104
108
  class AddBridgeNetworkSourceRequest < Struct.new(
105
109
  :multicast_ip,
110
+ :multicast_source_settings,
106
111
  :name,
107
112
  :network_name,
108
113
  :port,
@@ -594,6 +599,20 @@ module Aws::MediaConnect
594
599
  include Aws::Structure
595
600
  end
596
601
 
602
+ # Specifies the configuration for audio stream metrics monitoring.
603
+ #
604
+ # @!attribute [rw] silent_audio
605
+ # Detects periods of silence.
606
+ # @return [Types::SilentAudio]
607
+ #
608
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AudioMonitoringSetting AWS API Documentation
609
+ #
610
+ class AudioMonitoringSetting < Struct.new(
611
+ :silent_audio)
612
+ SENSITIVE = []
613
+ include Aws::Structure
614
+ end
615
+
597
616
  # Exception raised by AWS Elemental MediaConnect. See the error message
598
617
  # and documentation for the operation for more information on the cause
599
618
  # of this exception.
@@ -609,6 +628,26 @@ module Aws::MediaConnect
609
628
  include Aws::Structure
610
629
  end
611
630
 
631
+ # Configures settings for the BlackFrames metric.
632
+ #
633
+ # @!attribute [rw] state
634
+ # Indicates whether the BlackFrames metric is enabled or disabled.
635
+ # @return [String]
636
+ #
637
+ # @!attribute [rw] threshold_seconds
638
+ # Specifies the number of consecutive seconds of black frames that
639
+ # triggers an event or alert.
640
+ # @return [Integer]
641
+ #
642
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/BlackFrames AWS API Documentation
643
+ #
644
+ class BlackFrames < Struct.new(
645
+ :state,
646
+ :threshold_seconds)
647
+ SENSITIVE = []
648
+ include Aws::Structure
649
+ end
650
+
612
651
  # A Bridge is the connection between your data center's Instances and
613
652
  # the AWS cloud. A bridge can be used to send video from the AWS cloud
614
653
  # to your data center or from your data center to the AWS cloud.
@@ -767,6 +806,10 @@ module Aws::MediaConnect
767
806
  # The network source multicast IP.
768
807
  # @return [String]
769
808
  #
809
+ # @!attribute [rw] multicast_source_settings
810
+ # The IP address of the source for source-specific multicast (SSM).
811
+ # @return [Types::MulticastSourceSettings]
812
+ #
770
813
  # @!attribute [rw] name
771
814
  # The name of the network source.
772
815
  # @return [String]
@@ -787,6 +830,7 @@ module Aws::MediaConnect
787
830
  #
788
831
  class BridgeNetworkSource < Struct.new(
789
832
  :multicast_ip,
833
+ :multicast_source_settings,
790
834
  :name,
791
835
  :network_name,
792
836
  :port,
@@ -1940,6 +1984,26 @@ module Aws::MediaConnect
1940
1984
  include Aws::Structure
1941
1985
  end
1942
1986
 
1987
+ # Configures settings for the FrozenFrames metric.
1988
+ #
1989
+ # @!attribute [rw] state
1990
+ # Indicates whether the FrozenFrames metric is enabled or disabled.
1991
+ # @return [String]
1992
+ #
1993
+ # @!attribute [rw] threshold_seconds
1994
+ # Specifies the number of consecutive seconds of a static image that
1995
+ # triggers an event or alert.
1996
+ # @return [Integer]
1997
+ #
1998
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/FrozenFrames AWS API Documentation
1999
+ #
2000
+ class FrozenFrames < Struct.new(
2001
+ :state,
2002
+ :threshold_seconds)
2003
+ SENSITIVE = []
2004
+ include Aws::Structure
2005
+ end
2006
+
1943
2007
  # The settings for a gateway, including its networks.
1944
2008
  #
1945
2009
  # @!attribute [rw] egress_cidr_blocks
@@ -3087,10 +3151,38 @@ module Aws::MediaConnect
3087
3151
  # The state of thumbnail monitoring.
3088
3152
  # @return [String]
3089
3153
  #
3154
+ # @!attribute [rw] audio_monitoring_settings
3155
+ # Contains the settings for audio stream metrics monitoring.
3156
+ # @return [Array<Types::AudioMonitoringSetting>]
3157
+ #
3158
+ # @!attribute [rw] content_quality_analysis_state
3159
+ # Indicates whether content quality analysis is enabled or disabled.
3160
+ # @return [String]
3161
+ #
3162
+ # @!attribute [rw] video_monitoring_settings
3163
+ # Contains the settings for video stream metrics monitoring.
3164
+ # @return [Array<Types::VideoMonitoringSetting>]
3165
+ #
3090
3166
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/MonitoringConfig AWS API Documentation
3091
3167
  #
3092
3168
  class MonitoringConfig < Struct.new(
3093
- :thumbnail_state)
3169
+ :thumbnail_state,
3170
+ :audio_monitoring_settings,
3171
+ :content_quality_analysis_state,
3172
+ :video_monitoring_settings)
3173
+ SENSITIVE = []
3174
+ include Aws::Structure
3175
+ end
3176
+
3177
+ # The settings related to the multicast source.
3178
+ #
3179
+ # @!attribute [rw] multicast_source_ip
3180
+ # @return [String]
3181
+ #
3182
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/MulticastSourceSettings AWS API Documentation
3183
+ #
3184
+ class MulticastSourceSettings < Struct.new(
3185
+ :multicast_source_ip)
3094
3186
  SENSITIVE = []
3095
3187
  include Aws::Structure
3096
3188
  end
@@ -3856,6 +3948,26 @@ module Aws::MediaConnect
3856
3948
  include Aws::Structure
3857
3949
  end
3858
3950
 
3951
+ # Configures settings for the SilentAudio metric.
3952
+ #
3953
+ # @!attribute [rw] state
3954
+ # Indicates whether the SilentAudio metric is enabled or disabled.
3955
+ # @return [String]
3956
+ #
3957
+ # @!attribute [rw] threshold_seconds
3958
+ # Specifies the number of consecutive seconds of silence that triggers
3959
+ # an event or alert.
3960
+ # @return [Integer]
3961
+ #
3962
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/SilentAudio AWS API Documentation
3963
+ #
3964
+ class SilentAudio < Struct.new(
3965
+ :state,
3966
+ :threshold_seconds)
3967
+ SENSITIVE = []
3968
+ include Aws::Structure
3969
+ end
3970
+
3859
3971
  # The settings for the source of the flow.
3860
3972
  #
3861
3973
  # @!attribute [rw] data_transfer_subscriber_fee_percent
@@ -4369,6 +4481,10 @@ module Aws::MediaConnect
4369
4481
  # The network source multicast IP.
4370
4482
  # @return [String]
4371
4483
  #
4484
+ # @!attribute [rw] multicast_source_settings
4485
+ # The IP address of the source for source-specific multicast (SSM).
4486
+ # @return [Types::MulticastSourceSettings]
4487
+ #
4372
4488
  # @!attribute [rw] network_name
4373
4489
  # The network source's gateway network name.
4374
4490
  # @return [String]
@@ -4385,6 +4501,7 @@ module Aws::MediaConnect
4385
4501
  #
4386
4502
  class UpdateBridgeNetworkSourceRequest < Struct.new(
4387
4503
  :multicast_ip,
4504
+ :multicast_source_settings,
4388
4505
  :network_name,
4389
4506
  :port,
4390
4507
  :protocol)
@@ -5243,6 +5360,25 @@ module Aws::MediaConnect
5243
5360
  include Aws::Structure
5244
5361
  end
5245
5362
 
5363
+ # Specifies the configuration for video stream metrics monitoring.
5364
+ #
5365
+ # @!attribute [rw] black_frames
5366
+ # Detects video frames that are black.
5367
+ # @return [Types::BlackFrames]
5368
+ #
5369
+ # @!attribute [rw] frozen_frames
5370
+ # Detects video frames that have not changed.
5371
+ # @return [Types::FrozenFrames]
5372
+ #
5373
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/VideoMonitoringSetting AWS API Documentation
5374
+ #
5375
+ class VideoMonitoringSetting < Struct.new(
5376
+ :black_frames,
5377
+ :frozen_frames)
5378
+ SENSITIVE = []
5379
+ include Aws::Structure
5380
+ end
5381
+
5246
5382
  # The settings for a VPC Source.
5247
5383
  #
5248
5384
  # @!attribute [rw] name
@@ -55,7 +55,7 @@ module Aws::MediaConnect
55
55
  autoload :EndpointProvider, 'aws-sdk-mediaconnect/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-mediaconnect/endpoints'
57
57
 
58
- GEM_VERSION = '1.72.0'
58
+ GEM_VERSION = '1.74.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -117,6 +117,9 @@ module Aws
117
117
  }?,
118
118
  network_source: {
119
119
  multicast_ip: ::String,
120
+ multicast_source_settings: {
121
+ multicast_source_ip: ::String?
122
+ }?,
120
123
  name: ::String,
121
124
  network_name: ::String,
122
125
  port: ::Integer,
@@ -349,6 +352,9 @@ module Aws
349
352
  }?,
350
353
  network_source: {
351
354
  multicast_ip: ::String,
355
+ multicast_source_settings: {
356
+ multicast_source_ip: ::String?
357
+ }?,
352
358
  name: ::String,
353
359
  network_name: ::String,
354
360
  port: ::Integer,
@@ -581,7 +587,28 @@ module Aws
581
587
  maintenance_start_hour: ::String
582
588
  },
583
589
  ?source_monitoring_config: {
584
- thumbnail_state: ("ENABLED" | "DISABLED")?
590
+ thumbnail_state: ("ENABLED" | "DISABLED")?,
591
+ audio_monitoring_settings: Array[
592
+ {
593
+ silent_audio: {
594
+ state: ("ENABLED" | "DISABLED")?,
595
+ threshold_seconds: ::Integer?
596
+ }?
597
+ },
598
+ ]?,
599
+ content_quality_analysis_state: ("ENABLED" | "DISABLED")?,
600
+ video_monitoring_settings: Array[
601
+ {
602
+ black_frames: {
603
+ state: ("ENABLED" | "DISABLED")?,
604
+ threshold_seconds: ::Integer?
605
+ }?,
606
+ frozen_frames: {
607
+ state: ("ENABLED" | "DISABLED")?,
608
+ threshold_seconds: ::Integer?
609
+ }?
610
+ },
611
+ ]?
585
612
  }
586
613
  ) -> _CreateFlowResponseSuccess
587
614
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFlowResponseSuccess
@@ -1050,6 +1077,9 @@ module Aws
1050
1077
  },
1051
1078
  ?network_source: {
1052
1079
  multicast_ip: ::String?,
1080
+ multicast_source_settings: {
1081
+ multicast_source_ip: ::String?
1082
+ }?,
1053
1083
  network_name: ::String?,
1054
1084
  port: ::Integer?,
1055
1085
  protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?
@@ -1091,7 +1121,28 @@ module Aws
1091
1121
  maintenance_start_hour: ::String?
1092
1122
  },
1093
1123
  ?source_monitoring_config: {
1094
- thumbnail_state: ("ENABLED" | "DISABLED")?
1124
+ thumbnail_state: ("ENABLED" | "DISABLED")?,
1125
+ audio_monitoring_settings: Array[
1126
+ {
1127
+ silent_audio: {
1128
+ state: ("ENABLED" | "DISABLED")?,
1129
+ threshold_seconds: ::Integer?
1130
+ }?
1131
+ },
1132
+ ]?,
1133
+ content_quality_analysis_state: ("ENABLED" | "DISABLED")?,
1134
+ video_monitoring_settings: Array[
1135
+ {
1136
+ black_frames: {
1137
+ state: ("ENABLED" | "DISABLED")?,
1138
+ threshold_seconds: ::Integer?
1139
+ }?,
1140
+ frozen_frames: {
1141
+ state: ("ENABLED" | "DISABLED")?,
1142
+ threshold_seconds: ::Integer?
1143
+ }?
1144
+ },
1145
+ ]?
1095
1146
  }
1096
1147
  ) -> _UpdateFlowResponseSuccess
1097
1148
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowResponseSuccess
data/sig/types.rbs CHANGED
@@ -27,6 +27,7 @@ module Aws::MediaConnect
27
27
 
28
28
  class AddBridgeNetworkSourceRequest
29
29
  attr_accessor multicast_ip: ::String
30
+ attr_accessor multicast_source_settings: Types::MulticastSourceSettings
30
31
  attr_accessor name: ::String
31
32
  attr_accessor network_name: ::String
32
33
  attr_accessor port: ::Integer
@@ -170,11 +171,22 @@ module Aws::MediaConnect
170
171
  SENSITIVE: []
171
172
  end
172
173
 
174
+ class AudioMonitoringSetting
175
+ attr_accessor silent_audio: Types::SilentAudio
176
+ SENSITIVE: []
177
+ end
178
+
173
179
  class BadRequestException
174
180
  attr_accessor message: ::String
175
181
  SENSITIVE: []
176
182
  end
177
183
 
184
+ class BlackFrames
185
+ attr_accessor state: ("ENABLED" | "DISABLED")
186
+ attr_accessor threshold_seconds: ::Integer
187
+ SENSITIVE: []
188
+ end
189
+
178
190
  class Bridge
179
191
  attr_accessor bridge_arn: ::String
180
192
  attr_accessor bridge_messages: ::Array[Types::MessageDetail]
@@ -216,6 +228,7 @@ module Aws::MediaConnect
216
228
 
217
229
  class BridgeNetworkSource
218
230
  attr_accessor multicast_ip: ::String
231
+ attr_accessor multicast_source_settings: Types::MulticastSourceSettings
219
232
  attr_accessor name: ::String
220
233
  attr_accessor network_name: ::String
221
234
  attr_accessor port: ::Integer
@@ -547,6 +560,12 @@ module Aws::MediaConnect
547
560
  SENSITIVE: []
548
561
  end
549
562
 
563
+ class FrozenFrames
564
+ attr_accessor state: ("ENABLED" | "DISABLED")
565
+ attr_accessor threshold_seconds: ::Integer
566
+ SENSITIVE: []
567
+ end
568
+
550
569
  class Gateway
551
570
  attr_accessor egress_cidr_blocks: ::Array[::String]
552
571
  attr_accessor gateway_arn: ::String
@@ -857,6 +876,14 @@ module Aws::MediaConnect
857
876
 
858
877
  class MonitoringConfig
859
878
  attr_accessor thumbnail_state: ("ENABLED" | "DISABLED")
879
+ attr_accessor audio_monitoring_settings: ::Array[Types::AudioMonitoringSetting]
880
+ attr_accessor content_quality_analysis_state: ("ENABLED" | "DISABLED")
881
+ attr_accessor video_monitoring_settings: ::Array[Types::VideoMonitoringSetting]
882
+ SENSITIVE: []
883
+ end
884
+
885
+ class MulticastSourceSettings
886
+ attr_accessor multicast_source_ip: ::String
860
887
  SENSITIVE: []
861
888
  end
862
889
 
@@ -1056,6 +1083,12 @@ module Aws::MediaConnect
1056
1083
  SENSITIVE: []
1057
1084
  end
1058
1085
 
1086
+ class SilentAudio
1087
+ attr_accessor state: ("ENABLED" | "DISABLED")
1088
+ attr_accessor threshold_seconds: ::Integer
1089
+ SENSITIVE: []
1090
+ end
1091
+
1059
1092
  class Source
1060
1093
  attr_accessor data_transfer_subscriber_fee_percent: ::Integer
1061
1094
  attr_accessor decryption: Types::Encryption
@@ -1188,6 +1221,7 @@ module Aws::MediaConnect
1188
1221
 
1189
1222
  class UpdateBridgeNetworkSourceRequest
1190
1223
  attr_accessor multicast_ip: ::String
1224
+ attr_accessor multicast_source_settings: Types::MulticastSourceSettings
1191
1225
  attr_accessor network_name: ::String
1192
1226
  attr_accessor port: ::Integer
1193
1227
  attr_accessor protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
@@ -1407,6 +1441,12 @@ module Aws::MediaConnect
1407
1441
  SENSITIVE: []
1408
1442
  end
1409
1443
 
1444
+ class VideoMonitoringSetting
1445
+ attr_accessor black_frames: Types::BlackFrames
1446
+ attr_accessor frozen_frames: Types::FrozenFrames
1447
+ SENSITIVE: []
1448
+ end
1449
+
1410
1450
  class VpcInterface
1411
1451
  attr_accessor name: ::String
1412
1452
  attr_accessor network_interface_ids: ::Array[::String]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.72.0
4
+ version: 1.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2025-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core