AwsJson1_1

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

An RPC-based protocol that sends JSON payloads. This protocol does not use HTTP binding traits.

Value parameters

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.

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