DeleteBotVersionRequest

public struct DeleteBotVersionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the bot.

    Declaration

    Swift

    public let name: String
  • The version of the bot to delete. You cannot delete the $LATEST version of the bot. To delete the $LATEST version, use the DeleteBot operation.

    Declaration

    Swift

    public let version: String
  • Undocumented

    Declaration

    Swift

    public init(name: String, version: String)
  • Declaration

    Swift

    public func validate(name: String) throws