Values.GetBotAliasResponseSourceReturns information about an Amazon Lex bot alias. For more information about aliases, see versioning-aliases. This operation requires permissions for the lex:GetBotAlias action.
type nonrec t = {name : AliasName.t option;The name of the bot alias.
*)description : Description.t option;A description of the bot 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;Checksum of the bot 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| `InternalFailureException of InternalFailureException.t| `LimitExceededException of LimitExceededException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalFailureException of InternalFailureException.t
| `LimitExceededException of LimitExceededException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `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 ]