PizzaAdminServiceGen

smithy4s.example.PizzaAdminServiceGen
See thePizzaAdminServiceGen companion object
trait PizzaAdminServiceGen[F[_, _, _, _, _]]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Transformed[P, P1]
class Constant[P]
object reified.type
Self type

Members list

Concise view

Value members

Abstract methods

def addMenuItem(restaurant: String, menuItem: MenuItem): F[AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing]
def book(name: String, town: Option[String]): F[BookInput, Nothing, BookOutput, Nothing, Nothing]
def echo(pathParam: String, body: EchoBody, queryParam: Option[String]): F[EchoInput, Nothing, Unit, Nothing, Nothing]
def getEnum(aa: TheEnum): F[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]
def getMenu(restaurant: String): F[GetMenuRequest, GetMenuError, GetMenuResult, Nothing, Nothing]
def headerEndpoint(uppercaseHeader: Option[String], capitalizedHeader: Option[String], lowercaseHeader: Option[String], mixedHeader: Option[String]): F[HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]
def health(query: Option[String]): F[HealthRequest, HealthError, HealthResponse, Nothing, Nothing]
def roundTrip(label: String, header: Option[String], query: Option[String], body: Option[String]): F[RoundTripData, Nothing, RoundTripData, Nothing, Nothing]
def version(): F[Unit, Nothing, VersionOutput, Nothing, Nothing]

Concrete methods

def transform: PartiallyApplied[PizzaAdminServiceGen[F]]