Module Values.UpdateBotAliasResponseSource

Updates the configuration of an existing bot alias.

Sourcetype nonrec t = {
  1. botAliasId : BotAliasId.t option;
    (*

    The identifier of the updated bot alias.

    *)
  2. botAliasName : Name.t option;
    (*

    The updated name of the bot alias.

    *)
  3. description : Description.t option;
    (*

    The updated description of the bot alias.

    *)
  4. botVersion : BotVersion.t option;
    (*

    The updated version of the bot that the alias points to.

    *)
  5. botAliasLocaleSettings : BotAliasLocaleSettingsMap.t option;
    (*

    The updated Lambda functions to use in each locale for the bot alias.

    *)
  6. conversationLogSettings : ConversationLogSettings.t option;
    (*

    The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.

    *)
  7. sentimentAnalysisSettings : SentimentAnalysisSettings.t option;
  8. botAliasStatus : BotAliasStatus.t option;
    (*

    The current status of the bot alias. When the status is Available the alias is ready for use.

    *)
  9. botId : Id.t option;
    (*

    The identifier of the bot with the updated alias.

    *)
  10. creationDateTime : Timestamp.t option;
    (*

    A timestamp of the date and time that the bot was created.

    *)
  11. lastUpdatedDateTime : Timestamp.t option;
    (*

    A timestamp of the date and time that the bot was last updated.

    *)
}
Sourcetype nonrec error = [
  1. | `ConflictException of ConflictException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `PreconditionFailedException of PreconditionFailedException.t
  4. | `ServiceQuotaExceededException of ServiceQuotaExceededException.t
  5. | `ThrottlingException of ThrottlingException.t
  6. | `ValidationException of ValidationException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?botAliasId:??? -> ?botAliasName:??? -> ?description:??? -> ?botVersion:??? -> ?botAliasLocaleSettings:??? -> ?conversationLogSettings:??? -> ?sentimentAnalysisSettings:??? -> ?botAliasStatus:??? -> ?botId:??? -> ?creationDateTime:??? -> ?lastUpdatedDateTime:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t