Transformed

smithy4s.example.PizzaAdminServiceGen.Transformed
class Transformed[G[_, _, _, _, _]](transformation: Transformation[F, G]) extends PizzaAdminServiceGen[G]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

class Transformed[G[_, _, _, _, _]](transformation: Transformation[F, G]) extends PizzaAdminServiceGen[G]

Attributes

Inherited from:
PizzaAdminServiceGen
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def transform[G[_, _, _, _, _]](transformation: Transformation[G, G]): PizzaAdminServiceGen[G]

Attributes

Inherited from:
PizzaAdminServiceGen