|
2572 | 2572 | "COMMON"
|
2573 | 2573 | ]
|
2574 | 2574 | },
|
| 2575 | + "AutomaticInputFailoverSettings": { |
| 2576 | + "type": "structure", |
| 2577 | + "members": { |
| 2578 | + "InputPreference": { |
| 2579 | + "shape": "InputPreference", |
| 2580 | + "locationName": "inputPreference", |
| 2581 | + "documentation": "Input preference when deciding which input to make active when a previously failed input has recovered." |
| 2582 | + }, |
| 2583 | + "SecondaryInputId": { |
| 2584 | + "shape": "__string", |
| 2585 | + "locationName": "secondaryInputId", |
| 2586 | + "documentation": "The input ID of the secondary input in the automatic input failover pair." |
| 2587 | + } |
| 2588 | + }, |
| 2589 | + "documentation": "The settings for Automatic Input Failover.", |
| 2590 | + "required": [ |
| 2591 | + "SecondaryInputId" |
| 2592 | + ] |
| 2593 | + }, |
2575 | 2594 | "AvailBlanking": {
|
2576 | 2595 | "type": "structure",
|
2577 | 2596 | "members": {
|
|
5727 | 5746 | "ENABLED"
|
5728 | 5747 | ]
|
5729 | 5748 | },
|
| 5749 | + "H264ForceFieldPictures": { |
| 5750 | + "type": "string", |
| 5751 | + "documentation": "H264 Force Field Pictures", |
| 5752 | + "enum": [ |
| 5753 | + "DISABLED", |
| 5754 | + "ENABLED" |
| 5755 | + ] |
| 5756 | + }, |
5730 | 5757 | "H264FramerateControl": {
|
5731 | 5758 | "type": "string",
|
5732 | 5759 | "documentation": "H264 Framerate Control",
|
|
5882 | 5909 | "locationName": "flickerAq",
|
5883 | 5910 | "documentation": "If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames."
|
5884 | 5911 | },
|
| 5912 | + "ForceFieldPictures": { |
| 5913 | + "shape": "H264ForceFieldPictures", |
| 5914 | + "locationName": "forceFieldPictures", |
| 5915 | + "documentation": "This setting applies only when scan type is \"interlaced.\" It controls whether coding is on a field basis or a frame basis. (When the video is progressive, the coding is always on a frame basis.)\nenabled: Always code on a field basis, so that odd and even sets of fields are coded separately.\ndisabled: Code the two sets of fields separately (on a field basis) or together (on a frame basis, using PAFF or MBAFF), depending on what is most appropriate for the content." |
| 5916 | + }, |
5885 | 5917 | "FramerateControl": {
|
5886 | 5918 | "shape": "H264FramerateControl",
|
5887 | 5919 | "locationName": "framerateControl",
|
|
7112 | 7144 | "InputAttachment": {
|
7113 | 7145 | "type": "structure",
|
7114 | 7146 | "members": {
|
| 7147 | + "AutomaticInputFailoverSettings": { |
| 7148 | + "shape": "AutomaticInputFailoverSettings", |
| 7149 | + "locationName": "automaticInputFailoverSettings", |
| 7150 | + "documentation": "User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input." |
| 7151 | + }, |
7115 | 7152 | "InputAttachmentName": {
|
7116 | 7153 | "shape": "__string",
|
7117 | 7154 | "locationName": "inputAttachmentName",
|
|
7373 | 7410 | "MAX_50_MBPS"
|
7374 | 7411 | ]
|
7375 | 7412 | },
|
| 7413 | + "InputPreference": { |
| 7414 | + "type": "string", |
| 7415 | + "documentation": "Input preference when deciding which input to make active when a previously failed input has recovered.\nIf \\\"EQUAL_INPUT_PREFERENCE\\\", then the active input will stay active as long as it is healthy.\nIf \\\"PRIMARY_INPUT_PREFERRED\\\", then always switch back to the primary input when it is healthy.\n", |
| 7416 | + "enum": [ |
| 7417 | + "EQUAL_INPUT_PREFERENCE", |
| 7418 | + "PRIMARY_INPUT_PREFERRED" |
| 7419 | + ] |
| 7420 | + }, |
7376 | 7421 | "InputResolution": {
|
7377 | 7422 | "type": "string",
|
7378 | 7423 | "documentation": "Input resolution based on lines of vertical resolution in the input; SD is less than 720 lines, HD is 720 to 1080 lines, UHD is greater than 1080 lines\n",
|
|
0 commit comments