CreateBotVersionRequest

public struct CreateBotVersionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Identifies a specific revision of the $LATEST version of the bot. If you specify a checksum and the $LATEST version of the bot has a different checksum, a PreconditionFailedException exception is returned and Amazon Lex doesn’t publish a new version. If you don’t specify a checksum, Amazon Lex publishes the $LATEST version.

    Declaration

    Swift

    public let checksum: String?
  • The name of the bot that you want to create a new version of. The name is case sensitive.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(checksum: String? = nil, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws