ChimeSDKMediaPipelines / Client / list_media_insights_pipeline_configurations
list_media_insights_pipeline_configurations#
- ChimeSDKMediaPipelines.Client.list_media_insights_pipeline_configurations(**kwargs)#
Lists the available media insights pipeline configurations.
See also: AWS API Documentation
Request Syntax
response = client.list_media_insights_pipeline_configurations( NextToken='string', MaxResults=123 )
- Parameters:
NextToken (string) – The token used to return the next page of results.
MaxResults (integer) – The maximum number of results to return in a single call.
- Return type:
dict
- Returns:
Response Syntax
{ 'MediaInsightsPipelineConfigurations': [ { 'MediaInsightsPipelineConfigurationName': 'string', 'MediaInsightsPipelineConfigurationId': 'string', 'MediaInsightsPipelineConfigurationArn': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) –
MediaInsightsPipelineConfigurations (list) –
The requested list of media insights pipeline configurations.
(dict) –
A summary of the media insights pipeline configuration.
MediaInsightsPipelineConfigurationName (string) –
The name of the media insights pipeline configuration.
MediaInsightsPipelineConfigurationId (string) –
The ID of the media insights pipeline configuration.
MediaInsightsPipelineConfigurationArn (string) –
The ARN of the media insights pipeline configuration.
NextToken (string) –
The token used to return the next page of results.
Exceptions
ChimeSDKMediaPipelines.Client.exceptions.BadRequestException
ChimeSDKMediaPipelines.Client.exceptions.UnauthorizedClientException
ChimeSDKMediaPipelines.Client.exceptions.ThrottledClientException
ChimeSDKMediaPipelines.Client.exceptions.ResourceLimitExceededException
ChimeSDKMediaPipelines.Client.exceptions.ServiceUnavailableException
ChimeSDKMediaPipelines.Client.exceptions.ServiceFailureException