p

smithy4s

example

package example

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. example
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AddMenuItemRequest(restaurant: String, menuItem: MenuItem) extends Product with Serializable
  2. case class AddMenuItemResult(itemId: String, added: Timestamp) extends Product with Serializable
  3. type ChanceOfRain = example.ChanceOfRain.Type
  4. case class CityCoordinates(latitude: Float, longitude: Float) extends Product with Serializable
  5. type CityId = example.CityId.Type
  6. type CitySummaries = example.CitySummaries.Type
  7. case class CitySummary(cityId: CityId, name: String) extends Product with Serializable
  8. sealed trait Food extends AnyRef
  9. sealed trait ForecastResult extends AnyRef
  10. type FreeForm = example.FreeForm.Type
  11. case class GenericClientError(message: String) extends Throwable with Product with Serializable
  12. case class GenericServerError(message: String) extends Throwable with Product with Serializable
  13. case class GetCityInput(cityId: CityId) extends Product with Serializable
  14. case class GetCityOutput(name: String, coordinates: CityCoordinates) extends Product with Serializable
  15. case class GetCurrentTimeOutput(time: Timestamp) extends Product with Serializable
  16. case class GetForecastInput(cityId: CityId) extends Product with Serializable
  17. case class GetForecastOutput(forecast: Option[ForecastResult] = None) extends Product with Serializable
  18. case class GetMenuRequest(restaurant: String) extends Product with Serializable
  19. case class GetMenuResult(menu: Map[String, MenuItem]) extends Product with Serializable
  20. case class HeaderEndpointData(uppercaseHeader: Option[String] = None, capitalizedHeader: Option[String] = None, lowercaseHeader: Option[String] = None, mixedHeader: Option[String] = None) extends Product with Serializable
  21. case class HealthRequest(query: Option[String] = None) extends Product with Serializable
  22. case class HealthResponse(status: String) extends Product with Serializable
  23. sealed abstract class Ingredient extends Product with Serializable
  24. type Ingredients = example.Ingredients.Type
  25. case class ListCitiesInput(nextToken: Option[String] = None, pageSize: Option[Int] = None) extends Product with Serializable
  26. case class ListCitiesOutput(items: List[CitySummary], nextToken: Option[String] = None) extends Product with Serializable
  27. type Menu = example.Menu.Type
  28. case class MenuItem(food: Food, price: Float) extends Product with Serializable
  29. case class NoSuchResource(resourceType: String) extends Throwable with Product with Serializable
  30. case class NotFoundError(name: Option[String] = None) extends Throwable with Product with Serializable
  31. case class Pizza(name: String, base: PizzaBase, toppings: List[Ingredient]) extends Product with Serializable
  32. type PizzaAdminService[F[_]] = PizzaAdminServiceGen[[I, E, O, SI, SO]F[O]]
  33. trait PizzaAdminServiceGen[F[_, _, _, _, _]] extends AnyRef
  34. sealed trait PizzaAdminServiceOperation[Input, Err, Output, StreamedInput, StreamedOutput] extends AnyRef
  35. sealed abstract class PizzaBase extends Product with Serializable
  36. case class PriceError(message: String) extends Throwable with Product with Serializable
  37. case class RoundTripData(label: String, header: Option[String] = None, query: Option[String] = None, body: Option[String] = None) extends Product with Serializable
  38. case class Salad(name: String, ingredients: List[Ingredient]) extends Product with Serializable
  39. type UVIndex = example.UVIndex.Type
  40. case class UnknownServerError(errorCode: UnknownServerErrorCode, description: Option[String] = None, stateHash: Option[String] = None) extends Throwable with Product with Serializable
  41. sealed abstract class UnknownServerErrorCode extends Product with Serializable
  42. case class VersionOutput(version: String) extends Product with Serializable
  43. type Weather[F[_]] = WeatherGen[[I, E, O, SI, SO]F[O]]
  44. trait WeatherGen[F[_, _, _, _, _]] extends AnyRef
  45. sealed trait WeatherOperation[Input, Err, Output, StreamedInput, StreamedOutput] extends AnyRef

Value Members

  1. object AddMenuItemRequest extends Serializable
  2. object AddMenuItemResult extends Serializable
  3. object ChanceOfRain extends Newtype[Float]
  4. object CityCoordinates extends Serializable
  5. object CityId extends Newtype[String]
  6. object CitySummaries extends Newtype[List[CitySummary]]
  7. object CitySummary extends Serializable
  8. object Food
  9. object ForecastResult
  10. object FreeForm extends Newtype[Document]
  11. object GenericClientError extends Serializable
  12. object GenericServerError extends Serializable
  13. object GetCityInput extends Serializable
  14. object GetCityOutput extends Serializable
  15. object GetCurrentTimeOutput extends Serializable
  16. object GetForecastInput extends Serializable
  17. object GetForecastOutput extends Serializable
  18. object GetMenuRequest extends Serializable
  19. object GetMenuResult extends Serializable
  20. object HeaderEndpointData extends Serializable
  21. object HealthRequest extends Serializable
  22. object HealthResponse extends Serializable
  23. object Ingredient extends Enumeration[Ingredient] with Serializable
  24. object Ingredients extends Newtype[List[Ingredient]]
  25. object ListCitiesInput extends Serializable
  26. object ListCitiesOutput extends Serializable
  27. object Menu extends Newtype[Map[String, MenuItem]]
  28. object MenuItem extends Serializable
  29. object NoSuchResource extends Serializable
  30. object NotFoundError extends Serializable
  31. object Pizza extends Serializable
  32. object PizzaAdminService extends Provider[PizzaAdminServiceGen, PizzaAdminServiceOperation]
  33. object PizzaAdminServiceGen extends Service[PizzaAdminServiceGen, PizzaAdminServiceOperation]
  34. object PizzaBase extends Enumeration[PizzaBase] with Serializable
  35. object PriceError extends Serializable
  36. object RoundTripData extends Serializable
  37. object Salad extends Serializable
  38. object UVIndex extends Newtype[Int]
  39. object UnknownServerError extends Serializable
  40. object UnknownServerErrorCode extends Enumeration[UnknownServerErrorCode] with Serializable
  41. object VersionOutput extends Serializable
  42. object Weather extends Provider[WeatherGen, WeatherOperation]
  43. object WeatherGen extends Service[WeatherGen, WeatherOperation]

Inherited from AnyRef

Inherited from Any

Ungrouped