logo
pub struct UpdateInputDeviceResponse {
    pub arn: Option<String>,
    pub connection_state: Option<String>,
    pub device_settings_sync_state: Option<String>,
    pub device_update_status: Option<String>,
    pub hd_device_settings: Option<InputDeviceHdSettings>,
    pub id: Option<String>,
    pub mac_address: Option<String>,
    pub name: Option<String>,
    pub network_settings: Option<InputDeviceNetworkSettings>,
    pub serial_number: Option<String>,
    pub type_: Option<String>,
    pub uhd_device_settings: Option<InputDeviceUhdSettings>,
}
Expand description

Placeholder documentation for UpdateInputDeviceResponse

Fields

arn: Option<String>

The unique ARN of the input device.

connection_state: Option<String>

The state of the connection between the input device and AWS.

device_settings_sync_state: Option<String>

The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.

device_update_status: Option<String>

The status of software on the input device.

hd_device_settings: Option<InputDeviceHdSettings>

Settings that describe an input device that is type HD.

id: Option<String>

The unique ID of the input device.

mac_address: Option<String>

The network MAC address of the input device.

name: Option<String>

A name that you specify for the input device.

network_settings: Option<InputDeviceNetworkSettings>

The network settings for the input device.

serial_number: Option<String>

The unique serial number of the input device.

type_: Option<String>

The type of the input device.

uhd_device_settings: Option<InputDeviceUhdSettings>

Settings that describe an input device that is type UHD.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more