Values.PutBotAliasResponseSourceCreates 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 option;The name of the alias.
*)description : Description.t option;A description of the alias.
*)botVersion : Version.t option;The version of the bot that the alias points to.
*)botName : BotName.t option;The name of the bot that the alias points to.
*)lastUpdatedDate : Timestamp.t option;The date that the bot alias was updated. When you create a resource, the creation date and the last updated date are the same.
*)createdDate : Timestamp.t option;The date that the bot alias was created.
*)checksum : String_.t option;The checksum for the current version of the alias.
*)conversationLogs : ConversationLogsResponse.t option;The settings that determine how Amazon Lex uses conversation logs for the alias.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `InternalFailureException of InternalFailureException.t| `LimitExceededException of LimitExceededException.t| `PreconditionFailedException of PreconditionFailedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `PreconditionFailedException of PreconditionFailedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `PreconditionFailedException of PreconditionFailedException.t
| `Unknown_operation_error of string * string option ]val 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
| `Timestamp of Timestamp.t ])
list ]