Creates a new version of the bot based on the $LATEST version
Source:R/lexmodelbuildingservice_operations.R
lexmodelbuildingservice_create_bot_version.RdCreates a new version of the bot based on the $LATEST version. If the $LATEST version of this resource hasn't changed since you created the last version, Amazon Lex doesn't create a new version. It returns the last created version.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_create_bot_version/ for full documentation.
Arguments
- name
[required] The name of the bot that you want to create a new version of. The name is case sensitive.
- checksum
Identifies a specific revision of the
$LATESTversion of the bot. If you specify a checksum and the$LATESTversion of the bot has a different checksum, aPreconditionFailedExceptionexception is returned and Amazon Lex doesn't publish a new version. If you don't specify a checksum, Amazon Lex publishes the$LATESTversion.