Http

smithy.api.Http
See theHttp companion object
final case class Http(method: NonEmptyString, uri: NonEmptyString, code: Int)

Configures the HTTP bindings of an operation.

Value parameters

code

The HTTP status code of a successful response.

method

The HTTP method of the operation.

uri

The URI pattern of the operation. Labels defined in the URI pattern are used to bind operation input members to the URI.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product