2023/03/21 - Amazon Chime SDK Messaging - 3 new api methods
Changes Amazon Chime SDK messaging customers can now manage streaming configuration for messaging data for archival and analysis.
Deletes the streaming configurations for an AppInstance. For more information, see Streaming messaging data in the Amazon Chime SDK Developer Guide.
See also: AWS API Documentation
Request Syntax
client.delete_messaging_streaming_configurations( AppInstanceArn='string' )
string
[REQUIRED]
The ARN of the streaming configurations being deleted.
None
Retrieves the data streaming configuration for an AppInstance. For more information, see Streaming messaging data in the Amazon Chime SDK Developer Guide.
See also: AWS API Documentation
Request Syntax
client.get_messaging_streaming_configurations( AppInstanceArn='string' )
string
[REQUIRED]
The ARN of the streaming configurations.
dict
Response Syntax
{ 'StreamingConfigurations': [ { 'DataType': 'Channel'|'ChannelMessage', 'ResourceArn': 'string' }, ] }
Response Structure
(dict) --
StreamingConfigurations (list) --
The streaming settings.
(dict) --
The configuration for connecting a messaging stream to Amazon Kinesis.
DataType (string) --
The data type of the configuration.
ResourceArn (string) --
The ARN of the resource in the configuration.
Sets the data streaming configuration for an AppInstance. For more information, see Streaming messaging data in the Amazon Chime SDK Developer Guide.
See also: AWS API Documentation
Request Syntax
client.put_messaging_streaming_configurations( AppInstanceArn='string', StreamingConfigurations=[ { 'DataType': 'Channel'|'ChannelMessage', 'ResourceArn': 'string' }, ] )
string
[REQUIRED]
The ARN of the streaming configuration.
list
[REQUIRED]
The streaming configurations.
(dict) --
The configuration for connecting a messaging stream to Amazon Kinesis.
DataType (string) -- [REQUIRED]
The data type of the configuration.
ResourceArn (string) -- [REQUIRED]
The ARN of the resource in the configuration.
dict
Response Syntax
{ 'StreamingConfigurations': [ { 'DataType': 'Channel'|'ChannelMessage', 'ResourceArn': 'string' }, ] }
Response Structure
(dict) --
StreamingConfigurations (list) --
The requested streaming configurations.
(dict) --
The configuration for connecting a messaging stream to Amazon Kinesis.
DataType (string) --
The data type of the configuration.
ResourceArn (string) --
The ARN of the resource in the configuration.