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.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
Eq ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Read ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Show 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 #

NFData ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Hashable 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

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

type Rep ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

type Rep ListInputDeviceTransfers = D1 ('MetaData "ListInputDeviceTransfers" "Amazonka.MediaLive.ListInputDeviceTransfers" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "ListInputDeviceTransfers'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "transferType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListInputDeviceTransfers Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

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:nextToken:ListInputDeviceTransfers', listInputDeviceTransfers_nextToken - Undocumented member.

$sel:maxResults:ListInputDeviceTransfers', listInputDeviceTransfers_maxResults - Undocumented member.

$sel:transferType: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
Eq ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Read ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Show ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Generic ListInputDeviceTransfersResponse Source # 
Instance details

Defined in Amazonka.MediaLive.ListInputDeviceTransfers

Associated Types

type Rep ListInputDeviceTransfersResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "ListInputDeviceTransfersResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "inputDeviceTransfers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TransferringInputDeviceSummary])) :*: 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:nextToken:ListInputDeviceTransfers', listInputDeviceTransfersResponse_nextToken - A token to get additional list results.

$sel:inputDeviceTransfers:ListInputDeviceTransfersResponse', listInputDeviceTransfersResponse_inputDeviceTransfers - The list of devices that you are transferring or are being transferred to you.

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