describe_channel(**kwargs)¶Gets details about a Channel.
See also: AWS API Documentation
Request Syntax
response = client.describe_channel(
    Id='string'
)
{
    'Arn': 'string',
    'Description': 'string',
    'EgressAccessLogs': {
        'LogGroupName': 'string'
    },
    'HlsIngest': {
        'IngestEndpoints': [
            {
                'Id': 'string',
                'Password': 'string',
                'Url': 'string',
                'Username': 'string'
            },
        ]
    },
    'Id': 'string',
    'IngressAccessLogs': {
        'LogGroupName': 'string'
    },
    'Tags': {
        'string': 'string'
    }
}
Response Structure
Exceptions
MediaPackage.Client.exceptions.UnprocessableEntityExceptionMediaPackage.Client.exceptions.InternalServerErrorExceptionMediaPackage.Client.exceptions.ForbiddenExceptionMediaPackage.Client.exceptions.NotFoundExceptionMediaPackage.Client.exceptions.ServiceUnavailableExceptionMediaPackage.Client.exceptions.TooManyRequestsException