put_app_instance_streaming_configurations(**kwargs)¶The data streaming configurations of an AppInstance .
See also: AWS API Documentation
Request Syntax
response = client.put_app_instance_streaming_configurations(
AppInstanceArn='string',
AppInstanceStreamingConfigurations=[
{
'AppInstanceDataType': 'Channel'|'ChannelMessage',
'ResourceArn': 'string'
},
]
)
[REQUIRED]
The ARN of the AppInstance .
[REQUIRED]
The streaming configurations set for an AppInstance .
The details of the streaming configuration of an AppInstance .
The type of data to be streamed.
The resource ARN.
dict
Response Syntax
{
'AppInstanceStreamingConfigurations': [
{
'AppInstanceDataType': 'Channel'|'ChannelMessage',
'ResourceArn': 'string'
},
]
}
Response Structure
(dict) --
AppInstanceStreamingConfigurations (list) --
The streaming configurations of an AppInstance .
(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.NotFoundExceptionChime.Client.exceptions.BadRequestExceptionChime.Client.exceptions.ForbiddenExceptionChime.Client.exceptions.UnauthorizedClientExceptionChime.Client.exceptions.ThrottledClientExceptionChime.Client.exceptions.ServiceUnavailableExceptionChime.Client.exceptions.ServiceFailureException