|
2751 | 2751 | "aes256"
|
2752 | 2752 | ]
|
2753 | 2753 | },
|
| 2754 | + "AudioMonitoringSetting": { |
| 2755 | + "type": "structure", |
| 2756 | + "members": { |
| 2757 | + "SilentAudio": { |
| 2758 | + "shape": "SilentAudio", |
| 2759 | + "locationName": "silentAudio", |
| 2760 | + "documentation": "Detects periods of silence." |
| 2761 | + } |
| 2762 | + }, |
| 2763 | + "documentation": "Specifies the configuration for audio stream metrics monitoring." |
| 2764 | + }, |
2754 | 2765 | "BadRequestException": {
|
2755 | 2766 | "type": "structure",
|
2756 | 2767 | "members": {
|
|
2769 | 2780 | "httpStatusCode": 400
|
2770 | 2781 | }
|
2771 | 2782 | },
|
| 2783 | + "BlackFrames": { |
| 2784 | + "type": "structure", |
| 2785 | + "members": { |
| 2786 | + "State": { |
| 2787 | + "shape": "State", |
| 2788 | + "locationName": "state", |
| 2789 | + "documentation": "Indicates whether the BlackFrames metric is enabled or disabled." |
| 2790 | + }, |
| 2791 | + "ThresholdSeconds": { |
| 2792 | + "shape": "__integer", |
| 2793 | + "locationName": "thresholdSeconds", |
| 2794 | + "documentation": "Specifies the number of consecutive seconds of black frames that triggers an event or alert." |
| 2795 | + } |
| 2796 | + }, |
| 2797 | + "documentation": "Configures settings for the BlackFrames metric." |
| 2798 | + }, |
2772 | 2799 | "Bridge": {
|
2773 | 2800 | "type": "structure",
|
2774 | 2801 | "members": {
|
|
3057 | 3084 | "DISCONNECTED"
|
3058 | 3085 | ]
|
3059 | 3086 | },
|
| 3087 | + "ContentQualityAnalysisState": { |
| 3088 | + "type": "string", |
| 3089 | + "enum": [ |
| 3090 | + "ENABLED", |
| 3091 | + "DISABLED" |
| 3092 | + ] |
| 3093 | + }, |
3060 | 3094 | "CreateBridge420Exception": {
|
3061 | 3095 | "type": "structure",
|
3062 | 3096 | "members": {
|
|
4082 | 4116 | "FrameHeight"
|
4083 | 4117 | ]
|
4084 | 4118 | },
|
| 4119 | + "FrozenFrames": { |
| 4120 | + "type": "structure", |
| 4121 | + "members": { |
| 4122 | + "State": { |
| 4123 | + "shape": "State", |
| 4124 | + "locationName": "state", |
| 4125 | + "documentation": "Indicates whether the FrozenFrames metric is enabled or disabled." |
| 4126 | + }, |
| 4127 | + "ThresholdSeconds": { |
| 4128 | + "shape": "__integer", |
| 4129 | + "locationName": "thresholdSeconds", |
| 4130 | + "documentation": "Specifies the number of consecutive seconds of a static image that triggers an event or alert." |
| 4131 | + } |
| 4132 | + }, |
| 4133 | + "documentation": "Configures settings for the FrozenFrames metric." |
| 4134 | + }, |
4085 | 4135 | "Gateway": {
|
4086 | 4136 | "type": "structure",
|
4087 | 4137 | "members": {
|
|
5175 | 5225 | "shape": "ThumbnailState",
|
5176 | 5226 | "locationName": "thumbnailState",
|
5177 | 5227 | "documentation": "The state of thumbnail monitoring."
|
| 5228 | + }, |
| 5229 | + "AudioMonitoringSettings": { |
| 5230 | + "shape": "__listOfAudioMonitoringSetting", |
| 5231 | + "locationName": "audioMonitoringSettings", |
| 5232 | + "documentation": "Contains the settings for audio stream metrics monitoring." |
| 5233 | + }, |
| 5234 | + "ContentQualityAnalysisState": { |
| 5235 | + "shape": "ContentQualityAnalysisState", |
| 5236 | + "locationName": "contentQualityAnalysisState", |
| 5237 | + "documentation": "Indicates whether content quality analysis is enabled or disabled." |
| 5238 | + }, |
| 5239 | + "VideoMonitoringSettings": { |
| 5240 | + "shape": "__listOfVideoMonitoringSetting", |
| 5241 | + "locationName": "videoMonitoringSettings", |
| 5242 | + "documentation": "Contains the settings for video stream metrics monitoring." |
5178 | 5243 | }
|
5179 | 5244 | },
|
5180 | 5245 | "documentation": "The settings for source monitoring."
|
|
5979 | 6044 | },
|
5980 | 6045 | "documentation": "The settings for the source of the flow."
|
5981 | 6046 | },
|
| 6047 | + "SilentAudio": { |
| 6048 | + "type": "structure", |
| 6049 | + "members": { |
| 6050 | + "State": { |
| 6051 | + "shape": "State", |
| 6052 | + "locationName": "state", |
| 6053 | + "documentation": "Indicates whether the SilentAudio metric is enabled or disabled." |
| 6054 | + }, |
| 6055 | + "ThresholdSeconds": { |
| 6056 | + "shape": "__integer", |
| 6057 | + "locationName": "thresholdSeconds", |
| 6058 | + "documentation": "Specifies the number of consecutive seconds of silence that triggers an event or alert." |
| 6059 | + } |
| 6060 | + }, |
| 6061 | + "documentation": "Configures settings for the SilentAudio metric." |
| 6062 | + }, |
5982 | 6063 | "Source": {
|
5983 | 6064 | "type": "structure",
|
5984 | 6065 | "members": {
|
|
7272 | 7353 | },
|
7273 | 7354 | "documentation": "Update maintenance setting for a flow"
|
7274 | 7355 | },
|
| 7356 | + "VideoMonitoringSetting": { |
| 7357 | + "type": "structure", |
| 7358 | + "members": { |
| 7359 | + "BlackFrames": { |
| 7360 | + "shape": "BlackFrames", |
| 7361 | + "locationName": "blackFrames", |
| 7362 | + "documentation": "Detects video frames that are black." |
| 7363 | + }, |
| 7364 | + "FrozenFrames": { |
| 7365 | + "shape": "FrozenFrames", |
| 7366 | + "locationName": "frozenFrames", |
| 7367 | + "documentation": "Detects video frames that have not changed." |
| 7368 | + } |
| 7369 | + }, |
| 7370 | + "documentation": "Specifies the configuration for video stream metrics monitoring." |
| 7371 | + }, |
7275 | 7372 | "VpcInterface": {
|
7276 | 7373 | "type": "structure",
|
7277 | 7374 | "members": {
|
|
7397 | 7494 | "shape": "AddOutputRequest"
|
7398 | 7495 | }
|
7399 | 7496 | },
|
| 7497 | + "__listOfAudioMonitoringSetting": { |
| 7498 | + "type": "list", |
| 7499 | + "member": { |
| 7500 | + "shape": "AudioMonitoringSetting" |
| 7501 | + } |
| 7502 | + }, |
7400 | 7503 | "__listOfBridgeOutput": {
|
7401 | 7504 | "type": "list",
|
7402 | 7505 | "member": {
|
|
7559 | 7662 | "shape": "TransportStreamProgram"
|
7560 | 7663 | }
|
7561 | 7664 | },
|
| 7665 | + "__listOfVideoMonitoringSetting": { |
| 7666 | + "type": "list", |
| 7667 | + "member": { |
| 7668 | + "shape": "VideoMonitoringSetting" |
| 7669 | + } |
| 7670 | + }, |
7562 | 7671 | "__listOfVpcInterface": {
|
7563 | 7672 | "type": "list",
|
7564 | 7673 | "member": {
|
|
0 commit comments