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

Description

Reject the transfer of the specified input device to your AWS account.

Synopsis

Creating a Request

data RejectInputDeviceTransfer Source #

Placeholder documentation for RejectInputDeviceTransferRequest

See: newRejectInputDeviceTransfer smart constructor.

Constructors

RejectInputDeviceTransfer' 

Fields

  • inputDeviceId :: Text

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

Instances

Instances details
Eq RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

Read RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

Show RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

Generic RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

Associated Types

type Rep RejectInputDeviceTransfer :: Type -> Type #

NFData RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

Hashable RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

ToJSON RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

AWSRequest RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

ToHeaders RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

ToPath RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

ToQuery RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

type Rep RejectInputDeviceTransfer Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

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

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

newRejectInputDeviceTransfer Source #

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

Request Lenses

rejectInputDeviceTransfer_inputDeviceId :: Lens' RejectInputDeviceTransfer Text Source #

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

Destructuring the Response

data RejectInputDeviceTransferResponse Source #

Placeholder documentation for RejectInputDeviceTransferResponse

See: newRejectInputDeviceTransferResponse smart constructor.

Constructors

RejectInputDeviceTransferResponse' 

Fields

Instances

Instances details
Eq RejectInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

Read RejectInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

Show RejectInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

Generic RejectInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

Associated Types

type Rep RejectInputDeviceTransferResponse :: Type -> Type #

NFData RejectInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

type Rep RejectInputDeviceTransferResponse Source # 
Instance details

Defined in Amazonka.MediaLive.RejectInputDeviceTransfer

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

newRejectInputDeviceTransferResponse Source #

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

Response Lenses