GetCity

smithy4s.example.WeatherOperation$.GetCity$
See theGetCity companion class
object GetCity extends Endpoint[WeatherOperation, GetCityInput, GetCityError, GetCityOutput, Nothing, Nothing] with Errorable[GetCityError]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
trait Errorable[GetCityError]
trait Endpoint[WeatherOperation, GetCityInput, GetCityError, GetCityOutput, Nothing, Nothing]
class Object
trait Matchable
class Any
Self type
GetCity.type

Members list

Concise view

Type members

Inherited classlikes

object Error

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

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

Inherited methods

final def name: String

Attributes

Inherited from:
Endpoint

Concrete fields

val error: UnionSchema[GetCityError]
override val errorable: Option[Errorable[GetCityError]]
val hints: Hints
val id: ShapeId
val input: Schema[GetCityInput]
val output: Schema[GetCityOutput]
val streamedInput: StreamingSchema[Nothing]
val streamedOutput: StreamingSchema[Nothing]