|
51 | 51 | "RejectInputDeviceTransfer": "Reject the transfer of the specified input device to your AWS account.",
|
52 | 52 | "UpdateAccountConfiguration": "Update account configuration",
|
53 | 53 | "StartChannel": "Starts an existing channel",
|
| 54 | + "StartInputDevice": "Start an input device that is attached to a MediaConnect flow. (There is no need to start a device that is attached to a MediaLive input; MediaLive starts the device when the channel starts.)", |
54 | 55 | "StartInputDeviceMaintenanceWindow": "Start a maintenance window for the specified input device. Starting a maintenance window will give the device up to two hours to install software. If the device was streaming prior to the maintenance, it will resume streaming when the software is fully installed. Devices automatically install updates while they are powered on and their MediaLive channels are stopped. A maintenance window allows you to update a device without having to stop MediaLive channels that use the device. The device must remain powered on and connected to the internet for the duration of the maintenance.",
|
55 | 56 | "StartMultiplex": "Start (run) the multiplex. Starting the multiplex does not start the channels. You must explicitly start each channel.",
|
56 | 57 | "StopChannel": "Stops a running channel",
|
| 58 | + "StopInputDevice": "Stop an input device that is attached to a MediaConnect flow. (There is no need to stop a device that is attached to a MediaLive input; MediaLive automatically stops the device when the channel stops.)", |
57 | 59 | "StopMultiplex": "Stops a running multiplex. If the multiplex isn't running, this action has no effect.",
|
58 | 60 | "TransferInputDevice": "Start an input device transfer to another AWS account. After you make the request, the other account must accept or reject the transfer.",
|
59 | 61 | "UpdateChannel": "Updates a channel.",
|
|
1783 | 1785 | "InputDeviceUhdSettings$ActiveInput": "If you specified Auto as the configured input, specifies which of the sources is currently active (SDI or HDMI)."
|
1784 | 1786 | }
|
1785 | 1787 | },
|
| 1788 | + "InputDeviceCodec": { |
| 1789 | + "base": "The codec to use on the video that the device produces.", |
| 1790 | + "refs": { |
| 1791 | + "InputDeviceConfigurableSettings$Codec": "Choose the codec for the video that the device produces. Only UHD devices can specify this parameter.", |
| 1792 | + "InputDeviceUhdSettings$Codec": "The codec for the video that the device produces." |
| 1793 | + } |
| 1794 | + }, |
1786 | 1795 | "InputDeviceConfigurableSettings": {
|
1787 | 1796 | "base": "Configurable settings for the input device.",
|
1788 | 1797 | "refs": {
|
|
1823 | 1832 | "InputDeviceNetworkSettings$IpScheme": "Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address."
|
1824 | 1833 | }
|
1825 | 1834 | },
|
| 1835 | + "InputDeviceMediaConnectConfigurableSettings": { |
| 1836 | + "base": "Parameters required to attach a MediaConnect flow to the device.", |
| 1837 | + "refs": { |
| 1838 | + "InputDeviceConfigurableSettings$MediaconnectSettings": "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." |
| 1839 | + } |
| 1840 | + }, |
| 1841 | + "InputDeviceMediaConnectSettings": { |
| 1842 | + "base": "Information about the MediaConnect flow attached to the device.", |
| 1843 | + "refs": { |
| 1844 | + "InputDeviceUhdSettings$MediaconnectSettings": "Information about the MediaConnect flow attached to the device. Returned only if the outputType is MEDIACONNECT_FLOW." |
| 1845 | + } |
| 1846 | + }, |
1826 | 1847 | "InputDeviceNetworkSettings": {
|
1827 | 1848 | "base": "The network settings for the input device.",
|
1828 | 1849 | "refs": {
|
1829 | 1850 | "InputDevice$NetworkSettings": "The network settings for the input device.",
|
1830 | 1851 | "InputDeviceSummary$NetworkSettings": "Network settings for the input device."
|
1831 | 1852 | }
|
1832 | 1853 | },
|
| 1854 | + "InputDeviceOutputType": { |
| 1855 | + "base": "The output attachment type of the input device.", |
| 1856 | + "refs": { |
| 1857 | + "InputDevice$OutputType": "The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input.", |
| 1858 | + "InputDeviceSummary$OutputType": "The output attachment type of the input device. Specifies MEDIACONNECT_FLOW if this device is the source for a MediaConnect flow. Specifies MEDIALIVE_INPUT if this device is the source for a MediaLive input." |
| 1859 | + } |
| 1860 | + }, |
1833 | 1861 | "InputDeviceRequest": {
|
1834 | 1862 | "base": "Settings for an input device.",
|
1835 | 1863 | "refs": {
|
|
4519 | 4547 | "Input$AttachedChannels": "A list of channel IDs that that input is attached to (currently an input can only be attached to one channel).",
|
4520 | 4548 | "Input$InputPartnerIds": "A list of IDs for all Inputs which are partners of this one.",
|
4521 | 4549 | "Input$SecurityGroups": "A list of IDs for all the Input Security Groups attached to the input.",
|
| 4550 | + "InputDevice$MedialiveInputArns": "An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.", |
4522 | 4551 | "InputDeviceNetworkSettings$DnsAddresses": "The DNS addresses of the input device.",
|
| 4552 | + "InputDeviceSummary$MedialiveInputArns": "An array of the ARNs for the MediaLive inputs attached to the device. Returned only if the outputType is MEDIALIVE_INPUT.", |
4523 | 4553 | "InputPrepareScheduleActionSettings$UrlPath": "The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.",
|
4524 | 4554 | "InputSecurityGroup$Inputs": "The list of inputs currently using this Input Security Group.",
|
4525 | 4555 | "InputSwitchScheduleActionSettings$UrlPath": "The value for the variable portion of the URL for the dynamic input, for this instance of the input. Each time you use the same dynamic input in an input switch action, you can provide a different value, in order to connect the input to a different content source.",
|
|
4659 | 4689 | "InputDevice$Name": "A name that you specify for the input device.",
|
4660 | 4690 | "InputDevice$SerialNumber": "The unique serial number of the input device.",
|
4661 | 4691 | "InputDeviceConfigurationValidationError$Message": "The error message.",
|
| 4692 | + "InputDeviceMediaConnectConfigurableSettings$FlowArn": "The ARN of the MediaConnect flow to attach this device to.", |
| 4693 | + "InputDeviceMediaConnectConfigurableSettings$RoleArn": "The ARN for the role that MediaLive assumes to access the attached flow and secret. For more information about how to create this role, see the MediaLive user guide.", |
| 4694 | + "InputDeviceMediaConnectConfigurableSettings$SecretArn": "The ARN for the secret that holds the encryption key to encrypt the content output by the device.", |
| 4695 | + "InputDeviceMediaConnectConfigurableSettings$SourceName": "The name of the MediaConnect Flow source to stream to.", |
| 4696 | + "InputDeviceMediaConnectSettings$FlowArn": "The ARN of the MediaConnect flow.", |
| 4697 | + "InputDeviceMediaConnectSettings$RoleArn": "The ARN for the role that MediaLive assumes to access the attached flow and secret.", |
| 4698 | + "InputDeviceMediaConnectSettings$SecretArn": "The ARN of the secret used to encrypt the stream.", |
| 4699 | + "InputDeviceMediaConnectSettings$SourceName": "The name of the MediaConnect flow source.", |
4662 | 4700 | "InputDeviceNetworkSettings$Gateway": "The network gateway IP address.",
|
4663 | 4701 | "InputDeviceNetworkSettings$IpAddress": "The IP address of the input device.",
|
4664 | 4702 | "InputDeviceNetworkSettings$SubnetMask": "The subnet mask of the input device.",
|
|
0 commit comments