Values.UpdateTeamsChannelConfigurationResultSourceUpdates an Microsoft Teams channel configuration.
type nonrec t = {channelConfiguration : TeamsChannelConfiguration.t option;The configuration for a Microsoft Teams channel configured with AWS Chatbot.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `UpdateTeamsChannelConfigurationException of
UpdateTeamsChannelConfigurationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `UpdateTeamsChannelConfigurationException of
UpdateTeamsChannelConfigurationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `UpdateTeamsChannelConfigurationException of
UpdateTeamsChannelConfigurationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanAccountPreference.t
| `List of
[> `String of Arn.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of TeamsChannelId.t ])
list ])
list ]