Values.BotAliasLocaleSettingsSourceSpecifies settings that are unique to a locale. For example, you can use different Lambda function depending on the bot's locale.
type nonrec t = {enabled : Boolean.t;Determines whether the locale is enabled for the bot. If the value is false, the locale isn't available for use.
*)codeHookSpecification : CodeHookSpecification.t option;Specifies the Lambda function that should be used in the locale.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Structure of (string * [> `String of LambdaARN.t ]) list ])
list ])
list ]