ChimeSDKMediaPipelines / Client / list_media_pipelines
list_media_pipelines#
- ChimeSDKMediaPipelines.Client.list_media_pipelines(**kwargs)#
Returns a list of media pipelines.
See also: AWS API Documentation
Request Syntax
response = client.list_media_pipelines( NextToken='string', MaxResults=123 )
- Parameters:
NextToken (string) – The token used to retrieve the next page of results.
MaxResults (integer) – The maximum number of results to return in a single call. Valid Range: 1 - 99.
- Return type:
dict
- Returns:
Response Syntax
{ 'MediaPipelines': [ { 'MediaPipelineId': 'string', 'MediaPipelineArn': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) –
MediaPipelines (list) –
The media pipeline objects in the list.
(dict) –
The summary of the media pipeline.
MediaPipelineId (string) –
The ID of the media pipeline in the summary.
MediaPipelineArn (string) –
The ARN of the media pipeline in the summary.
NextToken (string) –
The token used to retrieve the next page of results.
Exceptions
ChimeSDKMediaPipelines.Client.exceptions.BadRequestException
ChimeSDKMediaPipelines.Client.exceptions.ForbiddenException
ChimeSDKMediaPipelines.Client.exceptions.UnauthorizedClientException
ChimeSDKMediaPipelines.Client.exceptions.ThrottledClientException
ChimeSDKMediaPipelines.Client.exceptions.ResourceLimitExceededException
ChimeSDKMediaPipelines.Client.exceptions.ServiceUnavailableException
ChimeSDKMediaPipelines.Client.exceptions.ServiceFailureException