Values.UpdateChimeWebhookConfigurationResultSourceUpdates a Amazon Chime webhook configuration.
type nonrec t = {webhookConfiguration : ChimeWebhookConfiguration.t option;A Amazon Chime webhook configuration.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `UpdateChimeWebhookConfigurationException of
UpdateChimeWebhookConfigurationException.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
| `UpdateChimeWebhookConfigurationException of
UpdateChimeWebhookConfigurationException.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
| `UpdateChimeWebhookConfigurationException of
UpdateChimeWebhookConfigurationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of Arn.t
| `Structure of (string * [> `String of TagKey.t ]) list ]
list
| `String of ChimeWebhookDescription.t ])
list ])
list ]