RestJson1

aws.protocols.RestJson1
See theRestJson1 companion object
case class RestJson1(http: Option[List[String]], eventStreamHttp: Option[List[String]]) extends HttpConfiguration

A RESTful protocol that sends JSON in structured payloads.

Attributes

eventStreamHttp

The priority ordered list of supported HTTP protocol versions that are required when using event streams with the service. If not set, this value defaults to the value of the http member. Any entry in eventStreamHttp MUST also appear in http.

http

The priority ordered list of supported HTTP protocol versions.

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product