Values.PutBotAliasRequestSourceCreates an alias for the specified version of the bot or replaces an alias for the specified bot. To change the version of the bot that the alias points to, replace the alias. For more information about aliases, see versioning-aliases. This operation requires permissions for the lex:PutBotAlias action.
type nonrec t = {name : AliasName.t;The name of the alias. The name is not case sensitive.
*)description : Description.t option;A description of the alias.
*)botVersion : Version.t;The version of the bot.
*)botName : BotName.t;The name of the bot.
*)checksum : String_.t option;Identifies a specific revision of the $LATEST version. When you create a new bot alias, leave the checksum field blank. If you specify a checksum you get a BadRequestException exception. When you want to update a bot alias, set the checksum field to the checksum of the most recent revision of the $LATEST version. If you don't specify the checksum field, or if the checksum does not match the $LATEST version, you get a PreconditionFailedException exception.
*)conversationLogs : ConversationLogsRequest.t option;Settings for conversation logs for the alias.
*)}val make :
?description:??? ->
?checksum:??? ->
?conversationLogs:??? ->
?tags:??? ->
name:AliasName.t ->
botVersion:Version.t ->
botName:BotName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of AliasName.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string | `String of KmsKeyArn.t ])
list ]
list
| `String of IamRoleArn.t ])
list ])
list ]