Values_0.ChatStreamingConfigurationSourceThe streaming configuration, such as the Amazon SNS streaming endpoint.
type nonrec t = {streamingEndpointArn : ChatStreamingEndpointARN.t;The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish real-time message streaming for chat conversations.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ChatStreamingEndpointARN.t ]) list ]