AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-25 · Documentation low

File: cli/latest/reference/mediaconnect/batch-get-router-input.md

Summary

Added documentation for ContentQualityAnalysisConfiguration settings including black frame, frozen frame, and silent audio detection thresholds

Security assessment

The changes document quality monitoring features for media inputs. While useful for content integrity, they describe operational monitoring rather than security features or vulnerability mitigations.

Diff

diff --git a/cli/latest/reference/mediaconnect/batch-get-router-input.md b/cli/latest/reference/mediaconnect/batch-get-router-input.md
index 9f376edd1..e124f1f27 100644
--- a//cli/latest/reference/mediaconnect/batch-get-router-input.md
+++ b//cli/latest/reference/mediaconnect/batch-get-router-input.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.9 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
@@ -1243,0 +1244,100 @@ RouterInputs -> (list)
+>> 
+>> ContentQualityAnalysisType -> (string) [required]
+>>
+>>> The type of content quality analysis applied to the router input.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `CONTENT_LEVEL`
+>>> 
+
+>> 
+>> ContentQualityAnalysisConfiguration -> (tagged union structure) [required]
+>>
+>>> The content quality analysis configuration for the router input.
+>>> 
+>>> ### Note
+>>> 
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `ContentLevel`.
+>>> 
+>>> ContentLevel -> (structure)
+>>>
+>>>> The content quality analysis configuration.
+>>>> 
+>>>> BlackFrames -> (structure)
+>>>>
+>>>>> Settings for black frames detection.
+>>>>> 
+>>>>> State -> (string) [required]
+>>>>>
+>>>>>> Indicates whether black frames detection is enabled or disabled.
+>>>>>> 
+>>>>>> Possible values:
+>>>>>> 
+>>>>>>   * `ENABLED`
+>>>>>>   * `DISABLED`
+>>>>>> 
+
+>>>>> 
+>>>>> ThresholdSeconds -> (integer) [required]
+>>>>>
+>>>>>> The number of consecutive seconds of black frames that MediaConnect must detect before it reports an issue.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * min: `10`
+>>>>>>   * max: `60`
+>>>>>> 
+
+>>>> 
+>>>> FrozenFrames -> (structure)
+>>>>
+>>>>> Settings for frozen frames detection.
+>>>>> 
+>>>>> State -> (string) [required]
+>>>>>
+>>>>>> Indicates whether frozen frames detection is enabled or disabled.
+>>>>>> 
+>>>>>> Possible values:
+>>>>>> 
+>>>>>>   * `ENABLED`
+>>>>>>   * `DISABLED`
+>>>>>> 
+
+>>>>> 
+>>>>> ThresholdSeconds -> (integer) [required]
+>>>>>
+>>>>>> The number of consecutive seconds of a frozen frame that MediaConnect must detect before it reports an issue.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * min: `10`
+>>>>>>   * max: `60`
+>>>>>> 
+
+>>>> 
+>>>> SilentAudio -> (structure)
+>>>>
+>>>>> Settings for silent audio detection.
+>>>>> 
+>>>>> State -> (string) [required]
+>>>>>
+>>>>>> Indicates whether silent audio detection is enabled or disabled.
+>>>>>> 
+>>>>>> Possible values:
+>>>>>> 
+>>>>>>   * `ENABLED`
+>>>>>>   * `DISABLED`
+>>>>>> 
+
+>>>>> 
+>>>>> ThresholdSeconds -> (integer) [required]
+>>>>>
+>>>>>> The number of consecutive seconds of silence that MediaConnect must detect before it reports an issue.
+>>>>>> 
+>>>>>> Constraints:
+>>>>>> 
+>>>>>>   * min: `10`
+>>>>>>   * max: `60`
+>>>>>> 
+
@@ -1281 +1381 @@ Errors -> (list)
-  * [AWS CLI 2.35.9 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.11 Command Reference](../../index.html) »