Values.UpdateChimeWebhookConfigurationRequestSourceUpdates a Amazon Chime webhook configuration.
type nonrec t = {chatConfigurationArn : ChatConfigurationArn.t;The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to update.
*)webhookDescription : ChimeWebhookDescription.t option;A description of the webhook. We recommend using the convention RoomName/WebhookName. For more information, see Tutorial: Get started with Amazon Chime in the AWS Chatbot Administrator Guide.
*)webhookUrl : ChimeWebhookUrl.t option;The URL for the Amazon Chime webhook.
*)snsTopicArns : SnsTopicArnList.t option;The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
*)iamRoleArn : Arn.t option;A user-defined role that AWS Chatbot assumes. This is not the service-linked role. For more information, see IAM policies for AWS Chatbot in the AWS Chatbot Administrator Guide.
*)loggingLevel : CustomerCwLogLevel.t option;Logging levels include ERROR, INFO, or NONE.
*)}val make :
?webhookDescription:??? ->
?webhookUrl:??? ->
?snsTopicArns:??? ->
?iamRoleArn:??? ->
?loggingLevel:??? ->
chatConfigurationArn:ChatConfigurationArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of Arn.t ] list
| `String of ChatConfigurationArn.t ])
list ]