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 Product with Serializable
  2. case class AwsJson1_1(http: Option[List[String]] = None, eventStreamHttp: Option[List[String]] = None) extends Product with Serializable
  3. case class AwsQuery() extends Product with Serializable
  4. case class AwsQueryError(code: String, httpResponseCode: Int) extends Product with Serializable
  5. sealed abstract class ChecksumAlgorithm extends Product with Serializable
  6. type ChecksumAlgorithmSet = protocols.ChecksumAlgorithmSet.Type
  7. case class Ec2Query() extends Product with Serializable
  8. type Ec2QueryName = protocols.Ec2QueryName.Type
  9. case class HttpChecksum(requestAlgorithmMember: Option[String] = None, requestChecksumRequired: Option[Boolean] = None, requestValidationModeMember: Option[String] = None, responseAlgorithms: Option[Set[ChecksumAlgorithm]] = None) extends Product with Serializable
  10. case class RestJson1(http: Option[List[String]] = None, eventStreamHttp: Option[List[String]] = None) extends Product with Serializable
  11. case class RestXml(http: Option[List[String]] = None, eventStreamHttp: Option[List[String]] = None, noErrorWrapping: Option[Boolean] = None) extends Product with Serializable
  12. type StringList = protocols.StringList.Type

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 AwsQueryError extends Companion[AwsQueryError] with Serializable
  5. object ChecksumAlgorithm extends Enumeration[ChecksumAlgorithm] with Serializable
  6. object ChecksumAlgorithmSet extends Newtype[Set[ChecksumAlgorithm]]
  7. object Ec2Query extends Companion[Ec2Query] with Serializable
  8. object Ec2QueryName extends Newtype[String]
  9. object HttpChecksum extends Companion[HttpChecksum] with Serializable
  10. object RestJson1 extends Companion[RestJson1] with Serializable
  11. object RestXml extends Companion[RestXml] with Serializable
  12. object StringList extends Newtype[List[String]]

Inherited from AnyRef

Inherited from Any

Ungrouped