amazonka-medialive-2.0: Amazon Elemental MediaLive SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaLive.TransferInputDevice

Description

Start an input device transfer to another AWS account. After you make the request, the other account must accept or reject the transfer.

Synopsis

Creating a Request

data TransferInputDevice' Source #

A request to transfer an input device.

See: newTransferInputDevice' smart constructor.

Constructors

TransferInputDevice'' 

Fields

Instances

Instances details
ToJSON TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

ToHeaders TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

ToPath TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

ToQuery TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

AWSRequest TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

Associated Types

type AWSResponse TransferInputDevice' #

Generic TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

Associated Types

type Rep TransferInputDevice' :: Type -> Type #

Read TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

Show TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

NFData TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

Methods

rnf :: TransferInputDevice' -> () #

Eq TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

Hashable TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

type AWSResponse TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

type Rep TransferInputDevice' Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

type Rep TransferInputDevice' = D1 ('MetaData "TransferInputDevice'" "Amazonka.MediaLive.TransferInputDevice" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "TransferInputDevice''" 'PrefixI 'True) ((S1 ('MetaSel ('Just "targetCustomerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "targetRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "transferMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "inputDeviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newTransferInputDevice' Source #

Create a value of TransferInputDevice' 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:

TransferInputDevice', transferInputDevice'_targetCustomerId - The AWS account ID (12 digits) for the recipient of the device transfer.

$sel:targetRegion:TransferInputDevice'', transferInputDevice'_targetRegion - The target AWS region to transfer the device.

$sel:transferMessage:TransferInputDevice'', transferInputDevice'_transferMessage - An optional message for the recipient. Maximum 280 characters.

$sel:inputDeviceId:TransferInputDevice'', transferInputDevice'_inputDeviceId - The unique ID of this input device. For example, hd-123456789abcdef.

Request Lenses

transferInputDevice'_targetCustomerId :: Lens' TransferInputDevice' (Maybe Text) Source #

The AWS account ID (12 digits) for the recipient of the device transfer.

transferInputDevice'_targetRegion :: Lens' TransferInputDevice' (Maybe Text) Source #

The target AWS region to transfer the device.

transferInputDevice'_transferMessage :: Lens' TransferInputDevice' (Maybe Text) Source #

An optional message for the recipient. Maximum 280 characters.

transferInputDevice'_inputDeviceId :: Lens' TransferInputDevice' Text Source #

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

Destructuring the Response

data TransferInputDeviceResponse Source #

Placeholder documentation for TransferInputDeviceResponse

See: newTransferInputDeviceResponse smart constructor.

Constructors

TransferInputDeviceResponse' 

Fields

Instances

Instances details
Generic TransferInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

Associated Types

type Rep TransferInputDeviceResponse :: Type -> Type #

Read TransferInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

Show TransferInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

NFData TransferInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

Eq TransferInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

type Rep TransferInputDeviceResponse Source # 
Instance details

Defined in Amazonka.MediaLive.TransferInputDevice

type Rep TransferInputDeviceResponse = D1 ('MetaData "TransferInputDeviceResponse" "Amazonka.MediaLive.TransferInputDevice" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "TransferInputDeviceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTransferInputDeviceResponse Source #

Create a value of TransferInputDeviceResponse 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:httpStatus:TransferInputDeviceResponse', transferInputDeviceResponse_httpStatus - The response's http status code.

Response Lenses