MediaLive / Client / describe_sdi_source
describe_sdi_source¶
- MediaLive.Client.describe_sdi_source(**kwargs)¶
Gets details about a SdiSource.
See also: AWS API Documentation
Request Syntax
response = client.describe_sdi_source( SdiSourceId='string' )
- Parameters:
SdiSourceId (string) – [REQUIRED] Get details about an SdiSource.
- Return type:
dict
- Returns:
Response Syntax
{ 'SdiSource': { 'Arn': 'string', 'Id': 'string', 'Inputs': [ 'string', ], 'Mode': 'QUADRANT'|'INTERLEAVE', 'Name': 'string', 'State': 'IDLE'|'IN_USE'|'DELETED', 'Type': 'SINGLE'|'QUAD' } }
Response Structure
(dict) – Details for one SdiSource.
SdiSource (dict) – Settings for the SDI source.
Arn (string) – The ARN of this SdiSource. It is automatically assigned when the SdiSource is created.
Id (string) – The ID of the SdiSource. Unique in the AWS account.The ID is the resource-id portion of the ARN.
Inputs (list) – The list of inputs that are currently using this SDI source. This list will be empty if the SdiSource has just been deleted.
(string) – Placeholder documentation for __string
Mode (string) – Applies only if the type is QUAD. The mode for handling the quad-link signal QUADRANT or INTERLEAVE.
Name (string) – The name of the SdiSource.
State (string) – Specifies whether the SDI source is attached to an SDI input (IN_USE) or not (IDLE).
Type (string) – Used in SdiSource, CreateSdiSourceRequest, UpdateSdiSourceRequest.
Exceptions