Values.UpdateBotAliasResponseSourceUpdates the configuration of an existing bot alias.
type nonrec t = {botAliasId : BotAliasId.t option;The identifier of the updated bot alias.
*)botAliasName : Name.t option;The updated name of the bot alias.
*)description : Description.t option;The updated description of the bot alias.
*)botVersion : BotVersion.t option;The updated version of the bot that the alias points to.
*)botAliasLocaleSettings : BotAliasLocaleSettingsMap.t option;The updated Lambda functions to use in each locale for the bot alias.
*)conversationLogSettings : ConversationLogSettings.t option;The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
*)sentimentAnalysisSettings : SentimentAnalysisSettings.t option;botAliasStatus : BotAliasStatus.t option;The current status of the bot alias. When the status is Available the alias is ready for use.
*)botId : Id.t option;The identifier of the bot with the updated alias.
*)creationDateTime : Timestamp.t option;A timestamp of the date and time that the bot was created.
*)lastUpdatedDateTime : Timestamp.t option;A timestamp of the date and time that the bot was last updated.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `PreconditionFailedException of PreconditionFailedException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PreconditionFailedException of PreconditionFailedException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PreconditionFailedException of PreconditionFailedException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of LocaleId.t ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of LambdaARN.t ]) list ])
list ])
list ])
list
| `String of BotAliasId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of CloudWatchLogGroupArn.t ])
list ])
list ])
list ]
list ])
list
| `Timestamp of Timestamp.t ])
list ]