libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.UpdateInputDevice

Description

Updates the parameters for the input device.

Synopsis

Creating a Request

data UpdateInputDevice' Source #

A request to update an input device.

See: newUpdateInputDevice' smart constructor.

Constructors

UpdateInputDevice'' 

Fields

Instances

Instances details
Eq UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Read UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Show UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Generic UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Associated Types

type Rep UpdateInputDevice' :: Type -> Type #

NFData UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Methods

rnf :: UpdateInputDevice' -> () #

Hashable UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

ToJSON UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

AWSRequest UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Associated Types

type AWSResponse UpdateInputDevice' #

ToHeaders UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

ToPath UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

ToQuery UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

type Rep UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

type Rep UpdateInputDevice' = D1 ('MetaData "UpdateInputDevice'" "Amazonka.MediaLive.UpdateInputDevice" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "UpdateInputDevice''" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hdDeviceSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDeviceConfigurableSettings)) :*: S1 ('MetaSel ('Just "uhdDeviceSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDeviceConfigurableSettings))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputDeviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

newUpdateInputDevice' Source #

Create a value of UpdateInputDevice' with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hdDeviceSettings:UpdateInputDevice'', updateInputDevice'_hdDeviceSettings - The settings that you want to apply to the HD input device.

$sel:uhdDeviceSettings:UpdateInputDevice'', updateInputDevice'_uhdDeviceSettings - The settings that you want to apply to the UHD input device.

$sel:name:UpdateInputDevice'', updateInputDevice'_name - The name that you assigned to this input device (not the unique ID).

$sel:inputDeviceId:UpdateInputDevice'', updateInputDevice'_inputDeviceId - The unique ID of the input device. For example, hd-123456789abcdef.

Request Lenses

updateInputDevice'_hdDeviceSettings :: Lens' UpdateInputDevice' (Maybe InputDeviceConfigurableSettings) Source #

The settings that you want to apply to the HD input device.

updateInputDevice'_uhdDeviceSettings :: Lens' UpdateInputDevice' (Maybe InputDeviceConfigurableSettings) Source #

The settings that you want to apply to the UHD input device.

updateInputDevice'_name :: Lens' UpdateInputDevice' (Maybe Text) Source #

The name that you assigned to this input device (not the unique ID).

updateInputDevice'_inputDeviceId :: Lens' UpdateInputDevice' Text Source #

The unique ID of the input device. For example, hd-123456789abcdef.

Destructuring the Response

data UpdateInputDeviceResponse Source #

Placeholder documentation for UpdateInputDeviceResponse

See: newUpdateInputDeviceResponse smart constructor.

Constructors

UpdateInputDeviceResponse' 

Fields

Instances

Instances details
Eq UpdateInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Read UpdateInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Show UpdateInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Generic UpdateInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

Associated Types

type Rep UpdateInputDeviceResponse :: Type -> Type #

NFData UpdateInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

type Rep UpdateInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.UpdateInputDevice

type Rep UpdateInputDeviceResponse = D1 ('MetaData "UpdateInputDeviceResponse" "Amazonka.MediaLive.UpdateInputDevice" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "UpdateInputDeviceResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "macAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hdDeviceSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDeviceHdSettings)))) :*: (S1 ('MetaSel ('Just "uhdDeviceSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDeviceUhdSettings)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "deviceUpdateStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceUpdateStatus)) :*: (S1 ('MetaSel ('Just "deviceSettingsSyncState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeviceSettingsSyncState)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDeviceType)))) :*: ((S1 ('MetaSel ('Just "serialNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkSettings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDeviceNetworkSettings))) :*: (S1 ('MetaSel ('Just "connectionState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputDeviceConnectionState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newUpdateInputDeviceResponse Source #

Create a value of UpdateInputDeviceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:UpdateInputDeviceResponse', updateInputDeviceResponse_arn - The unique ARN of the input device.

$sel:macAddress:UpdateInputDeviceResponse', updateInputDeviceResponse_macAddress - The network MAC address of the input device.

$sel:hdDeviceSettings:UpdateInputDevice'', updateInputDeviceResponse_hdDeviceSettings - Settings that describe an input device that is type HD.

$sel:uhdDeviceSettings:UpdateInputDevice'', updateInputDeviceResponse_uhdDeviceSettings - Settings that describe an input device that is type UHD.

$sel:name:UpdateInputDevice'', updateInputDeviceResponse_name - A name that you specify for the input device.

$sel:id:UpdateInputDeviceResponse', updateInputDeviceResponse_id - The unique ID of the input device.

$sel:deviceUpdateStatus:UpdateInputDeviceResponse', updateInputDeviceResponse_deviceUpdateStatus - The status of software on the input device.

$sel:deviceSettingsSyncState:UpdateInputDeviceResponse', updateInputDeviceResponse_deviceSettingsSyncState - 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.

$sel:type':UpdateInputDeviceResponse', updateInputDeviceResponse_type - The type of the input device.

$sel:serialNumber:UpdateInputDeviceResponse', updateInputDeviceResponse_serialNumber - The unique serial number of the input device.

$sel:networkSettings:UpdateInputDeviceResponse', updateInputDeviceResponse_networkSettings - The network settings for the input device.

$sel:connectionState:UpdateInputDeviceResponse', updateInputDeviceResponse_connectionState - The state of the connection between the input device and AWS.

$sel:httpStatus:UpdateInputDeviceResponse', updateInputDeviceResponse_httpStatus - The response's http status code.

Response Lenses

updateInputDeviceResponse_macAddress :: Lens' UpdateInputDeviceResponse (Maybe Text) Source #

The network MAC address of the input device.

updateInputDeviceResponse_name :: Lens' UpdateInputDeviceResponse (Maybe Text) Source #

A name that you specify for the input device.

updateInputDeviceResponse_deviceSettingsSyncState :: Lens' UpdateInputDeviceResponse (Maybe DeviceSettingsSyncState) Source #

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.

updateInputDeviceResponse_serialNumber :: Lens' UpdateInputDeviceResponse (Maybe Text) Source #

The unique serial number of the input device.