Packages

p

aws

protocols

package protocols

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. protocols
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AwsJson1_0(http: Option[List[String]] = None, eventStreamHttp: Option[List[String]] = None) extends HttpConfiguration with Product with Serializable
  2. case class AwsJson1_1(http: Option[List[String]] = None, eventStreamHttp: Option[List[String]] = None) extends HttpConfiguration with Product with Serializable
  3. case class AwsQueryCompatible() extends Product with Serializable
  4. case class AwsQueryError(code: String, httpResponseCode: Int) extends Product with Serializable
  5. sealed abstract class ChecksumAlgorithm extends Value
  6. type ChecksumAlgorithmSet = protocols.ChecksumAlgorithmSet.Type
  7. type Ec2QueryName = protocols.Ec2QueryName.Type
  8. case class HttpChecksum(requestAlgorithmMember: Option[String] = None, requestChecksumRequired: Option[Boolean] = None, requestValidationModeMember: Option[String] = None, responseAlgorithms: Option[Set[ChecksumAlgorithm]] = None) extends Product with Serializable
  9. trait HttpConfiguration extends AnyRef
  10. case class RestJson1(http: Option[List[String]] = None, eventStreamHttp: Option[List[String]] = None) extends HttpConfiguration with Product with Serializable
  11. type StringList = protocols.StringList.Type

Deprecated Type Members

  1. case class AwsQuery() extends Product with Serializable
    Annotations
    @deprecated
    Deprecated
  2. case class Ec2Query() extends Product with Serializable
    Annotations
    @deprecated
    Deprecated
  3. case class RestXml(http: Option[List[String]] = None, eventStreamHttp: Option[List[String]] = None, noErrorWrapping: Option[Boolean] = None) extends HttpConfiguration with Product with Serializable
    Annotations
    @deprecated
    Deprecated

Value Members

  1. object AwsJson1_0 extends Companion[AwsJson1_0] with Serializable
  2. object AwsJson1_1 extends Companion[AwsJson1_1] with Serializable
  3. object AwsQuery extends Companion[AwsQuery] with Serializable
  4. object AwsQueryCompatible extends Companion[AwsQueryCompatible] with Serializable
  5. object AwsQueryError extends Companion[AwsQueryError] with Serializable
  6. object ChecksumAlgorithm extends Enumeration[ChecksumAlgorithm] with Companion[ChecksumAlgorithm] with Serializable
  7. object ChecksumAlgorithmSet extends Newtype[Set[ChecksumAlgorithm]]
  8. object Ec2Query extends Companion[Ec2Query] with Serializable
  9. object Ec2QueryName extends Newtype[String]
  10. object HttpChecksum extends Companion[HttpChecksum] with Serializable
  11. object RestJson1 extends Companion[RestJson1] with Serializable
  12. object RestXml extends Companion[RestXml] with Serializable
  13. object StringList extends Newtype[List[String]]

Inherited from AnyRef

Inherited from Any

Ungrouped