Chime / Client / get_app_instance_streaming_configurations
get_app_instance_streaming_configurations#
- Chime.Client.get_app_instance_streaming_configurations(**kwargs)#
- Gets the streaming settings for an - AppInstance.- See also: AWS API Documentation - Request Syntax - response = client.get_app_instance_streaming_configurations( AppInstanceArn='string' ) - Parameters:
- AppInstanceArn (string) – - [REQUIRED] - The ARN of the - AppInstance.
- Return type:
- dict 
- Returns:
- Response Syntax - { 'AppInstanceStreamingConfigurations': [ { 'AppInstanceDataType': 'Channel'|'ChannelMessage', 'ResourceArn': 'string' }, ] } - Response Structure - (dict) – - AppInstanceStreamingConfigurations (list) – - The streaming settings. - (dict) – - The details of the streaming configuration of an - AppInstance.- AppInstanceDataType (string) – - The type of data to be streamed. 
- ResourceArn (string) – - The resource ARN. 
 
 
 
 
 - Exceptions - Chime.Client.exceptions.BadRequestException
- Chime.Client.exceptions.ForbiddenException
- Chime.Client.exceptions.NotFoundException
- Chime.Client.exceptions.UnauthorizedClientException
- Chime.Client.exceptions.ThrottledClientException
- Chime.Client.exceptions.ServiceUnavailableException
- Chime.Client.exceptions.ServiceFailureException