aws.protocols.RestJson1
See theRestJson1 companion object
final case class RestJson1(http: Option[List[String]], eventStreamHttp: Option[List[String]]) extends HttpConfiguration
A RESTful protocol that sends JSON in structured payloads.
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 ineventStreamHttp
MUST also appear inhttp
. - http
-
The priority ordered list of supported HTTP protocol versions.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait HttpConfigurationclass Objecttrait Matchableclass Any
Members list
In this article