Values.CreateBotAliasResponseSourceCreates an alias for the specified version of a bot. Use an alias to enable you to change the version of a bot without updating applications that use the bot. For example, you can create an alias called "PROD" that your applications use to call the Amazon Lex bot.
type nonrec t = {botAliasId : BotAliasId.t option;The unique identifier of the bot alias.
*)botAliasName : Name.t option;The name specified for the bot alias.
*)description : Description.t option;The description specified for the bot alias.
*)botVersion : NumericalBotVersion.t option;The version of the bot associated with this alias.
*)botAliasLocaleSettings : BotAliasLocaleSettingsMap.t option;Configuration information for a specific locale.
*)conversationLogSettings : ConversationLogSettings.t option;The conversation log settings specified for the alias.
*)sentimentAnalysisSettings : SentimentAnalysisSettings.t option;botAliasStatus : BotAliasStatus.t option;The current status of the alias. The alias is first put into the Creating state. When the alias is ready to be used, it is put into the Available state. You can use the DescribeBotAlias operation to get the current state of an alias.
*)botId : Id.t option;The unique identifier of the bot that this alias applies to.
*)creationDateTime : Timestamp.t option;A Unix timestamp indicating the date and time that the bot alias was created.
*)}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 ]
* [> `String of TagValue.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 ]