ListCities

smithy4s.example.WeatherOperation$.ListCities
See theListCities companion object
case class ListCities(input: ListCitiesInput) extends WeatherOperation[ListCitiesInput, Nothing, ListCitiesOutput, Nothing, Nothing]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product