list_input_device_transfers
(**kwargs)¶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.
See also: AWS API Documentation
Request Syntax
response = client.list_input_device_transfers(
MaxResults=123,
NextToken='string',
TransferType='string'
)
dict
Response Syntax
{
'InputDeviceTransfers': [
{
'Id': 'string',
'Message': 'string',
'TargetCustomerId': 'string',
'TransferType': 'OUTGOING'|'INCOMING'
},
],
'NextToken': 'string'
}
Response Structure
Exceptions
MediaLive.Client.exceptions.BadRequestException
MediaLive.Client.exceptions.UnprocessableEntityException
MediaLive.Client.exceptions.InternalServerErrorException
MediaLive.Client.exceptions.ForbiddenException
MediaLive.Client.exceptions.BadGatewayException
MediaLive.Client.exceptions.GatewayTimeoutException
MediaLive.Client.exceptions.TooManyRequestsException