smithy4s.example.PizzaAdminServiceOperation
See thePizzaAdminServiceOperation companion trait
object PizzaAdminServiceOperation
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
Members list
Type members
Classlikes
final case class AddMenuItem(input: AddMenuItemRequest) extends PizzaAdminServiceOperation[AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing]
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PizzaAdminServiceOperation[AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
object AddMenuItem extends Endpoint[PizzaAdminServiceOperation, AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait Endpoint[PizzaAdminServiceOperation, AddMenuItemRequest, AddMenuItemError, AddMenuItemResult, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
AddMenuItem.type
object AddMenuItemError extends Companion[AddMenuItemError]
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrortrait Companion[AddMenuItemError]trait Companion[AddMenuItemError]trait Has[AddMenuItemError]trait ShapeTag[AddMenuItemError]trait HasIdclass Objecttrait Matchableclass AnyShow all
- Self type
-
AddMenuItemError.type
sealed trait AddMenuItemError extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
- Self type
final case class CustomCode(input: CustomCodeInput) extends PizzaAdminServiceOperation[CustomCodeInput, CustomCodeError, CustomCodeOutput, Nothing, Nothing]
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PizzaAdminServiceOperation[CustomCodeInput, CustomCodeError, CustomCodeOutput, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
object CustomCode extends Endpoint[PizzaAdminServiceOperation, CustomCodeInput, CustomCodeError, CustomCodeOutput, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait Endpoint[PizzaAdminServiceOperation, CustomCodeInput, CustomCodeError, CustomCodeOutput, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
CustomCode.type
object CustomCodeError extends Companion[CustomCodeError]
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrortrait Companion[CustomCodeError]trait Companion[CustomCodeError]trait Has[CustomCodeError]trait ShapeTag[CustomCodeError]trait HasIdclass Objecttrait Matchableclass AnyShow all
- Self type
-
CustomCodeError.type
sealed trait CustomCodeError extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class UnknownServerErrorCase
- Self type
final case class Echo(input: EchoInput) extends PizzaAdminServiceOperation[EchoInput, Nothing, Unit, Nothing, Nothing]
object Echo extends Endpoint[PizzaAdminServiceOperation, EchoInput, Nothing, Unit, Nothing, Nothing]
Attributes
final case class GetEnum(input: GetEnumInput) extends PizzaAdminServiceOperation[GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]
Attributes
object GetEnum extends Endpoint[PizzaAdminServiceOperation, GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait Endpoint[PizzaAdminServiceOperation, GetEnumInput, GetEnumError, GetEnumOutput, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetEnum.type
object GetEnumError extends Companion[GetEnumError]
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrortrait Companion[GetEnumError]trait Companion[GetEnumError]trait Has[GetEnumError]trait ShapeTag[GetEnumError]trait HasIdclass Objecttrait Matchableclass AnyShow all
- Self type
-
GetEnumError.type
sealed trait GetEnumError extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class UnknownServerErrorCase
- Self type
final case class GetIntEnum(input: GetIntEnumInput) extends PizzaAdminServiceOperation[GetIntEnumInput, GetIntEnumError, GetIntEnumOutput, Nothing, Nothing]
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PizzaAdminServiceOperation[GetIntEnumInput, GetIntEnumError, GetIntEnumOutput, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
object GetIntEnum extends Endpoint[PizzaAdminServiceOperation, GetIntEnumInput, GetIntEnumError, GetIntEnumOutput, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait Endpoint[PizzaAdminServiceOperation, GetIntEnumInput, GetIntEnumError, GetIntEnumOutput, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetIntEnum.type
object GetIntEnumError extends Companion[GetIntEnumError]
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrortrait Companion[GetIntEnumError]trait Companion[GetIntEnumError]trait Has[GetIntEnumError]trait ShapeTag[GetIntEnumError]trait HasIdclass Objecttrait Matchableclass AnyShow all
- Self type
-
GetIntEnumError.type
sealed trait GetIntEnumError extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class UnknownServerErrorCase
- Self type
final case class GetMenu(input: GetMenuRequest) extends PizzaAdminServiceOperation[GetMenuRequest, GetMenuError, GetMenuResult, Nothing, Nothing]
Attributes
object GetMenu extends Endpoint[PizzaAdminServiceOperation, GetMenuRequest, GetMenuError, GetMenuResult, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait Endpoint[PizzaAdminServiceOperation, GetMenuRequest, GetMenuError, GetMenuResult, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
GetMenu.type
object GetMenuError extends Companion[GetMenuError]
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrortrait Companion[GetMenuError]trait Companion[GetMenuError]trait Has[GetMenuError]trait ShapeTag[GetMenuError]trait HasIdclass Objecttrait Matchableclass AnyShow all
- Self type
-
GetMenuError.type
sealed trait GetMenuError extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class FallbackError2Caseclass FallbackErrorCaseclass GenericClientErrorCaseclass NotFoundErrorCase
- Self type
final case class HeadRequest() extends PizzaAdminServiceOperation[Unit, Nothing, HeadRequestOutput, Nothing, Nothing]
Attributes
object HeadRequest extends Endpoint[PizzaAdminServiceOperation, Unit, Nothing, HeadRequestOutput, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
HeadRequest.type
final case class HeaderEndpoint(input: HeaderEndpointData) extends PizzaAdminServiceOperation[HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]
Attributes
object HeaderEndpoint extends Endpoint[PizzaAdminServiceOperation, HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait Endpoint[PizzaAdminServiceOperation, HeaderEndpointData, Nothing, HeaderEndpointData, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
HeaderEndpoint.type
final case class Health(input: HealthRequest) extends PizzaAdminServiceOperation[HealthRequest, HealthError, HealthResponse, Nothing, Nothing]
Attributes
object Health extends Endpoint[PizzaAdminServiceOperation, HealthRequest, HealthError, HealthResponse, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait Endpoint[PizzaAdminServiceOperation, HealthRequest, HealthError, HealthResponse, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
Health.type
object HealthError extends Companion[HealthError]
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrortrait Companion[HealthError]trait Companion[HealthError]trait Has[HealthError]trait ShapeTag[HealthError]trait HasIdclass Objecttrait Matchableclass AnyShow all
- Self type
-
HealthError.type
sealed trait HealthError extends Product, Serializable
Attributes
- Companion
- object
- Supertypes
- Known subtypes
-
class UnknownServerErrorCase
- Self type
final case class NoContentRequest() extends PizzaAdminServiceOperation[Unit, Nothing, Unit, Nothing, Nothing]
object NoContentRequest extends Endpoint[PizzaAdminServiceOperation, Unit, Nothing, Unit, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
NoContentRequest.type
final case class OptionalOutput() extends PizzaAdminServiceOperation[Unit, Nothing, OptionalOutputOutput, Nothing, Nothing]
Attributes
object OptionalOutput extends Endpoint[PizzaAdminServiceOperation, Unit, Nothing, OptionalOutputOutput, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass AnyShow all
- Self type
-
OptionalOutput.type
final case class Reservation(input: ReservationInput) extends PizzaAdminServiceOperation[ReservationInput, Nothing, ReservationOutput, Nothing, Nothing]
Attributes
object Reservation extends Endpoint[PizzaAdminServiceOperation, ReservationInput, Nothing, ReservationOutput, Nothing, Nothing]
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrortrait Endpoint[PizzaAdminServiceOperation, ReservationInput, Nothing, ReservationOutput, Nothing, Nothing]class Objecttrait Matchableclass AnyShow all
- Self type
-
Reservation.type
final case class RoundTrip(input: RoundTripData) extends PizzaAdminServiceOperation[RoundTripData, Nothing, RoundTripData, Nothing, Nothing]
Attributes
object RoundTrip extends Endpoint[PizzaAdminServiceOperation, RoundTripData, Nothing, RoundTripData, Nothing, Nothing]
Attributes
class Transformed[P[_, _, _, _, _], P1[_, _, _, _, _]](alg: PizzaAdminServiceGen[P], f: PolyFunction5[P, P1]) extends PizzaAdminServiceGen[P1]
Attributes
- Supertypes
- Known subtypes
-
class Constant[P]
final case class Version() extends PizzaAdminServiceOperation[Unit, Nothing, VersionOutput, Nothing, Nothing]
Attributes
object Version extends Endpoint[PizzaAdminServiceOperation, Unit, Nothing, VersionOutput, Nothing, Nothing]
Attributes
object reified extends PizzaAdminServiceGen[PizzaAdminServiceOperation]
Attributes
- Supertypes
- Self type
-
reified.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
def toPolyFunction[P[_, _, _, _, _]](impl: PizzaAdminServiceGen[P]): PolyFunction5[PizzaAdminServiceOperation, P]
In this article