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

Description

List input devices that are currently being transferred. List input devices that you are transferring from your AWS account or input devices that another AWS account is transferring to you.

This operation returns paginated results.

Synopsis

Creating a Request

data ListInputDeviceTransfers Source #

Placeholder documentation for ListInputDeviceTransfersRequest

See: newListInputDeviceTransfers smart constructor.

Instances

Instances details
ToHeaders ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

ToPath ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

ToQuery ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

AWSPager ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

AWSRequest ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Generic ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Associated Types

type Rep ListInputDeviceTransfers :: Type -> Type #

Read ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Show ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

NFData ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Eq ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Hashable ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

type AWSResponse ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

type Rep ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

type Rep ListInputDeviceTransfers = D1 ('MetaData "ListInputDeviceTransfers" "Amazonka.MediaLive.ListInputDeviceTransfers" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "ListInputDeviceTransfers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transferType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListInputDeviceTransfers Source #

Create a value of ListInputDeviceTransfers 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:maxResults:ListInputDeviceTransfers', listInputDeviceTransfers_maxResults - Undocumented member.

ListInputDeviceTransfers, listInputDeviceTransfers_nextToken - Undocumented member.

ListInputDeviceTransfers, listInputDeviceTransfers_transferType - Undocumented member.

Request Lenses

Destructuring the Response

data ListInputDeviceTransfersResponse Source #

Placeholder documentation for ListInputDeviceTransfersResponse

See: newListInputDeviceTransfersResponse smart constructor.

Constructors

ListInputDeviceTransfersResponse' 

Fields

Instances

Instances details
Generic ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Associated Types

type Rep ListInputDeviceTransfersResponse :: Type -> Type #

Read ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Show ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

NFData ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Eq ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

type Rep ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

type Rep ListInputDeviceTransfersResponse = D1 ('MetaData "ListInputDeviceTransfersResponse" "Amazonka.MediaLive.ListInputDeviceTransfers" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "ListInputDeviceTransfersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputDeviceTransfers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TransferringInputDeviceSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInputDeviceTransfersResponse Source #

Create a value of ListInputDeviceTransfersResponse 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:inputDeviceTransfers:ListInputDeviceTransfersResponse', listInputDeviceTransfersResponse_inputDeviceTransfers - The list of devices that you are transferring or are being transferred to you.

ListInputDeviceTransfers, listInputDeviceTransfersResponse_nextToken - A token to get additional list results.

$sel:httpStatus:ListInputDeviceTransfersResponse', listInputDeviceTransfersResponse_httpStatus - The response's http status code.

Response Lenses

listInputDeviceTransfersResponse_inputDeviceTransfers :: Lens' ListInputDeviceTransfersResponse (Maybe [TransferringInputDeviceSummary]) Source #

The list of devices that you are transferring or are being transferred to you.