Constant

smithy4s.example.PizzaAdminServiceGen.Constant
class Constant[P[_, _, _, _, _]](value: P[Any, Nothing, Nothing, Nothing, Nothing]) extends Transformed[PizzaAdminServiceOperation, P]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def addMenuItem(restaurant: String, menuItem: MenuItem): P[AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def customCode(code: Int): P[CustomCodeInput, CustomCodeError, CustomCodeOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def echo(pathParam: String, body: EchoBody, queryParam: Option[String]): P[EchoInput, Nothing, Unit, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def getEnum(aa: TheEnum): P[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed

Attributes

Inherited from:
Transformed
def getMenu(restaurant: String): P[GetMenuRequest, GetMenuError, GetMenuResult, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def headRequest(): P[Unit, Nothing, HeadRequestOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def headerEndpoint(uppercaseHeader: Option[String], capitalizedHeader: Option[String], lowercaseHeader: Option[String], mixedHeader: Option[String]): P[HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def health(query: Option[String]): P[HealthRequest, HealthError, HealthResponse, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def noContentRequest(): P[Unit, Nothing, Unit, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def optionalOutput(): P[Unit, Nothing, OptionalOutputOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def reservation(name: String, town: Option[String]): P[ReservationInput, Nothing, ReservationOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def roundTrip(label: String, header: Option[String], query: Option[String], body: Option[String]): P[RoundTripData, Nothing, RoundTripData, Nothing, Nothing]

Attributes

Inherited from:
Transformed
def transform: PartiallyApplied[PizzaAdminServiceGen[P]]

Attributes

Inherited from:
PizzaAdminServiceGen
def version(): P[Unit, Nothing, VersionOutput, Nothing, Nothing]

Attributes

Inherited from:
Transformed