RestXml

aws.protocols.RestXml
See theRestXml companion object
final 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.

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.

noErrorWrapping

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

Attributes

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