AWS cli documentation change
Summary
Added documentation for ContentQualityAnalysisType and ContentQualityAnalysisConfiguration parameters in the RouterInput structure, including settings for black frames, frozen frames, and silent audio detection with state controls and threshold configurations.
Security assessment
The changes introduce content quality monitoring features (black frames, frozen frames, silent audio detection) which are operational monitoring capabilities rather than security features. There's no evidence of vulnerability fixes, security patches, or explicit security controls being added.
Diff
diff --git a/cli/latest/reference/mediaconnect/get-router-input.md b/cli/latest/reference/mediaconnect/get-router-input.md index 9e57fc654..02911df4c 100644 --- a//cli/latest/reference/mediaconnect/get-router-input.md +++ b//cli/latest/reference/mediaconnect/get-router-input.md @@ -15 +15 @@ - * [AWS CLI 2.35.9 Command Reference](../../index.html) » + * [AWS CLI 2.35.11 Command Reference](../../index.html) » @@ -1224,0 +1225,100 @@ RouterInput -> (structure) +> +> 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` +>>>>> + @@ -1236 +1336 @@ RouterInput -> (structure) - * [AWS CLI 2.35.9 Command Reference](../../index.html) » + * [AWS CLI 2.35.11 Command Reference](../../index.html) »