GetForecast

smithy4s.example.WeatherOperation$.GetForecast
See theGetForecast companion object
case class GetForecast(input: GetForecastInput) extends WeatherOperation[GetForecastInput, Nothing, GetForecastOutput, Nothing, Nothing]

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WeatherOperation[GetForecastInput, Nothing, GetForecastOutput, Nothing, Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def endpoint: (GetForecastInput, Endpoint[WeatherOperation, GetForecastInput, Nothing, GetForecastOutput, Nothing, Nothing])
def run[F[_, _, _, _, _]](impl: WeatherGen[F]): F[GetForecastInput, Nothing, GetForecastOutput, Nothing, Nothing]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product