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.AcceptInputDeviceTransfer

Description

Accept an incoming input device transfer. The ownership of the device will transfer to your AWS account.

Synopsis

Creating a Request

data AcceptInputDeviceTransfer Source #

Placeholder documentation for AcceptInputDeviceTransferRequest

See: newAcceptInputDeviceTransfer smart constructor.

Constructors

AcceptInputDeviceTransfer' 

Fields

  • inputDeviceId :: Text

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

Instances

Instances details
Eq AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

Read AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

Show AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

Generic AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

Associated Types

type Rep AcceptInputDeviceTransfer :: Type -> Type #

NFData AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

Hashable AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

ToJSON AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

AWSRequest AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

ToHeaders AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

ToPath AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

ToQuery AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

type Rep AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

type Rep AcceptInputDeviceTransfer = D1 ('MetaData "AcceptInputDeviceTransfer" "Amazonka.MediaLive.AcceptInputDeviceTransfer" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "AcceptInputDeviceTransfer'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputDeviceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AcceptInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

newAcceptInputDeviceTransfer Source #

Create a value of AcceptInputDeviceTransfer 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:inputDeviceId:AcceptInputDeviceTransfer', acceptInputDeviceTransfer_inputDeviceId - The unique ID of the input device to accept. For example, hd-123456789abcdef.

Request Lenses

acceptInputDeviceTransfer_inputDeviceId :: Lens' AcceptInputDeviceTransfer Text Source #

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

Destructuring the Response

data AcceptInputDeviceTransferResponse Source #

Placeholder documentation for AcceptInputDeviceTransferResponse

See: newAcceptInputDeviceTransferResponse smart constructor.

Constructors

AcceptInputDeviceTransferResponse' 

Fields

Instances

Instances details
Eq AcceptInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

Read AcceptInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

Show AcceptInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

Generic AcceptInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

Associated Types

type Rep AcceptInputDeviceTransferResponse :: Type -> Type #

NFData AcceptInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

type Rep AcceptInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.AcceptInputDeviceTransfer

type Rep AcceptInputDeviceTransferResponse = D1 ('MetaData "AcceptInputDeviceTransferResponse" "Amazonka.MediaLive.AcceptInputDeviceTransfer" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "AcceptInputDeviceTransferResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAcceptInputDeviceTransferResponse Source #

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

Response Lenses