RestXml

aws.protocols.RestXml
See theRestXml companion object
case class RestXml(http: Option[List[String]], eventStreamHttp: Option[List[String]], noErrorWrapping: Option[Boolean]) extends HttpConfiguration

A RESTful protocol that sends XML 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.

noErrorWrapping

Disables the serialization wrapping of error properties in an 'Error' XML element.

Companion:
object
Deprecated
[Since version N/A] N/A
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