|
7688 | 7688 | "locationName": "captionDescriptions",
|
7689 | 7689 | "documentation": "Settings for caption decriptions"
|
7690 | 7690 | },
|
7691 |
| - "ColorCorrectionSettings": { |
7692 |
| - "shape": "ColorCorrectionSettings", |
7693 |
| - "locationName": "colorCorrectionSettings", |
7694 |
| - "documentation": "Color correction settings" |
7695 |
| - }, |
7696 | 7691 | "FeatureActivations": {
|
7697 | 7692 | "shape": "FeatureActivations",
|
7698 | 7693 | "locationName": "featureActivations",
|
|
7730 | 7725 | "shape": "ThumbnailConfiguration",
|
7731 | 7726 | "locationName": "thumbnailConfiguration",
|
7732 | 7727 | "documentation": "Thumbnail configuration settings."
|
| 7728 | + }, |
| 7729 | + "ColorCorrectionSettings": { |
| 7730 | + "shape": "ColorCorrectionSettings", |
| 7731 | + "locationName": "colorCorrectionSettings", |
| 7732 | + "documentation": "Color Correction Settings" |
7733 | 7733 | }
|
7734 | 7734 | },
|
7735 | 7735 | "documentation": "Encoder Settings",
|
|
10080 | 10080 | "shape": "InputDeviceMediaConnectConfigurableSettings",
|
10081 | 10081 | "locationName": "mediaconnectSettings",
|
10082 | 10082 | "documentation": "To attach this device to a MediaConnect flow, specify these parameters. To detach an existing flow, enter {} for the value of mediaconnectSettings. Only UHD devices can specify this parameter."
|
| 10083 | + }, |
| 10084 | + "AudioChannelPairs": { |
| 10085 | + "shape": "__listOfInputDeviceConfigurableAudioChannelPairConfig", |
| 10086 | + "locationName": "audioChannelPairs", |
| 10087 | + "documentation": "An array of eight audio configurations, one for each audio pair in the source. Set up each audio configuration either to exclude the pair, or to format it and include it in the output from the device. This parameter applies only to UHD devices, and only when the device is configured as the source for a MediaConnect flow. For an HD device, you configure the audio by setting up audio selectors in the channel configuration." |
10083 | 10088 | }
|
10084 | 10089 | },
|
10085 | 10090 | "documentation": "Configurable settings for the input device."
|
|
10465 | 10470 | "shape": "InputDeviceMediaConnectSettings",
|
10466 | 10471 | "locationName": "mediaconnectSettings",
|
10467 | 10472 | "documentation": "Information about the MediaConnect flow attached to the device. Returned only if the outputType is MEDIACONNECT_FLOW."
|
| 10473 | + }, |
| 10474 | + "AudioChannelPairs": { |
| 10475 | + "shape": "__listOfInputDeviceUhdAudioChannelPairConfig", |
| 10476 | + "locationName": "audioChannelPairs", |
| 10477 | + "documentation": "An array of eight audio configurations, one for each audio pair in the source. Each audio configuration specifies either to exclude the pair, or to format it and include it in the output from the UHD device. Applies only when the device is configured as the source for a MediaConnect flow." |
10468 | 10478 | }
|
10469 | 10479 | },
|
10470 | 10480 | "documentation": "Settings that describe the active source from the input device, and the video characteristics of that source."
|
|
17860 | 17870 | "__timestamp": {
|
17861 | 17871 | "type": "timestamp",
|
17862 | 17872 | "documentation": "Placeholder documentation for __timestamp"
|
| 17873 | + }, |
| 17874 | + "InputDeviceConfigurableAudioChannelPairConfig": { |
| 17875 | + "type": "structure", |
| 17876 | + "members": { |
| 17877 | + "Id": { |
| 17878 | + "shape": "__integer", |
| 17879 | + "locationName": "id", |
| 17880 | + "documentation": "The ID for one audio pair configuration, a value from 1 to 8." |
| 17881 | + }, |
| 17882 | + "Profile": { |
| 17883 | + "shape": "InputDeviceConfigurableAudioChannelPairProfile", |
| 17884 | + "locationName": "profile", |
| 17885 | + "documentation": "The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair." |
| 17886 | + } |
| 17887 | + }, |
| 17888 | + "documentation": "One audio configuration that specifies the format for one audio pair that the device produces as output." |
| 17889 | + }, |
| 17890 | + "InputDeviceConfigurableAudioChannelPairProfile": { |
| 17891 | + "type": "string", |
| 17892 | + "documentation": "Property of InputDeviceConfigurableAudioChannelPairConfig, which configures one audio channel that the device produces.", |
| 17893 | + "enum": [ |
| 17894 | + "DISABLED", |
| 17895 | + "VBR-AAC_HHE-16000", |
| 17896 | + "VBR-AAC_HE-64000", |
| 17897 | + "VBR-AAC_LC-128000", |
| 17898 | + "CBR-AAC_HQ-192000", |
| 17899 | + "CBR-AAC_HQ-256000", |
| 17900 | + "CBR-AAC_HQ-384000", |
| 17901 | + "CBR-AAC_HQ-512000" |
| 17902 | + ] |
| 17903 | + }, |
| 17904 | + "InputDeviceUhdAudioChannelPairConfig": { |
| 17905 | + "type": "structure", |
| 17906 | + "members": { |
| 17907 | + "Id": { |
| 17908 | + "shape": "__integer", |
| 17909 | + "locationName": "id", |
| 17910 | + "documentation": "The ID for one audio pair configuration, a value from 1 to 8." |
| 17911 | + }, |
| 17912 | + "Profile": { |
| 17913 | + "shape": "InputDeviceUhdAudioChannelPairProfile", |
| 17914 | + "locationName": "profile", |
| 17915 | + "documentation": "The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won't produce audio for this pair." |
| 17916 | + } |
| 17917 | + }, |
| 17918 | + "documentation": "One audio configuration that specifies the format for one audio pair that the device produces as output." |
| 17919 | + }, |
| 17920 | + "InputDeviceUhdAudioChannelPairProfile": { |
| 17921 | + "type": "string", |
| 17922 | + "documentation": "Property of InputDeviceUhdAudioChannelPairConfig, which describes one audio channel that the device is configured to produce.", |
| 17923 | + "enum": [ |
| 17924 | + "DISABLED", |
| 17925 | + "VBR-AAC_HHE-16000", |
| 17926 | + "VBR-AAC_HE-64000", |
| 17927 | + "VBR-AAC_LC-128000", |
| 17928 | + "CBR-AAC_HQ-192000", |
| 17929 | + "CBR-AAC_HQ-256000", |
| 17930 | + "CBR-AAC_HQ-384000", |
| 17931 | + "CBR-AAC_HQ-512000" |
| 17932 | + ] |
| 17933 | + }, |
| 17934 | + "__listOfInputDeviceConfigurableAudioChannelPairConfig": { |
| 17935 | + "type": "list", |
| 17936 | + "member": { |
| 17937 | + "shape": "InputDeviceConfigurableAudioChannelPairConfig" |
| 17938 | + }, |
| 17939 | + "documentation": "Placeholder documentation for __listOfInputDeviceConfigurableAudioChannelPairConfig" |
| 17940 | + }, |
| 17941 | + "__listOfInputDeviceUhdAudioChannelPairConfig": { |
| 17942 | + "type": "list", |
| 17943 | + "member": { |
| 17944 | + "shape": "InputDeviceUhdAudioChannelPairConfig" |
| 17945 | + }, |
| 17946 | + "documentation": "Placeholder documentation for __listOfInputDeviceUhdAudioChannelPairConfig" |
17863 | 17947 | }
|
17864 | 17948 | },
|
17865 | 17949 | "documentation": "API for AWS Elemental MediaLive"
|
|
0 commit comments