Values.PutEventsConfigurationResponseSourceCreates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime. Choose either an HTTPS endpoint or a Lambda function ARN. For more information, see Bot.
type nonrec t = {eventsConfiguration : EventsConfiguration.t option;The configuration that allows a bot to receive outgoing events. Can be an HTTPS endpoint or an AWS Lambda function ARN.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `NotFoundException of NotFoundException.t| `ResourceLimitExceededException of ResourceLimitExceededException.t| `ServiceFailureException of ServiceFailureException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `NotFoundException of NotFoundException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnauthorizedClientException of UnauthorizedClientException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `NotFoundException of NotFoundException.t
| `ResourceLimitExceededException of ResourceLimitExceededException.t
| `ServiceFailureException of ServiceFailureException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnauthorizedClientException of UnauthorizedClientException.t
| `Unknown_operation_error of string * string option ]